From 25a4a37867b8e421bd9679ca18566933d813728c Mon Sep 17 00:00:00 2001 From: HT Date: Fri, 22 Jul 2022 05:29:52 +0100 Subject: [PATCH] =?UTF-8?q?=E2=82=8A=E2=81=BA=E2=9C=BF=CB=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v3.0/recon.css | 103 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 v3.0/recon.css diff --git a/v3.0/recon.css b/v3.0/recon.css new file mode 100644 index 0000000..04c0ff9 --- /dev/null +++ b/v3.0/recon.css @@ -0,0 +1,103 @@ +.npf_row { + margin-left:0!important; + margin-right:0!important; + display:flex!important; +} + +/* i dont even know what crt-video is but it's apparently in the default t*mblr stylesheet so I will go ahead and unpoop that */ +.crt-video + .npf_row, +.npf_row + .crt-video, +.npf_row + p, +p + .npf_row { + margin-top:var(--NPF-Caption-Spacing)!important; +} + +.npf_row + .npf_row, +.npf_row + .tmblr-full { + margin-top:var(--NPF-Image-Spacing)!important; +} + +.npf_col { + padding:0!important; + flex:1; +} + +/* npf-col 1st */ +.npf_col:first-child { + padding:0!important; +} + +/* npf-col 2nd */ +.npf_col + .npf_col { + padding:0 var(--NPF-Image-Spacing)!important; +} + +.npf_col:first-child:nth-last-child(2), +.npf_col:first-child:nth-last-child(2) ~ .npf_col { + padding-right:0!important; +} + +/* npf-col 3rd */ +.npf_col + .npf_col + .npf_col { + padding:0!important; +} + +.tmblr-full { + margin:0!important; + padding-bottom:0!important; +} + +*:not(.npf_row) > .tmblr-full + .tmblr-full { + margin-top:var(--NPF-Image-Spacing)!important; +} + +.post_media_photo, .tmblr-full img { + position:initial!important; + text-decoration:none; +} + +.post_media_photo_anchor { + height:auto!important; + width:inherit; +} + +.tmblr-full img { + position:initial!important; + cursor:pointer; + vertical-align:middle; + max-width:100%; + height:auto; +} + +/* +.photo-origin .tmblr-full img { + width:100%; +} +*/ + +.npf_inst > * { + margin-top:0!important; + margin-bottom:var(--NPF-Image-Spacing)!important; +} + +.npf_inst > *:last-child { + margin-bottom:0!important; +} + +[post-type='text'] .npf_inst > .tmblr-full img { + width:100%; + height:auto; +} + +.lb-cont { + top:50%!important; + left:50%!important; + transform:translate(-50%,-50%); +} + +.lb-img { + width:initial!important; + height:initial!important; + max-width:80vw; + max-height:80vh; +} \ No newline at end of file