Difference between revisions of "MediaWiki:Common.css"

From Conservapedia
Jump to: navigation, search
Line 3: Line 3:
 
*/
 
*/
  
.tleft {background-color:transparent;}
+
.thumb {background-color:transparent;}
  
 
/* Don't display some stuff on the main page */
 
/* Don't display some stuff on the main page */

Revision as of 22:34, June 5, 2007

/*
<pre>
*/

.thumb {background-color:transparent;}

/* Don't display some stuff on the main page */
body.page-Main_Page #lastmod, 
body.page-Main_Page #siteSub, 
body.page-Main_Page #contentSub, 
body.page-Main_Page h1.firstHeading {
    display: none !important;
}

body {background: #f7f7f7}

/*****
** Table formatting
*****/
   table.wikitable,
   table.prettytable {
      margin:1em 1em 1em 0;
      background:#F9F9F9;
      border:1px #AAA solid;
      border-collapse:collapse;
      }

   table.wikitable th, table.wikitable td,
   table.prettytable th, table.prettytable td {
      border:1px #AAA solid;
      padding:0.2em;
      }

   table.wikitable th,
   table.prettytable th {
      background:#F2F2F2;
      text-align:center;
      }

   table.wikitable caption,
   table.prettytable caption {
      margin-left:inherit;
      margin-right:inherit;
      }

/* Coloured watchlist numbers */
.mw-plusminus-pos {
  color:darkgreen;
}

/* .mw-plusminus-null currently at developer default */

.mw-plusminus-neg {
  color:darkred;
}

.dablink {
  font-style:italic;
  padding-left:2em;
}

/*****

/*
</pre>
*/