Difference between revisions of "MediaWiki:Common.css"

From GTAMods Wiki
Jump to navigation Jump to search
(css fix to make code normal size)
 
(temporary logo fix)
Line 10: Line 10:
 
pre.source-javascript {
 
pre.source-javascript {
 
     font-size: 1.35em;
 
     font-size: 1.35em;
 +
}
 +
/**
 +
* Temporary logo fix
 +
*/
 +
#p-logo > a {
 +
    background-image: url("http://media.gtanet.com/gtamodding/b/bc/Wiki.png") !important;
 
}
 
}

Revision as of 16:57, 27 December 2014

/* CSS placed here will be applied to all skins */
/**
 * Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
 * [[bugzilla:26204]]
 */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
    font-size: 1.35em;
}
/**
 * Temporary logo fix
 */
#p-logo > a {
    background-image: url("http://media.gtanet.com/gtamodding/b/bc/Wiki.png") !important;
}