-
+ DA0FF8B2F9A180FAB9855B9F86CB73BA056090992DE825F970172766FEBDC6CF34986F1C2ED2EBD089208F8BDC4D0EFB926819927A4145D1BCC3D5A29C205E6F
logotron/static/classic.css
(0 . 0)(1 . 98)
1076 .chan-list {
1077 display: table;
1078 list-style: none;
1079 margin: 10px auto 18px auto;
1080 padding: 5px;
1081 border: 1px solid black;
1082 border-spacing: 25px 0;
1083 }
1084
1085 .chan-link-wrapper {
1086 display: inline-block;
1087 margin: 2px 15px;
1088 }
1089
1090 .chan-link {
1091 display: inline-block;
1092 font-weight: bold;
1093 }
1094
1095 .chan-link-wrapper-active .chan-link {
1096 background: yellow;
1097 padding: 1px;
1098 }
1099
1100 .chan-last-active-link {
1101 display: block;
1102 font-style: italic;
1103 }
1104
1105 .chan-filters {
1106 text-align: center;
1107 font-style: italic;
1108 font-size: smaller;
1109 }
1110
1111 .search-form {
1112 text-align: center;
1113 }
1114
1115 .paginator {
1116 margin: 20px 0;
1117 }
1118
1119 .nick {
1120 font-weight: bold;
1121 text-decoration: none;
1122 color: black;
1123 }
1124
1125 .nick:visited {
1126 color: black;
1127 }
1128
1129 .bot,
1130 .bot .nick,
1131 .bot a {
1132 color: #777;
1133 font-weight: normal;
1134 }
1135
1136 .loglines {
1137 word-wrap: break-word;
1138 }
1139
1140 .loglines div:nth-child(2n+1) {
1141 background: #f5f5f5;
1142 }
1143
1144 .loglines div:target {
1145 background: lightyellow;
1146 }
1147
1148 img.inline {
1149 margin: 0.5em auto 1em auto;
1150 display: block;
1151 border: 1px solid black;
1152 width: 34em;
1153 }
1154
1155 img.hist {
1156 margin: 0.5em auto 1em auto;
1157 }
1158
1159 .annotations a {
1160 text-decoration: none;
1161 }
1162
1163 .footer {
1164 text-align: center;
1165 }
1166
1167 .jump {
1168 float:right;
1169 }
1170
1171 .highlight {
1172 background: yellow;
1173 }