MediaWiki:Vector.css: Diferență între versiuni

De la B-Zone Wiki
Salt la: navigare, căutare
Linia 17: Linia 17:
 
.MyProfileBox
 
.MyProfileBox
 
{
 
{
 +
width:500px;
 
transition:1s;
 
transition:1s;
 
background:#ffffff;
 
background:#ffffff;
Linia 26: Linia 27:
 
.MyProfileBox:hover
 
.MyProfileBox:hover
 
{
 
{
 +
width:500px;
 
background:#A1FFC2;
 
background:#A1FFC2;
 
border-radius:50%;
 
border-radius:50%;

Versiunea de la data 31 iulie 2015 20:42

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:#ffffff;
border-radius:50%;
border:2px solid #ffffff;
transition:1s;
}

.MyProfileBox:hover
{
width:500px;
background:#A1FFC2;
border-radius:50%;
border:2px solid #000000;
transition:1s;
}