MediaWiki:Common.css: differenze tra le versioni
Vai alla navigazione
Vai alla ricerca
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 69: | Riga 69: | ||
width: 100%; | width: 100%; | ||
box-shadow: 5px 5px 2px #888888; | box-shadow: 5px 5px 2px #888888; | ||
} | |||
table#anni { | |||
margin-left: 1em; | |||
margin-bottom: 1em; | |||
width: 320px; | |||
} | } |
Versione delle 20:36, 6 lug 2016
/* Caselle di testo */ .box { background-color: #F7F7F7; border: 1px #A7D7F9 solid; padding: 1em; } td.box { font-size: 85%; } div.box { box-shadow: 5px 5px 2px #888888; margin-left: 0.5em; margin-right: 0.5em; } div#ambigua { border-radius: 10px; margin-bottom: 0.5em; margin-top: 0.5em; padding: 0.5em; width: 50% } div#finestrabottom { border-top: none; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } /* Caselle di intestazione */ td.lighttitle { background-color: #D1DDEA; border: 1px #A7D7F9 solid; font-size: 90%; font-weight: bold; padding-left: 1em; padding-right: 1em; } div.strongtitle { background-color: #D8DDE8; border: 1px #A7D7F9 solid; border-radius:10px; box-shadow: 5px 5px 2px #888888; line-height: 2em; margin: 0.5em; vertical-align: center; } div#finestratop { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; margin-bottom: 0; } div#disambigua { text-align: center; } /* Tabelle */ table.structure { border: 1px #A7D7F9 solid; border-collapse: collapse; width: 100%; box-shadow: 5px 5px 2px #888888; } table#anni { margin-left: 1em; margin-bottom: 1em; width: 320px; }