Difference between revisions of "MediaWiki:Common.css"

From Austin Improv Community Wiki
(moving adjustments for 'plainlist' UL into CSS.)
 
(15 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;
}
}


.plainlist ul {  
#mw-panel a {
line-height: inherit;
text-shadow: 0px 1px 0px rgb(54, 87, 172);
list-style: none outside none;
    }
margin: 0px;
 
}
.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);}