From 96b32a9165241c10580ffb027b82ece311c53ec6 Mon Sep 17 00:00:00 2001 From: HT Date: Fri, 22 Jul 2022 05:13:00 +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 --- v2.0/npf-override.css | 71 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 v2.0/npf-override.css diff --git a/v2.0/npf-override.css b/v2.0/npf-override.css new file mode 100644 index 0000000..81e5352 --- /dev/null +++ b/v2.0/npf-override.css @@ -0,0 +1,71 @@ +/*------ NPF IMAGES READJUSTMENT | @glenthemes ------*/ +/*--- v2.0 [last updated: 2021-03-03] ----*/ +.npf_row { + margin-top:0; + margin-left:calc(var(--NPF-Image-Spacing) * -2)!important; + margin-right:calc(var(--NPF-Image-Spacing) * -2)!important; + max-height:none!important; + display:flex; + align-items:center; + overflow:hidden; +} + +.tmblr-full { + margin:0; + display:flex!important; + align-items:center!important; +} + +.tmblr-full[data-tumblr-attribution]{ + display:block!important; +} + +.tmblr-full img { + vertical-align:middle; + cursor:pointer; +} + +.npf_row_set .tmblr-full:first-of-type { + margin-left:calc(var(--NPF-Image-Spacing) * 2)!important; +} + +.npf_row_set .tmblr-full { + margin-right:var(--NPF-Image-Spacing)!important; +} + +.npf_row_set .tmblr-full:last-of-type { + margin-right:calc(var(--NPF-Image-Spacing) * 2)!important; +} + +.tmblr-full img { + width:100%; + height:auto; +} + +.npf_row, .npf_row .tmblr-full { + padding:0!important; +} + +.npf_row_set, .npf_row_parent { + margin-bottom:var(--NPF-Image-Spacing); +} + +.npf_row_set:last-of-type, .npf_row_parent:last-of-type { + margin-bottom:0; +} + +.tmblr-full a.post_media_photo_anchor { + background:none!important; + padding:0!important; + border:none!important; + box-shadow:none!important; + width:100%; +} + +.boooob { + margin-top:0px!important; +} + +.npf-small { + width:auto!important; +} \ No newline at end of file