comparison static/style.css @ 2:80b11112c9e0

web app for query urls like /user and /user/tag+tag Ignore-this: bb1f40dd6bbff4c3ee463b440738726d
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 17 Feb 2013 03:56:28 -0800
parents
children f8c4c7ce5f4a
comparison
equal deleted inserted replaced
1:7cecda055fae 2:80b11112c9e0
1 body {
2 font-family: helvetica;
3 font-size: 12px;
4 }
5 h3 {
6 margin: 0;
7 margin-bottom: 7px;
8 }
9 .link {
10 width: 600px;
11 border: 1px solid #D8D8D8;
12 border-radius: 6px;
13 padding: 5px;
14 margin: 10px;
15 }
16
17 .favicon {
18 width: 16px;
19 height: 16px;
20 display: inline-block;
21 }
22 h3 .favicon {
23 margin-right: 5px;
24 vertical-align: middle;
25 }
26 .notes {
27 margin: 5px;
28 color: #2A4E2B;
29 }
30 .tags {
31 margin-left: 24px;
32 color: black;
33 }
34 .tag {
35 text-decoration: none;
36 color: black;
37 display: inline-block;
38 border: 1px solid #707070;
39 border-radius: 5px;
40 background: #AAA;
41 padding: 0 8px;
42
43
44 }
45 .hrefShown {
46 margin: 4px 0 4px 24px;
47 color: #5E6A6F;
48 }
49 .hrefShown a {
50 text-decoration: none;
51 color: #027902;
52 }
53 .modified {
54 margin-left: 24px;
55 color: #5E6A6F;
56 }