User:Spartacus/nimbus.css

From Halopedia, the Halo wiki

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#site-logo {
	margin: 0 0 -10px 1px;
	padding-top: 10px;
}
#site-logo a {
    background: url("images/d/d4/H4pedia3.png") repeat scroll 0 0 transparent !important;
}

body {
	background: #FFFFFF url(/images/9/91/Halo_anniversary_menu_concept_2.jpg) repeat-x fixed left top; 
}

#siteNotice {
	background: silver repeat-x scroll -231px -95px;
        border: 1px solid #000CCC;
	padding: 4px 10px;
	-moz-border-radius: 1.4em;
	-webkit-border-radius: 1.4em;
	border-radius: 1.4em;
	khtml-border-radius: 1.4em;
	-icab-border-radius: 1.4em;
}
#article {
	background: transparent url(/images/articlebg.jpg) no-repeat center 160px;
}
/** Side bar **/
#menu, .bottom-left-nav {
	background: #fff;
        box-shadow: 0 0 6px #000CCC;
        border: 1px solid #000CCC;
}

#navigation-title {
	background: url(/skins/Nimbus/nav-top.png) no-repeat scroll left bottom black;
	border-radius: 10px 10px 0 0;
	line-height: 28px;
	text-align: center;
}
#other-links {
	background: url(/skins/Nimbus/nav-bottom.png) no-repeat scroll left top black;
	border-radius: 0 0 10px 10px;
	padding: 5px 7px 3px 8px;
}
#other-links-container {
	background-color: black;
}
#navigation {
	margin-bottom: -5px;
	border-radius: 10px;
	box-shadow: 0 0 6px #000CCC;
}
#article-body {
	box-shadow: 0 0 6px #000CCC;
        background: silver;
        border: 1px solid #000;
}
#article-tabs {
	top: 6px;
}
.user-board-message {
	background: silver;
}

.catlinks {
	background: #360 url(/images/chiefcat.jpg) no-repeat top right;
        border: 1px solid #306;
}
.tab-on, .more-tab-on {
	background-image: url(/images/article_tab_on_left.gif);
}
.tab-on span, .more-tab-on span {
	background: #000;
        box-shadow: 0 0 6px #000CCC;
        border: 1px solid #000;
}
.tab-off, .more-tab-off {
	background-image: url(/images/article_tab_off_left.gif);
}
.tab-off span, .more-tab-off span {
	background: #000;
        box-shadow: 0 0 6px #000CCC;
        border: 1px solid #000;
}