- 587CCF877BA1BFF6DFA4547EBFED8FAE1B071CF243FA4BD77F56F91C0A1B6A692137FF9DC5B458C34783AC632BCB83ABAC664073AB82D79649709810F4CF9C0A
+ 0FF5A7EFD8E622B812EE6C649D7157D362BD89BB116EEDE8102C08118B064FDB555A64084C2FE6F93537E044E02198846B707687ECF4DAB03ED696673BB9034F
logotron/templates/layout.html
(35 . 7)(35 . 6)
148 }
149
150 div {
151 white-space: pre-wrap;
152 }
153
154 .bot,
(44 . 14)(43 . 26)
156 color: #777;
157 font-weight: normal;
158 }
159
160 .loglines {
161 float:left;
162 clear:none;
163 }
164
165 .loglines div:nth-child(2n) {
166 }
167
168 .loglines div:nth-child(2n+1) {
169 background: #f5f5f5;
170 }
171
172 .mention {
173 background: lightyellow;
174 background: lightyellow !important;;
175 }
176
177 :target,
178 .active {
179 background: lightyellow;
180 background: lightyellow !important;;
181 }
182
183 img.inline {
(72 . 12)(83 . 12)
185 #navbar {
186 margin-bottom: 1em;
187 }
188
189
190 .highlight {
191 background: yellow;
192 background: yellow !important;;
193 padding: 1px;
194 }
195
196
197 </style>
198 </head>
199
(88 . 7)(99 . 7)
201 <tr>
202 <td>
203 <a href="http://nosuchlabs.com">
204 <img src="http://logs.nosuchlabs.com/static/snsa_small.jpg"
205 <img src="{{ url_for('static', filename='snsa.jpg') }}"
206 align="left"
207 alt="No Such lAbs"/>
208 </a>
(100 . 7)(111 . 7)
210
211 <td>
212 <a href="http://pizarroisp.net">
213 <img src="http://logs.nosuchlabs.com/static/piz_small.jpg"
214 <img src="{{ url_for('static', filename='piz.jpg') }}"
215 align="right"
216 alt="Pizarro"/>
217 </a>
(122 . 6)(133 . 11)
219
220 {% block body %}{% endblock %}
221
222 <hr>
223
224 <div align="center">
225 <a href="/rnd/{{ chan }}">Random({{ chan }})</a> | <a href="{{ url_for('static', filename='log_db.gz') }}">Download daily DB snapshot</a> | <a href="http://www.loper-os.org/?p=3452">Get Source Code</a>
226 </div>
227 </body>
228
229 </html>