Web
Analytics
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!

Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
446 bytes added ,  22:32, 17 February 2022
changed up fonts for page title and h2s
(fonts, fonts, fonts)
(changed up fonts for page title and h2s)
Line 453: Line 453:


#firstHeading.firstHeading {
#firstHeading.firstHeading {
font-family: 'Luckiest Guy', 'Trebuchet MS', Verdana, Arial, Helvetica;
    /* font-family: 'Luckiest Guy','Trebuchet MS',Verdana,Arial,Helvetica; */
font-weight: normal;
    /* font-weight: normal; */
font-size: 30px;
    /* font-size: 30px; */
letter-spacing: .04em;
    /* letter-spacing: .04em; */
text-shadow: #CCC 2px 2px 5px;
    text-shadow: #ccc 2px 2px 5px;
    font-family: 'ArialX','ArialXBlack','Roboto Condensed','Trebuchet MS',Verdana,Arial,Helvetica;
    font-weight: 900;
    font-size: 38px;
    /* letter-spacing: -.04em; */
    /* text-shadow: #b0ad7a 2px 2px 5px; */
    /* color: #4c5b6b; */
    font-style: italic;
}
}


.mw-body-content h2 {
.mw-body-content h2 {
     font-family: 'Lato';
     font-family: 'Roboto Condensed';
     font-size: 2em;
     font-size: 2em;
     color: #4c5a6c;
     color: #4c5a6c;
     font-weight: 900;
     font-weight: 500;
     font-style: italic;
     /* font-style: italic; */
    background: #020024;
    background: linear-gradient(90deg, #2b3e5a14 0%, #3c4e7000 100%);
    padding-left: 5px;
}
}


Navigation menu