[2] | 1 | /************************************************************************/
|
---|
| 2 | /* Eleonline - Raccolta e diffusione dei dati elettorali */
|
---|
| 3 | /* by Luciano Apolito & Roberto Gigli */
|
---|
| 4 | /* http://www.eleonline.it */
|
---|
| 5 | /* info@eleonline.it luciano@aniene.net rgigli@libero.it */
|
---|
| 6 | /************************************************************************/
|
---|
| 7 | /****************
|
---|
| 8 | style css for eleonline
|
---|
| 9 | http://www.eleonline.it
|
---|
| 10 |
|
---|
| 11 | l.apolito r.gigli
|
---|
| 12 | ****************/
|
---|
| 13 |
|
---|
| 14 | /* inizio style tour */
|
---|
| 15 |
|
---|
| 16 | * {
|
---|
| 17 | margin: 0;
|
---|
| 18 | padding: 0;
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | body {
|
---|
| 22 | margin: 0;
|
---|
| 23 | padding: 0;
|
---|
| 24 | background: #FFFFFF;
|
---|
| 25 | font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
|
---|
| 26 | color: #7F7772;
|
---|
| 27 | }
|
---|
| 28 |
|
---|
| 29 |
|
---|
| 30 | #bg {
|
---|
| 31 | background: url(images/img04.gif) no-repeat center top;
|
---|
| 32 | }
|
---|
[242] | 33 | /*
|
---|
[2] | 34 | #menu {
|
---|
| 35 | width: 970px;
|
---|
| 36 | height: 60px;
|
---|
| 37 | margin: 0 auto;
|
---|
| 38 |
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | #menu ul {
|
---|
| 42 | margin: 0;
|
---|
| 43 | padding: 0;
|
---|
| 44 | list-style: none;
|
---|
| 45 | }
|
---|
| 46 |
|
---|
| 47 | #menu li {
|
---|
| 48 | /*display: inline;
|
---|
[242] | 49 |
|
---|
[2] | 50 | }
|
---|
| 51 |
|
---|
| 52 | #menu a {
|
---|
| 53 | display: block;
|
---|
| 54 | float: left;
|
---|
| 55 | padding: 18px 30px 0 30px;
|
---|
| 56 | text-decoration: none;
|
---|
| 57 | font-size: 1.6em;
|
---|
| 58 | font-weight: bold;
|
---|
| 59 | color: #FFFFFF;
|
---|
| 60 | }
|
---|
| 61 |
|
---|
| 62 | #menu a:hover {
|
---|
[242] | 63 | text-decoration: underline;
|
---|
[2] | 64 | }
|
---|
| 65 |
|
---|
| 66 | #menu .current_page_item {
|
---|
| 67 | }
|
---|
| 68 |
|
---|
| 69 | #menu .current_page_item a {
|
---|
| 70 | color: #000000;
|
---|
| 71 | }
|
---|
| 72 |
|
---|
| 73 | /* Page */
|
---|
| 74 |
|
---|
| 75 | #page {
|
---|
[352] | 76 | width: 1100px;
|
---|
[2] | 77 | margin: 0 auto;
|
---|
| 78 | padding: 30px 0;
|
---|
| 79 | }
|
---|
| 80 |
|
---|
| 81 |
|
---|
| 82 |
|
---|
| 83 | /* Content */
|
---|
| 84 |
|
---|
| 85 | #content {
|
---|
| 86 | float: left;
|
---|
| 87 | width: 770px;
|
---|
| 88 | }
|
---|
| 89 |
|
---|
| 90 |
|
---|
| 91 |
|
---|
| 92 | #bottoni {
|
---|
| 93 | padding-right: 0px;
|
---|
| 94 | width: 150px;
|
---|
| 95 | height: 28px;
|
---|
| 96 |
|
---|
| 97 | }
|
---|
| 98 |
|
---|
| 99 |
|
---|
| 100 |
|
---|
| 101 | /*
|
---|
| 102 | fine tour
|
---|
| 103 | inizio eleonline
|
---|
| 104 | */
|
---|
| 105 |
|
---|
| 106 |
|
---|
| 107 |
|
---|
| 108 |
|
---|
| 109 |
|
---|
| 110 |
|
---|
| 111 | .logoleft{
|
---|
| 112 | background-image:url(images/logo_left.jpg); background-repeat:no-repeat;
|
---|
| 113 | width:12px;
|
---|
| 114 | height:78px;
|
---|
| 115 | }sidebar
|
---|
| 116 | .logoright{
|
---|
| 117 | background-image:url(images/logo_right.jpg); background-repeat:no-repeat;
|
---|
| 118 | width:12px;
|
---|
| 119 | height:78px;
|
---|
| 120 | }
|
---|
| 121 | .logo{
|
---|
| 122 | background-image:url(images/logo_bg.jpg); background-repeat:repeat-x;
|
---|
| 123 | text-transform: uppercase;
|
---|
| 124 | font-size:28px;
|
---|
| 125 | color:#88AED6;
|
---|
| 126 | font-weight:bold;
|
---|
| 127 | text-decoration:none;
|
---|
| 128 | width:250px;
|
---|
| 129 | }
|
---|
| 130 | .main{
|
---|
| 131 | background-color:#A8C4E1;
|
---|
| 132 | }
|
---|
| 133 | .tag {
|
---|
| 134 | margin: 0;
|
---|
| 135 | padding:45px 20px 10px 10px;
|
---|
| 136 | text-transform: uppercase;
|
---|
| 137 | font-size:16px;
|
---|
| 138 | font-weight:bold;
|
---|
| 139 | color:#ffffff;
|
---|
| 140 | text-decoration:none;
|
---|
| 141 | }
|
---|
| 142 | a{
|
---|
| 143 | color:#000000;
|
---|
| 144 |
|
---|
| 145 | text-decoration:none;
|
---|
| 146 | }
|
---|
| 147 | a:hover{
|
---|
| 148 | color:#dce9f9;
|
---|
| 149 | text-decoration:none;
|
---|
| 150 | }
|
---|
| 151 |
|
---|
| 152 | /* usate per blocco */
|
---|
| 153 |
|
---|
| 154 | .sidebar {
|
---|
| 155 |
|
---|
| 156 |
|
---|
| 157 | margin-top:0px;
|
---|
| 158 | background-color: #d2d2d2;
|
---|
| 159 | /*margin: 0px 0 0 0px;*/
|
---|
| 160 | width: 200px;
|
---|
| 161 | border: none;
|
---|
| 162 |
|
---|
| 163 |
|
---|
| 164 | padding: 0px;
|
---|
| 165 | }
|
---|
| 166 |
|
---|
| 167 | .sidebar h5 {
|
---|
| 168 |
|
---|
| 169 | height: 27px;
|
---|
| 170 | padding: 6px 0 0 27px;
|
---|
| 171 | /*background: #ffffff url(images/img05.gif) no-repeat;*/
|
---|
| 172 | background-position:center;
|
---|
| 173 | text-transform: lowercase;
|
---|
| 174 | font-size: 12px;
|
---|
| 175 | color: #000000;
|
---|
| 176 | }
|
---|
| 177 |
|
---|
| 178 |
|
---|
| 179 |
|
---|
| 180 |
|
---|
| 181 | .sidebar h6 {
|
---|
| 182 |
|
---|
| 183 | padding: 12px;
|
---|
| 184 | /*background: #ffffff url(images/img06.gif) repeat-x;*/
|
---|
| 185 | font-size: 12px;
|
---|
| 186 | }
|
---|
| 187 |
|
---|
| 188 |
|
---|
| 189 | /*
|
---|
| 190 | .td-149 a{
|
---|
| 191 | color:#5D81A6;
|
---|
| 192 | }
|
---|
| 193 | .td-149 a:hover{
|
---|
| 194 | color:#FFFFFF;
|
---|
| 195 | }
|
---|
| 196 | .td-149 a:visited{
|
---|
| 197 | color:#000000;
|
---|
| 198 | }
|
---|
| 199 | */
|
---|
| 200 | .welcome
|
---|
| 201 | {font-size:35px;
|
---|
| 202 | color:#686868;
|
---|
| 203 | }
|
---|
| 204 |
|
---|
| 205 | /* contenitore */
|
---|
| 206 |
|
---|
| 207 | div#container{
|
---|
| 208 | width: 750px;
|
---|
| 209 | margin: 0px auto; /*centra negli altri browsers*/
|
---|
| 210 | text-align: left; /*ripristina l' allineamento*/
|
---|
| 211 | }
|
---|
| 212 | table {
|
---|
| 213 | margin-right: auto;
|
---|
| 214 | margin-left: auto;
|
---|
| 215 | text-align: left;
|
---|
| 216 | margin-top: 0px;
|
---|
| 217 |
|
---|
| 218 |
|
---|
| 219 |
|
---|
| 220 | }
|
---|
| 221 | td {
|
---|
| 222 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 223 | font-size: 12px;
|
---|
| 224 | margin-top: 0px;
|
---|
| 225 | margin: 0;
|
---|
| 226 | }
|
---|
| 227 |
|
---|
| 228 | hr {
|
---|
| 229 | color: #000000;
|
---|
| 230 | background-color: #FFFFFF;
|
---|
| 231 | border-bottom: 1px dotted #CCCCCC;
|
---|
| 232 | }
|
---|
| 233 | form {
|
---|
| 234 |
|
---|
| 235 | font-size: 12px;
|
---|
| 236 | color: #000066;
|
---|
| 237 | text-decoration: none;
|
---|
| 238 | margin-right: 0px;
|
---|
| 239 | margin-left: 0px;
|
---|
| 240 | margin-top: 0px;
|
---|
| 241 | margin-bottom: 0px;
|
---|
| 242 | width: 100%;
|
---|
| 243 | }
|
---|
| 244 | p {
|
---|
| 245 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 246 | font-size: 12px;
|
---|
| 247 | padding-right: 8px;
|
---|
| 248 | padding-bottom: 0px;
|
---|
| 249 | padding-left: 8px;
|
---|
| 250 | padding-top: 0px;
|
---|
| 251 | margin: 2px 2px 4px;
|
---|
| 252 | }
|
---|
| 253 | h1 {
|
---|
| 254 | font-size: 16px;
|
---|
| 255 | font-weight: bold;
|
---|
| 256 | color: #000000;
|
---|
| 257 | text-decoration: none;
|
---|
| 258 | border-bottom-width: 1px;
|
---|
| 259 | border-bottom-style: dotted;
|
---|
| 260 | border-bottom-color: #222266;
|
---|
| 261 | margin-top: 6px;
|
---|
| 262 | margin-bottom: 8px;
|
---|
| 263 | padding-right: 0px;
|
---|
| 264 | padding-left: 0px;
|
---|
| 265 | }
|
---|
| 266 | h2 {
|
---|
| 267 | font-size: 14px;
|
---|
| 268 | font-weight: bold;
|
---|
| 269 | color: #5D81A6;
|
---|
| 270 | text-decoration: none;
|
---|
| 271 | border-bottom-width: 1px;
|
---|
| 272 | border-bottom-style: dotted;
|
---|
| 273 | border-bottom-color: #CCCCCC;
|
---|
| 274 | /*margin-top: 9px;
|
---|
| 275 | margin-bottom: 2px;
|
---|
| 276 | */
|
---|
| 277 | padding-right: 1px;
|
---|
| 278 | padding-left: 4px;
|
---|
| 279 | text-align: center;
|
---|
| 280 | }
|
---|
| 281 | h4 {
|
---|
| 282 | font-size: 14px;
|
---|
| 283 | color: #003366;
|
---|
| 284 | text-decoration: none;
|
---|
| 285 | background-position: center;
|
---|
| 286 | bottom: 9px;
|
---|
| 287 | margin: 20px;
|
---|
| 288 | text-align: center;
|
---|
| 289 | border: 1px dotted #666666;
|
---|
| 290 | padding: 2px;
|
---|
| 291 | width: auto;
|
---|
| 292 | background-color: #EEEFEF;
|
---|
| 293 | font-variant: small-caps;
|
---|
| 294 | }
|
---|
| 295 |
|
---|
| 296 |
|
---|
| 297 | h5 {
|
---|
| 298 |
|
---|
| 299 | height: 27px;
|
---|
| 300 | padding: 6px 0 0 27px;
|
---|
| 301 | /*background: #ffffff url(images/img05bis.gif) no-repeat;*/
|
---|
| 302 | background-position:center;
|
---|
| 303 | text-transform: lowercase;
|
---|
| 304 | font-size: 12px;
|
---|
| 305 | color: #000000;
|
---|
| 306 | text-align: center;
|
---|
| 307 |
|
---|
| 308 | }
|
---|
| 309 | h6 {
|
---|
| 310 |
|
---|
| 311 | padding: 12px;
|
---|
| 312 | background: #ffffff url(images/img06.gif) repeat-x;
|
---|
| 313 | font-size: 12px;
|
---|
| 314 |
|
---|
| 315 | }
|
---|
| 316 |
|
---|
| 317 | /* classe tratteggiata usata in molti td */
|
---|
| 318 |
|
---|
| 319 |
|
---|
| 320 | .modulo {
|
---|
| 321 | text-decoration: none;
|
---|
| 322 | border: 1px solid #666699;
|
---|
| 323 | font-size: 10px;
|
---|
| 324 | }
|
---|
| 325 |
|
---|
| 326 | .modulo-button {
|
---|
| 327 | color: #663366;
|
---|
| 328 | text-decoration: none;
|
---|
| 329 | background-color: #FFFFEE;
|
---|
| 330 | border: 1px solid #660033;
|
---|
| 331 | width: 50%;
|
---|
| 332 | text-align: center;
|
---|
| 333 | font-size: 10px;
|
---|
| 334 | padding: 3px;
|
---|
| 335 | }
|
---|
| 336 |
|
---|
| 337 |
|
---|
| 338 |
|
---|
| 339 |
|
---|
| 340 | /* tavole */
|
---|
| 341 | .table-main {
|
---|
| 342 | border: 1px solid #DEDEDC;
|
---|
| 343 | font-size: 12px;
|
---|
| 344 | background-position: center top;
|
---|
| 345 | padding: 0px;
|
---|
| 346 | color: #000000;
|
---|
| 347 | text-align:center;
|
---|
| 348 | width: 970px;
|
---|
| 349 |
|
---|
| 350 | }
|
---|
| 351 |
|
---|
| 352 |
|
---|
| 353 | /* numero e simbolo liste */
|
---|
| 354 |
|
---|
| 355 | .td-5 {
|
---|
| 356 |
|
---|
| 357 | margin: 0px 0 0 0px;
|
---|
| 358 | width: 5%;
|
---|
| 359 | border: none;
|
---|
| 360 | background-color:#4983b6;
|
---|
| 361 | color:#ffffff;
|
---|
| 362 | /*background-color: #d2d2d2;*/
|
---|
| 363 | padding: 0px;
|
---|
| 364 | FONT-SIZE: 12px;
|
---|
| 365 | FONT-FAMILY: Verdana, Helvetica;
|
---|
| 366 | }
|
---|
| 367 | .td-130c {
|
---|
| 368 | text-align:left;
|
---|
[352] | 369 | margin: 0px 0 0 0px;
|
---|
[2] | 370 | width: 130px;
|
---|
| 371 | padding: 0px;
|
---|
[352] | 372 | border: .5px solid black;
|
---|
| 373 | }
|
---|
| 374 | .td-130b {
|
---|
| 375 | border: .5px solid black;
|
---|
| 376 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 377 | font-size: 12px;
|
---|
| 378 | margin-top: 0px;
|
---|
| 379 | margin: 0;
|
---|
[2] | 380 | }
|
---|
| 381 |
|
---|
| 382 | /* sinistra */
|
---|
| 383 | div#sx{
|
---|
| 384 | width: 590px;
|
---|
| 385 | float: left;
|
---|
| 386 | text-align: left;
|
---|
| 387 | }
|
---|
| 388 | /* destra */
|
---|
| 389 | div#dx{
|
---|
| 390 | width: 149px;
|
---|
| 391 | float: right;
|
---|
| 392 | text-align: left;
|
---|
| 393 | }
|
---|
| 394 |
|
---|
| 395 |
|
---|
| 396 | /* flash */
|
---|
| 397 | div#flash{
|
---|
| 398 | width: 410px;
|
---|
| 399 | float: left;
|
---|
| 400 | text-align: left;
|
---|
| 401 | }
|
---|
| 402 |
|
---|
| 403 |
|
---|
| 404 |
|
---|
| 405 |
|
---|
| 406 |
|
---|
| 407 |
|
---|
| 408 | /* immagini bordo */
|
---|
| 409 |
|
---|
| 410 | .image {
|
---|
| 411 | /*float: center;*/
|
---|
| 412 | border: none;
|
---|
| 413 | margin: 0px;
|
---|
| 414 | padding: 0px;
|
---|
| 415 | }
|
---|
| 416 |
|
---|
| 417 | .stemma {
|
---|
| 418 | /*float: center;*/
|
---|
| 419 | border: none;
|
---|
| 420 | margin: 0px;
|
---|
| 421 | padding: 0px;
|
---|
| 422 | width:50px;
|
---|
| 423 | height:50px;
|
---|
| 424 | }
|
---|
| 425 |
|
---|
| 426 | .stemmapic {
|
---|
| 427 | /*float: center;*/
|
---|
| 428 | border: none;
|
---|
| 429 | margin: 0px;
|
---|
| 430 | padding: 0px;
|
---|
| 431 | width:30px;
|
---|
| 432 | height:30px;
|
---|
| 433 | }
|
---|
| 434 |
|
---|
| 435 |
|
---|
| 436 | .noblocco {
|
---|
| 437 | border: 0px;
|
---|
| 438 | margin-right:0px;
|
---|
| 439 | margin-left:180px;
|
---|
| 440 | text-align: right;
|
---|
| 441 | vertical-align: middle;
|
---|
| 442 | width:18px;
|
---|
| 443 | height:18px;
|
---|
| 444 | }
|
---|
| 445 |
|
---|
| 446 |
|
---|
| 447 | .nobordo {
|
---|
| 448 | border: 0px;
|
---|
| 449 | text-align: center;
|
---|
| 450 | vertical-align: middle;
|
---|
| 451 | }
|
---|
| 452 |
|
---|
| 453 | .bordo {
|
---|
| 454 | border: 1px solid #ff0000;
|
---|
| 455 | text-align: left;
|
---|
| 456 | vertical-align: middle;
|
---|
| 457 |
|
---|
| 458 | }
|
---|
| 459 | /******************** font e backcolor******************************/
|
---|
| 460 | .blu {
|
---|
| 461 | background: none;
|
---|
| 462 | font-weight: bold;
|
---|
| 463 | color: #003366;
|
---|
| 464 | font-size: 12px;
|
---|
| 465 | font-family: Verdana, Helvetica
|
---|
| 466 | }
|
---|
| 467 |
|
---|
| 468 | /*diventa grigio qui */
|
---|
| 469 |
|
---|
| 470 | .red {
|
---|
| 471 | background: none;
|
---|
| 472 | color: #ff0000;
|
---|
| 473 | font-size: 12px;
|
---|
| 474 | font-family: Verdana, Helvetica
|
---|
| 475 | }
|
---|
| 476 |
|
---|
| 477 | .redbig {
|
---|
| 478 | background: none;
|
---|
| 479 | color: #ff0000;
|
---|
| 480 | font-size: 16px;
|
---|
| 481 | font-family: Verdana, Helvetica
|
---|
| 482 | }
|
---|
| 483 |
|
---|
| 484 | .bgw {
|
---|
| 485 | background: #ffffff;
|
---|
| 486 | font-size: 12px;
|
---|
| 487 | font-family: Verdana, Helvetica;
|
---|
| 488 | text-align: center;
|
---|
| 489 | }
|
---|
| 490 | /* diventa rosso */
|
---|
| 491 |
|
---|
| 492 | .bggray {
|
---|
| 493 | background-color:#4983b6;
|
---|
| 494 | font-size: 12px;
|
---|
| 495 | font-family: Verdana, Helvetica;
|
---|
| 496 | text-align: center;
|
---|
| 497 | color: #ffffff;
|
---|
| 498 | }
|
---|
| 499 |
|
---|
| 500 | .bggray2 {
|
---|
| 501 | background: #EAEAEA;
|
---|
| 502 | font-size: 12px;
|
---|
| 503 | font-family: Verdana, Helvetica;
|
---|
| 504 | text-align: center;
|
---|
| 505 | }
|
---|
| 506 |
|
---|
| 507 | .bggray3 {
|
---|
| 508 | background: #ffffff;
|
---|
| 509 | font-size: 12px;
|
---|
| 510 | font-family: Verdana, Helvetica;
|
---|
| 511 | text-align: left;
|
---|
| 512 | }
|
---|
| 513 |
|
---|
| 514 | .normale {
|
---|
| 515 | background: none;
|
---|
| 516 | color: #000000;
|
---|
| 517 | font-size: 12px;
|
---|
| 518 | font-family: Verdana, Helvetica;
|
---|
| 519 | text-align: left;
|
---|
| 520 | }
|
---|
| 521 | .piccolo {
|
---|
| 522 | background: none;
|
---|
| 523 | /*color: #cccccc; */
|
---|
| 524 | font-size: 11px;
|
---|
| 525 | font-weight: normal;
|
---|
| 526 | font-family: Verdana, Helvetica;
|
---|
| 527 | text-decoration: none}
|
---|
| 528 | /**********************************************************************
|
---|
| 529 | BOTTONI W3C *****************************************************/
|
---|
| 530 |
|
---|
| 531 | .w3cbutton3 {
|
---|
| 532 | background-image:url(images/box_bg.jpg); background-repeat:repeat-x;
|
---|
| 533 | margin: 0px 0px 0px 5px;
|
---|
| 534 | width: 95px;
|
---|
| 535 | border: 1px solid #6A6A6A;
|
---|
| 536 | font-family: helvetica,arial,sans-serif;
|
---|
| 537 | font-size: 10px;
|
---|
| 538 | float: left;
|
---|
| 539 | }
|
---|
| 540 |
|
---|
| 541 | .w3cbutton3 a {
|
---|
| 542 | display: block;
|
---|
| 543 | width: 100%;
|
---|
| 544 | }
|
---|
| 545 |
|
---|
| 546 | .w3cbutton3 a:link, .w3cbutton3 a:visited {
|
---|
| 547 | background-color: #8CC8C7;
|
---|
| 548 | color: #2A290B;
|
---|
| 549 | text-decoration: none;
|
---|
| 550 | }
|
---|
| 551 |
|
---|
| 552 | .w3cbutton3 a:hover {
|
---|
| 553 | background-color: #C9F4F3;
|
---|
| 554 | color: #2A290B;
|
---|
| 555 | text-decoration: none;
|
---|
| 556 | }
|
---|
| 557 |
|
---|
| 558 | .w3cbutton3 span.w3c {
|
---|
| 559 | font-weight: bold;
|
---|
| 560 | padding: 0 0.4em;
|
---|
| 561 | background-color: #FFFFCC;
|
---|
| 562 | color: #0C479D;
|
---|
| 563 | }
|
---|
| 564 |
|
---|
| 565 | .w3cbutton3 span.spec {
|
---|
| 566 | color: #333333;
|
---|
| 567 | }
|
---|
| 568 |
|
---|
| 569 | .w3cbutton3 span.specRed {
|
---|
| 570 | color: #FF0000;
|
---|
| 571 | }
|
---|
| 572 |
|
---|
| 573 |
|
---|