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

De la B-Zone Wiki
Salt la: navigare, căutare
Linia 15: Linia 15:
  
  
.translate-to-englis-vers:hover{
 
  background: #A1FFC2;
 
transition:0.5s;
 
}
 
  
.translate-to-englis-vers{
+
.MyProfileBox:hover
    background: #F4F4F4;
+
{
  padding: 0px;
+
background:#A1FFC2;
  font-family: arial;
+
border-radius:25px;
  font-size: 14px;
+
border:2px solid #A2FFC2;
  font-weight: bold;
+
  border: 1px solid #A5A5A5;
+
  margin-bottom: 5px;
+
  text-align: center;
+
  transition: 0.5s;
+
  width: 150px;
+
  position: absolute;
+
  margin-top: -40px;
+
  right: 0;
+
  border-top-left-radius: 10px;
+
  border-top-right-radius: 10px;
+
 
}
 
}

Versiunea de la data 31 iulie 2015 20:34

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
{
background:#A1FFC2;
border-radius:25px;
border:2px solid #A2FFC2;
}