@charset "UTF-8"; /* ========================================================================== Sober 2 ========================================================================== */ body { background-color: #fff; } a, a:hover { color: #0645ad; } p { text-align: justify; text-justify: inter-ideograph; } /* ========================================================================== 色 ========================================================================== */ /* 文字色 */ [class*="text-color--"] { color: #aaaaaa; } .text-color--option { color: #a52a2a; } .text-color--option1 { color: #a52a2a; } .text-color--option2 { color: #F9AD3D; } /* 枠線色 */ .border-color--option { border-color: #a52a2a !important; } .border-color--option1 { border-color: #a52a2a !important; } .border-color--option2 { border-color: #F9AD3D !important; } /* 背景色 */ .background-color--option { background-color: #a52a2a !important; } .background-color--option1 { background-color: #a52a2a !important; } .background-color--option2 { background-color: #F9AD3D !important; } .background-color--option , .background-color--option > * { color: #fff !important; } .background-color--option1 , .background-color--option1 > * { color: #fff !important; } .background-color--option2 , .background-color--option2 > * { color: #fff !important; } /* ========================================================================== ヘッダー ========================================================================== */ .header { padding-top: 6px; border-top: 6px solid #a52a2a; } @media(max-width: 640px) { .header { padding-top: 0; } } /* ヘッダーナビゲーション ========================================================================== */ .header-navigation { background: transparent; } .header-navigation li, .header-navigation a { color: #333; } .header-navigation a:hover { color: #999; } /* タイトル、説明 ========================================================================== */ .header-main-inner { } .site-title, .site-title a, .site-title a:visited { color: #333; font-size: 30px; font-size: 3.0rem; } .site-title a:hover { -moz-opacity: .666; opacity: .666; } .site-description { font-size: 15px; font-size: 1.5rem; color: #666; } /* ========================================================================== グローバルナビゲーション ========================================================================== */ .global-navigation { background-color: #a52a2a; /*background-image: url("/web/20190529210751im_/https://writing-daiko.com/wp/wp-content/themes/wp-alpha/skin/sober/img/bg-gnavi.png");*/ background-position: center bottom; background-repeat: repeat-x; } body .l-site.global-navigation { max-width: 100%; width: 100%; } .global-navigation-inner { /*background: transparent url("/web/20190529210751im_/https://writing-daiko.com/wp/wp-content/themes/wp-alpha/skin/sober/img/global-navigation-inner-background.png") repeat-x center top;*/ } .global-navigation > ul:first-child { } .global-navigation > ul > li { } .global-navigation > ul > li img { vertical-align: middle; } .global-navigation ul li ul li a:hover { background-color: #a52a2a; } /* Responsive ========================================================================== */ @media(max-width: 640px) { /* 「MENU」ボタン ========================================================================== */ div.global-navigation-btn { background-color: #a52a2a; } .global-navigation ul li ul li a:hover { color: inherit; background-color: transparent; } } /* ========================================================================== コンテンツ ========================================================================== */ .content-area-inner { } /* ========================================================================== パンくずリスト ========================================================================== */ .breadcrumb { } .breadcrumb ol { } .breadcrumb li { /*そのページの投稿タイトル*/ color: #666; } .breadcrumb a { /* リンク。カテゴリとかホームとか */ color: #666; } .breadcrumb a:after { /* つなぐ記号 */ color: #aaa; content: ">"; } .breadcrumb li:hover a { color: #999; } /* ========================================================================== アーカイブページのタイトル ========================================================================== */ .page-title { } /* ========================================================================== メインコンテンツ ========================================================================== */ .main { } /* ========================================================================== メイン:エントリ + ウィジェット ========================================================================== */ .hentry, .main > div > .widget, .category-description > .widget { margin-bottom: 30px; padding: 30px; border: 1px solid #ccc; box-shadow: 0 2px 0 rgba(0,0,0,.05); } @media(max-width: 640px) { .hentry, .main > div > .widget { margin-bottom: 1em; } } /* タイトル ========================================================================== */ /* ホーム */ .hentry .entry-header .entry-title, .main > div > .widget .widget-title, .category-description > .widget .widget-title { margin: 0 0 20px; border-bottom: 4px double #ccc; color: #333; text-shadow: 0 1px 0 #fff; font-weight: normal; } .hentry .entry-header .entry-title .entry-title-inner, .main > div > .widget .widget-title .widget-title-inner , .category-description > .widget .widget-title .widget-title-inner { display: block; padding: 0 0 20px; } @media(max-width: 640px) { .hentry .entry-header .entry-title .entry-title-inner, .main > div > .widget .widget-title .widget-title-inner , .category-description > .widget .widget-title .widget-title-inner { padding: 15px; } } /* タイポグラフィー ========================================================================== */ .entry-content > * { line-height: 1.9; } .hentry.card-summary .entry-content, .hentry.card-title .entry-content { margin: 15px; } .entry-content a, .entry-content a:hover { } .textwidget > h2, .entry-content > h2, .entry-content .widget h2 { border-bottom-color: #a52a2a; } .textwidget > h3, .entry-content > h3, .entry-content .widget h3, .hentry .widget .widget-title, .yarpp-related h3 /* Yet Another Related Posts */, .yarpp-related-widget h3 /* Yet Another Related Posts */ { /* background-color: #a52a2a; color: #fff; */} .h4, .entry-content > h4, .textwidget > h4 { } .h5, .entry-content > h5, .textwidget > h5 { } .h6, .entry-content > h6, .textwidget > h6 { color: #a52a2a; } .textwidget table, .widget_text_noframe_myd table, .entry-content table { } .entry-content tr:nth-child(2n-1) td { background-color: rgba(0,0,0,.01); } .textwidget table th, .textwidget table td, .widget_text_noframe_myd table th, .widget_text_noframe_myd table td, .entry-content table th, .entry-content table td { } .textwidget table th, .widget_text_noframe_myd table th, .entry-content table th { } .textwidget table a, .widget_text_noframe_myd table a, .entry-content table a { } .textwidget table a:hover, .widget_text_noframe_myd table a:hover, .entry-content table a:hover { } /* 続きを読む */ .more-link > a { border-color: #a52a2a; color: #a52a2a; } .more-link > a:hover { background-color: #a52a2a; } /* ========================================================================== 部品クラス(色だけ) ========================================================================== */ /* ランキング */ .ranking { color: #a52a2a; } /* ポイント */ .point-wrapper .point:before { background-color: #a52a2a; } /* ========================================================================== メイン:エントリ ========================================================================== */ /* タイトル ========================================================================== */ .home .hentry .entry-header .entry-title a:hover { } /* カード型(タイトル) */ .hentry.card-summary .entry-header .entry-title, .hentry.card-title .entry-header .entry-title { color: #a52a2a; } /* アイキャッチ ========================================================================== */ .l-card .entry-img { background-color: #a52a2a; } /* エントリーメタ ========================================================================== */ footer.entry-meta { margin: 20px -20px -20px; padding: 15px 20px; background: #eee; border-top: none; } .entry-meta a, .entry-meta a:visited { color: #0645ad; border-bottom: 1px solid transparent; } .entry-meta a:hover { border-bottom: 1px solid #0645ad; text-decoration: none; } /* 投稿、固定ページ */ footer.entry-meta { margin: 2em 0 0; padding: 2em 0 0; background: transparent; border-top: 1px solid rgba(0,0,0,0.1); } /* ========================================================================== メイン:ウィジェット ========================================================================== */ /* ウィジェットタイトル ========================================================================== */ /* リスト ========================================================================== */ .main .widget ul { font-size: 15px; font-size: 1.5rem; } .main .widget ul { margin: 0; padding: 0; list-style: none; } /* 第一階層 */ .main .widget ul { border-top: 1px solid rgba(0,0,0,.1); } .main .widget ul li { border-bottom: 1px solid rgba(51, 51, 51, 0.1); padding-top: .75em; padding-bottom: .75em; } /* 第一階層 リンク色 */ .main .widget ul li a { color: #333; } .main .widget ul li a:hover { text-decoration: none; } /* 第一階層 行頭飾り */ .main .widget_myd ul li a, .main .widget_archive ul li a, .main .widget_categories ul li a, .main .widget_links ul li a, .main .widget_meta ul li a, .main .widget_pages ul li a, .main .widget_recent_comments ul li a, .main .widget_recent_entries ul li a, .main .widget_rss ul li a, .main .widget_nav_menu ul li a, .main .widget_recent_entries_myd ul li a, .main .widget_pickup_category_myd ul li a, .main .widget_pickup_posts_myd ul li a, .main .widget_meta_myd ul li a { position: relative; padding-left: 18px; } .main .widget ul li .entry-img a:first-child { padding-left: 0; } .main .widget_myd ul li a:first-child:before, .main .widget_archive ul li a:first-child:before, .main .widget_categories ul li a:first-child:before, .main .widget_links ul li a:first-child:before, .main .widget_meta ul li a:first-child:before, .main .widget_pages ul li a:first-child:before, .main .widget_recent_comments ul li a:first-child:before, .main .widget_recent_entries ul li a:first-child:before, .main .widget_rss ul li a:first-child:before, .main .widget_nav_menu ul li a:first-child:before, .main .widget_recent_entries_myd ul li a:first-child:before, .main .widget_pickup_category_myd ul li a:first-child:before, .main .widget_pickup_posts_myd ul li a:first-child:before, .main .widget_meta_myd ul li a:first-child:before { position: absolute; top: 0; left: 6px; content: "\f0da"; padding: 0; font-family: FontAwesome; color: #F9AD3D; line-height: 1; } .main .widget_recent_comments ul li .comment-author-link a:before, .main .widget ul li .entry-img a:before { content: none ; } /* 第二階層 */ .main .widget ul ul { margin: 0; padding: 0; border: none; font-size: 13px; font-size: 1.3rem; line-height: 1.75; } .main .widget ul ul ul { padding-left: 15px; } .main .widget li li, .main .widget li li li { border: none; background: none; padding: 0; } /* 第二階層:リンク色 */ .main .widget ul ul a { color: #787878; } /* 第二階層:行頭飾り */ .main .widget_myd ul ul li a:before, .main .widget_archive ul ul li a:before, .main .widget_categories ul ul li a:before, .main .widget_links ul ul li a:before, .main .widget_meta ul ul li a:before, .main .widget_nav_menu ul ul li a:before, .main .widget_pages ul ul li a:before, .main .widget_recent_comments ul ul li a:before, .main .widget_recent_entries ul ul li a:before, .main .widget_nav_menu ul ul li a:before, .main .widget_myd ul ul ul li a:before , .main .widget_archive ul ul ul li a:before , .main .widget_categories ul ul ul li a:before , .main .widget_links ul ul ul li a:before , .main .widget_meta ul ul ul li a:before , .main .widget_nav_menu ul ul ul li a:before , .main .widget_pages ul ul ul li a:before , .main .widget_recent_comments ul ul ul li a:before , .main .widget_recent_entries ul ul ul li a:before , .main .widget_nav_menu ul ul ul li a:before { content: none !important; } /* ========================================================================== サイドバー ========================================================================== */ /* ========================================================================== ウィジェット ========================================================================== */ .sub .widget { margin-bottom: 30px; padding: 0; border: none; background-color: transparent; } @media(max-width: 640px) { .sub .widget { margin-bottom: 1em; } } /* タイトル ========================================================================== */ .sub .widget-title, .sub .widget-title { margin: 0 0 20px; padding: 20px 0 0; border-top: 1px solid #bbb; color: #333; text-align: left; letter-spacing: 1px; } .c3 .sub .widget-title { font-size: 15px; font-size: 1.5rem; } .c2r .sub .widget-title, .c2l .sub .widget-title { font-size: 15px; font-size: 1.5rem; } .sub .widget-title-inner { } /* リスト ========================================================================== */ .sub .widget li { font-size: 15px; font-size: 1.5rem; } .sub .widget ul { margin: 0; padding: 0; list-style: none; } /* 第一階層 */ .sub .widget ul { } .sub .widget ul li { padding: 12px 0 9px; border-bottom: 1px solid rgba(0,0,0,.1); } .sub .widget ul li:first-child { padding-top: 0; } /* 第一階層 リンク色 */ .sub .widget ul li a { color: #333; } .sub .widget ul li a:hover { text-decoration: none; } /* 第一階層:行頭飾り */ ul.side-menu li a, .sub .widget_myd ul li a, .sub .widget_archive ul li a, .sub .widget_categories ul li a, .sub .widget_links ul li a, .sub .widget_meta ul li a, .sub .widget_pages ul li a, .sub .widget_recent_comments ul li a, .sub .widget_recent_entries ul li a, .sub .widget_rss ul li a, .sub .widget_nav_menu ul li a, .sub .widget_recent_entries_myd ul li a, .sub .widget_pickup_category_myd ul li a, .sub .widget_pickup_posts_myd ul li a, .sub .widget_meta_myd ul li a { position: relative; display: inline-block; padding-left: 24px; } .sub .widget_recent_entries_myd ul li a, .sub .widget_pickup_category_myd ul li a, .sub .widget_pickup_posts_myd ul li a { width: 100%; } .sub .widget ul li .entry-img a:first-child { } ul.side-menu li a:first-child:before, .sub .widget_myd ul li a:first-child:before, .sub .widget_archive ul li a:first-child:before, .sub .widget_categories ul li a:first-child:before, .sub .widget_links ul li a:first-child:before, .sub .widget_meta ul li a:first-child:before, .sub .widget_pages ul li a:first-child:before, .sub .widget_recent_comments ul li a:first-child:before, .sub .widget_recent_entries ul li a:first-child:before, .sub .widget_rss ul li a:first-child:before, .sub .widget_nav_menu ul li a:first-child:before, .sub .widget_recent_entries_myd ul li a:first-child:before, .sub .widget_pickup_category_myd ul li a:first-child:before, .sub .widget_pickup_posts_myd ul li a:first-child:before, .sub .widget_meta_myd ul li a:first-child:before { position: absolute; top: 6px; left: 6px; content: "\f0da"; padding: 0; font-family: FontAwesome; color: #F9AD3D; line-height: 1; } .sub .widget_recent_comments ul li .comment-author-link a:before, .sub .widget ul li .entry-img a:before { content: none ; } /* 最近の投稿の日付 */ .sub .widget .post-date { } /* 第二階層 */ .sub .widget ul ul { margin: 0; padding: 0; border: none; font-size: 13px; font-size: 1.3rem; line-height: 1.618; margin-left: 1em; } .sub .widget ul ul:last-child { margin-bottom: 0; } .sub .widget ul ul ul { padding-left: 15px; } .sub .widget li li, .sub .widget li li li { border: none; background: none; margin: 3px 0; padding: 0; } /* 第二階層:リンク色 */ .sub .widget ul ul a { color: #787878; } /* 第二階層:行頭飾り */ .sub .widget_myd ul ul li a:before, .sub .widget_archive ul ul li a:before, .sub .widget_categories ul ul li a:before, .sub .widget_links ul ul li a:before, .sub .widget_meta ul ul li a:before, .sub .widget_nav_menu ul ul li a:before, .sub .widget_pages ul ul li a:before, .sub .widget_recent_comments ul ul li a:before, .sub .widget_recent_entries ul ul li a:before, .sub .widget_nav_menu ul ul li a:before, .sub .widget_myd ul ul ul li a:before , .sub .widget_archive ul ul ul li a:before , .sub .widget_categories ul ul ul li a:before , .sub .widget_links ul ul ul li a:before , .sub .widget_meta ul ul ul li a:before , .sub .widget_nav_menu ul ul ul li a:before , .sub .widget_pages ul ul ul li a:before , .sub .widget_recent_comments ul ul ul li a:before , .sub .widget_recent_entries ul ul ul li a:before , .sub .widget_nav_menu ul ul ul li a:before { color: #999 !important; } /* ========================================================================== ウィジェット:検索 ========================================================================== */ .search-form input[type=submit] { background-color: #a52a2a; } /* ========================================================================== フッター ========================================================================== */ .footer { background-color: #fff; } /* site-info-footer-navigation ========================================================================== */ .site-info-footer-navigation { background-color: #fff; } .site-info-footer-navigation { color: #333; } .site-info-footer-navigation a, .site-info-footer-navigation a:visited { color: inherit; } .site-info-footer-navigation a:hover { color: #333; text-decoration: none; } .footer-navigation li { border-left: 1px solid #333; } /* FILE ARCHIVED ON 21:07:51 May 29, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 11:51:03 Jul 01, 2020. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): exclusion.robots.policy: 0.191 LoadShardBlock: 124.677 (3) exclusion.robots: 0.204 captures_list: 147.273 PetaboxLoader3.datanode: 119.295 (5) RedisCDXSource: 1.654 PetaboxLoader3.resolve: 203.083 (3) esindex: 0.014 CDXLines.iter: 17.329 (3) load_resource: 223.684 */