Changes

no edit summary
Line 12: Line 12:  
}
 
}
 
/* Switch Infobox */
 
/* Switch Infobox */
 +
.infobox {
 +
    border: 1px solid #aaa;
 +
    background-color: #f9f9f9;
 +
    color: inherit !important;
 +
    margin: 0 0 0.5em 2em !important;
 +
    padding: 0.2em;
 +
    float: right;
 +
    clear: right;
 +
}
 +
 +
.infobox td,
 +
.infobox th {
 +
    vertical-align: top;
 +
}
 +
 +
.infobox caption {
 +
    font-size: larger;
 +
    padding-bottom: 10px !important;
 +
    margin-left: 0 !important;
 +
    color: inherit !important;
 +
}
 +
 +
.infobox.bordered {
 +
    border-collapse: collapse;
 +
}
 +
 +
.infobox.bordered td,
 +
.infobox.bordered th {
 +
    border: 1px solid #aaa;
 +
}
 +
 +
.infobox.bordered .borderless td,
 +
.infobox.bordered .borderless th {
 +
    border: 0;
 +
}
 +
 +
.infobox ul {
 +
    margin: 0.3em 0 0 1.6em;
 +
}
 +
 +
.infobox .wikitable.mw-collapsible {
 +
    margin: -1px;
 +
    width: calc(100% + 2px) !important;
 +
}
 +
 +
.infobox a.image + a.image {
 +
    margin-left: 3px;
 +
}
 +
 +
.infobox .infoboximage {
 +
    word-spacing: -4px;
 +
}
 +
 +
.infobox td .new {
 +
    word-spacing: 0;
 +
}
 +
 +
 +
.WikiaMainContent .show {
 +
    display: none;
 +
}
 +
 +
.WikiaMainContent .hover:hover .show {
 +
    display: inline !important;
 +
}
 +
 +
.WikiaMainContent .hover:hover .hide {
 +
    display: none;
 +
}
 +
 +
#content .show {
 +
    display: none;
 +
}
 +
 
.switch-infobox > p,
 
.switch-infobox > p,
 
.switch-infobox-triggers > p {
 
.switch-infobox-triggers > p {
Anonymous user