Common.css – MediaWiki
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.
/* Trying to introduce common.css - did I already see it here? */
div.command_description {
width: 85%;
}
.command_description h2 {
margin: 0;
padding: 5px;
border: 1px solid #cedff2;
background: #f5faff;
font-size: 1.2em;
font-weight: bold;
color: #6191C3;
}
.command_description dt {
float: left;
width: 90px;
padding: 5px 5px 0 5px;
}
.command_description dd {
margin: 0;
padding: 5px 0 5px 110px;
}
.command_description dd.param {
background-color: #F8F8F8;
}
.command_description ol.notes
{
background-color: #eee;
margin: 0;
padding: 0;
border-width: 2px 2px 0 2px;
border-style: solid;
border-color: #eee;
}
.command_description ol.notes li
{
margin: 0 0 0 30px;
padding: 5px 0 5px 10px;
border-left: 70px solid #eee;
border-bottom: 2px solid #eee;
background: #f8f8f8;
}