Nuclear Throne Wiki
Advertisement
Nuclear Throne 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.
.portable-infobox.pi-theme-character .pi-data-label {
   flex-basis: 70px;
}

.portable-infobox.pi-theme-enemy .pi-data-label {
   flex-basis: 210px;
}

.portable-infobox.pi-theme-van .pi-data-label {
   flex-basis: 210px;
}

.portable-infobox .pi-border-color {
   border-color: #46474E;
}

.portable-infobox.pi-background {
   background-color: #1F2028;
}

.portable-infobox .pi-secondary-background {
   background-color: #5C6444;
}

.portable-infobox .pi-font {
   font-size: 12px;
}

.portable-infobox .pi-secondary-font {
   font-size: 13px;
}


.WikiaPage {
  font-family: Arial, Helvetica, sans-serif;
  cursor:url(https://images.wikia.nocookie.net/__cb20140414065146/nuclear-throne/images/1/16/Pointer.gif) 16 16, auto;
}

.WikiaPage a, .WikiaPage b {
  text-shadow: 0 2px #000000;
}

a { 
   color: #4AD918; 
   -webkit-transition: color 0.2s ease-in;
   -moz-transition: color 0.2s ease-in;
   -o-transition: color 0.2s ease-in;
   -ms-transition: color 0.2s ease-in;
   transition: color 0.2s ease-in;
}

a:-webkit-any-link, .Wikia-video-play-button, label, input, wikia-button {
    cursor:url(https://images.wikia.nocookie.net/__cb20140414065146/nuclear-throne/images/1/16/Pointer.gif) 16 16, auto;
}

a:hover {
    color: #FFFFFF;
    
   -webkit-transition: color 0;
   -moz-transition: color 0;
   -o-transition: color 0;
   -ms-transition: color 0;
   transition: color 0;
    
    
    text-decoration: none;
    text-shadow: 0 3px #000000;
    cursor:url(https://images.wikia.nocookie.net/__cb20140414065146/nuclear-throne/images/1/16/Pointer.gif) 16 16, auto;
}


body h1, h2, h3 {
  text-shadow: 0 3px #000000;
}

body::selection {
	background: #111F15; /* Safari */
	}
body::-moz-selection {
	background: #111F15; /* Firefox */
}


.diff-deletedline {
    text-shadow: none;
}

.diff-addedline {
    text-shadow: none;
}

.ace_gutter-tooltip {
    text-shadow: none;
}

.global-notification {
    text-shadow: none;
}

.homeNav .article-table td{
    border-bottom: 0;
}

.navImg .floatnone {
    text-decoration: none;
    display: block;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.navImg .floatnone:hover {
    -webkit-transform: scale(1.15,1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 100ms;
    -moz-transform: scale(1.15,1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 100ms;
    position: relative;
    z-index: 99;
}
a.tag {
	color: inherit;
}

/* Move the empty space up */
/* Added by User:Somewhatparanoid */



a[data-id="createblogpost"] {
    z-index:1001;
    position:relative;
}


.wikia-menu-button{
    z-index:1001;
}
.wikia-button{
    z-index:1001;
    position:relative;
}

#WikiHeader {
    margin-bottom: -11px;
} 

#WikiaArticle {
    margin-top: -15px;
}

/* Background color of preview pages like .css and .js */
.WikiaMainContent pre {
	background-color: #000;
}
/* Making QuickDiff readable */
.qdmodal-container .qdmodal {
	background-color:	#555;
}
Advertisement