Charmed Fanfiction 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 on the entire site. *****/

/* IMPORT GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css?family=Sofia|Autour+One|Berkshire+Swash|Butterfly+Kids|Clicker+Script|Eagle+Lake|Emilys+Candy|Flamenco|Spirax|Underdog');


/*----------- GENERAL FORMATTING-----------*/
/* Headings */
.mw-headline{
    font-family:Underdog, 'Trebuchet Ms', sans-serif !important;
}

h3 .mw-headline, h4 .mw-headline{
    border-bottom:1px dashed #6cc !important;
}

/* Infoboxes */
.portable-infobox {
    width: 150px;
    border:1px solid darkgrey;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-family:Underdog, 'Trebuchet Ms', sans-serif !important;
    font-size: smaller;
}
 
.portable-infobox.pi-background {
    background-color: #00030c;
}

.portable-infobox .pi-title {
    font-size: 16px;
    padding: 0.2em;
    text-align: center;
    margin: 2px;
    color: white;
    font-weight: bold;
}

.portable-infobox .pi-image {
    margin: 2px;
    width: 150px;
    height: auto;
}

.portable-infobox .pi-image-thumbnail {
    height: auto;
    width: 100%;
}

.portable-infobox .pi-header {
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color:#4E2A84 !important;
    text-align: center;
    font-size: 14px;
    color: white;
}

.portable-infobox .pi-item.pi-data {
    line-height: 26px;
    border-bottom: 1px
    padding: 3px;
}

.portable-infobox .pi-navigation {
    padding: 2px;
    font-size: 11px;
    text-align: center; 
    margin: 2px;
    color: white;
}

.portable-infobox .pi-navigation a {
    color: white;
}

.portable-infobox .pi-data-label {
    margin: 0;
    padding: 0;
}
 
.portable-infobox .pi-data-value {}
Advertisement