Common.css – MediaWiki

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 30: Line 30:
  .command_description ol.notes
  .command_description ol.notes
  {
  {
   background-color: #F8F8F8;
   background-color: #eee;
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #eee;
 
  }
  }
  .command_description ol.notes li
  .command_description ol.notes li
  {
  {
   margin: 2px 0 2px 30px;
   margin: 0 0 0 30px;
   padding: 5px 0 5px 80px;
   padding: 5px 0 5px 10px;
   border-bottom: 1px solid #eee;
  border-left: 70px solid #eee;
   border-bottom: 2px solid #eee;
  background: #f8f8f8;
  }
  }

Revision as of 08:50, 27 July 2006

 /* 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;
 }