MediaWiki:Common.css

From BK Wiki
Revision as of 17:22, 13 January 2010 by Jbmoelker (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
/* CSS placed here will be applied to all skins */
 
/* standard html tags */
 
iframe{
  margin:20px 0px;
}
 
li ul{
  margin-right:0px;
  margin-bottom:0px;
}
 
/* standard mediawiki items */
 
#toc{
  padding-left:15px;
}
#toc .tocnumber{ 
  display:none; 
}
 
/* custom classes */
 
div.quote {
  font-style:italic;
  padding-left:10px;
}
 
div.alert {
  border: 2px Solid Red;
  margin: 20px 10px 20px 10px;
  padding: 10px;
}
 
div.tip {
  border: 1px dashed #2F6FAB;
  margin: 20px 10px 20px 10px;
  padding: 10px;
}
 
div.note {
  padding-left:20px;
  color:#999999;
}
 
div.floatbox{
  float:left;
  margin-right:20px;
  padding-top:10px;
  padding-bottom:10px;
}
 
div.mw-geshi {
  padding:10px; 
  padding-left:30px;
  margin: 5px 0px 10px 0px; 
  font-size:11px;
  border:1px solid #CCCCCC;
  overflow-x:scroll;
}