User:Derik/Sandbox8

From MediaWiki
Revision as of 10:47, 24 January 2008 by Derik (talk | contribs) (New page: edit this file to customize the monobook skin for the entire site: Messagebox templates: .messagebox { border: 1px solid #aaa; background-color: #f9f9f9; width: 80%; ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

/* edit this file to customize the monobook skin for the entire site */

/* Messagebox templates */

.messagebox {

  border: 1px solid #aaa;
  background-color: #f9f9f9;
  width: 80%;
  margin: 0 auto 1em auto;
  padding: .2em;

} .messagebox.merge {

  border: 1px solid #c0b8cc;
  background-color: #f0e5ff;
  text-align: center;

} .messagebox.cleanup {

  border: 1px solid #9f9fff;
  background-color: #efefff;
  text-align: center;

} .messagebox.standard-talk {

  border: 1px solid #c0c090;
  background-color: #f8eaba;

}

/* 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;

}

/* TELETRAN-1 SPECIFIC BITS */

.tt1_nowrap { white-space: nowrap; }


/* KILL "IMAGE TAGGING" FEATURE */ /* Hide all the tagging buttons and text-fields so they can't be used. */

  1. tagEditField input, #tagStatusDiv input{ display:none; }

/* The rectile can't be hidden- so we offset it 200em beyond the left margin of the page so it /appears/ to be gone. */

  1. file div, #tagEditField{ margin-left:-200em; }

/* Fix for the nested div affected by the above. (cosmetic) */

  1. file div div{ margin-left:0; }

/* Hide the chipper red 'NEW' inviting people to use this crappy feature. */

  1. filetoc sup{ display:none; }

/* ALSO RECOMMENDED: Change the 'click on things to tag them' text-string to something like "Due to a consensus opinion that it currently sucks image tagging has been disabled on this wiki." */ /* HERE: http://transformers.wikia.com/wiki/MediaWiki:Tagging_instructions */


/* KILL THE "REPORT A PROBLEM" FEATURE */ /* Hide the 'report a problem' link; PROBLEM SOLVED, FOX NEWS STYLE! */

li#ca-report-problem {display:none;}