MediaWiki:Common.css: differenze tra le versioni

Riga 1: Riga 1:
/* Gli stili CSS inseriti qui si applicano a tutte le skin */
+
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
+
/* Classi per template Sinottici */
+
+
 
.sinottico {
 
.sinottico {
 
     clear: right;
 
     clear: right;
Riga 28: Riga 25:
  
 
.wikitable-noborder th, .wikitable-noborder td {
 
.wikitable-noborder th, .wikitable-noborder td {
     border: 0px none;
+
     border: 0px none !important;
 
}
 
}
  
Riga 35: Riga 32:
 
}
 
}
  
/* Pad Google AdSense box in portlet in sidebar
+
.wikitable th {
 
+
     background-color: #A5C719 !important;
#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;
+
 
}
 
}

Versione delle 00:36, 7 nov 2012

/* Le CSS placé ici sera appliqué à tous les habillages. */
.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 !important;
}

.wikitable-zebra tr:nth-child(odd) {
    background-color: #DDCE72;
}

.wikitable th {
    background-color: #A5C719 !important;
}