Template:Fundraising Report/style2014.css

From Wikimedia Foundation Governance Wiki
Revision as of 23:41, 25 September 2018 by BWolff (WMF) (talk | contribs) (2014-2015_Fundraising_Report - note this removes an IE8 hack that fails templatestyles validation.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
img { 
    margin: 1.25em 0em !important; 
    max-width: 100%; 
    height: auto;
}

#toc, .toc {
    text-align: center;
    width: 100%;
    margin: 1em 0em;
}
#toctitle {
    margin-bottom: .5em;
}

#toc h2, .toc h2 {
    color: black;
    text-transform: uppercase;
}

#toc ul, .toc ul, #toc li, .toc li {
    display: inline;
    margin: .75em;
    font-size: 1.05em;
    font-weight: bold;
}

.tocnumber { display: none; }

h2 {
    text-align: center;
    border-bottom: none;
    margin-top: 0em !important;
    margin-bottom: 1em !important;
    font-family: sans-serif !important;
    font-size: 1.5em !important;
    color: #016599;
    font-weight: 600;
}

.subhead {
    font-size: 1.25em;
    font-weight: 800;
}

.subsubhead {
    font-size: 1.05em;
    font-weight: 600;
    color: #016599;
}

.mw-editsection, .mw-editsection-like {
    display: block !important;
}

blockquote {
    background: #f9f9f9;
    margin: 1em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #e2e2e2;
    content: '"';
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.keystats {
    display:table;
    width: 100%;
    border-top:1px solid #AaAaAa;
    border-bottom:1px solid #AaAaAa;
    margin: 1em 0;
}

.keystat {
    display: table-cell;
    text-align: left;
    vertical-align:middle;
    line-height: 1.5em;
    padding: 1em .5em;
}

.stat {
    font-size:2.5em;
    font-weight: 600;
    float: right;
}

@media (max-width: 800px) {
    .keystat {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0em;
        margin: 1em;
    }

    .stat {
        float: none;
        vertical-align: bottom;    
    }
}