]> git.immae.eu Git - github/wallabag/wallabag.git/blame - css/style.css
URL is now encoded
[github/wallabag/wallabag.git] / css / style.css
CommitLineData
c594aedf 1/*** GENERAL ***/
1a268ba7 2body {
1a268ba7 3 font: 20px/1.3em Palatino,Georgia,serif;
4d94769a 4 margin: 10px;
7eca3552 5}
6
1a268ba7
NL
7header {
8 text-align: center;
9}
10
9acfade8 11.bouton {
12 border-radius: 2px;
13}
14
1a268ba7
NL
15#main ul#links {
16 padding: 0;
17 list-style-type: none;
18 text-align: center;
19}
20
21#main ul#links li {
22 display: inline;
4d94769a 23}
8784f095 24
25#main ul#links li a.current {
26 -webkit-border-radius: 2px;
27 border-radius: 2px;
8784f095 28}
29
9fee2e72 30#main ul#sort {
31 padding: 0;
32 list-style-type: none;
33 text-align: center;
34}
35
36#main ul#sort li {
37 display: inline;
38 font-size: 0.9em;
39}
40
41#main ul#sort img:hover {
42 cursor: pointer;
43}
44
c594aedf 45#main, #article {
46 margin: 0 auto;
47}
48
70b5d24f 49#links a, .backhome a, .support a{
4d94769a 50 text-decoration: none;
51 padding: 5px 10px;
52}
70b5d24f 53#links a:hover, .backhome a:hover, .support a:hover{
4d94769a 54 -webkit-border-radius: 2px;
55 border-radius: 2px;
1a268ba7
NL
56}
57
70b5d24f
NL
58.support {
59 font-size: 14px;
60}
61
b70971e0 62footer {
63 text-align: right;
c594aedf 64}
65
66/*** ***/
67/*** LINKS DISPLAY ***/
68
69#main a.tool {
70 text-decoration: none;
71 cursor: pointer;
72}
73
cf3180f6 74input[type=submit].delete {
cf3180f6 75 width : 16px;
76 height :16px;
77 border : none;
cf3180f6 78 cursor: pointer;
79 font-size : 0;
80}
81
b70971e0 82#main #content {
7eca3552 83 margin-top: 20px;
84}
85
b70971e0 86#main .entrie {
4d94769a 87 padding: 15px;
b70971e0 88 min-height: 8em;
45a04467 89 border: 1px solid;
7eca3552 90}
a672f9f5 91
b70971e0 92#main .entrie h2 a {
7eca3552 93 text-decoration: none;
94}
95
cf3180f6 96.tools {
7eca3552 97 text-align: right;
cf3180f6 98}
99
100.tools ul {
101 padding: 0; margin: 0;
102 list-style-type: none;
103}
104
105.tools ul li {
106 line-height: 20px;
107}
108
109.tools a.tool {
110 cursor: pointer;
7eca3552 111}
112
c8bbe19b 113#article .tools {
cf3180f6 114 position: relative;
c8bbe19b 115 display: inline;
cf3180f6 116 top: 0px;
117 right: 0px;
118 width: 100%;
119 text-align: left;
c8bbe19b 120}
121
d3607de9 122#article .tools ul li{
cf3180f6 123 display: inline;
c8bbe19b 124}
125
126#main .entrie .tools a.tool span, #article .tools a.tool span {
c594aedf 127 display: inline-block;
128 width: 16px;
129 height: 16px;
130}
131
c594aedf 132
133/*** ***/
134/*** ARTICLE PAGE ***/
135
136body.article {
c594aedf 137 font: 20px/1.3em Palatino,Georgia,serif;
c594aedf 138}
139
140#article header {
141 text-align: left;
c594aedf 142}
143
144#article header a {
1a268ba7
NL
145 text-decoration: none;
146}
147
c594aedf 148.vieworiginal a {
c594aedf 149 text-decoration: none;
150}
151
c8bbe19b 152.backhome {
153 display: inline;
154}
155
b70971e0 156/*** ***/
45a04467 157
b70971e0 158#main
159{
160 max-width: 60em; /* 960 px */
161 margin: 0 auto;
162}
45a04467 163#content
164{
165 width: 103.125%; /* 990px */
166 overflow: hidden;
167 margin-left: -1.562%; /* 15px */
168 margin-bottom: -1.875em; /* 30px */
169}
170
171.entrie
172{
173 width: 30.303%; /* 300px */
174 background-color: #fff;
175 float: left;
176 margin: 0 1.515% 1.875em; /* 15px 30px */
177}
b70971e0 178
179@media only screen and ( max-width: 40em ) /* 640px */
180{
181 .entrie
182 {
183 width: 46.876%; /* 305px */
184 margin-bottom: 0.938em; /* 15px */
185 }
186}
45a04467 187
188@media only screen and ( max-width: 20em ) /* 320px */
b70971e0 189{
190 #content
191 {
192 width: 100%;
193 margin-left: 0;
194 }
45a04467 195
196 .entrie
197 {
198 width: 100%;
199 margin-left: 0;
200 margin-right: 0;
201 }
202}
203
f0070a15 204/*** ***/
205/*** MESSAGES ***/
206
207.messages { width: 100%; -moz-border-radius: 4px; border-radius: 4px; display: block; padding: 10px 0; margin: 10px auto 10px; clear: both; }
208.messages a.closeMessage { margin: -14px -8px 0 0; display:none; width: 16px; height: 16px; float: right; background: url(../img/messages/close.png) no-repeat; }
209/*.messages:hover a.closeMessage { visibility:visible; }*/
210.messages p { margin: 3px 0 3px 10px !important; padding: 0 10px 0 23px !important; font-size: 14px; line-height: 16px; }
211.messages.error { border: 1px solid #C42608; color: #c00 !important; background: #FFF0EF; }
212.messages.error p { background: url(../img/messages/cross.png ) no-repeat 0px 50%; color:#c00 !important; }
9acfade8 213.messages.success {background: #E0FBCC; border: 1px solid #6DC70C; }
f0070a15 214.messages.success p { background: url(../img/messages/tick.png) no-repeat 0px 50%; color: #2B6301 !important; }
215.messages.warning { background: #FFFCD3; border: 1px solid #EBCD41; color: #000; }
216.messages.warning p { background: url(../img/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; }
217.messages.information, .messages.info { background: #DFEBFB; border: 1px solid #82AEE7; }
218.messages.information p, .messages.info p { background: url(../img/messages/help.png ) no-repeat 0px 50%; color: #064393; }
d3607de9 219.messages.information a { text-decoration: underline; }