Differenze tra le versioni di "MediaWiki:Erudite.css"
by Blue
| Riga 26: | Riga 26: | ||
.homediv h2 { | .homediv h2 { | ||
margin-top:0px; | margin-top:0px; | ||
| + | } | ||
| + | |||
| + | .quote_parchment_div { | ||
| + | background-image:url(images/parchment.jpg); | ||
| + | border:thin solid #aaaaaa; | ||
| + | width:85%; | ||
| + | margin:auto; | ||
| + | font-size:medium; | ||
| + | padding:5px; | ||
} | } | ||
Versione delle 11:28, 21 mag 2015
/* Set the colour of the top menu */
#menu {
background-color: rgba(74, 110, 184, 0.7);
}
h1 {
text-transform:none;
}
#tagline {
display:none;
}
#footer1, #footer2, #footer3, #footer4 {
display:none;
}
.homediv {
vertical-align:top;
border:thin dashed #aaaaaa;
display:inline-block;
padding:10px;
margin:auto 20px;
}
.homediv h2 {
margin-top:0px;
}
.quote_parchment_div {
background-image:url(images/parchment.jpg);
border:thin solid #aaaaaa;
width:85%;
margin:auto;
font-size:medium;
padding:5px;
}