|
@@ -44,10 +44,21 @@ a img {border: 0;}
|
|
|
==============================================*/
|
|
|
|
|
|
body {
|
|
|
- background: rgba(242,242,242,.7) !important;
|
|
|
- background-color: #f2f2f2 !important;
|
|
|
+ background: rgba(242,242,242,.7);
|
|
|
+ background-color: #f2f2f2;
|
|
|
+}
|
|
|
+body.desk {
|
|
|
+ background: rgba(242,242,242,.7);
|
|
|
+ background-color: #f2f2f2;
|
|
|
+}
|
|
|
+body.single {
|
|
|
+ background: rgba(242,242,242,.7);
|
|
|
+ background-color: #a19993;
|
|
|
+}
|
|
|
+body.archive {
|
|
|
+ background: rgba(242,242,242,.7);
|
|
|
+ background-color: #a19993;
|
|
|
}
|
|
|
-
|
|
|
|
|
|
|
|
|
/*============================================
|
|
@@ -235,13 +246,16 @@ h4.spread {
|
|
|
}
|
|
|
@media (max-width: 667px) {
|
|
|
body {
|
|
|
- background: #fff;
|
|
|
+
|
|
|
}
|
|
|
- article.single {
|
|
|
+ .single {
|
|
|
padding: 10px 0px;
|
|
|
background: none !important;
|
|
|
box-shadow: none !important;
|
|
|
}
|
|
|
+ .archive {
|
|
|
+ padding: 10px 0px;
|
|
|
+ }
|
|
|
.super-duper {
|
|
|
font-size: 63px;
|
|
|
}
|
|
@@ -282,7 +296,6 @@ h4.spread {
|
|
|
width: 970px;
|
|
|
}
|
|
|
article.single {
|
|
|
- background: #fff;
|
|
|
padding: 70px 80px 140px;
|
|
|
}
|
|
|
}
|
|
@@ -291,7 +304,6 @@ h4.spread {
|
|
|
width: 1170px;
|
|
|
}
|
|
|
article.single {
|
|
|
- background: #fff;
|
|
|
padding: 70px 100px 140px;
|
|
|
}
|
|
|
}
|
|
@@ -2038,7 +2050,7 @@ body.page .edit-link {
|
|
|
border-bottom-left-radius:0;
|
|
|
}
|
|
|
|
|
|
-.archive {
|
|
|
+.archive-page {
|
|
|
background:#fff;
|
|
|
box-shadow: 0 0 5px rgba(0,0,0,.1);
|
|
|
padding: 70px 100px 140px;
|
|
@@ -2059,6 +2071,29 @@ body.page .edit-link {
|
|
|
border:5px solid #cecece;
|
|
|
}
|
|
|
|
|
|
+article.studio {
|
|
|
+ background: #fff;
|
|
|
+ padding: 0 15px 10px;
|
|
|
+ margin:0 0 20px;
|
|
|
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
+}
|
|
|
+.archive-thumbnail {
|
|
|
+ max-height:180px;
|
|
|
+ overflow:hidden;
|
|
|
+}
|
|
|
+img.archive-thumb {
|
|
|
+ box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
|
|
|
+ -webkit-filter: saturate(1) opacity(1);
|
|
|
+ filter: saturate(1) opacity(1);
|
|
|
+ -webkit-transition: all 1s;
|
|
|
+ transition: all 1s;
|
|
|
+}
|
|
|
+img.archive-thumb:hover {
|
|
|
+ -webkit-filter: saturate(3) opacity(1) invert(.8);
|
|
|
+ filter: saturate(3) opacity(1) invert(.8);
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
/*============================================
|
|
|
Meta
|
|
|
==============================================*/
|