Last change
on this file since 428 was 239, checked in by luc, 9 years ago |
Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.
|
-
Property svn:executable
set to
*
|
File size:
876 bytes
|
Line | |
---|
1 | body
|
---|
2 | {
|
---|
3 | font-family: Arial, Verdana, sans-serif;
|
---|
4 | font-size: 12px;
|
---|
5 | color: #222;
|
---|
6 | background-color: #fff;
|
---|
7 | }
|
---|
8 |
|
---|
9 | /* preserved spaces for rtl list item bullets. (#6249)*/
|
---|
10 | ol,ul,dl
|
---|
11 | {
|
---|
12 | padding-right:40px;
|
---|
13 | }
|
---|
14 |
|
---|
15 | h1,h2,h3,h4
|
---|
16 | {
|
---|
17 | font-family: Georgia, Times, serif;
|
---|
18 | }
|
---|
19 |
|
---|
20 | h1.lightBlue
|
---|
21 | {
|
---|
22 | color: #00A6C7;
|
---|
23 | font-size: 1.8em;
|
---|
24 | font-weight:normal;
|
---|
25 | }
|
---|
26 |
|
---|
27 | h3.green
|
---|
28 | {
|
---|
29 | color: #739E39;
|
---|
30 | font-weight:normal;
|
---|
31 | }
|
---|
32 |
|
---|
33 | span.markYellow { background-color: yellow; }
|
---|
34 | span.markGreen { background-color: lime; }
|
---|
35 |
|
---|
36 | img.left
|
---|
37 | {
|
---|
38 | padding: 5px;
|
---|
39 | margin-right: 5px;
|
---|
40 | float:left;
|
---|
41 | border:2px solid #DDD;
|
---|
42 | }
|
---|
43 |
|
---|
44 | img.right
|
---|
45 | {
|
---|
46 | padding: 5px;
|
---|
47 | margin-right: 5px;
|
---|
48 | float:right;
|
---|
49 | border:2px solid #DDD;
|
---|
50 | }
|
---|
51 |
|
---|
52 | a.green
|
---|
53 | {
|
---|
54 | color:#739E39;
|
---|
55 | }
|
---|
56 |
|
---|
57 | table.grey
|
---|
58 | {
|
---|
59 | background-color : #F5F5F5;
|
---|
60 | }
|
---|
61 |
|
---|
62 | table.grey th
|
---|
63 | {
|
---|
64 | background-color : #DDD;
|
---|
65 | }
|
---|
66 |
|
---|
67 | ul.square
|
---|
68 | {
|
---|
69 | list-style-type : square;
|
---|
70 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.