MediaWiki:Vector.css: Diferență între versiuni
De la B-Zone Wiki
| Linia 12: | Linia 12: | ||
margin-top: 1em; | margin-top: 1em; | ||
font-family:Arial; | font-family:Arial; | ||
| + | } | ||
| + | |||
| + | .translate-to-englis-vers:hover{ | ||
| + | background: #bcbcbc; | ||
| + | } | ||
| + | |||
| + | .translate-to-englis-vers{ | ||
| + | background: #F4F4F4; | ||
| + | padding: 10px; | ||
| + | font-family: arial; | ||
| + | font-size: 15px; | ||
| + | font-weight: bold; | ||
| + | border-radius: 10px; | ||
| + | border: 1px dashed #540000; | ||
| + | margin-top: 5px; | ||
| + | margin-bottom: 5px; | ||
| + | width: 120px; | ||
| + | text-align: center; | ||
} | } | ||
Versiunea de la data 14 iulie 2015 20:13
body {
font-family:Arial;
}
.mw-body h1, .mw-body #firstHeading {
font-size: 1.8em;
font-family: arial;
}
.mw-body h2 {
font-size: 1.5em;
margin-top: 1em;
font-family:Arial;
}
.translate-to-englis-vers:hover{
background: #bcbcbc;
}
.translate-to-englis-vers{
background: #F4F4F4;
padding: 10px;
font-family: arial;
font-size: 15px;
font-weight: bold;
border-radius: 10px;
border: 1px dashed #540000;
margin-top: 5px;
margin-bottom: 5px;
width: 120px;
text-align: center;
}