MediaWiki:Vector.css: Diferență între versiuni
De la B-Zone Wiki
| Linia 14: | Linia 14: | ||
} | } | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
.translate-to-englis-vers:hover{ | .translate-to-englis-vers:hover{ | ||
| − | background: # | + | background: #A1FFC2; |
| − | transition:0. | + | transition:0.3s; |
} | } | ||
| Linia 35: | Linia 32: | ||
width: 120px; | width: 120px; | ||
text-align: center; | text-align: center; | ||
| − | transition:0. | + | transition:0.3s; |
} | } | ||
Versiunea de la data 14 iulie 2015 20:20
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.3s;
}
.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;
transition:0.3s;
}