Difference between revisions of "MediaWiki:Common.css"

From CCS Cataloging Manual
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


div#UnionList p
 
{  
div#UnionList p {
    white-space: pre;  
white-space : pre;
    background-color: #cccccc;  
background-color : #cccccc;
    font-family: monospace;  
font-family : monospace;
    margin-bottom: 1em;  
margin-bottom : 1em;
    margin-top: 0;  
margin-top : 0;
    padding-top: .5em;  
padding-top : 0.5em;
    padding-bottom: .5em;
padding-bottom : 0.5em;
}
}


/* Two column lists */
/* Two column list */
ul.TwoColumns
ul.TwoColumns {
{  
overflow : hidden;
    overflow:hidden; width:65%;  
width : 65%;
}  
}


li.TwoColumns
li.TwoColumns {
display : inline;
    float:left; text-align:left; width:50%;  
float : left;
text-align : left;
width : 50%;
}
}

Revision as of 15:54, 20 October 2015

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


div#UnionList p {
white-space : pre;
background-color : #cccccc;
font-family : monospace;
margin-bottom : 1em;
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.5em;
}

/* Two column list */
ul.TwoColumns {
overflow : hidden;
width : 65%;
}

li.TwoColumns {
display : inline;
float : left;
text-align : left;
width : 50%;
}