MediaWiki:Common.css: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
     font-size: 1.15em;
     font-size: 1.15em;
     color: #558088;
     color: #558088;
     background-color: transparent;
     background-color: #f0f8f0;
}
}

Revision as of 01:01, 21 December 2012

/* CSS placed here will be applied to all skins */

/* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */
tt, pre {
    font-size: 1.25em;
}
code {
    font-size: 1.15em;
    color: #558088;
    background-color: #f0f8f0;
}