User:Derik/monobook.css: Difference between revisions
From MediaWiki
Jump to navigationJump to searchmNo edit summary |
...I think this is it. |
||
| Line 8: | Line 8: | ||
} | } | ||
/* | /* KILL "IMAGE TAGGING" FEATURE */ | ||
#tagEditField input | /* Hide all the tagging buttons and text-fields so they can't be used. */ | ||
display:none; | #tagEditField input, #tagStatusDiv input{ display:none; } | ||
} | |||
#tagEditField{ | /* The rectile can't be hidden- so we offset it 200em beyond the left margin of the page so it /appears/ to be gone. */ | ||
margin- | #file div, #tagEditField{ margin-left:-200em; } | ||
} | |||
div #file{ | /* 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; } | |||
}<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> | /* 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! */ | |||
#ca-report-problem { display:none; }<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> | |||
Revision as of 09:57, 24 January 2008
/* 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! */
#ca-report-problem { display:none; }<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>

