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 */
.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;
}
rc-data.ul,
rc-data.ol
{
-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
}