MediaWiki talk:Monobook.css

From MediaWiki
Revision as of 00:36, 17 May 2007 by Derik (talk | contribs)
Jump to navigationJump to search

/* Teletran-1 specicic bits */ .tt1_tobedeleted, .tt1_cleanup {

   height:87px;

}

.tt1_tobedeleted .messagebox, .tt1_cleanup .messagebox {

  position:relative;
  padding-left:75px;

} .tt1_tobedeleted .messagebox span.mb_thumb, .tt1_cleanup .messagebox span.mb_thumb{

  display:block;
  height:100px;
  position:absolute;
  top:2px;
  left:5px;

}


/* Cleanup only */ .tt1_cleanup .messagebox span.mb_thumb{

  width:61px;
  background:url("http://images.wikia.com/transformers/images/2/23/Junkion_jimmy.gif");

}

/*ToBedeleted only */ .tt1_tobedeleted .messagebox {

  border:solid 1px #aaa;
  background:#f9f9f9;

} .tt1_tobedeleted .messagebox span.mb_thumb{

  width:64px;
  background:url("http://images.wikia.com/transformers/images/a/a8/Quint_head.gif");

}


/* wikitable/prettytable class for skinning normal tables */

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;
 font-weight: bold;

}