Drakengard Wiki
No edit summary
Tag: sourceedit
No edit summary
Line 37: Line 37:
 
.portable-infobox {
 
.portable-infobox {
 
border: 1px solid #cccccc;
 
border: 1px solid #cccccc;
}
 
 
.portable-infobox .tabbernav {
 
border-top: 1px solid #778;
 
border-left: 1px solid #778;
 
border-right: 1px solid #778;
 
border-bottom: 0;
 
background-color: darkred;
 
 
}
 
}

Revision as of 14:49, 23 September 2017

/* background*/
 
body {
background-image: url(http://vignette3.wikia.nocookie.net/drakengard/images/5/50/Wiki-background);
background-position: top center !important;
background-repeat:no-repeat !important;
background-attachment:fixed !important;
background-size: cover !important;
}

.wikia-gallery {
  margin: 10px 0;
}

.infobox a {
    color: #790603;
}

/***** Portable Infobox *****/

.portable-infobox .pi-item-spacing {
  background-color: white;
}

.portable-infobox .pi-secondary-background {
  background-color: darkred;
}

.portable-infobox .pi-secondary-font {
  color: white;
}

.portable-infobox .pi-data-label {
  color: black;
}

.portable-infobox {
    border: 1px solid #cccccc;
}