You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/* Sticky CSS Footer */ html, body, .wrapper { height: 100%; margin: 0; padding: 0; } body > .wrapper { height: auto; min-height: 100%; } #content { padding-top: 2.0em; padding-bottom: 250px; } #footer { clear: both; position: relative; z-index: 10; height: 150px; margin-top: -150px; padding-top: 20px;}
#header { background: #F18BD1; border-top: 3px solid #CE57A9; color: #fff; }
#footer { background: #f7f7f7; border-top: 1px solid #eee; font-size: 0.7em; color: #666; }
#log pre { background: #f9f9f9; font-size: 0.65em; }
#log pre .time, #log pre .break { color: #ccc; }
.nick { font-weight: bold; }
.nick.a { color: #CE57A9; } .nick.b { color: #57CEC4; } .nick.c { color: #57CE57; } .nick.d { color: #CE8B57; } .nick.e { color: #A357CE; } .nick.f { color: #5787CE; } .nick.g { color: #C4CE57; }
.nick.bot { color: #6A57CE; font-weight: normal; font-style: italic; }
|