Changes

Jump to navigation Jump to search
no edit summary
Line 253: Line 253:     
  #topbar {
 
  #topbar {
     background: -moz-linear-gradient(#247E41, #016C91);/* For Firefox 3.6 to 15 */
+
     background: -moz-linear-gradient(#098280, #E95F26);/* For Firefox 3.6 to 15 */
     background: #247E41; /* For browsers that do not support gradients */
+
     background: #098280; /* For browsers that do not support gradients */
     background: -webkit-linear-gradient(#247E41, #016C91); /* For Safari 5.1 to 6.0 */
+
     background: -webkit-linear-gradient(#098280, #E95F26); /* For Safari 5.1 to 6.0 */
     background: -o-linear-gradient(#247E41, #016C91); /* For Opera 11.1 to 12.0 */
+
     background: -o-linear-gradient(#098280, #E95F26); /* For Opera 11.1 to 12.0 */
     background: linear-gradient(#247E41, #016C91); /* Standard syntax */
+
     background: linear-gradient(#098280, #E95F26); /* Standard syntax */
     background: -webkit-gradient(#247E41, #016C91); /* Old Webkit */     
+
     background: -webkit-gradient(#098280, #E95F26); /* Old Webkit */     
 
     width:100%;
 
     width:100%;
 
     color:white;
 
     color:white;
 +
    font-size:4vw;
 +
    text-align:center;
 
     text-shadow:2px 2px black;
 
     text-shadow:2px 2px black;
 
     font-weight:bold;
 
     font-weight:bold;
 +
    min-height:130px;
 
     display:flex;
 
     display:flex;
 +
    align-items:center;
 
}
 
}
 
#body {
 
#body {
Line 329: Line 333:  
.primerlogo {
 
.primerlogo {
 
width:auto;
 
width:auto;
max-width:8vw;
+
max-width:13vw;
 
height:auto;
 
height:auto;
max-height:8vw;
+
max-height:13vw;
 
margin:0 0 2vw 3vw;
 
margin:0 0 2vw 3vw;
 
}
 
}
Bureaucrats, Interface administrators, lookupuser, staff, Administrators, translator
11,770

edits

Navigation menu