Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
JohnLavalie (talk | contribs) |
JohnLavalie (talk | contribs) |
||
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; | |||
background-color : #cccccc; | |||
font-family : monospace; | |||
margin-bottom : 1em; | |||
margin-top : 0; | |||
padding-top : 0.5em; | |||
padding-bottom : 0.5em; | |||
} | } | ||
/* Two column | /* Two column list */ | ||
ul.TwoColumns | ul.TwoColumns { | ||
{ | overflow : hidden; | ||
width : 65%; | |||
} | } | ||
li.TwoColumns | li.TwoColumns { | ||
display : inline; | |||
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%;
}