]> git.immae.eu Git - github/wallabag/wallabag.git/blob - css/style.css
764cf628533013b41f92d0107aa582c02b71a937
[github/wallabag/wallabag.git] / css / style.css
1 body {
2 color: #222222;
3 font: 20px/1.3em Palatino,Georgia,serif;
4 background-color: #F1F1F1;
5 }
6
7 body.article {
8 background-color: #ffffff;
9 }
10
11 a, a:hover, a:visited {
12 color: #000;
13 }
14 header {
15 text-align: center;
16 }
17
18 #article header {
19 text-align: left;
20 border-bottom: 1px solid #222222;
21 }
22
23 #article header a {
24 text-decoration: none;
25 }
26
27 #article header .vieworiginal a {
28 color: #888888;
29 }
30
31 #main, #article {
32 margin: 0 auto;
33 }
34
35 #main ul#links {
36 padding: 0;
37 list-style-type: none;
38 text-align: center;
39 }
40
41 #main ul#links li {
42 display: inline;
43 padding: 15px;
44 }
45
46 #main #entries {
47 margin-top: 20px;
48 }
49
50 #main #entries .entrie {
51 color: rgb(46, 46, 46);
52 position:relative;
53 background-color: #ffffff;
54 height: 8em;
55 }
56
57 #main #entries .entrie h2 a {
58 text-decoration: none;
59 }
60
61 #main #entries .entrie h2 a:hover {
62 color: #F5BE00;
63 }
64
65 #main #entries .entrie .tools {
66 position:absolute;
67 bottom: 0;
68 width: 100%;
69 text-align: right;
70 }
71
72 #main a.tool {
73 text-decoration: none;
74 }
75
76 footer {
77 text-align: right;
78 }