]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/css/style.css
share email +twitter / class messages
[github/wallabag/wallabag.git] / tpl / 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
2a1791a4
NL
11header h1 {
12 font-size: 1.3em;
13}
14
9acfade8 15.bouton {
16 border-radius: 2px;
17}
18
1a268ba7
NL
19#main ul#links {
20 padding: 0;
21 list-style-type: none;
22 text-align: center;
2a1791a4 23 font-size: 0.9em;
1a268ba7
NL
24}
25
26#main ul#links li {
27 display: inline;
4d94769a 28}
8784f095 29
30#main ul#links li a.current {
31 -webkit-border-radius: 2px;
32 border-radius: 2px;
8784f095 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
55821e04
NL
50ul#messages {
51
52}
53
c594aedf 54#main, #article {
55 margin: 0 auto;
56}
57
70b5d24f 58#links a, .backhome a, .support a{
4d94769a 59 text-decoration: none;
60 padding: 5px 10px;
61}
70b5d24f 62#links a:hover, .backhome a:hover, .support a:hover{
4d94769a 63 -webkit-border-radius: 2px;
64 border-radius: 2px;
1a268ba7
NL
65}
66
70b5d24f
NL
67.support {
68 font-size: 14px;
69}
70
b70971e0 71footer {
72 text-align: right;
c594aedf 73}
74
75/*** ***/
76/*** LINKS DISPLAY ***/
77
78#main a.tool {
79 text-decoration: none;
80 cursor: pointer;
81}
82
cf3180f6 83input[type=submit].delete {
cf3180f6 84 width : 16px;
85 height :16px;
86 border : none;
cf3180f6 87 cursor: pointer;
88 font-size : 0;
89}
90
b70971e0 91#main #content {
7eca3552 92 margin-top: 20px;
93}
94
b70971e0 95#main .entrie {
4d94769a 96 padding: 15px;
b70971e0 97 min-height: 8em;
45a04467 98 border: 1px solid;
7eca3552 99}
a672f9f5 100
b70971e0 101#main .entrie h2 a {
7eca3552 102 text-decoration: none;
103}
104
cf3180f6 105.tools {
55821e04 106 float: right;
7eca3552 107 text-align: right;
cf3180f6 108}
109
110.tools ul {
111 padding: 0; margin: 0;
112 list-style-type: none;
113}
114
115.tools ul li {
116 line-height: 20px;
117}
118
119.tools a.tool {
120 cursor: pointer;
7eca3552 121}
122
c8bbe19b 123#article .tools {
cf3180f6 124 position: relative;
c8bbe19b 125 display: inline;
cf3180f6 126 top: 0px;
127 right: 0px;
128 width: 100%;
c8bbe19b 129}
130
d3607de9 131#article .tools ul li{
cf3180f6 132 display: inline;
c8bbe19b 133}
134
135#main .entrie .tools a.tool span, #article .tools a.tool span {
c594aedf 136 display: inline-block;
137 width: 16px;
138 height: 16px;
139}
140
da2c5d6f
NL
141#main .entrie .url {
142 font-size: 13px;
143}
144
c594aedf 145
146/*** ***/
147/*** ARTICLE PAGE ***/
148
149body.article {
c594aedf 150 font: 20px/1.3em Palatino,Georgia,serif;
c594aedf 151}
152
153#article header {
154 text-align: left;
c594aedf 155}
156
157#article header a {
1a268ba7
NL
158 text-decoration: none;
159}
160
c594aedf 161.vieworiginal a {
c594aedf 162 text-decoration: none;
163}
164
c8bbe19b 165.backhome {
166 display: inline;
167}
168
b70971e0 169/*** ***/
45a04467 170
b70971e0 171#main
172{
173 max-width: 60em; /* 960 px */
174 margin: 0 auto;
175}
45a04467 176#content
177{
178 width: 103.125%; /* 990px */
179 overflow: hidden;
180 margin-left: -1.562%; /* 15px */
181 margin-bottom: -1.875em; /* 30px */
182}
183
184.entrie
185{
186 width: 30.303%; /* 300px */
187 background-color: #fff;
188 float: left;
189 margin: 0 1.515% 1.875em; /* 15px 30px */
190}
b70971e0 191
192@media only screen and ( max-width: 40em ) /* 640px */
193{
194 .entrie
195 {
196 width: 46.876%; /* 305px */
197 margin-bottom: 0.938em; /* 15px */
198 }
199}
45a04467 200
201@media only screen and ( max-width: 20em ) /* 320px */
b70971e0 202{
203 #content
204 {
205 width: 100%;
206 margin-left: 0;
207 }
45a04467 208
209 .entrie
210 {
211 width: 100%;
212 margin-left: 0;
213 margin-right: 0;
214 }
8cbb2a88 215}