Difference between revisions of "MediaWiki:Common.css"

From Austin Improv Community Wiki
 
(11 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 */


.infobox {
.DPLTest ul {
border: 1px solid #AAAAAA;
list-style:none;
clear: right;
color: black;
float: right;
font-size: 88%;
line-height: 1.5em;
margin: 0.5em 0px 0.5em 1em;
padding: 0.2em;
text-align: left;
width: 200px
}
}


.plainlist ul {  
#mw-panel a {
line-height: inherit;
text-shadow: 0px 1px 0px rgb(54, 87, 172);
list-style: none outside none;
    }
margin: 0px;
}
 
.plainlist ul li {
margin-bottom: 0px;
}


 
.infobox{ text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.69);}
.CategoryTreeBullet {
    list-style: disc outside none;
}
 
.CategoryTreeItem {
display: list-item;
list-style: disc outside none;
background-color: Red;
}

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);}