MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
div.rc-row {
clear:both;
width:100%;
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;
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;
}
div.rc-comment {
float:left;
margin-left: 15px;
max-width: 250px;
font-style: italic;
}
li.rc-spec {
color:Green
}