[2] | 1 | /****************
|
---|
| 2 | style css for eleonline
|
---|
| 3 | http://www.elenoline.it
|
---|
| 4 | ****************/
|
---|
| 5 |
|
---|
| 6 | body , html {
|
---|
| 7 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 8 | font-size: 12px;
|
---|
| 9 | font-style: normal;
|
---|
| 10 | font-weight: normal;
|
---|
| 11 | margin-right: 0;
|
---|
| 12 | margin-left: 0;
|
---|
| 13 | margin-top: 0;
|
---|
| 14 | text-align: center;
|
---|
| 15 | background-color: #FFFFFF;
|
---|
| 16 | color: #333333;
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | a:link {
|
---|
| 20 | text-decoration: none;
|
---|
| 21 | color: #660033;
|
---|
| 22 | }
|
---|
| 23 | a:visited {
|
---|
| 24 | text-decoration: none;
|
---|
| 25 | color: #660000;
|
---|
| 26 | }
|
---|
| 27 | a:hover {
|
---|
| 28 | color: #CC2222;
|
---|
| 29 | }
|
---|
| 30 |
|
---|
| 31 | /* contenitore */
|
---|
| 32 |
|
---|
| 33 | div#container{
|
---|
| 34 | width: 750px;
|
---|
| 35 | margin: 0px auto; /*centra negli altri browsers*/
|
---|
| 36 | text-align: left; /*ripristina l' allineamento*/
|
---|
| 37 | }
|
---|
| 38 | table {
|
---|
| 39 | margin-right: auto;
|
---|
| 40 | margin-left: auto;
|
---|
| 41 | text-align: left;
|
---|
| 42 | margin-top: 0px;
|
---|
| 43 |
|
---|
| 44 | }
|
---|
| 45 | td {
|
---|
| 46 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 47 | font-size: 12px;
|
---|
| 48 | margin-top: 0px;
|
---|
| 49 | margin: 0;
|
---|
| 50 | }
|
---|
| 51 |
|
---|
| 52 | hr {
|
---|
| 53 | color: #000000;
|
---|
| 54 | background-color: #FFFFFF;
|
---|
| 55 | border-bottom: 1px dotted #CCCCCC;
|
---|
| 56 | }
|
---|
| 57 | form {
|
---|
| 58 |
|
---|
| 59 | font-size: 12px;
|
---|
| 60 | color: #000066;
|
---|
| 61 | text-decoration: none;
|
---|
| 62 | margin-right: 0px;
|
---|
| 63 | margin-left: 0px;
|
---|
| 64 | margin-top: 0px;
|
---|
| 65 | margin-bottom: 0px;
|
---|
| 66 | width: 100%;
|
---|
| 67 | }
|
---|
| 68 | p {
|
---|
| 69 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 70 | font-size: 12px;
|
---|
| 71 | padding-right: 8px;
|
---|
| 72 | padding-bottom: 0px;
|
---|
| 73 | padding-left: 8px;
|
---|
| 74 | padding-top: 0px;
|
---|
| 75 | margin: 2px 2px 4px;
|
---|
| 76 | }
|
---|
| 77 | h1 {
|
---|
| 78 | font-size: 16px;
|
---|
| 79 | font-weight: bold;
|
---|
| 80 | color: #222266;
|
---|
| 81 | text-decoration: none;
|
---|
| 82 | border-bottom-width: 1px;
|
---|
| 83 | border-bottom-style: dotted;
|
---|
| 84 | border-bottom-color: #222266;
|
---|
| 85 | margin-top: 6px;
|
---|
| 86 | margin-bottom: 8px;
|
---|
| 87 | padding-right: 0px;
|
---|
| 88 | padding-left: 0px;
|
---|
| 89 | }
|
---|
| 90 | h2 {
|
---|
| 91 | font-size: 14px;
|
---|
| 92 | font-weight: bold;
|
---|
| 93 | color: #660000;
|
---|
| 94 | text-decoration: none;
|
---|
| 95 | border-bottom-width: 1px;
|
---|
| 96 | border-bottom-style: dotted;
|
---|
| 97 | border-bottom-color: #CCCCCC;
|
---|
| 98 | margin-top: 9px;
|
---|
| 99 | margin-bottom: 2px;
|
---|
| 100 | padding-right: 1px;
|
---|
| 101 | padding-left: 4px;
|
---|
| 102 | }
|
---|
| 103 | h4 {
|
---|
| 104 | font-size: 14px;
|
---|
| 105 | color: #003366;
|
---|
| 106 | text-decoration: none;
|
---|
| 107 | background-position: center;
|
---|
| 108 | bottom: 9px;
|
---|
| 109 | margin: 20px;
|
---|
| 110 | text-align: center;
|
---|
| 111 | border: 1px dotted #666666;
|
---|
| 112 | padding: 2px;
|
---|
| 113 | width: auto;
|
---|
| 114 | background-color: #EEEFEF;
|
---|
| 115 | font-variant: small-caps;
|
---|
| 116 | }
|
---|
| 117 | h5 {
|
---|
| 118 | font-size: 14px;
|
---|
| 119 | font-weight: bold;
|
---|
| 120 | color: #333333;
|
---|
| 121 | text-decoration: none;
|
---|
| 122 | border-bottom-width: 1px;
|
---|
| 123 | border-bottom-style: dotted;
|
---|
| 124 | border-bottom-color: #CCCCCC;
|
---|
| 125 | margin-top: 0px;
|
---|
| 126 | margin-bottom: 4px;
|
---|
| 127 | padding-right: 1px;
|
---|
| 128 | padding-left: 4px;
|
---|
| 129 | background-color: #EFEFEF;
|
---|
| 130 | background-position: center;
|
---|
| 131 | text-align: center;
|
---|
| 132 | }
|
---|
| 133 | h6 {
|
---|
| 134 | font-size: 12px;
|
---|
| 135 | font-weight: bold;
|
---|
| 136 | color: #333333;
|
---|
| 137 | text-decoration: none;
|
---|
| 138 | border-bottom-style: dotted;
|
---|
| 139 | padding-left: 4px;
|
---|
| 140 | background-position: center;
|
---|
| 141 | border-bottom-color: #EEEEEE;
|
---|
| 142 | border-bottom-width: 1px;
|
---|
| 143 | padding-top: 3px;
|
---|
| 144 | padding-right: 2px;
|
---|
| 145 | padding-bottom: 0px;
|
---|
| 146 | bottom: 9px;
|
---|
| 147 | margin-top: 1px;
|
---|
| 148 | margin-bottom: 3px;
|
---|
| 149 | }
|
---|
| 150 |
|
---|
| 151 | /* classe tratteggiata usata in molti td */
|
---|
| 152 |
|
---|
| 153 |
|
---|
| 154 | .modulo {
|
---|
| 155 | text-decoration: none;
|
---|
| 156 | border: 1px solid #666699;
|
---|
| 157 | font-size: 10px;
|
---|
| 158 | }
|
---|
| 159 |
|
---|
| 160 | .modulo-button {
|
---|
| 161 | color: #663366;
|
---|
| 162 | text-decoration: none;
|
---|
| 163 | background-color: #FFFFEE;
|
---|
| 164 | border: 1px solid #660033;
|
---|
| 165 | width: 50%;
|
---|
| 166 | text-align: center;
|
---|
| 167 | font-size: 10px;
|
---|
| 168 | padding: 3px;
|
---|
| 169 | }
|
---|
| 170 |
|
---|
| 171 |
|
---|
| 172 | .sitebar {
|
---|
| 173 | background-image: url(images/site-background.gif);
|
---|
| 174 | font-size: 12px;
|
---|
| 175 | border: none;
|
---|
| 176 | color: #330000;
|
---|
| 177 | }
|
---|
| 178 |
|
---|
| 179 |
|
---|
| 180 |
|
---|
| 181 | /* tavole */
|
---|
| 182 | .table-main {
|
---|
| 183 | border: 1px solid #DEDEDC;
|
---|
| 184 | font-size: 12px;
|
---|
| 185 | background-position: center top;
|
---|
| 186 | padding: 0px;
|
---|
| 187 | color: #666666;
|
---|
| 188 | text-align:center;
|
---|
| 189 | width: 762px;
|
---|
| 190 | }
|
---|
| 191 | /* usate per blocco */
|
---|
| 192 |
|
---|
| 193 | .td-149 {
|
---|
| 194 | float: right;
|
---|
| 195 | margin: 0px 0 0 0px;
|
---|
| 196 | width: 149px;
|
---|
| 197 | border: none;
|
---|
| 198 | background-color: #d2d2d2;
|
---|
| 199 | padding: 0px;
|
---|
| 200 | }
|
---|
| 201 |
|
---|
| 202 | /* numero e simbolo liste */
|
---|
| 203 |
|
---|
| 204 | .td-5 {
|
---|
| 205 |
|
---|
| 206 | margin: 0px 0 0 0px;
|
---|
| 207 | width: 5%;
|
---|
| 208 | border: none;
|
---|
| 209 | background-color: #d2d2d2;
|
---|
| 210 | padding: 0px;
|
---|
| 211 | FONT-SIZE: 12px;
|
---|
| 212 | FONT-FAMILY: Verdana, Helvetica;
|
---|
| 213 | }
|
---|
| 214 |
|
---|
| 215 |
|
---|
| 216 | /* sinistra */
|
---|
| 217 | div#sx{
|
---|
| 218 | width: 610px;
|
---|
| 219 | float: left;
|
---|
| 220 | text-align: left;
|
---|
| 221 | }
|
---|
| 222 | /* destra */
|
---|
| 223 | div#dx{
|
---|
| 224 | width: 149px;
|
---|
| 225 | float: right;
|
---|
| 226 | text-align: left;
|
---|
| 227 | }
|
---|
| 228 |
|
---|
| 229 |
|
---|
| 230 | /* flash */
|
---|
| 231 | div#flash{
|
---|
| 232 | width: 410px;
|
---|
| 233 | float: left;
|
---|
| 234 | text-align: left;
|
---|
| 235 | }
|
---|
| 236 |
|
---|
| 237 |
|
---|
| 238 |
|
---|
| 239 |
|
---|
| 240 |
|
---|
| 241 |
|
---|
| 242 | /* immagini bordo */
|
---|
| 243 |
|
---|
| 244 | .image {
|
---|
| 245 | /*float: center;*/
|
---|
| 246 | border: none;
|
---|
| 247 | margin: 0px;
|
---|
| 248 | padding: 0px;
|
---|
| 249 | }
|
---|
| 250 |
|
---|
| 251 | .stemma {
|
---|
| 252 | /*float: center;*/
|
---|
| 253 | border: none;
|
---|
| 254 | margin: 0px;
|
---|
| 255 | padding: 0px;
|
---|
| 256 | width:50px;
|
---|
| 257 | height:50px;
|
---|
| 258 | }
|
---|
| 259 |
|
---|
| 260 |
|
---|
| 261 | .nobordo {
|
---|
| 262 | border: 0px;
|
---|
| 263 | text-align: center;
|
---|
| 264 | vertical-align: middle;
|
---|
| 265 | }
|
---|
| 266 |
|
---|
| 267 | .bordo {
|
---|
| 268 | border: 1px solid #ff0000;
|
---|
| 269 | text-align: left;
|
---|
| 270 | vertical-align: middle;
|
---|
| 271 |
|
---|
| 272 | }
|
---|
| 273 | /******************** font e backcolor******************************/
|
---|
| 274 | .blu {
|
---|
| 275 | background: none;
|
---|
| 276 | font-weight: bold;
|
---|
| 277 | color: #003366;
|
---|
| 278 | font-size: 12px;
|
---|
| 279 | font-family: Verdana, Helvetica
|
---|
| 280 | }
|
---|
| 281 |
|
---|
| 282 |
|
---|
| 283 | .red {
|
---|
| 284 | background: none;
|
---|
| 285 | color: #ff0000;
|
---|
| 286 | font-size: 12px;
|
---|
| 287 | font-family: Verdana, Helvetica
|
---|
| 288 | }
|
---|
| 289 |
|
---|
| 290 | .redbig {
|
---|
| 291 | background: none;
|
---|
| 292 | color: #ff0000;
|
---|
| 293 | font-size: 16px;
|
---|
| 294 | font-family: Verdana, Helvetica
|
---|
| 295 | }
|
---|
| 296 |
|
---|
| 297 | .bgw {
|
---|
| 298 | background: #ffffff;
|
---|
| 299 | font-size: 12px;
|
---|
| 300 | font-family: Verdana, Helvetica;
|
---|
| 301 | text-align: center;
|
---|
| 302 | }
|
---|
| 303 |
|
---|
| 304 | .bggray {
|
---|
| 305 | background: #d2d2d2;
|
---|
| 306 | font-size: 12px;
|
---|
| 307 | font-family: Verdana, Helvetica;
|
---|
| 308 | text-align: center;
|
---|
| 309 | }
|
---|
| 310 |
|
---|
| 311 | .bggray2 {
|
---|
| 312 | background: #EFEFEF;
|
---|
| 313 | font-size: 12px;
|
---|
| 314 | font-family: Verdana, Helvetica;
|
---|
| 315 | text-align: center;
|
---|
| 316 | }
|
---|
| 317 |
|
---|
| 318 | .bggray3 {
|
---|
| 319 | background: #EFEFEF;
|
---|
| 320 | font-size: 12px;
|
---|
| 321 | font-family: Verdana, Helvetica;
|
---|
| 322 | text-align: left;
|
---|
| 323 | }
|
---|
| 324 |
|
---|
| 325 | .normale {
|
---|
| 326 | background: none;
|
---|
| 327 | color: #000000;
|
---|
| 328 | font-size: 12px;
|
---|
| 329 | font-family: Verdana, Helvetica;
|
---|
| 330 | text-align: left;
|
---|
| 331 | }
|
---|
| 332 |
|
---|
| 333 | /**********************************************************************BOTTONI W3C*****************************************************/
|
---|
| 334 |
|
---|
| 335 | .w3cbutton3 {
|
---|
| 336 | margin: 0px 0px 0px 5px;
|
---|
| 337 | width: 95px;
|
---|
| 338 | border: 1px solid #6A6A6A;
|
---|
| 339 | font-family: helvetica,arial,sans-serif;
|
---|
| 340 | font-size: 10px;
|
---|
| 341 | float: left;
|
---|
| 342 | }
|
---|
| 343 |
|
---|
| 344 | .w3cbutton3 a {
|
---|
| 345 | display: block;
|
---|
| 346 | width: 100%;
|
---|
| 347 | }
|
---|
| 348 |
|
---|
| 349 | .w3cbutton3 a:link, .w3cbutton3 a:visited {
|
---|
| 350 | background-color: #8CC8C7;
|
---|
| 351 | color: #2A290B;
|
---|
| 352 | text-decoration: none;
|
---|
| 353 | }
|
---|
| 354 |
|
---|
| 355 | .w3cbutton3 a:hover {
|
---|
| 356 | background-color: #C9F4F3;
|
---|
| 357 | color: #2A290B;
|
---|
| 358 | text-decoration: none;
|
---|
| 359 | }
|
---|
| 360 |
|
---|
| 361 | .w3cbutton3 span.w3c {
|
---|
| 362 | font-weight: bold;
|
---|
| 363 | padding: 0 0.4em;
|
---|
| 364 | background-color: #FFFFCC;
|
---|
| 365 | color: #0C479D;
|
---|
| 366 | }
|
---|
| 367 |
|
---|
| 368 | .w3cbutton3 span.spec {
|
---|
| 369 | color: #333333;
|
---|
| 370 | }
|
---|
| 371 |
|
---|
| 372 | .w3cbutton3 span.specRed {
|
---|
| 373 | color: #FF0000;
|
---|
| 374 | }
|
---|
| 375 |
|
---|
| 376 |
|
---|