|
|
|
@ -14,6 +14,44 @@ body { |
|
|
|
padding: 0px; |
|
|
|
padding: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
article h1 { |
|
|
|
|
|
|
|
font-family: 'LibreBaskervilleBold'; |
|
|
|
|
|
|
|
font-size: 18px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media print, screen and (min-width: 40em) { |
|
|
|
|
|
|
|
article h1 { |
|
|
|
|
|
|
|
font-size: 28px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.padding { |
|
|
|
|
|
|
|
padding: 8px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media print, screen and (min-width: 40em) { |
|
|
|
|
|
|
|
.padding { |
|
|
|
|
|
|
|
padding: 12px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.inside_image_top { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 12px; |
|
|
|
|
|
|
|
left: 12px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.inside_image_bottom { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
bottom: 12px; |
|
|
|
|
|
|
|
left: 12px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* @media print, screen and (min-width: 40em) { |
|
|
|
|
|
|
|
.inside_image { |
|
|
|
|
|
|
|
bottom: 8px; |
|
|
|
|
|
|
|
top: auto; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} */ |
|
|
|
|
|
|
|
|
|
|
|
.postcontainer { |
|
|
|
.postcontainer { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
@ -33,11 +71,6 @@ body { |
|
|
|
/* background-color: #aaa; */ |
|
|
|
/* background-color: #aaa; */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.imgcontainer { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
color: white; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* @media print, screen and (min-width: 40em) { |
|
|
|
/* @media print, screen and (min-width: 40em) { |
|
|
|
.imgcontainer { |
|
|
|
.imgcontainer { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
@ -45,15 +78,13 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
} */ |
|
|
|
} */ |
|
|
|
|
|
|
|
|
|
|
|
.crop { |
|
|
|
/* .crop { |
|
|
|
width: 1000px; |
|
|
|
width: 1000px; |
|
|
|
/* width: 1000px; */ |
|
|
|
|
|
|
|
height: 200px; |
|
|
|
height: 200px; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
border-radius: 0px;/*0px 20px 20px 0px;*/ |
|
|
|
} */ |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media print, screen and (min-width: 40em) { |
|
|
|
/* @media print, screen and (min-width: 40em) { |
|
|
|
.crop { |
|
|
|
.crop { |
|
|
|
border-radius: 20px; |
|
|
|
border-radius: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -63,7 +94,7 @@ body { |
|
|
|
width: 1000px; |
|
|
|
width: 1000px; |
|
|
|
height: 200px; |
|
|
|
height: 200px; |
|
|
|
margin: -100px 0 0 -200px; |
|
|
|
margin: -100px 0 0 -200px; |
|
|
|
} |
|
|
|
} */ |
|
|
|
|
|
|
|
|
|
|
|
.header h1 { |
|
|
|
.header h1 { |
|
|
|
font-size: 36px; |
|
|
|
font-size: 36px; |
|
|
|
@ -78,7 +109,6 @@ body { |
|
|
|
article { |
|
|
|
article { |
|
|
|
margin-bottom: 20px; |
|
|
|
margin-bottom: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media print, screen and (min-width: 40em) { |
|
|
|
@media print, screen and (min-width: 40em) { |
|
|
|
article { |
|
|
|
article { |
|
|
|
padding: 16px; |
|
|
|
padding: 16px; |
|
|
|
@ -92,26 +122,31 @@ article { |
|
|
|
padding: 0px; |
|
|
|
padding: 0px; |
|
|
|
} */ |
|
|
|
} */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.imgcontainer { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
color: white; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media print, screen and (min-width: 40em) { |
|
|
|
|
|
|
|
.imgcontainer { |
|
|
|
|
|
|
|
width: 500px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.imgcontainer a { |
|
|
|
.imgcontainer a { |
|
|
|
color: #fff; |
|
|
|
color: #FFD540; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.imgcontainer a:hover { |
|
|
|
.imgcontainer a:hover { |
|
|
|
color: #aaa; |
|
|
|
color: #ccc; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* .content { |
|
|
|
.content { |
|
|
|
padding: 12px 12px 0px 12px; |
|
|
|
/* background-color: #eee; */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.content p { |
|
|
|
|
|
|
|
font-family: 'LibreBaskerville'; |
|
|
|
|
|
|
|
} */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.body { |
|
|
|
.body { |
|
|
|
padding: 0px 12px; |
|
|
|
padding: 0px 12px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.body p { |
|
|
|
.body p { |
|
|
|
font-family: 'LibreBaskerville'; |
|
|
|
font-family: 'LibreBaskerville'; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -133,21 +168,6 @@ article { |
|
|
|
} |
|
|
|
} |
|
|
|
} */ |
|
|
|
} */ |
|
|
|
|
|
|
|
|
|
|
|
article h1 { |
|
|
|
|
|
|
|
font-family: 'LibreBaskervilleBold'; |
|
|
|
|
|
|
|
font-size: 18px; |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 12px; |
|
|
|
|
|
|
|
left: 12px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media print, screen and (min-width: 40em) { |
|
|
|
|
|
|
|
article h1 { |
|
|
|
|
|
|
|
font-size: 28px; |
|
|
|
|
|
|
|
width: 24em; |
|
|
|
|
|
|
|
bottom: 8px; |
|
|
|
|
|
|
|
top: auto; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.padded { |
|
|
|
.padded { |
|
|
|
padding: 8px; |
|
|
|
padding: 8px; |
|
|
|
@ -155,7 +175,7 @@ article h1 { |
|
|
|
|
|
|
|
|
|
|
|
.comments { |
|
|
|
.comments { |
|
|
|
font-size: 14px; |
|
|
|
font-size: 14px; |
|
|
|
color: #666; |
|
|
|
color: #ccc; |
|
|
|
/* padding: 0px 10px; */ |
|
|
|
/* padding: 0px 10px; */ |
|
|
|
/* background-color: #efe; */ |
|
|
|
/* background-color: #efe; */ |
|
|
|
/* border-radius: 16px; */ |
|
|
|
/* border-radius: 16px; */ |
|
|
|
|