/* Override some defaults */ html, body { background-color: #eee; } body { padding-top: 40px; /* 40px to make the container go all the way to the bottom of the topbar */ } .container > footer p { text-align: center; /* center align it with the container */ } .container { width: 1000px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */ } /* The white background content wrapper */ .container > .content { background-color: #fff; padding: 20px; margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */ -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15); box-shadow: 0 1px 2px rgba(0,0,0,.15); } .row { margin-right: -20px; } th.header { text-align: center; } table#schedule > tbody > tr > td { text-align: center; } table#schedule > tbody > tr > td:nth-child(2) { text-align: left; } .text { padding: 0 20px 0; } .anidb { font-weight: bold; } /* Page header tweaks */ .page-header { background-color: #f5f5f5; padding: 20px 20px 10px; margin: -20px -20px 20px; } .topbar .btn { border: 0; } .key-12 { background-color: #FFDD99 !important; } .key-06 { background-color: #FFCE6B !important; } .key-03 { background-color: #FFC040 !important; } .key-01 { background-color: #FFAA00 !important; } .key-00 { background-color: #6BCF51 !important; } #clock { color: #FFF; }