]> git.immae.eu Git - github/wallabag/wallabag.git/blame - css/style.css
#4 - ajout système de connexion (login poche mot de passe poche pour l'instant)
[github/wallabag/wallabag.git] / css / style.css
CommitLineData
c594aedf 1/*** GENERAL ***/
1a268ba7
NL
2body {
3 color: #222222;
4 font: 20px/1.3em Palatino,Georgia,serif;
7eca3552 5 background-color: #F1F1F1;
4d94769a 6 margin: 10px;
7eca3552 7}
8
1a268ba7
NL
9
10a, a:hover, a:visited {
11 color: #000;
12}
c594aedf 13
1a268ba7
NL
14header {
15 text-align: center;
16}
17
1a268ba7
NL
18#main ul#links {
19 padding: 0;
20 list-style-type: none;
21 text-align: center;
22}
23
24#main ul#links li {
25 display: inline;
4d94769a 26}
8784f095 27
28#main ul#links li a.current {
29 -webkit-border-radius: 2px;
30 border-radius: 2px;
31 background-color: #040707;
32 color: #F1F1F1;
33}
34
9fee2e72 35#main ul#sort {
36 padding: 0;
37 list-style-type: none;
38 text-align: center;
39}
40
41#main ul#sort li {
42 display: inline;
43 font-size: 0.9em;
44}
45
46#main ul#sort img:hover {
47 cursor: pointer;
48}
49
c594aedf 50#main, #article {
51 margin: 0 auto;
52}
53
598d07a8 54#links a, .backhome a{
4d94769a 55 text-decoration: none;
56 padding: 5px 10px;
57}
d31edfd3 58#links a:hover, .backhome a:hover{
4d94769a 59 -webkit-border-radius: 2px;
60 border-radius: 2px;
61 background-color: #040707;
62 color: #F1F1F1;
1a268ba7
NL
63}
64
b70971e0 65footer {
66 text-align: right;
c594aedf 67}
68
e4d2565e 69/*** ***/
70/*** LOGIN FORM ***/
71ul#login li {
72 list-style-type: none;
73}
c594aedf 74/*** ***/
75/*** LINKS DISPLAY ***/
76
77#main a.tool {
78 text-decoration: none;
79 cursor: pointer;
80}
81
cf3180f6 82input[type=submit].delete {
023579d1 83 background : url('../img/remove.png') no-repeat center center;
cf3180f6 84 width : 16px;
85 height :16px;
86 border : none;
87 color : transparent;
88 cursor: pointer;
89 font-size : 0;
90}
91
b70971e0 92#main #content {
7eca3552 93 margin-top: 20px;
94}
95
b70971e0 96#main .entrie {
7eca3552 97 color: rgb(46, 46, 46);
7eca3552 98 background-color: #ffffff;
4d94769a 99 padding: 15px;
b70971e0 100 min-height: 8em;
45a04467 101 border: 1px solid;
7eca3552 102}
a672f9f5 103
b70971e0 104#main .entrie h2 a {
7eca3552 105 text-decoration: none;
106}
107
b70971e0 108#main .entrie h2 a:hover {
7eca3552 109 color: #F5BE00;
110}
111
cf3180f6 112.tools {
7eca3552 113 text-align: right;
cf3180f6 114}
115
116.tools ul {
117 padding: 0; margin: 0;
118 list-style-type: none;
119}
120
121.tools ul li {
122 line-height: 20px;
123}
124
125.tools a.tool {
126 cursor: pointer;
7eca3552 127}
128
c8bbe19b 129#article .tools {
cf3180f6 130 position: relative;
c8bbe19b 131 display: inline;
cf3180f6 132 top: 0px;
133 right: 0px;
134 width: 100%;
135 text-align: left;
c8bbe19b 136}
137
cf3180f6 138#article.tools ul li{
139 display: inline;
c8bbe19b 140}
141
142#main .entrie .tools a.tool span, #article .tools a.tool span {
c594aedf 143 display: inline-block;
144 width: 16px;
145 height: 16px;
146}
147
148a.fav span {
023579d1 149 background: url('../img/star-on.png') no-repeat;
c594aedf 150}
151
c8bbe19b 152a.fav span:hover {
023579d1 153 background: url('../img/star-off.png') no-repeat;
c8bbe19b 154}
155
c594aedf 156a.fav-off span {
023579d1 157 background: url('../img/star-off.png') no-repeat;
c594aedf 158}
159
c8bbe19b 160a.fav-off span:hover {
023579d1 161 background: url('../img/star-on.png') no-repeat;
c8bbe19b 162}
163
c594aedf 164a.archive span {
023579d1 165 background: url('../img/checkmark-on.png') no-repeat;
c594aedf 166}
167
c8bbe19b 168a.archive span:hover {
023579d1 169 background: url('../img/checkmark-off.png') no-repeat;
c8bbe19b 170}
171
c594aedf 172a.archive-off span {
023579d1 173 background: url('../img/checkmark-off.png') no-repeat;
c594aedf 174}
175
c8bbe19b 176a.archive-off span:hover {
023579d1 177 background: url('../img/checkmark-on.png') no-repeat;
c594aedf 178}
179
180/*** ***/
181/*** ARTICLE PAGE ***/
182
183body.article {
184 color: #222222;
185 font: 20px/1.3em Palatino,Georgia,serif;
186 background-color: #F1F1F1;
187}
188
189#article header {
190 text-align: left;
191 border-bottom: 1px solid #222222;
192}
193
194#article header a {
1a268ba7
NL
195 text-decoration: none;
196}
197
c594aedf 198#article article {
199 border-bottom: 1px solid #222222;
200}
201
202.vieworiginal a {
203 color: #888888;
204 text-decoration: none;
205}
206
c8bbe19b 207.backhome {
208 display: inline;
209}
210
b70971e0 211/*** ***/
45a04467 212
b70971e0 213#main
214{
215 max-width: 60em; /* 960 px */
216 margin: 0 auto;
217}
45a04467 218#content
219{
220 width: 103.125%; /* 990px */
221 overflow: hidden;
222 margin-left: -1.562%; /* 15px */
223 margin-bottom: -1.875em; /* 30px */
224}
225
226.entrie
227{
228 width: 30.303%; /* 300px */
229 background-color: #fff;
230 float: left;
231 margin: 0 1.515% 1.875em; /* 15px 30px */
232}
b70971e0 233
234@media only screen and ( max-width: 40em ) /* 640px */
235{
236 .entrie
237 {
238 width: 46.876%; /* 305px */
239 margin-bottom: 0.938em; /* 15px */
240 }
241}
45a04467 242
243@media only screen and ( max-width: 20em ) /* 320px */
b70971e0 244{
245 #content
246 {
247 width: 100%;
248 margin-left: 0;
249 }
45a04467 250
251 .entrie
252 {
253 width: 100%;
254 margin-left: 0;
255 margin-right: 0;
256 }
257}
258
259