Difference between revisions of "MediaWiki:Monobook.css"

From BroaDWcast
Jump to navigationJump to search
Line 27: Line 27:
 
                       border-color: #ffd800;  
 
                       border-color: #ffd800;  
 
                       border-width: thick;
 
                       border-width: thick;
 +
                      max-width:90px;
 +
                      text-align: center;
  
 
                     }
 
                     }
Line 32: Line 34:
  
 
  .airLeft          {
 
  .airLeft          {
                      max-width:90px;
 
                      text-align: center;
 
 
                       left: 10px;
 
                       left: 10px;
  
Line 43: Line 43:
 
                       right: 10px;
 
                       right: 10px;
 
                       margin: .5em 0 .8em 1.4em;
 
                       margin: .5em 0 .8em 1.4em;
                      text-align: center;
 
  
 
                     }
 
                     }

Revision as of 19:48, 23 December 2010

/* CSS placed here will affect users of the Monobook skin */

 table.listings    { 
                      border-collapse: collapse; 
                      border: 1px solid black; 
                      background-color: #f0f0f0;
                      empty-cells: show; 
                   }

 table.listings th { 
                      background-color: yellow; 
                      border: 1px solid black; 
                      padding-left: .25em; 
                      padding-right: .25em; 
                      text-align: center;
                   }

 table.listings td { 
                      border-collapse: inherit; 
                      border: 1px solid black; 
                      padding: .5em .5em .5em .5em; 
                   }

 #airdatesImage    { 

                      border-style: solid;
                      border-color: #ffd800; 
                      border-width: thick;
                      max-width:90px;
                      text-align: center;

                    }


 .airLeft           {
                      left: 10px;

                    }

 .airRight          {

                      float: right; 
                      right: 10px;
                      margin: .5em 0 .8em 1.4em;

                    }

/* remove tabs */

#ca-talk { display:none!important; }