Dorohedoro Wiki
Register
Advertisement

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 */
.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}

/* Navigation bar rounding */
 
.WikiHeader {
     border-radius: 0.85em 0.85em 0 0;
}
 
.WikiHeader .navbackground, .WikiHeader > nav .subnav-2 {
     border-radius: 0 0.85em 0 0.85em;
}
 
.WikiHeader > nav li:first-child {
     border-radius: 0.85em 0 0 0;
}
 
.WikiHeader > nav li:last-child {
     border-radius: 0 0.85em 0 0;
}
 
.WikiHeader nav li.marked, .WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {
     border-radius: 0.85em 0.85em 0 0;
}
 
.WikiHeader nav {
     border-radius: 1em 1em 0 0;
}
 
.WikiHeader > nav li.marked > a {
     border-top: none;
}
 
.WikiHeader > nav .subnav-3 {
     border-radius: 0 0.85em 0.85em 0.85em;
}
 
.GlobalNavigation .subnav {
     border-radius: 0 0 0.85em 0.85em;
     border-color: maroon;
}

/*  Decreasing Reference Size */
 .references {font-size:10px;}

/* Border on the outside */
figure.thumb.thumbinner {
border:2px solid #000;
/* Rounded borders */
border-radius:6px;
-moz-border-radius:6px;
}
/* Border on the inside */
figure.thumb a.image img {
border:1px solid #FFFFFF;
}
/* Caption */
figcaption.thumbcaption {
/* Alignment to center */
text-align:center;
}
/* Decrease opacity of the details sprite */
a.internal.sprite.details.magnify {
/* Translucent normally */
opacity:0.3;
}
/* Fully visible on hovering */
a.internal.sprite.details.magnify:hover {
opacity:1;
}
/* Remove attribution - Credits to [[User:Monchoman45]] */
.WikiaArticle .picture-attribution {
display:none;
}
/* Add (redirect) to the end of redirects in categories and Special:AllPages lists */
 
.redirect-in-category:after,
.allpagesredirect:after
{ color: #808080;
  content: " (redirect)"
}

/* Timer CSS */
#displayTimer { font-size: 12px; } 
 
#showdate a { color: white; }

.portable-infobox.pi-theme-doro {
    width: 300px;
    background-color: transparent;
    border: 1px solid #4d4d4d;
}

.portable-infobox.pi-theme-doro .pi-image {
   width: 300px;
}
.portable-infobox.pi-theme-doro .pi-image-thumbnail {
    width: 300px;
    max-width: 300px;
    height: auto;
    background-color: white;
}
.portable-infobox.pi-theme-doro .pi-item-spacing {
    padding: 0;
}
.portable-infobox.pi-theme-doro .pi-background {
   background-color: transparent;
}
.portable-infobox.pi-theme-doro .pi-secondary-background {
    background: #786C42;
    color: #ffffff;
}
.portable-infobox.pi-theme-doro .pi-title {
    font-size: 18px;
    line-height: 18px;
}
.portable-infobox.pi-theme-doro .pi-title, 
.portable-infobox.pi-theme-doro .pi-header {
    background: #786C42;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
	border-top: 1px solid #4d4d4d;
}
.portable-infobox.pi-theme-doro .pi-navigation {
    text-align: center;
    padding: 4px 0;
}
.portable-infobox.pi-theme-doro .pi-navigation a {
    color: #ffffff;
}
.portable-infobox.pi-theme-doro .pi-data {
    border: 0;
    border-top: 1px solid #4d4d4d;
}
.portable-infobox.pi-theme-doro .pi-data-label {
    background: #424242;
    color: #ffffff;
    padding: 5px 10px;
}
.portable-infobox.pi-theme-doro .pi-data-value {
    line-height: 26px;
    padding: 0;
    border: none;
}
.portable-infobox.pi-theme-doro .pi-data-value:not(:first-child) {
    padding-left: 10px;
}
.portable-infobox.pi-theme-doro .pi-group {
    border-bottom-width: 0px;
}

.portable-infobox.pi-theme-doro .center {
    text-align:center;
}

.portable-infobox.pi-theme-doro ul.pi-image-collection-tabs {
    font-size: 12px;
    background-color: transparent;
    width: 298px;
}

.portable-infobox.pi-theme-doro ul.pi-image-collection-tabs li {
    border: 0;
    color: #a1a1a1;
}

.portable-infobox.pi-theme-doro .pi-image-collection-tabs .pi-tab-link:after {
    content: "|";
    color: #000000;
    font-weight: bold;
    width: 1em;
    padding-right: 3px;
}

.portable-infobox.pi-theme-doro .pi-image-collection-tabs .pi-tab-link:last-child:after {
    content: none;
}

.portable-infobox.pi-theme-doro .pi-image-collection-tabs li.current {
    background: transparent;
    color: #97a150;
}
Advertisement