MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
-moz-column-width: 235px; | -moz-column-width: 235px; | ||
column-width: 235px; | column-width: 235px; | ||
} | |||
div.rc-comment { | |||
float:right; | |||
margin-left:15px; | |||
max-width:185px; | |||
font-style: italic; | |||
} | |||
li.rc-spec { | |||
color:Green | |||
} | } |
Revision as of 13:53, 24 August 2016
/* CSS placed here will be applied to all skins */ div.rc-row { clear:both; max-width:900px; vertical-align:top; margin-bottom:10px; } div.rc-title { clear:left; float:left; width:150px; text-align:right; font-weight: bold; } div.rc-data { float:left; margin-left:15px; max-width:530px; } ul.rc-data { -webkit-column-count:2; -moz-column-count: 2; column-count: 2; -webkit-column-width: 235px; -moz-column-width: 235px; column-width: 235px; } div.rc-comment { float:right; margin-left:15px; max-width:185px; font-style: italic; } li.rc-spec { color:Green }