Difference between pages "MediaWiki:Common.css" and "File:Af5da838ad25350efd32a7129ddb5734.jpg"

From MansonWiki, the Marilyn Manson encyclopedia
(Difference between pages)
Jump to: navigation, search
 
 
Line 1: Line 1:
/* <pre><nowiki> */
 
 
/* Main page fixes */
 
#interwiki-completelist {
 
    font-weight: bold;
 
}
 
body.page-Main_Page #ca-delete {
 
    display: none !important;
 
}
 
  
/* page content */
 
 
.maintable {
 
    border: 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.decreaseCaptions .gallerytext {
 
    font-size: smaller !important;
 
}
 
 
.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;
 
    }
 
 
    /*** gallery styles override  ***/
 
    #column-content ul.gallery {
 
        text-align: inherit;
 
    }
 
    #column-content li.gallerybox {
 
        margin: 0 0 0 -6px !important;
 
        padding: 0;
 
    }
 
 
/*** TEMPLATES STUFF END ***/
 
 
/* </nowiki></pre> */
 
 
    ol.references {
 
        column-count: 2 !important;
 
        column-gap: 2em !important;
 
        font-size: 80% !important;
 
        margin: 0.5em !important;
 
    }
 
 
    div.tablature {
 
        width: 100%;
 
    }
 
 
    .disable-links-underlines a {
 
        text-decoration: none !important;
 
    }
 
 
    .odd-even-rows-table {
 
        border-collapse: collapse !important;
 
    }
 
 
    .odd-even-rows-table > tbody tr:first-child > th {
 
        background-color: #ddd !important;
 
    }
 
 
    .odd-even-rows-table > tbody tr:nth-child(odd) > td {
 
        background-color: #eee !important;
 
    }
 
 
    .odd-even-rows-table > tbody tr > th,
 
    .odd-even-rows-table > tbody tr > td {
 
        border: solid 1px #ddd !important;
 
    }
 
 
    .odd-even-rows-table > tbody tr > th.cancelled,
 
    .odd-even-rows-table > tbody tr > td.cancelled {
 
        background-color: #fdd !important;
 
        color: #200 !important;
 
    }
 
 
/*** MW BUILTINS ***/
 
 
.mw-collapsible.no-float > .mw-collapsible-toggle {
 
    float: none;
 
}
 
 
/*** Custom timeline ***/
 
 
  .mw-timeline {
 
    background-color: white;
 
    outline: solid 1px gray;
 
    width: 100%;
 
  }
 
  .mw-timeline > .info {
 
    height: 40px;
 
    position: relative;
 
  }
 
  .mw-timeline > .info > .period-begin,
 
  .mw-timeline > .info > .period-end {
 
    background-color: rgba(0, 0, 0, 0.55);
 
    color: white;
 
    font-size: 9px;
 
    font-weight: lighter;
 
    height: 8px;
 
    line-height: 8px;
 
    position: absolute;
 
    top: 0;
 
    padding: 2px 4px;
 
    white-space: nowrap;
 
  }
 
  .mw-timeline > .info > .period-begin {
 
    left: 0;
 
  }
 
  .mw-timeline > .info > .period-end {
 
    right: 0;
 
  }
 
  .mw-timeline > .canvas {
 
    min-height: 100px;
 
    outline: dotted 1px orange;
 
    padding: 20px;
 
    position: relative;
 
  }
 
  .mw-timeline > .canvas > .year,
 
  .mw-timeline > .canvas > .milestone,
 
  .mw-timeline > .canvas > .bar {
 
    bottom: 0;
 
    height: 100%;
 
    position: absolute;
 
    top: 0;
 
    width: 0;
 
  }
 
  .mw-timeline > .canvas > .year {
 
    outline: dotted 1px #DDD;
 
  }
 
  .mw-timeline > .canvas > .year.half-decade-year {
 
    outline: solid 0.5px #BBB;
 
  }
 
  .mw-timeline > .canvas > .year.decade-year {
 
    outline: solid 0.5px #999;
 
  }
 
  .mw-timeline > .canvas > .year > .label {
 
    font-size: 9px;
 
    left: -15px;
 
    position: absolute;
 
    text-align: center;
 
    top: -13px;
 
    width: 30px;
 
  }
 
  .mw-timeline > .canvas > .milestone {
 
    outline: solid 2px black;
 
  }
 
  .mw-timeline > .canvas > .bar {
 
    border: solid 1px black;
 
    height: 36px;
 
    opacity: 0.75;
 
    width: auto;
 
  }
 
  .mw-timeline > .canvas > .bar > .label {
 
    background-color: rgba(0, 0, 0, 0.55);
 
    color: white;
 
    height: 18px;
 
    left: -1px;
 
    padding: 2px 4px;
 
    position: absolute;
 
    top: -1px;
 
    white-space: nowrap;
 
  }
 
  .mw-timeline > .canvas > .bar > .label > .header-1 {
 
    font-size: 11px;
 
    font-weight: bolder;
 
    height: 10px;
 
    line-height: 8px;
 
  }
 
  .mw-timeline > .canvas > .bar > .label > .header-2 {
 
    font-size: 9px;
 
    font-weight: lighter;
 
    height: 8px;
 
    line-height: 8px;
 
  }
 
 
.news-bulletin-title {
 
  font-size: 120%;
 
  font-weight: bolder;
 
}
 
 
.news-bulletin-text {
 
  margin-bottom: 20px;
 
}
 
 
  table.footer-box {
 
    border: solid 1px #280000;
 
    width: 100%;
 
  }
 
 
  table.footer-box > tbody > tr > th[colspan="2"] {
 
    background-color: #e8e8e8;
 
    border: solid 1px #280000;
 
    text-align: center;
 
  }
 
 
  table.footer-box > tbody > tr > th,
 
  table.footer-box > tbody > tr > td {
 
    font-size: 90%;
 
    line-height: 1.3em;
 
    vertical-align: middle;
 
  }
 
 
  table.footer-box > tbody > tr > th:not([colspan]) {
 
    background-color: #280000;
 
    color: #ffffff;
 
    text-align: center;
 
    width: 10%;
 
  }
 
 
  table.footer-box > tbody > tr > td:not([colspan]) {
 
  }
 
 
/* spoilers */
 
 
  .spoilers {
 
    text-align: center;
 
  }
 
 
  .spoilers .spoilers-button-container {
 
    background-color: #eee;
 
  }
 
 
  .spoilers .spoilers-button {
 
    background: none;
 
    border: none;
 
    cursor: pointer;
 
    font-size: 80%;
 
  }
 
 
  .spoilers .spoilers-body {
 
    background-color: #f8f8f8;
 
    border: none;
 
    padding: 0;
 
  }
 
 
/* 50 */
 
 
  div.slide-view {
 
    position: relative;
 
    overflow: hidden;
 
  }
 
  div.slide-view > div {
 
    bottom: 0;
 
    display: block;
 
    height: 100%;
 
    margin: 0;
 
    padding: 0;
 
    position: absolute;
 
    left: 0;
 
    right: 0;
 
    white-space: nowrap;
 
    width: 100%;
 
    top: 0;
 
  }
 
  div.slide-view > div > div {
 
    display: inline-block;
 
    height: 100%;
 
    margin: 0;
 
    padding: 0;
 
    vertical-align: middle;
 
    width: 100%;
 
  }
 

Latest revision as of 08:05, 7 May 2020