Red Rising Wiki
Advertisement
Red Rising 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.
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Giving headers and TOC a little extra space */

.tag-container {
	display: block;
	background-image: url("https://images.wikia.nocookie.net/railgunscript/images/e/e8/Railgun_Top_Bar.png");
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-radius: 5px 5px 0 0;
}
.tag-container > .tag {
	background: rgba(0,0,0,0.6) !important;
}
.UserProfileMasthead .masthead-info hgroup {
	padding-top: 20px;
	background: rgba(32,64,150,0.66);
	background-image: linear-gradient(to top left, rgba(0,0,0,0.5) 0%, rgba(140,140,141,0.8) 100%);
}
.UserProfileMasthead .masthead-info {
	background: url("https://images.wikia.nocookie.net/railgunscript/images/c/cb/Seamless-space.jpg") 0 20% black;
	color: white;
}
.UserProfileMasthead .tally {
	border-radius: 10px;
	background: rgba(0,0,0,0.5);
	padding: 3px 1em;
}
.UserProfileMasthead .masthead-info-lower:before {
	border-color: rgba(0,0,0,0.7) rgba(0,0,0,0.7) transparent transparent;
}
#WikiaUserPagesHeader {
	background-image: linear-gradient(to bottom, white 0%, #888 25%, black 75%);
}
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

.WikiaPageHeader > h1 {
 font-family: Garamond; /* This changes the header on every article */
}
.WikiaArticle {
 font-family: Segoe UI; /* This changes the text in the content space only */
}
/*body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav {font-family:sans-serif !important;}*/
/*that is the alternative option*/

/* Selected Tab */
/* sorry too ugly one day...
ul.tabs li.selected a {
    color: Gold !important;
    background: Black !important;
    border: 1px solid White !important;
    border-bottom: none !important;
    border-radius: 1px 1px 0 0 !important;
}
*/
  
/* Contents of the selected tab */
/* wow mess up much
div.tabBody.selected {
    background: Black !important;
    color: Gold !important;
    border: 1px solid White !important;
    border-radius: 0 0 1px 1px !important;
    padding: 1px !important;
    box-shadow: 1px 1px 2px Gray;
}
*/
/* Normal Tab; NOT selected */
/* dat face
ul.tabs li a {
    background: Black !important;
    color: White !important;
    border: 1px solid Gray !important;
    border-bottom: none !important;
}
*/
Advertisement