Template:Fundraising Report/style.css

From Wikimedia Foundation Governance Wiki
Revision as of 23:26, 25 September 2018 by BWolff (WMF) (talk | contribs) (try and get rid of remaining raw html. This removes some IE8 hacks, that fail validation.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
img { 
    margin: 1em 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: 1em;
    font-size: 1.05em;
    font-weight: bold;
    text-align: center !important;
}

.toc-mobile ul, .toc-mobile li {
    float: left;
}

.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, .subsubhead {
    display: block;
    margin: 1.5em 0 .5em;
    text-align: center;
    text-transform: uppercase;
}

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

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

.thankyou {
    font-size: 1.25em;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: #636363;
}

.mw-editsection, .mw-editsection-like {
    display: block !important;
    margin-left: 0 !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;
  margin: .5em auto;
}

.keystat {
  display: table-cell;
  vertical-align:middle;
  padding: .5em;
  text-align: left;
  font-weight: bold;
}

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

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

.fy1516 span {
    display: block;
    font-size: 0.7em !important;
}