Join the PidgiNet Discord! https://discord.gg/Eg9QahqpXf

Difference between revisions of "MediaWiki:Common.css"

on PidgiWiki, the video game media repository

(let's see now)
Line 13: Line 13:
 
.metrobox { color:#fff; font-family:'Segoe UI Light','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif; font-size:13px; }
 
.metrobox { color:#fff; font-family:'Segoe UI Light','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif; font-size:13px; }
 
.metrobox a:link, .metrobox a:visited, .metrobox a:hover { color:#eee; }
 
.metrobox a:link, .metrobox a:visited, .metrobox a:hover { color:#eee; }
 
h4 {
 
 
 
/* Transform Effect */
 
 
 
 
-webkit-transition: all 0.12s ease-out; /* Safari & Chrome */
 
 
 
 
  -moz-transition: all 0.12s ease-out; /* Firefox */
 
 
 
 
  -o-transition: all 0.12s ease-out; /* Opera */
 
 
 
 
 
 
 
 
}
 
 
 
 
 
 
 
  
 
h4:hover  {   
 
h4:hover  {   

Revision as of 01:38, 23 February 2012

/* <pre> */

/* Miscellaneous formatting features */

.sc { font-variant: small-caps }

#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}

.metrobox { color:#fff; font-family:'Segoe UI Light','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif; font-size:13px; }
.metrobox a:link, .metrobox a:visited, .metrobox a:hover { color:#eee; }

h4:hover  {  







  /* Scaling Effect */		 



  -webkit-transform: scale(1.1);     /* Safari & Chrome */



  -moz-transform: scale(1.1);		 /* Firefox */



  -o-transform: scale(1.1);		     /* Opera */



   



}



/* </pre> */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.