User:Derik/monobook.css
From MediaWiki
Jump to navigationJump to searchNote: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Remove Google bar on Right */
#column-google {
display:none;
}
#content{
margin-right:1em;
}
/* KILL "IMAGE TAGGING" FEATURE */
/* Hide all the tagging buttons and text-fields so they can't be used. */
#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. */
#file div, #tagEditField{ margin-left:-200em; }
/* Fix for the nested div affected by the above. (cosmetic) */
#file div div{ margin-left:0; }
/* Hide the chipper red 'NEW' inviting people to use this crappy feature. */
#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 [[Project:Image tagging|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;}
/*Fix the 'see-through image borders' problem.*/
.thumb{ background-color:white;}<div id="wikia-credits"><br /><br /><small>From [http://transformers.wikia.com Teletraan I: The Transformers Wiki], a [http://www.wikia.com Wikia] wiki.</small></div>

