Fred Gandt/sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
(CSS class for Cfg* Config Reference pages)
m (little tweak)
Line 34: Line 34:
  .cfg_reference div.abc h4 {
  .cfg_reference div.abc h4 {
   background-color: #efefef;
   background-color: #efefef;
   padding: 0.5em;
   padding: 0.5em 0.5em 0.1em;
   border-top-style: solid;
   border-top-style: solid;
   border-top-width: 1px;
   border-top-width: 1px;
Line 41: Line 41:
   border-left-width: 1px;
   border-left-width: 1px;
   border-left-color: #808080;
   border-left-color: #808080;
   font-size: 1.5em;
   font-size: 1.3em;
   font-weight: normal;
   font-weight: normal;
   font-family: "Lucida Console", monospace;
   font-family: "Lucida Console", monospace;

Revision as of 22:23, 3 May 2014

Work in progress. Please do not edit, unless this page is known to be causing problems on the BIKI. If it is causing problems, please simply blank the page (remove all content and save). Thank you.
/* 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 0.5em 0.1em;
   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.3em;
   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 */