]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/css/style.css
fix #113 - reading time
[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 {
7ce7ec4c 83 border-bottom: 1px dashed #222222;
7eca3552 84}
85
6a361945
NL
86#main .entrie ul.tools {
87 list-style-type: none;
88}
89
90#main .entrie ul.tools li {
91 /*display: inline;*/
92}
93
cf3180f6 94.tools {
55821e04 95 float: right;
7eca3552 96 text-align: right;
6a361945 97 opacity: 0.5;
cf3180f6 98}
99
6a361945
NL
100.tools p {
101 font-size: 0.8em;}
102
103/*
cf3180f6 104.tools ul {
105 padding: 0; margin: 0;
106 list-style-type: none;
107}
108
109.tools ul li {
110 line-height: 20px;
111}
112
113.tools a.tool {
114 cursor: pointer;
6a361945 115}*/
c8bbe19b 116
117#main .entrie .tools a.tool span, #article .tools a.tool span {
c594aedf 118 display: inline-block;
119 width: 16px;
120 height: 16px;
121}
122
da2c5d6f
NL
123#main .entrie .url {
124 font-size: 13px;
125}
126
c594aedf 127
128/*** ***/
129/*** ARTICLE PAGE ***/
130
6a361945
NL
131#article {
132 margin: 0 auto;
c594aedf 133}
c594aedf 134#article header {
135 text-align: left;
c594aedf 136}
137
138#article header a {
1a268ba7
NL
139 text-decoration: none;
140}
141
6a361945 142.vieworiginal a, .vieworiginal a:hover, .vieworiginal a:visited {
c594aedf 143 text-decoration: none;
6a361945 144 color: #888888;
c594aedf 145}
146
c8bbe19b 147.backhome {
148 display: inline;
149}
150
6a361945
NL
151#article .tools {
152 position: relative;
153 display: inline;
154 top: 0px;
155 right: 0px;
156 width: 100%;
157}
158
159#article .tools ul li{
160 display: inline;
161}
162
163
164/*** GENERAL ***/
165body {
166 color: #000;
167}
168
169a, a:hover, a:visited {
170 color: #000;
171}
172
173.bouton {
174 background-color: #000;
175 color: #fff;
176 border: none;
177}
178.bouton:hover {
179 background-color: #222222;
180 color: #F1F1F1;
181}
182
183#main ul#links li a.current {
184 background-color: #000;
185 color: #fff;
186}
187
188#links a:hover{
189 background-color: #040707;
190 color: #F1F1F1;
191}
192
193
b70971e0 194/*** ***/
6a361945 195/*** ARTICLE PAGE ***/
45a04467 196
6a361945
NL
197#article header, #article article {
198 border-bottom: 1px solid #222222;
b70971e0 199}
6a361945
NL
200
201
202/* Pagination */
203.pagination {
204 clear: both;
205 padding-bottom: 20px;
206 padding-top: 10px;
207 text-align: right;
208}
209.pagination a {
210 border: 1px solid #D5D5D5;
211 color: #333;
212 font-size: 11px;
213 font-weight: bold;
214 height: 25px;
215 padding: 4px 8px;
216 text-decoration: none;
217 margin:2px;
218}
219.pagination a:hover, .pagination a:active {
220 background:#efefef;
221}
222.pagination span.current {
223 background-color: #ccc;
224 border: 1px solid #D5D5D5;
225 color: #000;
226 font-size: 11px;
227 font-weight: bold;
228 height: 25px;
229 padding: 4px 8px;
230 text-decoration: none;
231 margin:2px;
232}
233.pagination span.disabled {
234 border: 1px solid #EEEEEE;
235 color: #DDDDDD;
236 margin:2px;
237 padding: 4px 8px;
238 font-size: 11px;
239 font-weight: bold;
240}
241
242footer {
243 clear: both;
d9178758
NL
244}
245
246.reading-time {
247 font-size: 13px;
8cbb2a88 248}