MediaWiki:Common.css

From MansonWiki, the Marilyn Manson encyclopedia
Revision as of 13:24, 24 September 2017 by Nothing (Talk | contribs)

Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* <pre><nowiki> */
 
/* Main page fixes */ 
#interwiki-completelist {
    font-weight: bold;
}
body.page-Main_Page #ca-delete {
    display: none !important;
}

/* page content */

.maintable {
    outline: solid 1px #ccc;
}

.infobox {
    background-color: #fcfcfc;
}

#content ul.gallery {
border:1px solid #280000;
background:url('bgtrans.png');
list-style: none;
margin:2px;
padding:2px;
overflow: auto;
text-align: left;
clear: both;
}

.gallery.boldFirstLine .gallerytext:first-line {
    font-weight: bolder;
}

.gallery .galleryheader {
text-align:center;
font-weight:700;
}

.gallerybox {
overflow: hidden;
margin:2px;
display: inline-block;
float: none;
vertical-align: top;
list-style: none !important;
}

.gallerybox .thumb {
text-align:center;
border:1px solid #ccc;
margin:2px;
}

.gallerytext {
min-height: 0;
overflow:hidden;
font-size:94%;
padding:2px 4px;
}

#catlinks ul, #catlinks li {
  display: inline-block;
  list-style: none;
  margin: 0;
}

#catlinks li {
  margin-right: 5px;
}
#catlinks li:after {
content: " |";
}
#catlinks li:last-child::after {
content: '';
}

/*** Main Page collapsible button fix ***/
.page-Main_Page #collapsibleTable0 th > span {
display: none;
}

.page-Main_Page #collapsibleTable0 th > span.collapseButton {
display: inline-block;
}

/*** TEMPLATES STUFF BEGIN ***/

    /*** we can't apply a CSS style to an image rendered using the MediaWiki markup image tag ***/
    /*** this is also not a skin scope and we can't introduce CSS style directly in templates ***/
    .flag-outline img {
        outline: solid 1px darkgray;
    }

    /*** cancelled performances row ***/
    .cancelled {
        background-color: #fdd;
    }

    /*** gallery styles override  ***/
    #column-content ul.gallery {
        text-align: inherit;
    }
    #column-content li.gallerybox {
        margin: 0 0 0 -6px !important;
        padding: 0;
    }

    .performances-table {
        width: 100%;
    }

    .performances-table tr th {
        background-color: #ddd !important;
        text-align: left !important;
    }

    .performances-table tr:nth-child(odd) td {
        background-color: #eee !important;
    }

/*** TEMPLATES STUFF END ***/

/* </nowiki></pre> */

    ol.references {
        column-count: 2;
        font-size: 80%;
    }

    div.tablature {
        width: 100%;
    }

    .disable-links-underlines a {
        text-decoration: none !important;
    }

/*** MW BUILTINS ***/

.mw-collapsible.no-float > .mw-collapsible-toggle {
    float: none;
}