|
|
@ -405,3 +405,109 @@ sup span{ |
|
|
|
sup span p{ |
|
|
|
display: inline; |
|
|
|
} |
|
|
|
|
|
|
|
/****************************/ |
|
|
|
/*mobile style*/ |
|
|
|
|
|
|
|
@media only screen |
|
|
|
and (min-device-width: 320px) |
|
|
|
and (max-device-width: 480px) { |
|
|
|
|
|
|
|
/*home page*/ |
|
|
|
|
|
|
|
html, body { |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
|
min-width: auto; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.buttons.top { |
|
|
|
margin-top: 30px; |
|
|
|
text-align: left; |
|
|
|
margin-left: 15px; |
|
|
|
} |
|
|
|
|
|
|
|
.buttons.top li { |
|
|
|
margin: 0; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.buttons.top.left { |
|
|
|
margin-top: 0; |
|
|
|
right: auto; |
|
|
|
left: 0; |
|
|
|
} |
|
|
|
|
|
|
|
#banner { |
|
|
|
width: calc(100% - 30px); |
|
|
|
padding: 100px 15px 0 15px; |
|
|
|
font-size: 20px; |
|
|
|
margin-top: 0; |
|
|
|
} |
|
|
|
|
|
|
|
#content { |
|
|
|
padding: 15px; |
|
|
|
width: calc(100% - 30px); |
|
|
|
} |
|
|
|
|
|
|
|
.hentry.current, .hentry.article, .hentry.artikel, .hentry.current .article-info, .hentry.current .featured-image img { |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.hentry { |
|
|
|
width: 85%; |
|
|
|
margin-right: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.hentry.article, .hentry.artikel { |
|
|
|
width: 90%; |
|
|
|
} |
|
|
|
|
|
|
|
.hentry pre { |
|
|
|
font-size: 9px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*single page*/ |
|
|
|
|
|
|
|
#content.body .entry-title { |
|
|
|
font-size: 24px; |
|
|
|
margin: 0; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
#content.body .article-info { |
|
|
|
float: none; |
|
|
|
width: 100%; |
|
|
|
margin-top: 15px; |
|
|
|
margin-bottom: 30px; |
|
|
|
} |
|
|
|
|
|
|
|
.entry-content-container, #page-content-container { |
|
|
|
float: none; |
|
|
|
width: 100%; |
|
|
|
padding: 0; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
|
|
|
|
.entry-content, #page-content { |
|
|
|
margin: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.entry-content img, #page-content img { |
|
|
|
max-width: 100%; |
|
|
|
height: auto; |
|
|
|
} |
|
|
|
|
|
|
|
/*about*/ |
|
|
|
|
|
|
|
.entry-content, #page-content p, .entry-content, #page-content h1 { |
|
|
|
font-size: 16px; |
|
|
|
padding: 0 15px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|