Difference between revisions of "MediaWiki:Common.css"

From Encyclopedia Draconica
Jump to: navigation, search
Line 6: Line 6:
 
       margin:1em 1em 1em 0;
 
       margin:1em 1em 1em 0;
 
       background:#FFFDD0;
 
       background:#FFFDD0;
       color:#80461B;
+
       color:#70461B;
 
       border:1px #AAA solid;
 
       border:1px #AAA solid;
 
       border-collapse:collapse;
 
       border-collapse:collapse;
Line 18: Line 18:
  
 
   table.WEItable th {
 
   table.WEItable th {
       background:#80461B;
+
       background:#70461B;
 
       color:#FFFDD0;
 
       color:#FFFDD0;
 
       }
 
       }

Revision as of 14:25, 14 April 2012

/* CSS placed here will be applied to all skins */
/*****
** Worlds' End Inn Table formatting
*****/
   table.WEItable {
      margin:1em 1em 1em 0;
      background:#FFFDD0;
      color:#70461B;
      border:1px #AAA solid;
      border-collapse:collapse;
      }

   table.WEItable th, table.WEItable td {
      border:1px #AAA solid;
      padding:0.2em;
      text-align:center;
      }

   table.WEItable th {
      background:#70461B;
      color:#FFFDD0;
      }