aboutsummaryrefslogtreecommitdiff
path: root/source/assets/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'source/assets/default.css')
-rw-r--r--source/assets/default.css33
1 files changed, 26 insertions, 7 deletions
diff --git a/source/assets/default.css b/source/assets/default.css
index a7dff38..8f15299 100644
--- a/source/assets/default.css
+++ b/source/assets/default.css
@@ -44,7 +44,7 @@ h1 {
44} 44}
45 45
46h2,h3,h4,h5 { 46h2,h3,h4,h5 {
47 margin-top: 50px; 47 /*margin-top: 50px;*/
48} 48}
49 49
50img { 50img {
@@ -191,7 +191,7 @@ menu {
191 font-size: 80%; 191 font-size: 80%;
192 padding: 0; 192 padding: 0;
193 padding-top: 10px; 193 padding-top: 10px;
194 194 margin-bottom: 40px;
195} 195}
196 196
197menu a.logo { 197menu a.logo {
@@ -237,6 +237,21 @@ footer > * {
237 color: #333; 237 color: #333;
238} 238}
239 239
240/*************************************************************** ARTICLE LIST */
241
242.article-list article {
243 margin-bottom: 20px;
244}
245
246.article-list article h2 {
247 margin: 0;
248 line-height: 150%;
249}
250
251.article-list a {
252 text-decoration: none;
253}
254
240/***************************************************************** RESPONSIVE */ 255/***************************************************************** RESPONSIVE */
241 256
242@media only screen and (max-width:800px) { 257@media only screen and (max-width:800px) {
@@ -251,12 +266,16 @@ footer > * {
251 h1 { 266 h1 {
252 font-size: 200%; 267 font-size: 200%;
253 } 268 }
254}
255 269
256.article-list a { 270 footer {
257 text-decoration: none; 271 text-align: center;
272 }
258} 273}
259 274
260.article-list a h2 { 275/********************************************************************** PRINT */
261 margin-bottom: 5px; 276
277@media print {
278 nav, footer {
279 display: none;
280 }
262} 281}