God Eater Wiki
Advertisement
God Eater 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.
/************************************************
 *                Wiki Layout Related           *
 ************************************************/
.WikiaPage {
   color: white !important;
   border: 1px solid black; 
  -moz-box-shadow:0 0 30px #FFFFBC;
  -webkit-box-shadow:0 0 30px #FFFFBC;
  box-shadow:0 0 20px black;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
}
/*
.WikiaAdvertPage, .WikiaPage { 
	
background:url("https://vignette.wikia.nocookie.net/godeater/images/2/2a/Bg-Wikia.png/revision/latest?cb=20150522232952") 0 0 transparent;
background-repeat: repeat;
background-attachment: scroll;
}

.WikiaAdvertPage, .WikiaPage { 
	
background:url("https://vignette.wikia.nocookie.net/godeater/images/e/ea/Bg_1.jpg/revision/latest?cb=20170222202017") 0 0 transparent;
background-repeat: repeat;
background-attachment: scroll;
}

.WikiaAdvertPage .WikiaPageBackground, .WikiaPage .WikiaPageBackground{
	background: none repeat scroll 0 0 transparent;
}

*/
/************************************************
 *            Wiki Navigation Related           *
 ************************************************/
.WikiHeader  {
    height: 65px;
	box-shadow: 0 0 6px 1px black;
}

.WikiHeader {
	background: url('https://vignette.wikia.nocookie.net/godeater/images/d/dd/Bg-Header.gif/revision/latest?cb=20150523021852');
}



/************************************************
 *             User Profile Related             *
 ************************************************/
.UserProfileMasthead .masthead-info {
	background: url("https://vignette.wikia.nocookie.net/godeater/images/4/46/Bg_01.jpg/revision/latest?cb=20150514005148") no-repeat;
	background-position-y: -450px;
	background-position-x: -90px;
    border-radius: 10px !important;
    clear: both !important;
    position: relative !important;
	overflow: hidden;
}

.UserProfileMasthead hgroup .tag {
    z-index: 45 !important;
    position: relative !important;
    top: 0 !important;
    padding: 2px 5px !important;
    box-shadow: 0 0 5px white;
    background: black;
    font-weight: bold;
    text-shadow: 0 0 5px black !important;
    color: white !important;
}


/************************************************
 *               Tabber Related                 *
 ************************************************/
.tabbernav li {
    display: inline-flex !important;
}
.tabbernav {
  border: none !important;
  background: transparent;
  border-bottom: 0 !important;
  padding: 3px 0 !important;
}


ul.tabbernav li a {
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    background: transparent !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border: 1px solid #7AA9DD !important;
    color: #7AA9DD !important;
    font-weight: bold !important;
    margin-left: 0 !important;
    padding: 3px 0.5em !important;
    position: relative;
}

ul.tabbernav li a { /* all tabs */
  background-color: rgba(204, 204, 0, 0.6) !important;
  display: inline-flex !important;
}

ul.tabbernav li a:link { /* inactive tabs */
  border: 1px solid #000 !important;
  color: black !important;
}


ul.tabbernav li.tabberactive a { /* active tab */
  background-color: rgba(179, 0, 0, 0.6) !important;
  color: white !important;
  border: 1px solid #000 !important;
}
.tabberlive .tabbertab {
 background-color: rgba(0, 0, 0, 0) !important;
 border:1px solid rgba(0, 0, 0, 1) !important;
 border-radius: 0px 0px 5px 5px !important;
}

/*wiki tabview*/
ul.tabs li a { /* all tabs */
  display: inline-flex !important;
}
ul.tabs li {
   display: inline-flex !important;
   margin-right: 2px;
}


/* Selected Tab */
ul.tabs li.selected a {
    color: White !important;
    background-color: rgba(179, 0, 0, 0.6) !important;
    border: 2px solid Black !important;
    border-bottom: none !important;
    border-radius: 4px 4px 0 0 !important;
    display: inline-flex !important;
}
 
/* Normal Tab; NOT selected */
ul.tabs li a {
    background-color: rgba(77, 51, 0, 0.6) !important;
    color: White !important;
    border: 1px solid Black !important;
    border-bottom: none !important;
    display: inline-flex !important;
}
 
/* Contents of the selected tab */
div.tabBody.selected {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid Black !important;
    border-radius: 0 0 8px 8px !important;
    padding: 5px !important;
}

/************************************************
 *          Text and Headline Related           *
 ************************************************/
a, code a, a code {
   color: yellow;
}

.WikiaArticle h2 {
  border-bottom: solid 2px #AC291E;
  font-weight: bold;
  font-family: Helvetica;
}

/************************************************
 *              Admin Colorful Names            *
 ************************************************/
a[href$=":Autumn_Spirit_Substitute"] {
    color: #228B22 !important;
    font-weight: bold !important;
}

a[href$=":Baluar"] {
    color: #ff1800 !important;
    font-weight: bold !important;
}

a[href$=":Seieireppa"] {
    color: #00D6F7 !important;
    font-weight: bold !important;
}

a[href$=":Lyrr_Balriel"]  {
    color: #9400D3 !important;
    font-weight: bold !important;
}

a[href$=":LittleBigEater"]  {
    color: #336699 !important;
    font-weight: bold !important;
}

a[href$=":Crystal-GodEater"]  {
    color: #007399 !important;
    font-weight: bold !important;
}

a[href$=":Roinelll"]  {
    color: #17AC86 !important;
    font-weight: bold !important;
}

a[href$=":Shinjrou_Hailstorm"]  {
    color: #5801AA !important;
    font-weight: bold !important;
}
/************************************************
 *  Custom tables for guns, blades, and shields *
 *  Replace any changes in Common.css.          *
 ************************************************/
table.bloodarts {
   border-collapse: collapse;
   border-spacing: 0px;
   width: 100%;
}
table.bloodarts th {
   background-color: rgba(179, 0, 0, 0.6);
   border: 1px #a6a6a6 solid;
   color: white;
   font-weight: bold;
   text-align: center;
}

table.bloodarts tr {
   background-color: rgba(0, 0, 0, 0.6);
}
table.bloodarts td {
   border: 1px #a6a6a6 solid;
   color: #ffff99;
   text-align: center;
   width: 75px;
}

table.equipment {
   border-collapse: collapse;
   border-spacing: 0px;
   width: 100%;
}

table.equipment th {
   background-color: rgba(179, 0, 0, 0.6);
   border: 1px #a6a6a6 solid;
   color: white;
   font-weight: bold;
   text-align: center;
}

table.equipment tr {
   background-color: rgba(0, 0, 0, 0.6);
}

table.equipment tr:hover {
   background-color: rgba(128, 66, 0, 0.4);
}

table.equipment td {
   border: 1px #a6a6a6 solid;
   color: #ffff99;
   text-align: center;
   width: 75px;
}

table.equipment td + td {
   width: auto;
}

table.equipment td + td + td + td + td {
   font-weight: bold;
}

table.gun td + td + td + td + td +td {
   width: 41px;
}

table.blade td + td + td + td + td +td {
   width: 41px;
}

table.longblade td:nth-child(6){
   color: tomato;
   width: 85px;
}

table.shield td + td + td + td + td +td {
   width: 33px;
}

table.gun td + td + td + td + td + td + td +td {
   color: #ff5a5a;
   width: 33px;
}

table.blade td + td + td + td + td + td + td +td {
   color: #ff5a5a;
   width: 33px;
}

table.longblade td:nth-child(7){
   color: cyan;
   width: 33px;
}

table.shield td + td + td + td + td + td + td + td +td {
   color: #ff5a5a;
}

table.gun td + td + td + td + td + td + td + td +td {
   color: #00a0a0;
}

table.blade td + td + td + td + td + td + td + td +td {
   color: #00a0a0;
}

table.longblade td:nth-child(8){
   color: yellow;
}

table.shield td + td + td + td + td + td + td + td + td +td {
   color: #00a0a0;
}

table.gun td + td + td + td + td + td + td + td + td +td {
   color: #bebe00;
}

table.blade td + td + td + td + td + td + td + td + td +td {
   color: #bebe00;
}

table.longblade td:nth-child(9){
   color: violet;
}

table.blade td:nth-child(11){
   color: violet;
}

table.gun td:nth-child(11){
   color: violet;
}

table.shield td:nth-child(11){
   color: yellow;
}

table.shield td:nth-child(12){
   color: violet;
}

/************************************************
 *                Infobox Related               *
 ************************************************/
.portable-infobox {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border: 0px solid transparent !important;
    border-radius: 10px !important;
    box-shadow: 0 0 3px transparent !important;
    -moz-box-shadow: 0 0 3px !important;
    -webkit-box-shadow: 0 0 3px transparent !important;
    width:280px !important;
}
.portable-infobox.pi-background {
   background-color: rgba(0, 0, 0, 0.8);
}
.portable-infobox .pi-secondary-background {
   background-color: rgba(77, 0, 0, 1); text-align: center; 
   border-radius:0px 0px 0px 0px
}
.portable-infobox .pi-border-color {
   border-color: #FFFFFF;
}
.portable-infobox .pi-item-spacing {
   padding-top: 1px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
}
.portable-infobox .pi-font {
   font-size: 12px;
}
.portable-infobox .pi-secondary-font {
   font-size: 12px; background-color: #4d0000;
}
.portable-infobox .pi-title {
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-topright: 3px !important;
   font-size: 16px; background-color: #4d0000; text-align: center;
   border-radius:10px 10px 0px 0px
}
.portable-infobox .pi-data-label {
   flex-basis: 150px;
}
.portable-infobox.pi-theme-oblivion .pi-caption {
   font-size: 16px;
}
Advertisement