MediaWiki:Vector.css: Diferență între versiuni
De la B-Zone Wiki
| Linia 22: | Linia 22: | ||
.translate-to-englis-vers{ | .translate-to-englis-vers{ | ||
background: #F4F4F4; | background: #F4F4F4; | ||
| − | padding: | + | padding: 0px; |
font-family: arial; | font-family: arial; | ||
| − | font-size: | + | font-size: 14px; |
font-weight: bold; | font-weight: bold; | ||
| − | border-radius: | + | border-radius: 12px; |
| − | border: 1px | + | border: 1px solid #A5A5A5; |
margin-top: 5px; | margin-top: 5px; | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
| − | |||
text-align: center; | text-align: center; | ||
transition: 0.5s; | transition: 0.5s; | ||
| − | |||
} | } | ||
Versiunea de la data 14 iulie 2015 20:25
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: #A1FFC2;
transition:0.5s;
}
.translate-to-englis-vers{
background: #F4F4F4;
padding: 0px;
font-family: arial;
font-size: 14px;
font-weight: bold;
border-radius: 12px;
border: 1px solid #A5A5A5;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
transition: 0.5s;
}