Skip to content

Instantly share code, notes, and snippets.

@mono96
Created May 20, 2019 14:44
Show Gist options
  • Save mono96/d7da20553506f6f2a3633f5dfe90c671 to your computer and use it in GitHub Desktop.
Save mono96/d7da20553506f6f2a3633f5dfe90c671 to your computer and use it in GitHub Desktop.
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 100;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 200;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 300;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 400;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Bold");
font-weight: bold;
}
@font-face {
font-family: "Helvetica Neue";
src: local("Helvetica Neue Regular");
font-weight: 100;
}
@font-face {
font-family: "Helvetica Neue";
src: local("Helvetica Neue Regular");
font-weight: 200;
}
html,
.dt-logo h1{
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none) {
html {
font-family: Verdana, Meiryo, sans-serif;
}
}
@media all and (-ms-high-contrast: active) {
html {
font-family: Verdana, Meiryo, sans-serif;
}
}
@media (max-width: 480px){
h1.site-title {
font-size: 24px;
}
}
h1.entry-title {
font-size: 26px;
line-height: 1.6em;
}
@media (max-width: 600px){
h1.entry-title {
font-size: 20px;
line-height: 1.4em;
}
}
.entry-content a {
color: #1a0dab;
text-decoration: underline !important;
}
.entry-content a:visited{
color:#609;
}
span.byline {
display: none !important;
}
.easy-profile-widget-inner a {
display: block;
margin-top: 1em;
border: 1px solid #aaa;
padding: 4px;
border-radius: 4px;
}
.easy-profile-widget-inner p{
font-size:14px;
}
.entry-content h2 {
position: relative;
padding-bottom: .5em;
border-bottom: 4px solid #ccc;
font-weight: 500 !important;
font-size: 22px;
color: #333;
margin-top: 36px;
margin-bottom: 36px;
}
.entry-content h2::after {
position: absolute;
bottom: -4px;
left: 0;
z-index: 2;
content: '';
width: 20%;
height: 4px;
background-color: #808080;
}
.entry-content h3 {
position: relative;
padding-bottom: .5em;
border-bottom: 2px solid #ccc;
font-weight: 500 !important;
color: #333;
margin-top: 36px;
margin-bottom: 36px;
font-size: 18px;
font-weight: 500 !important;
}
.entry-content h3::after {
position: absolute;
bottom: -2px;
left: 0;
z-index: 2;
content: '';
width: 20%;
height: 2px;
background-color: #808080;
}
.entry-content h4 {
padding-bottom: .5em;
border-bottom: 1px solid #ccc;
font-size: 18px;
font-weight: 500 !important;
color: #333;
}
.entry-content h5 {
padding-bottom: .5em;
border-bottom: 1px solid #ccc;
font-size: 16px;
font-weight: 500 !important;
color: #333;
}
.entry-content h6 {
font-size: 16px;
color: #666;
}
blockquote {
font-size: 16px;
background-color: #f5f5f5;
padding:2.6em 1em 1em;
position:relative;
margin-top:32px;
margin-bottom:32px;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}
blockquote cite {
font-size: 14px;
color: #666;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment