Difference between revisions of "MediaWiki:Common.css"

From GTAMods Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
  */
 
  */
 
     font-family: monospace !important;
 
     font-family: monospace !important;
}
 
/**
 
* Temporary logo fix
 
*/
 
#p-logo > a {
 
    background-image: url("http://media.gtanet.com/gtamodding/b/bc/Wiki.png") !important;
 
 
}
 
}
 
/**
 
/**

Revision as of 03:19, 3 January 2015

/* 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;
/**
 * Fixing issue on Chrome
 */
    font-family: monospace !important;
}
/**
 * Lowercase usernames (only works in some places)
 */
.mw-userlink[href*="User:Spaceeinstein"] {
    text-transform: lowercase;
}
/**
 * For [[Saves (GTA VC)/visual]]
 */
.save_table td {
    width: 3em;
    height: 3em;
    text-align: center;
}