MediaWiki:Common.css: differenze tra le versioni
Vai alla navigazione
Vai alla ricerca
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 13: | Riga 13: | ||
div.box { | div.box { | ||
box-shadow: 5px 5px 2px #888888; | box-shadow: 5px 5px 2px #888888; | ||
margin-left: 0 | margin-left: 0.5em; | ||
margin-right: 0 | margin-right: 0.5em; | ||
} | } | ||
div#ambigua { | div#ambigua { | ||
border-radius: 10px; | border-radius: 10px; | ||
margin-bottom: 0 | margin-bottom: 0.5em; | ||
margin-top: 0 | margin-top: 0.5em; | ||
padding: 0.5em; | padding: 0.5em; | ||
width: 50% | width: 50% | ||
Riga 48: | Riga 48: | ||
box-shadow: 5px 5px 2px #888888; | box-shadow: 5px 5px 2px #888888; | ||
line-height: 2em; | line-height: 2em; | ||
margin: 0 | margin: 0.5em; | ||
vertical-align: center; | vertical-align: center; | ||
} | } |
Versione delle 19:25, 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; } /* Tabelle */ table.structure { border: 1px #A7D7F9 solid; border-collapse: collapse; width: 100%; box-shadow: 5px 5px 2px #888888; }