Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
JohnLavalie (talk | contribs) |
JohnLavalie (talk | contribs) |
||
Line 23: | Line 23: | ||
text-align : left; | text-align : left; | ||
width : 50%; | width : 50%; | ||
} | |||
/* genre headings */ | |||
.Level2 { text-indent: 2em; } | |||
.Level3 { text-indent: 4em; } | |||
.Level4 { text-indent: 6em; } | |||
.Level5 { text-indent: 8em; } | |||
.Level6 { text-indent: 10em; } | |||
@media print | |||
{ | |||
.NoPrint | |||
{ | |||
display: none; | |||
} | |||
} | } |
Revision as of 15:27, 3 December 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%;
}
/* genre headings */
.Level2 { text-indent: 2em; }
.Level3 { text-indent: 4em; }
.Level4 { text-indent: 6em; }
.Level5 { text-indent: 8em; }
.Level6 { text-indent: 10em; }
@media print
{
.NoPrint
{
display: none;
}
}