Monkie Kid Wiki
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.
/* Portable Infobox */
.portable-infobox {
    float:right;
    border-radius: 10px;
    border: 2px solid #882d17;
    overflow: hidden;
}
 
ul.pi-image-collection-tabs li.pi-tab-link {
    background: transparent;
    border-color: transparent;
}
 
.portable-infobox .pi-font {
    color: black;
}
 
ul.pi-image-collection-tabs li.pi-tab-link:not(.current) {
    font-weight: bold;
    color: #882d17;
}
 
ul.pi-image-collection-tabs li.pi-tab-link:not(.current):hover {
    text-decoration: underline;
    color: #882d17;
}
 
.portable-infobox .pi-image-collection ul {
    margin: 0px;
}
 
.pi-title {
    color:white;
    text-align:center;
}
 
.pi-header {
    color:white;
    text-align:center;
}
 
.pi-navigation  {
    color:white;
    text-align:center;
}
 
.pi-navigation a {
    color:white;
}
 
ul.pi-image-collection-tabs li {
    font-size: 11px;
    padding: 0 1px 0 !important;
    border: 0px !important;
    text-align: center;
}

/* Bureaucrat */
a[href$=":Samurai_viper"]:not(.wds-community-header),
a[href$="/Samurai_viper"]:not(.wds-community-header) {
    color:orange !important;
    font-weight: bold;
}

.Wall .edited-by a.subtle[href$="Wall:Samurai_viper"]:after {
    content: "Administrator";
    font-weight: normal;
}
Advertisement