source: trunk/admin/temi/altro/style.css@ 80

Last change on this file since 80 was 80, checked in by roby, 14 years ago

client - correzione per consultazione predefinita
admin - eliminati altri notice, modificata la funzione di visualizzazione della barra di elenco delle sezioni, aggiunti help per Scarica liste e Importa liste, corrette alcune incompatibilità con xhtml

File size: 5.1 KB
Line 
1a:link {
2 text-decoration: none;
3 color: #660033;
4}
5a:visited {
6 text-decoration: none;
7 color: #660000;
8}
9a:hover {
10 color: #CC2222;
11}
12
13body , html {
14 font-family: Verdana, Arial, Helvetica, sans-serif;
15 font-size: 10px;
16 font-style: normal;
17 font-weight: normal;
18 margin-right: 0;
19 margin-left: 0;
20 margin-top: 0;
21 text-align: left;
22 background-color: #FFFFFF;
23 color: #333333;
24}
25
26
27td {
28 font-family: Verdana, Arial, Helvetica, sans-serif;
29 font-size: 10px;
30 margin: 0;
31}
32hr {
33 color: #FFFFFF;
34 background-color: #FFFFFF;
35 border-bottom: 1px dotted #CCCCCC;
36}
37form {
38
39 font-size: 10px;
40 color: #000066;
41 text-decoration: none;
42 margin-right: 0px;
43 margin-left: 0px;
44 margin-top: 0px;
45 margin-bottom: 0px;
46 width: 100%;
47}
48p {
49 font-family: Verdana, Arial, Helvetica, sans-serif;
50 font-size: 10px;
51 padding-right: 8px;
52 padding-bottom: 0px;
53 padding-left: 8px;
54 padding-top: 0px;
55 margin: 2px 2px 4px;
56}
57h1 {
58 font-size: 16px;
59 font-weight: bold;
60 color: #222266;
61 text-decoration: none;
62 border-bottom-width: 1px;
63 border-bottom-style: dotted;
64 border-bottom-color: #222266;
65 margin-top: 6px;
66 margin-bottom: 8px;
67 padding-right: 0px;
68 padding-left: 0px;
69}
70h2 {
71 font-size: 14px;
72 font-weight: bold;
73 color: #660000;
74 text-decoration: none;
75 border-bottom-width: 1px;
76 border-bottom-style: dotted;
77 border-bottom-color: #CCCCCC;
78 margin-top: 9px;
79 margin-bottom: 2px;
80 padding-right: 1px;
81 padding-left: 4px;
82}
83h4 {
84 font-size: 14px;
85 color: #003366;
86 text-decoration: none;
87 background-position: center;
88 bottom: 9px;
89 margin: 20px;
90 text-align: center;
91 border: 1px dotted #666666;
92 padding: 2px;
93 width: auto;
94 background-color: #EEEFEF;
95 font-variant: small-caps;
96}
97h5 {
98 font-size: 14px;
99 font-weight: bold;
100 color: #333333;
101 text-decoration: none;
102 border-bottom-width: 1px;
103 border-bottom-style: dotted;
104 border-bottom-color: #CCCCCC;
105 margin-top: 0px;
106 margin-bottom: 4px;
107 padding-right: 1px;
108 padding-left: 4px;
109 background-color: #EFEFEF;
110 background-position: center;
111 text-align: center;
112}
113h6 {
114 font-size: 10px;
115 font-weight: bold;
116 color: #333333;
117 text-decoration: none;
118 border-bottom-style: dotted;
119 padding-left: 4px;
120 background-position: center;
121 border-bottom-color: #EEEEEE;
122 border-bottom-width: 1px;
123 padding-top: 3px;
124 padding-right: 2px;
125 padding-bottom: 0px;
126 bottom: 9px;
127 margin-top: 1px;
128 margin-bottom: 3px;
129}
130
131
132
133
134.modulo {
135 text-decoration: none;
136 border: 1px dotted #666699;
137 font-size: 10px;
138}
139
140.modulo-button {
141 color: #663366;
142 text-decoration: none;
143 background-color: #FFFFEE;
144 border: 1px dotted #660033;
145 width: 50%;
146 text-align: center;
147 font-size: 10px;
148 padding: 3px;
149}
150.modulosmall {
151 font-size: 9px;
152 color: #000066;
153 text-decoration: none;
154 background-color: #FFFFFF;
155 border: 0px;
156 width: 100%;
157 margin: 0px;
158 padding: 2px;
159}
160.modulo-table {
161 font-size: 14px;
162 color: #000066;
163 text-decoration: none;
164 background-color: #FFFFFF;
165 border-top: 1px dotted #000033;
166 border-bottom: 1px dotted #000033;
167 width: 100%;
168}
169.modulo-titolo {
170 font-size: 12px;
171 font-weight: bold;
172 color: #336633;
173 text-decoration: none;
174 border-top: 1px dotted #000033;
175 margin-top: 10px;
176 margin-bottom: 0px;
177 margin-right: 0px;
178 margin-left: 0px;
179 padding: 0px;
180 background-color: #EFEFEF;
181 text-align: left;
182 width: 100%;
183}
184.table-menu {
185 border: 1px solid #DEDEDC;
186 font-size: 10px;
187 background-position: center top;
188 padding: 0px;
189 color: #666666;
190 margin: auto;
191 width: 50%;
192}
193.table-main {
194 border: 1px solid #DEDEDC;
195 font-size: 10px;
196 background-position: center top;
197 padding: 0px;
198 color: #666666;
199}
200.table-central {
201 border-top-width: 1px;
202 border-right-width: 1px;
203 border-bottom-width: 1px;
204 border-left-width: 1px;
205 border-right-style: dotted;
206 border-left-style: dotted;
207 border-top-color: #CC3300;
208 border-right-color: #CC3300;
209 border-bottom-color: #CC3300;
210 border-left-color: #CC3300;
211 border-top-style: none;
212 border-bottom-style: none;
213 height: 100%;
214 width: 100%;
215 margin: 0px;
216 padding: 8px;
217}
218.table-info {
219 font-size: 10px;
220 padding-right: 4px;
221 padding-bottom: 2px;
222 padding-left: 2px;
223 padding-top: 4px;
224 margin: 2px 2px 4px;
225}
226.table-main-secondary {
227 background-position: center top;
228 border-top: none;
229 border-left: 1px dotted #DEDEDC;
230 border-bottom: none;
231 border-right: none;
232}
233.table-docs {
234 font-size: 9px;
235 padding: 1px;
236 color: #666666;
237 margin: 4px 4px 40px;
238 border-bottom: thin dotted #666666;
239}
240
241
242
243.tavola {
244 background-image: url(images/back.gif);
245 font-size: 10px;
246 border: none;
247 color: #330000;
248}
249
250.piccolo {
251 BACKGROUND: none;
252 COLOR: #cccccc;
253 FONT-SIZE: 8px;
254 FONT-WEIGHT: normal;
255 FONT-FAMILY: Verdana, Helvetica;
256 TEXT-DECORATION: none}
257
258div#container{
259
260 margin: 0px auto;
261 text-align: left;
262 }
263/* width: 550px;*/
264
265#navmenu ul {margin: 0; padding: 0;
266 list-style-type: none; list-style-image: none; }
267#navmenu li {display: inline; }
268#navmenu ul li a {text-decoration:none; margin: 1px;
269 padding: 2px 8px 2px 8px; color: black;
270 }
271
272
Note: See TracBrowser for help on using the repository browser.