Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

MediaWiki:Monobook.css

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 01:57, 2 March 2008 by Wormbo (Talk | contribs) (trying old UnrealWiki's "Chilled Blue" background colors)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/*
Fix for weird-looking preview and diff, doesn't affect CSS content:
<source lang="css">
*/
 
/** Unreal Wiki Style **********************************************************
 *
 * Description: Adjustments to the style to give the site a bit more of a unique
 * identity
 */
 
body {
  background: #cfe7ff;
}
 
#content {
  background: #eff7ff;
}
 
/** Advertisement placement ****************************************************
 *
 * Description: Positions the advertisement corrently, and adjusts the footer
 * bar to fit in well with it.
 */
 
#f-copyrightico {
  top: 10px;
}
#f-poweredbyico {
  top: -5px;
  margin-right: 0px;
}
#f-poweredbyico, #f-copyrightico {
  height: auto;
}
#footer {
  height: 40px;
  padding: 4px 0pt 14px;
}
 
/** Source code highlighter modifications **************************************
 *
 * Description: Adjustments to the source code highlighter to fit better with
 * the rest of the site style.
 */
 
.highlighted-source {
  background-color:  #f9f9f9;
  border:            1px dashed #2f6fab;
  color:             black;
  padding:           1em;
}
 
.highlighted-source, .highlighted-source * {
  line-height:       1.1em;
}
 
/*
</source>
(end of preview fix) */