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