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!
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url(http://fonts.googleapis.com/css?family=Luckiest+Guy); | |||
Line 239: | Line 220: | ||
border-right: 1px solid #333333; | border-right: 1px solid #333333; | ||
border-left: 5px solid #FF9933; | border-left: 5px solid #FF9933; | ||
} | |||
pre { | |||
/*display: block; | |||
width: 900px;*/ | |||
font-family: monospace; | |||
font-size: 12px; | |||
word-wrap:normal; | |||
} | |||
h1#firstHeading.firstHeading { | |||
font-family: 'Luckiest Guy', 'Trebuchet MS', Verdana, Arial, Helvetica; | |||
font-weight: normal; | |||
font-size: 30px; | |||
} | |||
div#bodyContent p { | |||
line-height: 1.4em; | |||
margin: 1em 0em 1em 0em; | |||
} | |||
div#bodyContent a { | |||
border-bottom: 1px dotted #AAA; | |||
} | } |