]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/css/style.css
new design, pagination & more
[github/wallabag/wallabag.git] / tpl / css / style.css
CommitLineData
1a268ba7 1body {
6a361945
NL
2 font-size: 16px;
3 font-family: 'Roboto', sans-serif;
4d94769a 4 margin: 10px;
7eca3552 5}
6
1a268ba7
NL
7header {
8 text-align: center;
9}
10
2a1791a4
NL
11header h1 {
12 font-size: 1.3em;
13}
14
9acfade8 15.bouton {
16 border-radius: 2px;
17}
18
6a361945
NL
19#main {
20 margin: 0 auto;
21}
22
1a268ba7
NL
23#main ul#links {
24 padding: 0;
25 list-style-type: none;
26 text-align: center;
2a1791a4 27 font-size: 0.9em;
1a268ba7
NL
28}
29
30#main ul#links li {
31 display: inline;
4d94769a 32}
8784f095 33
34#main ul#links li a.current {
35 -webkit-border-radius: 2px;
36 border-radius: 2px;
8784f095 37}
38
9fee2e72 39#main ul#sort {
40 padding: 0;
41 list-style-type: none;
42 text-align: center;
6a361945 43 opacity: 0.5;
9fee2e72 44}
45
46#main ul#sort li {
47 display: inline;
48 font-size: 0.9em;
49}
50
51#main ul#sort img:hover {
52 cursor: pointer;
53}
54
55821e04 55
6a361945 56#links a{
4d94769a 57 text-decoration: none;
58 padding: 5px 10px;
59}
6a361945 60#links a:hover{
4d94769a 61 -webkit-border-radius: 2px;
62 border-radius: 2px;
1a268ba7
NL
63}
64
c594aedf 65/*** ***/
66/*** LINKS DISPLAY ***/
67
68#main a.tool {
69 text-decoration: none;
70 cursor: pointer;
71}
72
b70971e0 73#main #content {
7eca3552 74 margin-top: 20px;
75}
76
6a361945
NL
77#main #content h2 {
78 font-size: 1.3em;
79 text-decoration: none;
80}
81
82#main #content .entrie {
83 border-bottom: 1px solid #222222;
7eca3552 84}
a672f9f5 85
b70971e0 86#main .entrie h2 a {
7eca3552 87 text-decoration: none;
88}
89
6a361945
NL
90#main .entrie ul.tools {
91 list-style-type: none;
92}
93
94#main .entrie ul.tools li {
95 /*display: inline;*/
96}
97
cf3180f6 98.tools {
55821e04 99 float: right;
7eca3552 100 text-align: right;
6a361945 101 opacity: 0.5;
cf3180f6 102}
103
6a361945
NL
104.tools p {
105 font-size: 0.8em;}
106
107/*
cf3180f6 108.tools ul {
109 padding: 0; margin: 0;
110 list-style-type: none;
111}
112
113.tools ul li {
114 line-height: 20px;
115}
116
117.tools a.tool {
118 cursor: pointer;
6a361945 119}*/
c8bbe19b 120
121#main .entrie .tools a.tool span, #article .tools a.tool span {
c594aedf 122 display: inline-block;
123 width: 16px;
124 height: 16px;
125}
126
da2c5d6f
NL
127#main .entrie .url {
128 font-size: 13px;
129}
130
c594aedf 131
132/*** ***/
133/*** ARTICLE PAGE ***/
134
6a361945
NL
135#article {
136 margin: 0 auto;
c594aedf 137}
c594aedf 138#article header {
139 text-align: left;
c594aedf 140}
141
142#article header a {
1a268ba7
NL
143 text-decoration: none;
144}
145
6a361945 146.vieworiginal a, .vieworiginal a:hover, .vieworiginal a:visited {
c594aedf 147 text-decoration: none;
6a361945 148 color: #888888;
c594aedf 149}
150
c8bbe19b 151.backhome {
152 display: inline;
153}
154
6a361945
NL
155#article .tools {
156 position: relative;
157 display: inline;
158 top: 0px;
159 right: 0px;
160 width: 100%;
161}
162
163#article .tools ul li{
164 display: inline;
165}
166
167
168/*** GENERAL ***/
169body {
170 color: #000;
171}
172
173a, a:hover, a:visited {
174 color: #000;
175}
176
177.bouton {
178 background-color: #000;
179 color: #fff;
180 border: none;
181}
182.bouton:hover {
183 background-color: #222222;
184 color: #F1F1F1;
185}
186
187#main ul#links li a.current {
188 background-color: #000;
189 color: #fff;
190}
191
192#links a:hover{
193 background-color: #040707;
194 color: #F1F1F1;
195}
196
197
b70971e0 198/*** ***/
6a361945 199/*** ARTICLE PAGE ***/
45a04467 200
6a361945
NL
201#article header, #article article {
202 border-bottom: 1px solid #222222;
b70971e0 203}
6a361945
NL
204
205
206/* Pagination */
207.pagination {
208 clear: both;
209 padding-bottom: 20px;
210 padding-top: 10px;
211 text-align: right;
212}
213.pagination a {
214 border: 1px solid #D5D5D5;
215 color: #333;
216 font-size: 11px;
217 font-weight: bold;
218 height: 25px;
219 padding: 4px 8px;
220 text-decoration: none;
221 margin:2px;
222}
223.pagination a:hover, .pagination a:active {
224 background:#efefef;
225}
226.pagination span.current {
227 background-color: #ccc;
228 border: 1px solid #D5D5D5;
229 color: #000;
230 font-size: 11px;
231 font-weight: bold;
232 height: 25px;
233 padding: 4px 8px;
234 text-decoration: none;
235 margin:2px;
236}
237.pagination span.disabled {
238 border: 1px solid #EEEEEE;
239 color: #DDDDDD;
240 margin:2px;
241 padding: 4px 8px;
242 font-size: 11px;
243 font-weight: bold;
244}
245
246footer {
247 clear: both;
8cbb2a88 248}