MediaWiki:Vector.css: Diferență între versiuni
De la B-Zone Wiki
| Linia 19: | Linia 19: | ||
width:500px; | width:500px; | ||
transition:1s; | transition:1s; | ||
| − | background:# | + | background:#EEEEEE; |
border-radius:100%; | border-radius:100%; | ||
| − | border:2px solid # | + | border:2px solid #bcbcbc; |
transition:1s; | transition:1s; | ||
margin-left: auto; | margin-left: auto; | ||
Versiunea curentă din 31 iulie 2015 19:46
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
{
width:500px;
transition:1s;
background:#EEEEEE;
border-radius:100%;
border:2px solid #bcbcbc;
transition:1s;
margin-left: auto;
margin-right: auto;
}
.MyProfileBox:hover
{
width:500px;
background:#A1FFC2;
border-radius:100%;
border:2px solid #000000;
transition:1s;
margin-left: auto;
margin-right: auto;
}