|
|
Riga 35: |
Riga 35: |
| } | | } |
| | | |
โ | /* Pad Google AdSense box in portlet in sidebar */ | + | /* Pad Google AdSense box in portlet in sidebar |
| + | |
| #p-googleadsense .body { | | #p-googleadsense .body { |
| padding-top: 5px; | | padding-top: 5px; |
| text-align: center; | | text-align: center; |
| + | } |
| + | */ |
| + | #column-google { |
| + | width: 160px; |
| + | clear: left; |
| + | margin-right: -1em; |
| + | padding: 0px 0px 6px 6px; |
| + | float: right; |
| + | right: 0; |
| + | top: 10px; |
| } | | } |
Versione delle 17:18, 16 giu 2012
/* Gli stili CSS inseriti qui si applicano a tutte le skin */
/* Classi per template Sinottici */
.sinottico {
clear: right;
float: right;
font-size: 95%;
margin: 0 0 1em 0.5em;
padding: 3px;
vertical-align: top;
width: 300px !important;
max-width: 300px;
}
.sinottico th {
padding: 0em 0.5em;
text-align: right;
vertical-align: top;
}
.sinottico td {
padding: 0em 0.2em;
vertical-align: top;
}
/* Fine classi per template Sinottici */
.wikitable-noborder th, .wikitable-noborder td {
border: 0px none;
}
.wikitable-zebra tr:nth-child(odd) {
background-color: #DDCE72;
}
/* Pad Google AdSense box in portlet in sidebar
#p-googleadsense .body {
padding-top: 5px;
text-align: center;
}
*/
#column-google {
width: 160px;
clear: left;
margin-right: -1em;
padding: 0px 0px 6px 6px;
float: right;
right: 0;
top: 10px;
}