|
@@ -139,7 +139,7 @@ h1.title {font-size:30px;color:#333;line-height:1.3;position:relative;font-weigh
|
|
.post {width:100%;margin-top:60px;background:#fff;padding-bottom:30px;border-bottom:1px solid #eaeaea;}
|
|
.post {width:100%;margin-top:60px;background:#fff;padding-bottom:30px;border-bottom:1px solid #eaeaea;}
|
|
.post > a {display:block;margin:0 auto;width:100%;height:auto;}
|
|
.post > a {display:block;margin:0 auto;width:100%;height:auto;}
|
|
.post > a img {margin:0 auto;}
|
|
.post > a img {margin:0 auto;}
|
|
- .else {height:auto;position:static;width:96%;margin:0 auto;background:transparent;border:none;}
|
|
|
|
|
|
+ .else {height:auto;position:static;width:100%;margin:0 auto;background:transparent;border:none;}
|
|
.else p:first-child {margin:30px 0 0 20px;}
|
|
.else p:first-child {margin:30px 0 0 20px;}
|
|
.else h3 {font-size:24px;margin:10px 30px 0 20px;}
|
|
.else h3 {font-size:24px;margin:10px 30px 0 20px;}
|
|
.else h3 + p {margin:10px 30px 0 20px;}
|
|
.else h3 + p {margin:10px 30px 0 20px;}
|
|
@@ -154,7 +154,7 @@ h1.title {font-size:30px;color:#333;line-height:1.3;position:relative;font-weigh
|
|
.menu li {font-size:16px;}
|
|
.menu li {font-size:16px;}
|
|
#pager {margin:30px 0 0;}
|
|
#pager {margin:30px 0 0;}
|
|
.article > div {width:90%;padding:30px 0;}
|
|
.article > div {width:90%;padding:30px 0;}
|
|
- h1.title {font-size:20px;}
|
|
|
|
|
|
+ h1.title {font-size:24px;}
|
|
.tab {display:none;}
|
|
.tab {display:none;}
|
|
.icon-scan {display:none!important;}
|
|
.icon-scan {display:none!important;}
|
|
.icon-images {left:80px;}
|
|
.icon-images {left:80px;}
|
|
@@ -192,6 +192,11 @@ h1.title {font-size:30px;color:#333;line-height:1.3;position:relative;font-weigh
|
|
.icon-play:before {content:"\e60b";}
|
|
.icon-play:before {content:"\e60b";}
|
|
.icon-email:before {content:"\e60c";}
|
|
.icon-email:before {content:"\e60c";}
|
|
|
|
|
|
|
|
+/* tags style */
|
|
|
|
+.post-tags-list {margin-top:10px; display:table;}
|
|
|
|
+.post-tags-list-item {float:left; margin-right:10px;background:rgba(102,128,153,0.075);border-radius:0;padding:2px 5px;}
|
|
|
|
+.post-tags-list-link {color:rgba(44,63,81,0.5);pointer-events:none;}
|
|
|
|
+
|
|
/* Post or Page content style */
|
|
/* Post or Page content style */
|
|
.content {margin-top:50px;font-size:15px;line-height:2;color: #232323;}
|
|
.content {margin-top:50px;font-size:15px;line-height:2;color: #232323;}
|
|
.content h1{font-size:39px}
|
|
.content h1{font-size:39px}
|