Difference between revisions of "MediaWiki:Common.css"

From Austin Improv Community Wiki
(Squeezing together plainlist items.)
 
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.plainlist ul li {  
.DPLTest ul {
margin-bottom: 0px;
list-style:none;
}
}
#mw-panel a {
text-shadow: 0px 1px 0px rgb(54, 87, 172);
    }
.infobox{ text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.69);}

Latest revision as of 16:57, 13 May 2013

/* CSS placed here will be applied to all skins */

.DPLTest ul {
list-style:none;
}

#mw-panel a {
text-shadow: 0px 1px 0px rgb(54, 87, 172);
    }

.infobox{ text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.69);}