MediaWiki:Common.css: Difference between revisions

From Dream Chasers
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 8: Line 8:
     font-family: sans-serif;
     font-family: sans-serif;
     white-space: pre;
     white-space: pre;
}
#mainpage_topbox {
background: #f9f9f9;
padding: 0px;
border: 1px solid #aaaaaa;
margin: 0.2em 10px 10px;
}
}

Revision as of 23:25, 6 December 2020

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

ul.smw-format.ul-format.askcolumns {
    column-count: 2;
}

.ascii-art {
    font-family: sans-serif;
    white-space: pre;
}

#mainpage_topbox {
	background: #f9f9f9;
	padding: 0px;
	border: 1px solid #aaaaaa;
	margin: 0.2em 10px 10px;
}