123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334 |
- html{font-size:18px;font-family:'Noto Serif CJK SC','Times New Roman','SimSun', Georgia, serif;}
- body{background-color:#231a0d;color:#f8ca9b;}
- sup,sub{line-height:0;}
- blockquote{border-left:2px solid #f8ca9b;padding-left:0.3em;}
- *{box-sizing:border-box;padding:0;margin:0;}
- .page,.page_gallery{padding:1em;padding-top:0;}
- .hidden_on_desktop,.hidden_on_wide{display:none;}
- .hidden_on_desktop_force{display:none !important;}
- ::file-selector-button{background:none;border:none;}
- a,button,::file-selector-button{text-decoration:underline;color:#f8ca9b;}
- a:hover,.button:hover,::file-selector-button:hover{text-decoration:none;color:#ac7843;}
- .button:disabled{background-color:#ac7843;pointer-events:none;}
- header{position:sticky;top:0;background-color:#231a0d;z-index:10;padding-top:0.5em;max-height:100vh;overflow:auto;z-index:30;}
- .header_nav{display:inline;}
- header a,.left a,.footer a,.clean_a,.clean_a a{text-decoration:none;}
- header a:hover,.button:hover{color:#ac7843 !important;}
- .footer{background-color:#231a0d;z-index:10;position:relative;}
- .invert_a,.invert_a a{color:#ac7843;text-decoration:none;}
- .invert_a:hover,.invert_a a:hover{color:#f8ca9b !important;}
- .gray,.gray a{color:#ac7843;}
- hr{border:1px solid #ac7843;}
- header ul{display:inline-block;}
- header li{display:inline-block;}
- header li::before{content:' - '}
- header h1,header h2,header h3,header h4,header h5,header p{display:inline;font-size:1rem;}
- .main{position:relative;word-spacing:-1em;}
- .main *{word-spacing:initial;}
- pre{overflow:auto;max-width:100%;display:block;font-size:0.75em;}
- ul{display:block;}
- li{display:block;}
- table{width:100%;border-collapse:collapse;border-bottom:2px solid #f8ca9b;border-top:3px solid #f8ca9b;}
- table input{border:none!important;}
- table img{max-width:10rem !important;}
- td{padding-left:0.1em;padding-right:0.1em;}
- td:first-child{padding-left:0;}
- td:last-child{padding-right:0;}
- tbody tr:hover{box-shadow:inset 0 -2px 0 0px #f8ca9b;}
- thead{box-shadow:inset 0 -1px 0 0px #f8ca9b;position:sticky;top:2rem;background-color:#231a0d;z-index:5;}
- .post table{font-size:0.85em;}
- .interesting_tbody{background:linear-gradient(90deg, #231a0dff, #231a0d88 20em);}
- .interesting_tbody td{display:contents;}
- .interesting_tbody tr{position:relative;scroll-margin:3.5em}
- .interesting_tbody td>*{display:table-cell;}
- .interesting_tbody .post_access{padding-top:0;}
- .interesting_tbody .post_menu_button{top:0;opacity:0;}
- .interesting_tbody td>img{position:absolute;left:1.4em;z-index:-1;height:1em;width:20em;
- display:block;top:0.2em;object-fit:cover;max-width:calc(100% - 1.4em) !important;}
- .interesting_tbody .p_row{display:flex;position:absolute;left:1.4em;top:0;z-index:-1;flex-wrap:nowrap;max-width:calc(100% - 1.4em);}
- .interesting_tbody .p_thumb{height:1em;}
- .interesting_tbody .p_thumb img{max-height:10rem !important;max-width:20rem !important;}
- tr:hover .post_menu_button{opacity:1;}
- .post_current_row{background-color:#daae8010;}
- .align_right{text-align:right;}
- .left{display:inline-block;vertical-align:top;width:25%;height:calc(100vh - 5.2em);top:2em;
- position:sticky;overflow:auto;padding-right:0.2em;padding-bottom:4rem;}
- .center{display:inline-block;vertical-align:top;width:50%;padding-left:0.3em;overflow:visible;padding-bottom:4rem;}
- .center_wide{display:inline-block;vertical-align:top;width:75%;padding-left:0.3em;overflow:visible;padding-bottom:4rem;}
- .center_full{display:inline-block;vertical-align:top;width:100%;overflow:visible;padding-bottom:4rem;}
- .center_wide .p_thumb{height:10rem;}
- .sticky_title{position:sticky;top:1.35em;z-index:1;box-shadow:6em 3.5em 0.75em -3em inset #231a0d;pointer-events:none;}
- .center_exp{display:block;width:80%;margin:0 auto;overflow:visible;padding-bottom:1em;}
- .table_top{position:relative;left:calc(-50% - 0.45em);width:calc(200% + 0.6em);background:#231a0d;z-index:1;
- box-shadow:0px 0px 2em 1em #231a0d;margin-top:2em;margin-bottom:2em;}
- .right{display:inline-block;vertical-align:top;width:25%;position:sticky;top:2em;
- padding-left:0.5em;height:calc(100vh - 2.6em);overflow:auto;padding-bottom:4rem;}
- textarea,input[type=text],input[type=password]{width:100%;display:block;font-family:inherit;max-height:60vh;font-size:inherit;}
- select,textarea,input[type=text],input[type=password]{background:none;border:none;border-bottom:1px solid #f8ca9b;color:#f8ca9b;}
- .button{background:none;border:none;font-family:inherit;color:#f8ca9b;font-size:inherit;font-weight:bold;}
- .post{position:relative;scroll-margin:2.5em;border-radius:0.3em;
- padding-right:0rem;padding-left:0rem;padding-top:0.3rem;padding-bottom:0.3rem;margin-top:0.2em;margin-bottom:0.2em;}
- .center_exp .post{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;border-radius:0;}
- .post_width li,.post_width_big li,.footer_additional li,.footer_additional li,.post_dummy li
- {display:list-item;margin-left:1em;list-style:disc;}
- .post_width li li,.post_width_big li li,.footer_additional li li,.footer_additional li li,.post_dummy li li{list-style:circle;}
- .post_width > *,.post_width_big > *,.post_dummy > *,.post_ref > *{margin:0;margin-bottom:0.5em}
- .post_width > *:last-child,.post_width_big > *:last-child,.post_dummy > *:last-child,.post_ref > *:last-child{margin-bottom:0em;}
- .post_dummy > *{width:60%;margin:0 auto;margin-bottom:0.5em}
- .post_dummy > p img{display:block;width:100%;margin:0 auto;}
- .post h1,.post h2,.post h3,.post h4{margin-bottom:0.5rem;}
- .gallery_left li{display:list-item;margin-left:1em;list-style:none;}
- .gallery_left .selected{list-style:'→';}
- .focused_post{font-size:1.2em;margin-top:0.1em;margin-bottom:0.1em;padding:0.5rem !important;border:2px dashed #ac7843;}
- .post_width{position:relative;left:1.4rem;width:calc(100% - 1.7rem);padding-left:0.2em;overflow:visible;}
- .post_width_big{position:relative;left:0;width:100%;overflow:visible;}
- .post .post{padding:0;padding-top:0.3rem;}
- .post_menu_button{position:absolute;display:none;right:0rem;width:1.5rem;
- text-align:center;border-radius:0.3em;user-select:none;cursor:pointer;z-index:10;}
- .pointer{cursor:pointer;}
- .post:hover .post_menu_button{display:block;}
- .pop_menu{position:absolute;top:0.3rem;z-index:95;background-color:#675340;
- padding:0.3em;right:0.3rem;text-align:right;border-radius:0.3em;font-size:1rem;
- box-shadow:0px 0px 10px rgb(0, 0, 0);}
- .pop_menu li{list-style:none;margin-left:0;}
- .pop_menu hr{border:2px solid rgba(0,0,0,0.1);}
- .toc{left:60%;width:40%;top:0;position:absolute;}
- .post_access{width:1.4rem;top:0;position:absolute;height:100%;text-align:center;
- font-weight:bold;border-right:2px solid transparent;padding-top:0.3rem;}
- .post_access:hover{background-color:#daae8010;border-top-left-radius:0.3em;border-bottom-left-radius:0.3em;
- border-right:2px solid #f8ca9b !important;}
- .paa{width:1.4rem;min-width:1.4rem;}
- .opt_compact .post_access,.ref_compact .post_access{padding-top:0.2rem;border-right:2px solid #ac7843;}
- .post_box{border:1px solid #ac7843;border-radius:0.3em;padding:0.3em;}
- .post_box:hover,.post_menu_button:hover{background-color:#daae8010}
- #big_image_info .post_box:hover{background-color:#39270e;}
- .post_preview{font-size:0.9rem;overflow:hidden;}
- .post .post_ref{margin:0;padding-left:1.7rem;}
- .post_ref_main{display:inline-block;vertical-align:top;}
- .post_preview .post_ref_main{max-height:6rem;overflow:hidden;}
- .post_ref_images{overflow:hidden;}
- .page_selector{padding-top:2rem;text-align:center;}
- .smaller{font-size:0.85em;}
- .bigger{font-size:1.3em;}
- .block{display:block;}
- .opt_compact,.ref_compact{margin-top:0;}
- .opt_compact{margin-left:1.6rem;}
- .opt_compact .post_width {margin-left:0.3em;width: calc(100% - 1.8rem);}
- .post_box_top{padding-bottom:0.3em;padding-top:0.3em;}
- .post_box_fixed_bottom{position:sticky;bottom:0em;background-color:#231a0d;z-index:5;}
- .spacer{height:0.5em;}
- .pop_right,.pop_right_big{position:fixed;top:0;right:0;bottom:0;width:30%;z-index:100;background-color:#39270e;display:none;
- transition-timing-function:ease-out;padding:1rem;overflow:auto;}
- @keyframes pop_slide_in{0%{right:-30%;}100%{right:0%;}}
- @keyframes pop_slide_out{0%{right:0%;}100%{right:-30%;}}
- @keyframes pop_slide_in_big{0%{right:-30%;}100%{right:0%;}}
- @keyframes pop_slide_out_big{0%{right:0%;}100%{right:-30%;}}
- .backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.5);transition-timing-function:ease-out;z-index:90;}
- @keyframes backdrop_fade_in{0%{opacity:0%;}100%{opacity:100%;}}
- @keyframes backdrop_fade_out{0%{opacity:100%;}100%{opacity:0%;}}
- .toc_entry_1{font-size:1.1em;}
- .toc_entry_2{font-size:1.0em;padding-left:0.5rem;}
- .toc_entry_3{font-size:0.9em;padding-left:1rem;}
- .toc_entry_4{font-size:0.85em;padding-left:1.5rem;}
- .toc_entry_5{font-size:0.8em;padding-left:2rem;}
- h1,h2,h3,h4,h5{scroll-margin:1.5em;}
- {display:inline}
- .left ul h1,.left ul h2,.left ul h3,.left ul h4,.left ul h5,.left ul p
- {font-size:1em;}
- .deleted_post{color:#ac7843;text-decoration:line-through;}
- #file_list{margin-top:0.5em;}
- .file_thumb img{max-height:100%;max-width:100%;object-fit:cover;min-width:100%;min-height:100%;}
- #file_list li{margin-bottom:0.3em;}
- .ref_thumb{white-space:nowrap;overflow:hidden;}
- .ref_thumb .file_thumb{width:3em;height:3em;}
- .side_thumb li{margin:0.4em;display:inline-block;}
- .file_thumb{width:4em;height:4em;display:inline-block;line-height:0;vertical-align:middle;overflow:hidden;}
- .p_row{display:flex;flex-wrap:wrap;}
- .p_thumb{display:flex;flex-grow:1;height:6rem;margin-right:0.25rem;margin-bottom:0.25rem;overflow:hidden;position:relative;}
- .p_thumb img{object-fit:cover;max-height:100%;min-width:100%;}
- .ref_count,.p_thumb .post_menu_button{text-shadow: 0px 0px 10px rgb(0, 0, 0);}
- .p_thumb:hover .post_menu_button{display:block;}
- .p_thumb_selected{color:#f8ca9b !important;}
- .p_thumb_selected{display:block;}
- .post .p_thumb img{max-height:6rem;}
- .big_image_box{position:fixed;top:0;bottom:0;left:0;width:75%;z-index:95;text-align:center;pointer-events:none;}
- .big_image_box *{pointer-events:auto;}
- .big_image_box img{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;cursor:unset;}
- .big_side_box{position:fixed;top:0;bottom:0;right:0;width:25%;overflow:auto;z-index:98;color:#f8ca9b;padding:1rem;
- background:linear-gradient(to right, rgba(0,0,0,0), rgb(1, 1, 1));transition:background-size .2s linear;background-size: 300% 100%;}
- .big_side_box:hover{background-size: 100% 100%;}
- .big_side_box a,.big_side_box hr,#dropping_background{color:#f8ca9b;}
- .big_side_box a:hover{color:#ac7843;}
- #dropping_background{background-color:rgba(0,0,0,0.4);position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;text-align:center;
- box-shadow:0px 0px 500px black inset;display:flex;align-items:center;}
- img{cursor:pointer;max-height:100%;max-width:100%;}
- .post img{max-height:min(70vh, 20rem);max-width:min(100%, 20rem);}
- .post > a > img{display:block;margin:0.3em auto;}
- .post .original_img{max-width:100%;display:block;margin-left:auto;margin-right:auto;max-width:100%;max-height:90vh;}
- .original_img img{max-height:90vh;max-width:100%;}
- .p_row .original_img{margin-bottom:0;}
- .post_ref .original_img{margin:unset;max-width:unset;max-height:min(70vh, 20rem);max-width:min(100%, 20rem);}
- .b ul{font-size:1.4em;}
- no_pop{cursor:unset;}
- p{min-height:0.8em;}
- .bold{font-weight:bold;}
- .footer_additional{display:inline-block;width:50%;vertical-align:text-top;white-space:normal;}
- .small_footer{position:sticky;bottom:0em;background-color:#231a0d;padding-bottom:0.5em;z-index:10;overflow:auto;white-space:nowrap;}
- .top_post_hint{margin-left:1.5em;font-weight:bold;}
- .white{color:#231a0d;}
- .full_box{border:1px solid #f8ca9b !important;padding:0.3rem;overflow:auto;}
- .image_nav_prev,.image_nav_next{z-index:100;position:absolute;line-height:0;height:100%;width:20%;display:flex;align-items:center;
- transition:background-size .2s ease;padding:0.5em;text-shadow:0px 0px 5px black;user-select:none;pointer-events:auto;}
- .image_nav_prev{left:0;justify-content:left;background:linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.2));
- background-repeat:no-repeat;background-size:0% 100%;}
- .image_nav_prev:hover,.image_nav_next:hover{background-size:100% 100%;}
- .image_nav_next{right:0;justify-content:right;background:linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.2));
- background-repeat:no-repeat;background-size:0% 100%;transition:background-size .2s ease;background-position-x:100%;}
- .inquiry_buttons{position:fixed;left:0;right:25%;text-align:center;bottom:1em;margin:0 auto;width:max-content;
- background-color:rgba(0,0,0,0.5);z-index:110;padding:0.2em;padding-left:1em;padding-right:1em;
- border-radius:1em;box-shadow:0px 0px 5px;text-shadow:0px 0px 5px black;opacity:1;user-select:none;}
- .lr_buttons{background-color:rgba(0,0,0,0.5);padding:0.5em;padding-top:1em;padding-bottom:1em;
- border-radius:1em;box-shadow:0px 0px 5px;font-size:1.2rem;text-shadow:0px 0px 5px black;}
- .img_btn_hidden{opacity:0;transition:opacity 0.2s;}
- .special_alipay{background-color:#027aff;color:white;white-space:nowrap;
- font-family:sans-serif;font-weight:bold;border-radius:0.7em;font-size:0.75em;padding:0.25em;}
- .special_paypal{background-color:white;color:#253b80;white-space:nowrap;
- font-family:sans-serif;font-weight:bold;border-radius:2em;font-size:0.75em;
- padding:0.25em;padding-left:0.5em;padding-right:0.65em;font-style: italic;}
- .special_paypal_inner{color:#169bd7;}
- #waiting_bar{position:fixed;z-index:200;top:0;left:0;right:0;height:0.2em;background-color:#f8ca9b;transform:translate(-100%,0);
- animation:anim_loading 1s linear infinite;}
- @keyframes anim_loading{0%{transform:translate(-100%,0);} 100%{transform:translate(100%,0);}}
- .product_ref{width:32%;padding:0.2em!important;display:inline-block;text-align:center;vertical-align:top;margin-bottom:0.8em;}
- .product_thumb{max-height:11em;max-width:11em;display:inline-flex;margin-bottom:0.2em;background-color:#39270e;}
- .product_thumb img{box-shadow:none;object-fit:contain;max-height:unset;max-width:unset;width:100%;margin:0 auto !important;}
- .product_ref p{margin-bottom:0.2em;text-align:left;}
- .post_preview .product_thumb{max-height:4em;max-width:6em;}
- .purchase_button{background-color:#f8ca9b;color:#231a0d;padding-left:0.5em;padding-right:0.5em;text-decoration:none;font-weight:bold;}
- .page_break{page-break-after:always;}
- .text_highlight,.text_highlight a{background-color:#f8ca9b;color:#231a0d;}
- .gray.text_highlight,.gray.text_highlight a{background-color:#ac7843;color:#231a0d;}
- .print_title{display:none;}
- .show_on_print{display:none;}
- .comment{font-size:0.9em;font-family:sans-serif;overflow:auto !important;width:100%;}
- .comment tbody tr:hover{box-shadow:none;}
- .comment table{border:none;}
- .comment li{display:list-item;list-style:'→';padding-left:0.3em;}
- .comment ul{padding-left:1em;}
- .comment ul li *{margin-bottom:0.5em;}
- @media screen and (max-width:1000px){
- .left{width:35%;}
- .center,.center_wide{width:65%;}
- .center_wide .p_thumb{height:8rem;}
- .right{display:none;}
- .post_width{width:calc(100% - 1.5rem);padding-left:0.2em;}
- .post_width_big{left:0;width:100%;}
- .hidden_on_wide{display:unset;}
- .hidden_on_narrow{display:none;}
- .pop_right{width:30%;}
- .pop_right_big{width:40%;}
- @keyframes pop_slide_in{0%{right:-30%;}100%{right:0%;}}
- @keyframes pop_slide_out{0%{right:0%;}100%{right:-30%;}}
- @keyframes pop_slide_in_big{0%{right:-40%;}100%{right:0%;}}
- @keyframes pop_slide_out_big{0%{right:0%;}100%{right:-40%;}}
- .big_side_box{width:35%;}
- .big_image_box{width:65%;}
- .inquiry_buttons{right:35%;}
- .table_top{left:calc(-50% - 1.7em);width: calc(154% + 0.5em);}
- .center_exp{display:block;width:100%;margin:0 auto;overflow:none;padding-bottom:1em;}
- .center_exp .post{overflow:auto;}
- }
- @media screen and (max-width:666px){
- html{font-size:16px;}
- .hidden_on_mobile{display:none !important;}
- .block_on_mobile{display:block !important;}
- .hidden_on_desktop{display:unset;}
- header ul{display:block;}
- header li{display:block;}
- header li::before{content:''}
- .left{position:relative;width:100%;position:relative;top:unset;height:unset;min-height:80vh;padding-right:0;display:block;}
- .center,.center_wide,.center_full{position:relative;left:0;top:0;width:100%;padding-left:0;display:block;}
- .center_wide .p_thumb{height:6rem;}
- .pop_right,.pop_right_big{top:unset;right:0;bottom:0;left:0;width:100%;}
- .pop_right{height:30%;}
- .pop_right_big{height:70%;}
- @keyframes pop_slide_in{0%{bottom:-30%;}100%{bottom:0%;}}
- @keyframes pop_slide_out{0%{bottom:0%;}100%{bottom:-30%;}}
- @keyframes pop_slide_in_big{0%{bottom:-70%;}100%{bottom:0%;}}
- @keyframes pop_slide_out_big{0%{bottom:0%;}100%{bottom:-70%;}}
- .big_image_box{position:fixed;top:0;bottom:8.5rem;left:0;right:0;width:100%;}
- .side_box_mobile_inner{background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(1,1,1,0.9) 20%);
- transition:none;background-size:100% 100%;padding:0.5rem;padding-bottom: 5em;}
- .side_box_mobile_inner:hover{background-size:100% 100%;}
- .big_side_box{position:fixed;top:0;bottom:0;right:0;left:0;width:100%;
- height:unset;padding:0;padding-top:calc(100vh - 8.5rem);background:none;}
- .p_thumb{height:3rem;}
- .center .post{padding-right:0rem;padding-left:0rem;}
- .post{padding-right:0.3rem;padding-left:0.3rem;}
- .post .p_thumb img{max-height:3rem;}
- .page,.page_gallery{padding:0.2em;padding-top:0;}
- header{padding-top:0.3em;}
- .small_footer{padding-bottom:0.3em;}
- .footer_additional{display:block;width:100%;}
- .album_hint{display:block;font-size:1rem;}
- .image_nav{position:absolute !important;}
- .image_nav_prev,.image_nav_next{width:25%;}
- .image_nav_prev:hover,.image_nav_next:hover{background-size:0% 100%;color:#f8ca9b !important;}
- .inquiry_buttons{position:relative;left:unset;right:unset;text-align:left;bottom:unset;margin:unset;width:unset;
- background-color:unset;z-index:unset;padding:unset;padding-left:unset;padding-right:unset;
- border-radius:unset;box-shadow:unset;text-shadow:unset;}.img_btn_hidden{opacity:1;}
- .lr_buttons{background-color:unset;padding:unset;padding-top:unset;padding-bottom:unset;
- border-radius:unset;box-shadow:unset;font-size:1.3rem;text-shadow:unset;}
- .opt_compact,.ref_compact{line-break:anywhere;}
- .post_width,.post_width_big{overflow:auto;}
- .table_top{left:unset;width:100%;overflow:auto;}
- table img{max-width:30vw !important;}
- .product_ref{width:100%;display:block;}
- .post_dummy > *{width:100%;max-width:25rem;}
- .sticky_title{top:1.2em;}
- #upload_selector{width:100%;}
- .focused_post{padding:0.3rem !important;}
- .interesting_tbody{background:linear-gradient(90deg, #231a0dff, #231a0d88 10em);}
- }
- @media print{
- body,footer,header,.small_footer,a,.clean_a,.invert_a,.clean_a a,.invert_a a{background:none;color:black;}
- table{border-bottom:2px solid black;border-top:2px solid black;}
- table img{max-width:5em;max-width:8em !important;max-height:8em !important;}
- thead{box-shadow:inset 0 -1px 0 0px black;background:none;}
- .post,.focused_post{padding:0 !important;margin-top:0.3em;margin-bottom:0.5em;}
- .post_width,.post_width_big{overflow:hidden;left:0;width:100%;padding-left:0em;}
- .post h1,.post h2,.post h3,.post h4{margin-top:0.5rem;}
- .gray,.gray a,.deleted_post{color:rgba(0,0,0,0.5);}
- .left,.right{display:none;}
- .center, .center_wide, .center_full{width:100%;padding:0;display:block;font-size:16px;line-height:1.3}
- hr{border:1px solid black;}
- .post_box_top{display:none;}
- .opt_compact .post_access,.ref_compact .post_access{border-right:none;display:inline;}
- .text_highlight,.text_highlight a,.gray.text_highlight,.gray.text_highlight a,.purchase_button{background-color:lightgray;color:black;}
- .focused_post{border:none;font-size:1em;}
- .hidden_on_print{display:none;}
- .print_column{column-count:2;margin-top:0.5rem;margin-bottom:0.5rem;}
- .post_access{display:none;}
- .opt_compact{margin-left:0;}
- .opt_compact .post_width{left:1.4rem;width:calc(100% - 1.7rem);padding-left:0.2em;}
- .print_title{column-span:all;display:block;margin-top:2em;margin-bottom:0.5rem;font-size:1.2em;}
- .print_title:first-of-type{margin-top:1em;}
- .print_title+.post h1:first-of-type{display:none;}
- .opt_compact h1:first-of-type,.ref_compact h1:first-of-type{display:unset;}
- .table_top{position:relative;left:0;width:100%;background:none;z-index:1;box-shadow:none;margin-top:0.2em;margin-bottom:0.2em;}
- .header_nav{display:none;}
- .show_on_print{display:block;}
- blockquote{border-left:2px solid black;}
- .footer_additional{display:none;}
- .small_footer{margin-top:1rem;}
- .page_selector{display:none;}
- .p_thumb{height:4rem;}
- .post .p_thumb img{max-height:4rem;}
- .sticky_title{box-shadow:none;}
- .center_wide .p_thumb{display:inline-flex;height:5.8rem;width:5.8rem;margin-right:0;}
- .center_wide .p_row{display:block;}
- }
|