publishing issues remain
This commit is contained in:
51
style.css
Executable file → Normal file
51
style.css
Executable file → Normal file
@@ -5,11 +5,12 @@ Description: Derp
|
||||
Version: 0.0.1
|
||||
Tags: Bagira
|
||||
*/
|
||||
@import url('//fonts.googleapis.com/css2?family=Allerta+Stencil');
|
||||
|
||||
@charset "utf-8";
|
||||
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||
html{
|
||||
font-family:sans-serif;
|
||||
// font-family:sans-serif;
|
||||
-ms-text-size-adjust:100%;
|
||||
-webkit-text-size-adjust:100%
|
||||
}
|
||||
@@ -29,11 +30,13 @@ header{
|
||||
.header_title_logo {
|
||||
color: #FFFFFF;
|
||||
text-shadow: 2px 2px 5px blue;
|
||||
font-family: "Allerta Stencil script=latin rev=8";
|
||||
}
|
||||
|
||||
.header_subtitle_logo {
|
||||
color: white;
|
||||
text-shadow: 2px 2px 5px red;
|
||||
// text-shadow: 1px 1px 1px red;
|
||||
font-family: "Allerta Stencil script=latin rev=8";
|
||||
}
|
||||
|
||||
.logoGlow {
|
||||
@@ -189,7 +192,7 @@ html{
|
||||
body{
|
||||
height:100%;
|
||||
max-height:100%;
|
||||
font-family:futura-pt,Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3",Microsoft JhengHei,WenQuanYi Micro Hei,"Microsoft YaHei",sans-serif;
|
||||
// font-family:futura-pt,Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3",Microsoft JhengHei,WenQuanYi Micro Hei,"Microsoft YaHei",sans-serif;
|
||||
font-size:1.8rem;
|
||||
line-height:1.5em;
|
||||
color:#414141;
|
||||
@@ -564,6 +567,7 @@ pre code{
|
||||
text-align:left;
|
||||
font-size:20px;
|
||||
font-weight:500;
|
||||
font-family: 'Allerta Stencil', sans-serif;
|
||||
transition:all .24s;
|
||||
text-shadow: 2px 2px 5px blue;
|
||||
word-wrap:break-word;
|
||||
@@ -807,6 +811,10 @@ pre code{
|
||||
left:7px;
|
||||
content:"#"
|
||||
}
|
||||
|
||||
.article-title {
|
||||
font-family: "Allerta Stencil script=latin rev=8";
|
||||
}
|
||||
#comments{
|
||||
position:relative;
|
||||
padding:30px 0
|
||||
@@ -881,7 +889,7 @@ pre code{
|
||||
}
|
||||
.site-bio .about-me{
|
||||
padding:12px 5px 15px 5px;
|
||||
background:rgba(0,0,0,.1);
|
||||
background:rgba(255,215,0,.1);
|
||||
border:1px solid #000000;
|
||||
transition:background .24s,border-color .24s
|
||||
}
|
||||
@@ -1494,7 +1502,13 @@ ol.commentlist li.thread-odd {}
|
||||
|
||||
|
||||
.featured-image {
|
||||
width: 100%;
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
max-width: 100%;
|
||||
align-content: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#submit {
|
||||
@@ -1583,4 +1597,29 @@ ol.commentlist li.thread-odd {}
|
||||
}
|
||||
.next {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
-webkit-animation-delay: 0.1s;
|
||||
-webkit-animation-name: fontfix;
|
||||
-webkit-animation-duration: 0.1s;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
-webkit-animation-timing-function: linear;
|
||||
}
|
||||
|
||||
@-webkit-keyframes fontfix {
|
||||
from { opacity: 1; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
||||
.header_title_logo {
|
||||
color: #FFFFFF;
|
||||
// text-shadow: 2px 2px 5px blue;
|
||||
font-family: "Allerta Stencil script=latin rev=8";
|
||||
}
|
||||
|
||||
.header_subtitle_logo {
|
||||
color: white;
|
||||
// text-shadow: 1px 1px 1px red;
|
||||
font-family: "Allerta Stencil script=latin rev=8";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user