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

Difference between revisions of "MediaWiki:Common.css"

on PidgiWiki, the video game media repository

(maybe this will be a fix-all)
Line 17: Line 17:
 
li.gallerybox {
 
li.gallerybox {
 
/* Fallback for web browsers that doesn't support RGBa */
 
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
+
background: rgb(255, 255, 255) transparent;
 
/* RGBa with 0.3 opacity */
 
/* RGBa with 0.3 opacity */
background: rgba(0, 0, 0, 0.3);
+
background: rgba(255, 255, 255, 0.3);
 
/* For IE 5.5 - 7*/
 
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#55FFFFFF);
 
/* For IE 8*/
 
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000)";
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#55FFFFFF)";
 
}
 
}
 
/* </pre> */
 
/* </pre> */

Revision as of 17:03, 28 June 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:#f0f0f0; }
.metrobox {text-align:center;transition: all 0.12s ease-out;-webkit-transition: all 0.12s ease-out;-moz-transition: all 0.12s ease-out;-o-transition: all 0.12s ease-out;}
.metrobox:hover {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);}
li.gallerybox {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255) transparent;
/* RGBa with 0.3 opacity */
background: rgba(255, 255, 255, 0.3);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#55FFFFFF);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#55FFFFFF)";
}
/* </pre> */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.