MediaWiki:Vector.css: Diferență între versiuni
De la B-Zone Wiki
| Linia 17: | Linia 17: | ||
.MyProfileBox:hover | .MyProfileBox:hover | ||
{ | { | ||
| − | + | transition:1.2s; | |
} | } | ||
| Linia 25: | Linia 25: | ||
border-radius:25px; | border-radius:25px; | ||
border:2px solid #A2FFC2; | border:2px solid #A2FFC2; | ||
| + | transition:1.2s; | ||
} | } | ||
Versiunea de la data 31 iulie 2015 19:37
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;
}
.MyProfileBox:hover
{
transition:1.2s;
}
.MyProfileBox:hover
{
background:#A1FFC2;
border-radius:25px;
border:2px solid #A2FFC2;
transition:1.2s;
}