MediaWiki:Common.css

From New Theatre History Wiki
Jump to: navigation, search
/* CSS placed here will be applied to all skins */
span.play {color:#A62E00; font-weight:600;}  /* art work in general */
span.char {color:#333333; font-weight:600;}  /* character in script - see also blockquote.script b */
span.person {color:#3333A0; font-weight:600;} /* New Theatre person of interest */
span.writer {color:#008040; font-weight:600;} /* Playwright or other writer */
span.group {color:#333333; font-weight:600;} /* Collective of interest */

span.nthw_grey {color:#F0F0F0;}

div.gallerytext {color:#666666; font-style:italic;} /* image caption */
  
    
blockquote.script {font-family: Courier,monospace; color:#000000}
blockquote.script b {color:#333333; font-weight:700;}

div.nthw-toc {
    display:table;
    padding:7px;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    font-size: 95%;    
}


div.multiColumnList {
    webkit-column-count: 8;
    moz-column-count: 8;
    column-count: 8;
    -webkit-column-width: 12em;
    moz-column-width: 12em;
    column-width: 12em;
    column-gap:0;
    moz-column-fill: balance;
    column-fill: balance;

}

.page-New_Theatre_History_Wiki_Home #contentSub { display: none } /* hide the redirect notice for the main page only */