|
|
(10 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {{Important|Work in progress. Please do not edit, unless this page is known to be causing problems on the BIKI.
| | [[Category:Sandbox]] |
| If it is causing problems, please simply blank the page (remove all content and save). Thank you.}}
| |
| | |
| <syntaxhighlight lang="css">
| |
| /* Styling for Cfg* Config Reference pages. Use Template:Cfg_ref in combination */
| |
| | |
| .cfg_reference {
| |
| width: 85%;
| |
| }
| |
| .cfg_reference h2 {
| |
| font-size: 1.8em;
| |
| font-weight: bold;
| |
| color: #404040;
| |
| border: none;
| |
| }
| |
| .cfg_reference img {
| |
| margin: 0px 0px 10px 3px;
| |
| }
| |
| .cfg_reference h3 {
| |
| color: #404040;
| |
| }
| |
| .cfg_reference div.abc h3 {
| |
| width:200px;
| |
| margin: 0px;
| |
| padding: 5px;
| |
| border: 1px solid #808080;
| |
| background-color: #d0d0d0;
| |
| font-size: 1.7em;
| |
| font-weight: bold;
| |
| color: #404040;
| |
| text-align: center;
| |
| border-bottom: none;
| |
| }
| |
| .cfg_reference div.abc h4 {
| |
| background-color: #efefef;
| |
| padding: 0.5em;
| |
| border-top-style: solid;
| |
| border-top-width: 1px;
| |
| border-top-color: #808080;
| |
| border-left-style: solid;
| |
| border-left-width: 1px;
| |
| border-left-color: #808080;
| |
| font-size: 1.5em;
| |
| font-weight: normal;
| |
| font-family: "Lucida Console", monospace;
| |
| color: #404040;
| |
| }
| |
| .cfg_reference p {
| |
| margin-left: 1.2em;
| |
| }
| |
| .cfg_reference div.mw-geshi {
| |
| margin-left: 1.2em;
| |
| }
| |
| .cfg_reference dt {
| |
| font-weight: bold;
| |
| float: left;
| |
| clear: both;
| |
| width: 100px;
| |
| padding: 5px 5px 0 5px;
| |
| }
| |
| .cfg_reference dd {
| |
| margin: 0;
| |
| padding: 5px 5px 5px 120px;
| |
| }
| |
| .cfg_reference table.operators {
| |
| background-color: #a0a0a0;
| |
| border-spacing: 1px;
| |
| }
| |
| .cfg_reference table.operators th {
| |
| background-color: #d0d0d0;
| |
| }
| |
| .cfg_reference table.operators td {
| |
| background-color: #efefef;
| |
| }
| |
| | |
| /* End Cfg* Config Reference class */
| |
| </syntaxhighlight>
| |