slitaz-dev-tools view taztpd/taztpd.css @ rev 310

makegraphs: tune cpuinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 15 08:08:28 2021 +0000 (2021-01-15)
parents
children
line source
1 /* CSS style for TazTPD Web Server listing page and 404 error */
3 body {
4 margin: 0;
5 font: 0.9em sans-serif;
6 }
8 h1 {
9 color: #4d4d4d;
10 margin: 0;
11 padding: 5px;
12 border-bottom: 1px dotted #ddd;
13 }
15 a { text-decoration: none; color: #215090; }
16 a:hover { text-decoration: underline; color: blue; }
17 p { padding: 5px; }
19 #footer {
20 font-size: 84%;
21 padding: 5px;
22 width: 100%;
23 border-top: 1px dotted #ddd;
24 color: #888888;
25 }