.chan-list { display: table; list-style: none; margin: 10px auto 18px auto; padding: 5px; border: 1px solid black; border-spacing: 25px 0; } .chan-link-wrapper { display: inline-block; margin: 2px 15px; } .chan-link { display: inline-block; font-weight: bold; } .chan-link-wrapper-active .chan-link { background: yellow; padding: 1px; } .chan-last-active-link { display: block; font-style: italic; } .chan-filters { text-align: center; font-style: italic; font-size: smaller; } .search-form { text-align: center; } .paginator { margin: 20px 0; } .nick { font-weight: bold; text-decoration: none; color: black; } .nick:visited { color: black; } .bot, .bot .nick, .bot a { color: #777; font-weight: normal; } .loglines { word-wrap: break-word; } .loglines div:nth-child(2n+1) { background: #f5f5f5; } .loglines div:target { background: lightyellow; } img.inline { margin: 0.5em auto 1em auto; display: block; border: 1px solid black; width: 34em; } img.hist { margin: 0.5em auto 1em auto; } .annotations a { text-decoration: none; } .footer { text-align: center; } .jump { float:right; } .highlight { background: yellow; }