Ticket #5844: fck_style.css

File fck_style.css, 728 bytes (added by mmarton, 14 years ago)

original css

Line 
1html, body {
2        width: 100%;
3        height: 100%;
4}
5body, div, span, ul, li, p, table, form { border: 0px; padding: 0px; margin: 0px; }
6
7body {
8        text-align: left;
9        font-size: 12px;
10        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
11        color: #000000;
12}
13
14a:link, a:visited, a:active {
15        text-decoration: none;
16        color: #1e1e1e;
17}
18
19a:hover {
20        text-decoration: underline;
21        color: #808080;
22}
23
24img {
25        border: none;
26}
27
28h1 {
29        font-size: 22px;
30        font-weight: normal;
31}
32h2{
33        font-size: 18px;
34        font-weight: normal;
35}
36h3 {
37        font-size: 14px;
38        font-weight: normal;
39}
40
41h4 {
42        color: #a2a2a2;
43        font-weight: bold;
44}
45
46hr {
47        border: none;
48        border-width: 0;
49        height: 1px;
50}
51
52ul{
53        list-style-type: disc;
54        padding-left: 24px;
55}
56ol{
57        padding-left: 24px;
58}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy