User:Derik/monobook.css: Difference between revisions

From MediaWiki
Jump to navigationJump to search
Derik (talk | contribs)
No edit summary
Derik (talk | contribs)
m Replacing page with 'Remove Google bar on Right: #column-google { display:none; } #content{ margin-right:1em; }'
Line 6: Line 6:
#content{
#content{
margin-right:1em;
margin-right:1em;
}
}<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>
 
/* 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>

Revision as of 04:08, 8 February 2008

/* Remove Google bar on Right */

#column-google {
display:none;
}
#content{
margin-right:1em;
}<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>