diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 21:56:32 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 21:56:32 +0200 |
commit | 6a361945eaf86a978b82bd6fb3442fe64428d9df (patch) | |
tree | ab7e2cff6301b22e5e54ce0321b13502806d7546 /tpl/css/style-light.css | |
parent | 55821e04c188997d258645975220828e195d0df4 (diff) | |
download | wallabag-6a361945eaf86a978b82bd6fb3442fe64428d9df.tar.gz wallabag-6a361945eaf86a978b82bd6fb3442fe64428d9df.tar.zst wallabag-6a361945eaf86a978b82bd6fb3442fe64428d9df.zip |
new design, pagination & more
Diffstat (limited to 'tpl/css/style-light.css')
-rw-r--r-- | tpl/css/style-light.css | 69 |
1 files changed, 7 insertions, 62 deletions
diff --git a/tpl/css/style-light.css b/tpl/css/style-light.css index 5d584eb3..9ea7955a 100644 --- a/tpl/css/style-light.css +++ b/tpl/css/style-light.css | |||
@@ -1,47 +1,12 @@ | |||
1 | /*** GENERAL ***/ | ||
2 | body { | ||
3 | color: #222222; | ||
4 | background-color: #F1F1F1; | ||
5 | } | ||
6 | |||
7 | a, a:hover, a:visited { | ||
8 | color: #000; | ||
9 | } | ||
10 | |||
11 | .bouton { | ||
12 | background-color: #000; | ||
13 | color: #fff; | ||
14 | border: none; | ||
15 | } | ||
16 | .bouton:hover { | ||
17 | background-color: #222222; | ||
18 | color: #F1F1F1; | ||
19 | } | ||
20 | 1 | ||
21 | #main ul#links li a.current { | 2 | a.back span { |
22 | background-color: #000; | 3 | background: url('../img/light/left.png') no-repeat; |
23 | color: #fff; | ||
24 | } | 4 | } |
25 | 5 | ||
26 | #links a:hover, .backhome a:hover, .support a:hover{ | 6 | a.top span { |
27 | background-color: #040707; | 7 | background: url('../img/light/top.png') no-repeat; |
28 | color: #F1F1F1; | ||
29 | } | 8 | } |
30 | 9 | ||
31 | input[type=submit].delete { | ||
32 | background : url('../img/light/remove.png') no-repeat center center; | ||
33 | color : transparent; | ||
34 | } | ||
35 | |||
36 | #main .entrie { | ||
37 | color: #2e2e2e; | ||
38 | background-color: #ffffff; | ||
39 | border: 1px solid #000; | ||
40 | } | ||
41 | |||
42 | #main .entrie h2 a:hover { | ||
43 | color: #F5BE00; | ||
44 | } | ||
45 | 10 | ||
46 | a.fav span { | 11 | a.fav span { |
47 | background: url('../img/light/star-on.png') no-repeat; | 12 | background: url('../img/light/star-on.png') no-repeat; |
@@ -83,26 +48,6 @@ a.email span { | |||
83 | background: url('../img/light/envelop.png') no-repeat; | 48 | background: url('../img/light/envelop.png') no-repeat; |
84 | } | 49 | } |
85 | 50 | ||
86 | /*** ***/ | 51 | a.delete span { |
87 | /*** ARTICLE PAGE ***/ | 52 | background: url('../img/light/remove.png') no-repeat; |
88 | 53 | } \ No newline at end of file | |
89 | body.article { | ||
90 | color: #222222; | ||
91 | background-color: #F1F1F1; | ||
92 | } | ||
93 | |||
94 | #article header { | ||
95 | border-bottom: 1px solid #222222; | ||
96 | } | ||
97 | |||
98 | #article article { | ||
99 | border-bottom: 1px solid #222222; | ||
100 | } | ||
101 | |||
102 | .vieworiginal a { | ||
103 | color: #888888; | ||
104 | } | ||
105 | |||
106 | .entrie { | ||
107 | background-color: #fff; | ||
108 | } | ||