Difference between revisions of "MediaWiki:Monobook.css"

From BroaDWcast
Jump to navigationJump to search
(Created page with '→‎CSS placed here will affect users of the Monobook skin: table.listings { border-collapse: collapse; border: 1px solid black; background-color: #f0f0f0; } table.listing…')
 
 
(74 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
  
  table.listings    { border-collapse: collapse; border: 1px solid black; background-color: #f0f0f0; }
+
  table.listings    {  
table.listings th { background-color: yellow; border: 1px solid black; }
+
                      border-collapse: collapse;  
table.listings td { border-collapse: inherit; border: 1px solid black; padding: .5em .5em .5em .5em;
+
                      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: thick solid #ffd800; */
 +
                      max-width: 90px;
 +
                      width: expression(1 + "px"); /* for IE6 */
 +
                      /* text-align: center; */
 +
                  }
 +
 
 +
.airLeft          { left: 10px; }
 +
 
 +
.airRight          {
 +
 
 +
                      float: right;
 +
                      right: 10px;
 +
                      margin: .5em 0 .8em 1.4em;
 +
 
 +
                    }
 +
.hiddenSectionHeader
 +
                    { visibility:hidden; }
 +
 
 +
table.chronology td { vertical-align:top; }
 +
 
 +
 
 +
div.thumbcaption    { text-align: center; }
 +
 
 +
/* remove tabs */
 +
#ca-talk { display:none!important; }
 +
#ca-history { display:none!important; }
 +
#ca-viewsource { display:none!important; }
 +
 
 +
/* __NOTITLE__ on main page */
 +
body.page-Main_Page h1.firstHeading { display:none; }
 +
 
 +
div.p-tb { visibility: hidden; }

Latest revision as of 17:06, 24 March 2012

/* 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: thick solid #ffd800; */ 
                      max-width: 90px;
                      width: expression(1 + "px"); /* for IE6 */
                      /* text-align: center; */
                   }

 .airLeft           { left: 10px; }

 .airRight          {

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

                    }
 .hiddenSectionHeader
                    { visibility:hidden; }

 table.chronology td { vertical-align:top; }


 div.thumbcaption    { text-align: center; }

/* remove tabs */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }

/* __NOTITLE__ on main page */
body.page-Main_Page h1.firstHeading { display:none; }

div.p-tb { visibility: hidden; }