Skip to content

Instantly share code, notes, and snippets.

Created August 24, 2017 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/439a8405fbe8689e178875fb58505099 to your computer and use it in GitHub Desktop.
Save anonymous/439a8405fbe8689e178875fb58505099 to your computer and use it in GitHub Desktop.
/*
Theme Name: mono96
Author: Ohigashi
Template: lightning
*/
/*
ここに独自の CSS を追加することができます。
*/
/* font begin */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 100;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 200;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 300;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 400;
src: local('NotoSansJP-Regular.otf'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 500;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 700;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 900;
src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
}
body{
font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
color:#444;
}
/* IE10以上 */
@media all and (-ms-high-contrast: none) {
body {
font-family: Verdana, Meiryo, sans-serif;
}
}
/* font end */
/* 背景色 */
.section.siteContent {
background: #fff;
}
/* 罫線を消す */
.siteContent .mainSection, .siteContent .subSection {
border: none;
}
.siteHeader {
box-shadow: none;
}
@media (min-width: 992px)
{
.gMenu_outer {
clear: both;
border-top: none;
background-color: #ffffff;
}
}
/* global menu レイアウト */
ul.gMenu li {
background-color: #ffffff;
border-bottom: 1px solid #666;
}
ul.gMenu li a:hover{
border-bottom: 1px solid #000;
}
ul.gMenu li a {
color: #444444;
}
/* 見出しレイアウト変更 */
h1.mainSection-title {
background-color:transparent;
color: #333;
border-top: none;
border-bottom: 1px solid #666;
}
.siteContent_after .widget .subSection-title, .subSection .widget .subSection-title {
background-color: transparent;
color: #333;
border-top: none;
border-bottom: 1px solid #666;
}
/* top page */
/* 検索ボタン */
input#searchsubmit {
border: none;
background-color: #888;
border-color:#333;
}
input:hover#searchsubmit {
border: none;
background-color: #666;
border-color:#333;
}
.media_post.image_card .media_post_text {
background-color: rgba(68, 68, 68, 0.8);
}
.home #avatar img {
margin-top:30px;
}
dl#profileTxtSet dt,
dl#profileTxtSet dd {
border-left:none;
}
dl#profileTxtSet dd {
padding: 4px 2em !important;
}
.home ul.sns_icons {
margin-top: .4em;
}
.home .sns_icons li {
display: inline;
font-size: 28px;
margin-right: 10px;
}
#custom_html-5 {
text-align:right;
padding-right:2em;
}
#custom_html-5 a{
color: #333;
border-bottom: 1px solid #666;
}
#custom_html-5 a:hover{
color: #000;
font-weight:500;
border-bottom: 1px solid #000;
}
/* メタ情報 */
.postList .media .entry-meta {
margin-bottom: 1em;
margin-top: .7em;
}
span.entry-meta_items.entry-meta_items_term a.btn.btn-xs.btn-primary{
box-shadow: none;
border: none;
background: #fff;
color: #666;
border-bottom: 1px solid #999;
border-radius: 0;
}
span.entry-meta_items.entry-meta_items_term a:hover.btn.btn-xs.btn-primary{
border-bottom: 1px solid #000;
}
/* single page */
.single .entry-meta {
margin-bottom: 1.4em;
}
@media (min-width: 768px)
{
.siteContent {
padding-top: 1em;
}
}
aside.mashsb-container.mashsb-main.mashsb-stretched {
margin-bottom: 1.2em;
}
@media (min-width: 768px)
{
.entry-body,
.widget .entry-body {
padding-bottom: 1.5em;
}
}
/* amazlet start */
.amazlet-box {
padding: 30px 30px 50px 30px;
border:solid 1px #c0c0c0;
border-radius: 16px;
margin-bottom: 1.2em !important;
}
.amazlet-name a {
font-size: 96% ;
}
.amazlet-powered-date p,
.amazlet-powered-date a {
font-size: 50% ;
}
.amazlet-sub-info{
margin: 20px;
}
.amazlet-detail{
font-size: 68% ;
}
.amazlet-link a {
display: block;
overflow: hidden;
width: 164px;
height: 26px;
}
.amazlet-link a:before {
display: inline-block;
content: url( 'https://mono96.jp/wp-content/uploads/2013/07/amazon_ass00.jpg' );
}
.amazlet-link a:hover {
background-position-y: -26px;
}
.amazlet-link a:hover:before {
margin-top: -26px;
}
/* amazlet end */
/* 関連リンク */
.relation-link-mono96 dt,
.relation-link-mono96 dd {
border-left:none;
}
/* 写真 センタリング */
.veu_autoEyeCatchBox img{
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/* 目次センタリング */
#toc_container {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 6px;
}
img.alignnone {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignnone {
padding: 4px;
border:solid 1px #c0c0c0;
}
/* コメント欄 */
h3#reply-title {
border: none;
box-shadow: none;
background-color: transparent;
color: #666;
border-bottom: 1px solid #999;
border-radius: 0;
}
/* リンクカラー */
/* a #1a0dab a:visted color: #609; */
.entry-body a {
color:#1a0dab;
text-decoration: underline;
}
.entry-body a:hover {
color:#1a0dab;
text-decoration: none;
}
.entry-body a:visted {
color:#609;
text-decoration: none;
}
/* 記事下 カテゴリー案内 */
.more_catg_page p{
text-align:center;
border: 1px solid #444;
padding:10px;
margin-top:10px;
margin-bottom:10px;
border-radius: 6px;
}
.more_catg_page a{
color:#4d79ff !important;
font-size:large;
}
.more_catg_page a:hover{
color:#1a0dab !important;
}
p.logged-in-as {
font-size: 14px;
}
/* vk post auther */
#padSection {
margin-bottom: 30px;
border: 2px solid #e5e5e5;
box-shadow: none;
border-radius: 6px;
}
#profileTxtSet a{
text-decoration: underline;
}
#latestEntries li.textList a.padCate{
background-color:transparent !important;
color:#999 !important;
border: 1px solid #bbb;
margin-left: 1em;
}
.siteContent_after p {
font-size:14px;
}
/* footer */
.siteFooter {
border-top: 3px solid #000;
color: #aaa;
}
.siteFooter .widget .widget-title {
font-size: 16px;
}
.siteFooter .widget_link_list ul li a, .siteFooter .widget_nav_menu ul li a, .siteFooter .widget_archive ul li a, .siteFooter .widget_categories ul li a, .siteFooter .widget_pages ul li a, .siteFooter .widget_recent_entries ul li a {
color: #aaa;
border-bottom:none;
}
/* side top10 */
aside#simple_ga_rankig-4,
#custom_html-6 {
font-size: 14px;
}
aside#simple_ga_rankig-4 ol{
padding-left: 1.2em;
}
aside#simple_ga_rankig-4 a {
color: #666 !important;
}
/* 記事先頭のプロフィール */
div#top-single-padSection {
border: 1px solid #aaa;
border-radius: 6px;
width: 100%;
}
.top-single-profile {
font-size: 12px;
height: 80px;
width: 300px;
margin-left: auto;
margin-right: auto;
}
div#top-single-padSection img {
margin-left: 10px;
margin-top: 10px;
}
p.top-single-profile {
margin-top: 16px;
}
#custom_html-6 p.profile-name,
#custom_html-6 p.profile-link {
text-align: center;
}
/* カテゴリー表示 */
#categories-2 li,
#categories-7 li {
display: inline-block;
font-size:12px;
margin:4px 2px 0 0;
}
#categories-2 li a,
#categories-7 li a {
border: 1px solid #e5e5e5;
padding: 3px 6px;
}
.tagcloud a{
font-size:12px;
}
.tagcloud a:before {
color:#aaa;
font-size:8px;
}
.google-cal-study314 iframe {
overflow: scroll !important;
}
.entry-body p{
margin-bottom: 2em;
}
.relation-link-mono96 {
margin-bottom:2em;
}
ol.sga-ranking li a {
color: #666;
}
.footnote_plugin_tooltip_text {
top: 0.8em !important;
margin-left:0.14em;
margin-right:0.32em;
color:#1a0dab !important;
text-decoration:underline;
}
.footnote_plugin_text {
font-size:14px;
}
.oblong_card {
border: none;
}
.oblong_1 .col-sm-12:last-child .oblong_card, .oblong_large_image_1 .col-sm-12:last-child .oblong_card {
border-bottom: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment