2,242
edits
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
(just a last little infobox css tweak) |
(added flexbox styles for tally hall page) |
||
Line 10: | Line 10: | ||
} | } | ||
body {height: auto;} | body { | ||
height: auto; | |||
background-color: #DDE8F0; | |||
} | |||
.client-dark-mode {background: #daeaf4;} | .client-dark-mode {background: #daeaf4;} | ||
Line 269: | Line 272: | ||
border-bottom: 1px solid #c6c6c6; | border-bottom: 1px solid #c6c6c6; | ||
} | } | ||
Line 277: | Line 277: | ||
.page-Tally_Hallmanac #mw-content-text { | |||
background-image: url(/wiki/images/hitsWiki_logo_faded.png); | |||
background-repeat: no-repeat; | |||
background-attachment: fixed; | |||
} | |||
.frontpageTopSection { | .frontpageTopSection { | ||
Line 332: | Line 337: | ||
} | } | ||
/* ------ END FRONT PAGE ----------- */ | |||
/* ------ | /* ----------------- TALLY HALL PAGE ----------------- */ | ||
.page-Tally_Hall .flexRowContainer { | |||
display: flex; | |||
flex-basis: auto; | |||
flex-flow: row wrap; | |||
justify-content: center; | |||
} | |||
.page- | .page-Tally_Hall .flexRowContainer .flexItem { | ||
flex: 0; | |||
text-align:center; | |||
padding:10px; | |||
margin: 2px; | |||
} | } | ||
.page-Tally_Hall .flexRowContainer .flexItem .tleft { | |||
margin: 0.5em 0.1em 1.3em 0; | |||
} | |||
.page-Tally_Hall .flexRowContainer .flexItem .tleft .thumbinner, | |||
.page-Tally_Hall .flexRowContainer .flexItem .tleft .thumbinner .thumbimage { | |||
width: 150px !important; | |||
} | |||
/* ----------------- END - TALLY HALL PAGE ----------------- */ | |||
#mw-content-text { | #mw-content-text { | ||
Line 578: | Line 604: | ||
#mw-navigation #mw-panel #p-HITS_Global_Nav h3:nth-child(1) {} | #mw-navigation #mw-panel #p-HITS_Global_Nav h3:nth-child(1) {} | ||
.vector-menu-portal { | .vector-menu-portal { |