MediaWiki:Common.css

From IvanWiki
Revision as of 10:57, 25 December 2015 by Capristo (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: →‎atw: #attnam-header { background:#efefef url('/images/custom/header_bg.jpg'); padding:10px 0 0 0; height:120px...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

/* atw */
#attnam-header {
    background:#efefef url('/images/custom/header_bg.jpg');
    padding:10px 0 0 0; height:120px; position:relative;
}
#attnam-header h1 { margin:0; padding:13px 0; border:0; }
#attnam-header .logo { float:left; width:120px; position:relative; margin-right:20px; z-index:10; }

.centered { width:90%; min-width:1000px; margin:0 auto; }

#attnam-nav {
    background:#9c9c9b url('/images/nav_bg.png') left top repeat-x;
    margin:0; font-size:11pt; padding:0 0 0 140px; position:absolute; bottom:0;
}
#attnam-nav a { color:#fff !important; padding:5px 15px; text-decoration:none; font-weight:bold; display:block; }
#attnam-nav a:hover { color:#ffa800 !important; background:url('/images/nav_bg.png') left bottom repeat-x; }
#attnam-nav a.active { background:#777; color:#fff; }
#attnam-nav a.active:hover { background:#777; }

#attnam-nav ul { magin:0; padding:0; line-height:100%; }
#attnam-nav ul li { margin:0; padding:0; float:left; list-style:none; }
#attnam-nav a { padding:8px 20px; margin:0; display:block; }
#attnam-nav a:hover { text-decoration:none; }

.break { /*width:100%; height:1px; margin:0 0 -1px;*/ clear:both; }
/* end atw */