98 lines
1015 B
SCSS
98 lines
1015 B
SCSS
|
|
|
|
@import "fontawesome/font-awesome";
|
|
@import "shared/superfish";
|
|
@import "css3-mixins.scss";
|
|
@import "public/layout";
|
|
//@import "public/articles";
|
|
@import "qi_grids";
|
|
@import "popover";
|
|
|
|
|
|
img{
|
|
max-width:100%;
|
|
|
|
}
|
|
body{
|
|
padding:0;
|
|
margin:0;
|
|
|
|
font-family:"freight-text-pro", serif;
|
|
font-weight:500;
|
|
font-size:17px;
|
|
line-height:1.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1,h2,h3,h4{
|
|
font-weight:600;
|
|
font-family:"jaf-bernino-sans", sans-serif;
|
|
a{
|
|
color:#1e1e1e;
|
|
|
|
}
|
|
}
|
|
|
|
h1{
|
|
font-size:2em;
|
|
|
|
}
|
|
|
|
h2{
|
|
font-size:1.5em;
|
|
|
|
}
|
|
|
|
h3{
|
|
font-size:1.2em;
|
|
|
|
}
|
|
|
|
a{
|
|
|
|
text-decoration:none;
|
|
color:#17b;
|
|
&:hover{
|
|
|
|
color:rgba(58,155,235,1);
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.read{
|
|
|
|
text-align:left;
|
|
}
|
|
|
|
.right{
|
|
float:right;
|
|
|
|
}
|
|
.coms{
|
|
font-family:"jaf-bernino-sans", sans-serif;
|
|
font-size:14px;
|
|
a{
|
|
color:inherit;
|
|
|
|
}
|
|
}
|
|
time{
|
|
font-family:"jaf-bernino-sans", sans-serif;
|
|
font-size:14px;
|
|
|
|
}
|
|
|
|
.sidebar_title{
|
|
font-weight:normal;
|
|
border-bottom:1px solid #858585;
|
|
color:#858585;
|
|
font-size:1em;
|
|
|
|
}
|