|
@@ -26,8 +26,7 @@ audio {display:none;visibility:hidden;opacity:0;width:0;height:0;}
|
|
|
#header {position:absolute;top:70px;width:100%;}
|
|
|
#header > div {margin:0 60px;position:relative;}
|
|
|
.icon-menu {font-size:20px;padding:6px 6px 5px;border-radius:2px;cursor:pointer;position:absolute;z-index:4;right:0;top:0;margin-top:-3px;background:rgba(255,255,255,.9);}
|
|
|
-.image-logo {z-index:4;position:relative;display:inline-block;-webkit-background-size:75px 32px;-moz-background-size:75px 32px;background-size:75px 32px;background-repeat:no-repeat;background-position:center center;-webkit-mask-box-image:url("/img/logo.png");background-color:white;width:75px;height:32px;mask-image:url("/img/logo.png");mask-size:contain;transition: background-color 0.5s ease-in-out;}
|
|
|
-body.mu .image-logo {background-color:black;}
|
|
|
+.image-logo {z-index:4;position:relative;display:inline-block;width:75px;height:32px;}
|
|
|
#vibrant {position:absolute;top:0;left:0;width:100%;height:100%;}
|
|
|
#vibrant div {position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-color:#000;}
|
|
|
#post0 {width:28%;position:absolute;top:42%;left:10%;}
|
|
@@ -173,7 +172,6 @@ h1.title {font-size:30px;color:#333;line-height:1.3;position:relative;font-weigh
|
|
|
.content h4 {font-size:19px}
|
|
|
.content h5 {font-size:15px}
|
|
|
.content h6 {font-size:13px}
|
|
|
-.content strong {font-weight:500;}
|
|
|
.content a {background:transparent;color:#1980e6;text-decoration:none;}
|
|
|
.content a:hover {color:#518dca;}
|
|
|
.content hr {margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid rgba(102,128,153,0.1)}
|