MediaWiki:Common.css: differenze tra le versioni
Vai alla navigazione
Vai alla ricerca
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 4: | Riga 4: | ||
background-color: #F7F7F7; | background-color: #F7F7F7; | ||
border: 1px #A7D7F9 solid; | border: 1px #A7D7F9 solid; | ||
padding: | padding: 0.5em; | ||
} | } | ||
Versione delle 21:48, 6 lug 2016
/* Caselle di testo */ .box { background-color: #F7F7F7; border: 1px #A7D7F9 solid; padding: 0.5em; } div.box { box-shadow: 5px 5px 2px #888888; margin-left: 0.5em; margin-right: 0.5em; } td.box { font-size: 90%; } 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; } td#internalbox { border-bottom: none; border-top: none; text-align: left; width: 60%; } /* Caselle di intestazione */ td.lighttitle { background-color: #D1DDEA; border: 1px #A7D7F9 solid; font-size: 90%; font-weight: bold; padding-left: 1em; padding-right: 1em; } td#internaltitle { border-bottom: none; border-top: none; text-align: right; width: 40%; } .strongtitle { background-color: #6499BE; border: 1px #A7D7F9 solid; line-height: 2em; vertical-align: center; } div.strongtitle { border-radius:10px; box-shadow: 5px 5px 2px #888888; margin: 0.5em; } td.strongtitle { text-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#lateral { margin-left: 1em; margin-bottom: 1em; width: 320px; }