]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/css/style.css
Move icons no-repeat into common style
[github/wallabag/wallabag.git] / tpl / css / style.css
CommitLineData
1a268ba7 1body {
6a361945 2 font-size: 16px;
096fb74b 3 font-family: 'Roboto', Verdana, Geneva, sans-serif;
4d94769a 4 margin: 10px;
096fb74b 5 color: #000;
7eca3552 6}
7
1a268ba7
NL
8header {
9 text-align: center;
10}
11
2a1791a4
NL
12header h1 {
13 font-size: 1.3em;
14}
15
096fb74b
N
16a, a:hover, a:visited {
17 color: #000;
18}
19
9acfade8 20.bouton {
096fb74b
N
21 background-color: #000;
22 color: #fff;
23 border: none;
24 border-radius: 2px;
25}
26.bouton:hover {
27 background-color: #222;
28 color: #f1f1f1;
29 cursor: pointer;
9acfade8 30}
31
6a361945
NL
32#main {
33 margin: 0 auto;
34}
35
096fb74b 36#main #links {
1a268ba7
NL
37 padding: 0;
38 list-style-type: none;
39 text-align: center;
2a1791a4 40 font-size: 0.9em;
1a268ba7
NL
41}
42
096fb74b 43#main #links li {
1a268ba7 44 display: inline;
4d94769a 45}
8784f095 46
096fb74b
N
47#main #links li .current {
48 background-color: #000;
49 color: #fff;
8784f095 50 -webkit-border-radius: 2px;
51 border-radius: 2px;
8784f095 52}
53
096fb74b 54#main #sort {
9fee2e72 55 padding: 0;
56 list-style-type: none;
57 text-align: center;
6a361945 58 opacity: 0.5;
9fee2e72 59}
60
096fb74b 61#main #sort li {
9fee2e72 62 display: inline;
63 font-size: 0.9em;
64}
65
096fb74b 66#main #sort img:hover {
9fee2e72 67 cursor: pointer;
68}
69
096fb74b 70#links a {
4d94769a 71 text-decoration: none;
72 padding: 5px 10px;
73}
096fb74b
N
74#links a:hover {
75 background-color: #040707;
76 color: #F1F1F1;
4d94769a 77 -webkit-border-radius: 2px;
78 border-radius: 2px;
1a268ba7
NL
79}
80
c594aedf 81/*** ***/
82/*** LINKS DISPLAY ***/
83
096fb74b 84#main .tool {
c594aedf 85 text-decoration: none;
86 cursor: pointer;
87}
88
b70971e0 89#main #content {
7eca3552 90 margin-top: 20px;
91}
92
6a361945
NL
93#main #content h2 {
94 font-size: 1.3em;
95 text-decoration: none;
96}
97
98#main #content .entrie {
096fb74b 99 border-bottom: 1px dashed #222;
7eca3552 100}
7f9f5281
N
101/* First entry */
102#main #content .results + .entrie {
103 clear: both;
104}
7eca3552 105
096fb74b 106#main .entrie .tools {
6a361945
NL
107 list-style-type: none;
108}
109
6a7d7790
N
110#main .entrie .tools + p {
111 min-height: 5.5em;
112}
113
096fb74b
N
114/*
115#main .entrie .tools li {
116 display: inline;
6a361945 117}
096fb74b 118*/
6a361945 119
cf3180f6 120.tools {
55821e04 121 float: right;
7eca3552 122 text-align: right;
6a361945 123 opacity: 0.5;
cf3180f6 124}
125
6a361945 126.tools p {
096fb74b
N
127 font-size: 0.8em;
128}
6a361945
NL
129
130/*
cf3180f6 131.tools ul {
132 padding: 0; margin: 0;
133 list-style-type: none;
134}
135
136.tools ul li {
137 line-height: 20px;
138}
139
096fb74b 140.tools .tool {
cf3180f6 141 cursor: pointer;
6a361945 142}*/
c8bbe19b 143
096fb74b 144#main .entrie .tools .tool span, #article .tools .tool span {
c594aedf 145 display: inline-block;
146 width: 16px;
147 height: 16px;
4b4afc73
N
148 /* Hide textual content */
149 text-indent: -9999px;
150 text-align: left;
151 overflow: hidden;
c594aedf 152}
153
096fb74b 154
c594aedf 155/*** ***/
156/*** ARTICLE PAGE ***/
157
6a361945
NL
158#article {
159 margin: 0 auto;
c594aedf 160}
5ae45084
N
161
162#article header, #article article {
163 border-bottom: 1px solid #222;
164}
165
c594aedf 166#article header {
167 text-align: left;
c594aedf 168}
169
170#article header a {
1a268ba7
NL
171 text-decoration: none;
172}
173
6a361945 174.vieworiginal a, .vieworiginal a:hover, .vieworiginal a:visited {
c594aedf 175 text-decoration: none;
096fb74b 176 color: #888;
c594aedf 177}
178
c8bbe19b 179.backhome {
180 display: inline;
181}
182
6a361945
NL
183#article .tools {
184 position: relative;
185 display: inline;
096fb74b
N
186 top: 0;
187 right: 0;
6a361945
NL
188 width: 100%;
189}
190
096fb74b 191#article .tools ul li {
6a361945
NL
192 display: inline;
193}
194
195
7f9f5281
N
196.results {
197 overflow: hidden;
6a361945
NL
198 padding-bottom: 20px;
199 padding-top: 10px;
7f9f5281
N
200}
201
202.nb-results {
203 float: left;
204 font-size: 0.9em;
205 line-height: 24px;
206 vertical-align: middle;
207}
208
209/* Pagination */
210.pagination {
211 float: right;
6a361945
NL
212 text-align: right;
213}
214.pagination a {
096fb74b 215 border: 1px solid #d5d5d5;
6a361945
NL
216 color: #333;
217 font-size: 11px;
218 font-weight: bold;
219 height: 25px;
220 padding: 4px 8px;
221 text-decoration: none;
096fb74b 222 margin: 2px;
6a361945
NL
223}
224.pagination a:hover, .pagination a:active {
096fb74b 225 background-color: #efefef;
6a361945 226}
096fb74b 227.pagination .current {
6a361945 228 background-color: #ccc;
096fb74b 229 border: 1px solid #d5d5d5;
6a361945
NL
230 color: #000;
231 font-size: 11px;
232 font-weight: bold;
233 height: 25px;
234 padding: 4px 8px;
235 text-decoration: none;
096fb74b 236 margin: 2px;
6a361945 237}
096fb74b 238.pagination .disabled {
08a12b6d 239 display: none;
6a361945
NL
240}
241
a4990dd2
N
242#bookmarklet {
243 padding: 5px;
244 border: 1px dashed #808080;
245 background: #fff;
246 cursor: move;
247}
248
8e1ed353
N
249.top_link {
250 position: fixed;
251 right: 15px;
252 bottom: 15px;
253 display: none;
254 padding: 20px;
255 background: #ccc;
256 -moz-border-radius: 40px;
257 -webkit-border-radius: 40px;
258 border-radius: 40px;
259 opacity: 0.9;
260 z-index: 2000;
261}
262
6a361945
NL
263footer {
264 clear: both;
d9178758
NL
265}
266
267.reading-time {
15493df6 268 font-size: 0.8em;
096fb74b 269}
693b3f86 270
ce4a1dcc 271#inputform {
d5ce28df
TC
272 display: none;
273 text-align:center;
274 max-width:300px;
275 margin-left:auto;
276 margin-right:auto;
277 margin-top:5px;
ce4a1dcc 278 padding-bottom: 5px;
d5ce28df
TC
279 background-color: rgba(0, 0, 0, 0.9);
280 opacity:0.8;
281 color:white;
282 border-radius: 3px;
eaf2c769 283}
7eb64927
N
284
285a.back span,
286a.top span,
287a.fav span,
288a.fav span:hover,
289a.fav-off span,
290a.fav-off span:hover,
291a.archive span,
292a.archive span:hover,
293a.archive-off span,
294a.archive-off span:hover,
295a.twitter span,
296a.flattr span,
297a.email span,
298a.delete span {
299 background-repeat: no-repeat;
300}