glenthemes

Theme [12]: Incandescence

Oct 22nd, 2015 (edited)
20,145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 229.08 KB | None | 0 0
  1. <!-------------------------------------------------------------------
  2.  
  3. Theme [12]: Incandescence
  4. Made by glenthemes
  5.  
  6. Release date: 2015/10/23
  7. Revamp date: 2024/09/28
  8. Last updated: 2025/02/11
  9.  
  10. 「 THEME INFO. 」
  11. ❃ Post: glenthemes.tumblr.com/post/159796091859
  12. ❃ Preview: glenthpvs.tumblr.com/incandescence
  13. ❃ Code: glen-themes.gitlab.io/thms/12/incandescence
  14.  
  15. 「 HOW TO USE. 」
  16. dub.sh/incandescence-guide
  17.  
  18. 「 TERMS OF USE. 」
  19. 1) Do not remove the theme credit.
  20. 2) Do not repost/redistribute my themes.
  21. 3) Do not take parts of the code and use it as your own.
  22. 4) Do not use my themes as a base code.
  23. 5) Do not mix my themes together.
  24.  
  25. 「 CREDITS. 」
  26. (。 ` ⤙ ´ 。) ~ glencredits.tumblr.com/incandescence
  27.  
  28. -------------------------------------------------------------------->
  29.  
  30. <!DOCTYPE html>
  31. <html
  32. lang="{block:English}en{/block:English}{block:German}de{/block:German}{block:French}fr{/block:French}{block:Italian}it{/block:Italian}{block:Japanese}ja{/block:Japanese}{block:Turkish}tr{/block:Turkish}{block:Spanish}es{/block:Spanish}{block:Russian}ru{/block:Russian}{block:Polish}pl{/block:Polish}{block:PortuguesePT}pt-PT{/block:PortuguesePT}{block:PortugueseBR}pt-BR{/block:PortugueseBR}{block:Dutch}nl{/block:Dutch}{block:Korean}ko{/block:Korean}{block:ChineseSimplified}zh-CHS{/block:ChineseSimplified}{block:ChineseTraditional}zh-CHT{/block:ChineseTraditional}{block:ChineseHK}zh-HK{/block:ChineseHK}{block:Indonesian}id{/block:Indonesian}{block:Hindi}hi{/block:Hindi}"
  33. tumblr-controls-vis="{select:tumblr controls visibility}"
  34. tumblr-controls-color="{select:tumblr controls color}"
  35. bg-size="{select:background image size}"
  36. {block:IndexPage}index-page{/block:IndexPage}
  37. {block:HomePage}home-page{/block:HomePage}
  38. {block:HomePage}blog-page-num="{CurrentPage}"{/block:HomePage}
  39. {block:Posts}{block:Post1}{block:Date}has-posts="yes"{/block:Date}{/block:Post1}{/block:Posts}
  40. {block:PermalinkPage}perma-page{/block:PermalinkPage}
  41. full-width-posts="{select:posts full width}"
  42. reblog-borders="{select:reblog dividers}"
  43. font="{select:font}"
  44. heading-font="{select:heading font}"
  45. caps-font="{select:uppercase font}"
  46. rounded-corners="{select:rounded corners}"
  47. smooth-scroll="{select:smooth scrolling}"
  48. tags-vis="{block:IndexPage}{select:tags}{/block:IndexPage}{block:PermalinkPage}always-show{/block:PermalinkPage}"
  49. shorten-note-count="{select:shorten note count}"
  50. post-footer-align="{select:post footer align}"
  51. pagi-pos="{select:page numbers location}"
  52. >
  53. <head>
  54.  
  55. <meta charset="UTF-8">
  56. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  57.  
  58. <title>
  59. {Title}
  60. {block:PostSummary} | {PostSummary}{/block:PostSummary}
  61. {block:TagPage} | #{Tag}{/block:TagPage}
  62. {block:SearchPage} | “{SearchQuery}” – {SearchResultCount} results{/block:SearchPage}
  63. </title>
  64.  
  65. <link rel="shortcut icon" href="{Favicon}">
  66.  
  67. {block:Description}
  68. {block:IndexPage}
  69. <meta name="description" content="{MetaDescription}"/>
  70. {/block:IndexPage}
  71. {/block:Description}
  72.  
  73. {block:PermalinkPage}
  74. {block:PostSummary}
  75. <meta name="description" content="{PostSummary}"/>
  76. {/block:PostSummary}
  77. {/block:PermalinkPage}
  78.  
  79. <base href="//{Name}.tumblr.com">
  80. <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
  81. <meta name="theme-color" content="{AccentColor}">
  82.  
  83. <!------- FONTS ------->
  84. <script src="//ht-devx.github.io/addGoogleFonts/v2/addGoogleFonts.min.js"></script>
  85. <link rel="preconnect" href="//fonts.googleapis.com">
  86. <link rel="preconnect" href="//fonts.gstatic.com" crossorigin>
  87. <script>
  88. addGoogleFonts("Inter, Figtree, Karla, Public Sans, Lexend, Instrument Sans, Onest, Raleway");
  89. </script>
  90. <style include-fonts>
  91. @font-face { font-family: "Geist Sans"; src: url("https://cdn.jsdelivr.net/gh/vercel/geist-font@main/packages/next/dist/fonts/geist-sans/Geist-Variable.woff2"); }
  92.  
  93. @font-face { font-family: "Geist Mono"; src: url("https://cdn.jsdelivr.net/gh/vercel/geist-font@main/packages/next/dist/fonts/geist-mono/GeistMono-Variable.woff2"); }
  94.  
  95. @font-face { font-family: "Oak Sans"; src: url("https://static.tumblr.com/gtjt4bo/iLQsjx702/oaksansvf.ttf"); font-style:normal; }
  96.  
  97. @font-face { font-family: "Oak Sans"; src: url("https://static.tumblr.com/gtjt4bo/hvosjx70p/oaksans-italicvf.ttf"); font-style:italic; }
  98. </style>
  99.  
  100. <!------- ICON LIBRARIES ------->
  101. <link href="//iconcino.gitlab.io/i/icons.css" rel="stylesheet" crossorigin>
  102.  
  103. <!------- SCRIPTS ------->
  104. <script src="//glen-iframes.gitlab.io/i/use.js"></script>
  105.  
  106. <link href="//glen-npf.gitlab.io/v4-beta/main.css" rel="stylesheet" crossorigin>
  107. <script src="//glen-npf.gitlab.io/v4-beta/use.js"></script>
  108.  
  109. <link href="//search-dropdown.gitlab.io/i/2.1/style.css" rel="stylesheet">
  110. <script src="//search-dropdown.gitlab.io/i/2.1/init.min.js"></script>
  111.  
  112. <script src="//static.tumblr.com/gtjt4bo/Hg0sk1sow/blixhavn-sticky-sidebar-v2.min.js"></script>
  113.  
  114. <script src="//unpkg.com/@popperjs/core@2/dist/umd/popper.min.js"></script>
  115. <script src="//unpkg.com/tippy.js@6/dist/tippy-bundle.umd.js"></script>
  116.  
  117. <link href="//cdn.jsdelivr.net/gh/ht-devx/VIDYO/VIDYO.min.css" rel="stylesheet">
  118. <script src="//cdn.jsdelivr.net/gh/ht-devx/VIDYO/VIDYO.min.js"></script>
  119.  
  120. <script src="//static.tumblr.com/pasdkqg/YrJsa7cu1/timeago.min.js"></script>
  121.  
  122. <script src="//static.tumblr.com/gtjt4bo/18Vryl30c/glenplayer0.js"></script>
  123.  
  124. <script src="//cdn.jsdelivr.net/gh/gblazex/[email protected]/SmoothScroll.min.js"></script>
  125.  
  126. <script src="//npf-alt-text.gitlab.io/n/main.js"></script>
  127. <link href="//npf-alt-text.gitlab.io/n/main.css" rel="stylesheet">
  128.  
  129. <script src="//glen-themes.gitlab.io/thms/12/mapo-tofu.js"></script>
  130. <link href="//glen-themes.gitlab.io/thms/12/karamucho.css" rel="stylesheet">
  131. <link href="//glen-themes.gitlab.io/thms/12/hellfire-ramen.css" rel="stylesheet">
  132.  
  133. {block:Options}
  134. <!-- divider: images -->
  135. <meta name="image:&#x1F4F7;&#x2007;&#x1D408;&#x1D40C;&#x1D400;&#x1D406;&#x1D404;&#x1D412;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  136.  
  137. <meta name="image:background image" content="//64.media.tumblr.com/3032397982de3165ed98923306e5e689/19d7e9738bbdd7df-af/s2048x3072/349b94a166d069b34e5e5bdbf20d265694b91df8.png">
  138. <meta name="image:top bar icon" content="//64.media.tumblr.com/64189166908a14154397f226f21d2d6e/19d7e9738bbdd7df-da/s2048x3072/76eff35eff143f03b26fed21a31e4084f4122b0c.png">
  139. <meta name="image:header image" content="//64.media.tumblr.com/a01f40f592dda017cf28ce05da0b395e/19d7e9738bbdd7df-3d/s2048x3072/d05d3b1efdb37dccb8823447146466a74fcea201.png">
  140. <meta name="image:sidebar image" content="//static.tumblr.com/17a66b2a727a9d46e41ca9076a1a354f/gtjt4bo/L9Goops6l/tumblr_static_3zvhdat3ng8wkgk84g0w8oo0w.png">
  141.  
  142. <!--======================================================-->
  143.  
  144. <!-- divider: general colors -->
  145. <meta name="color:&#x1F3A8;&#x2007;&#x1D406;&#x1D404;&#x1D40D;&#x1D404;&#x1D411;&#x1D400;&#x1D40B; &#x1D402;&#x1D40E;&#x1D40B;&#x1D40E;&#x1D411;&#x1D412;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  146.  
  147. <meta name="color:background" content="#fdfdfe">
  148.  
  149. <meta name="color:tumblr controls indicator" content="#53575f">
  150.  
  151. <!--======================================================-->
  152.  
  153. <!-- divider: music player -->
  154. <meta name="color:&#x1F3A8;&#x2007;&#x1D40C;&#x1D414;&#x1D412;&#x1D408;&#x1D402; &#x1D40F;&#x1D40B;&#x1D400;&#x1D418;&#x1D404;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  155.  
  156. <meta name="color:music player accent" content="#303036">
  157. <meta name="color:music player bars" content="#eeeff2">
  158. <meta name="color:music player box BG" content="#ffffff">
  159. <meta name="color:music player buttons" content="#3a3a41">
  160. <meta name="color:music player text" content="#53575f">
  161. <meta name="color:music player links" content="#202227">
  162. <meta name="color:music player links underline" content="#eeeeee">
  163.  
  164. <!--======================================================-->
  165.  
  166. <!-- divider: top bar -->
  167. <meta name="color:&#x1F3A8;&#x2007;&#x1D413;&#x1D40E;&#x1D40F;&#x20;&#x1D401;&#x1D400;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  168.  
  169. <meta name="color:top bar BG" content="#303036">
  170. <meta name="color:top bar bottom border" content="#020202">
  171.  
  172. <meta name="color:top bar icon border" content="#595959">
  173.  
  174. <meta name="color:top bar subtitle 1" content="#e2e4e9">
  175. <meta name="color:top bar subtitle 2" content="#abafba">
  176.  
  177. <meta name="color:top bar title" content="#f8f9fb">
  178.  
  179. <!--======================================================-->
  180.  
  181. <!-- divider: searchbar -->
  182. <meta name="color:&#x1F3A8;&#x2007;&#x1D412;&#x1D404;&#x1D400;&#x1D411;&#x1D402;&#x1D407;&#x1D401;&#x1D400;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  183.  
  184. <meta name="color:search icon border" content="#58585a">
  185. <meta name="color:search icon BG" content="#303036">
  186. <meta name="color:search icon" content="#d3d6de">
  187.  
  188. <meta name="color:search border" content="#58585a">
  189. <meta name="color:search BG" content="#29292e">
  190. <meta name="color:search text" content="#e2e4e9">
  191. <meta name="color:search clicked underline" content="#abafba">
  192.  
  193. <meta name="color:search button border" content="#58585a">
  194. <meta name="color:search button BG" content="#303036">
  195. <meta name="color:search button text" content="#d3d6de">
  196.  
  197. <meta name="color:search button hover border" content="#898b90">
  198. <meta name="color:search button hover BG" content="#303036">
  199. <meta name="color:search button hover text" content="#e2e4e9">
  200.  
  201. <meta name="color:search dropdown BG" content="#303036">
  202.  
  203. <meta name="color:search suggestions text" content="#e2e4e9">
  204. <meta name="color:search suggestions hover text" content="#e2e4e9">
  205. <meta name="color:search suggestions hover underline" content="#a4a8b2">
  206.  
  207. <!--======================================================-->
  208.  
  209. <!-- divider: top bar nav -->
  210. <meta name="color:&#x1F3A8;&#x2007;&#x1D413;&#x1D40E;&#x1D40F;&#x20;&#x1D401;&#x1D400;&#x1D411;&#x20;&#x1D40D;&#x1D400;&#x1D415;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  211.  
  212. <meta name="color:top bar nav icons border" content="#6a6b6c">
  213. <meta name="color:top bar nav icons BG" content="#303036">
  214. <meta name="color:top bar nav icons" content="#eeeff2">
  215. <meta name="color:top bar nav text" content="#e2e4e9">
  216.  
  217. <meta name="color:top bar nav hover border" content="#8e8e8e">
  218. <meta name="color:top bar nav hover BG" content="#303036">
  219. <meta name="color:top bar nav hover icons" content="#eeeff2">
  220. <meta name="color:top bar nav hover text" content="#e2e4e9">
  221.  
  222. <!--======================================================-->
  223.  
  224. <!-- divider: header -->
  225. <meta name="color:&#x1F3A8;&#x2007;&#x1D407;&#x1D404;&#x1D400;&#x1D403;&#x1D404;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  226.  
  227. <meta name="color:header arrow BG" content="#ffffff">
  228. <meta name="color:header arrow" content="#676c76">
  229.  
  230. <meta name="color:header panel BG" content="#ffffff">
  231.  
  232. <meta name="color:header box title BG" content="#303032">
  233. <meta name="color:header box title" content="#e2e4e9">
  234.  
  235. <meta name="color:header box content BG" content="#ffffff">
  236.  
  237. <meta name="color:header box text" content="#6f7580">
  238. <meta name="color:header box bold" content="#3e4147">
  239. <meta name="color:header box italic" content="#6f7580">
  240. <meta name="color:header box links" content="#414958">
  241. <meta name="color:header box links underline" content="#eeeeee">
  242. <meta name="color:header box scrollbar" content="#d6d7db">
  243.  
  244. <!--======================================================-->
  245.  
  246. <!-- divider: container -->
  247. <meta name="color:&#x1F3A8;&#x2007;&#x1D402;&#x1D40E;&#x1D40D;&#x1D413;&#x1D400;&#x1D408;&#x1D40D;&#x1D404;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  248.  
  249. <meta name="color:container BG" content="#f9f9fa">
  250.  
  251. <!--======================================================-->
  252.  
  253. <!-- divider: sidebar -->
  254. <meta name="color:&#x1F3A8;&#x2007;&#x1D412;&#x1D408;&#x1D403;&#x1D404;&#x1D401;&#x1D400;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  255.  
  256. <meta name="color:sidebar title BG" content="#303036">
  257. <meta name="color:sidebar title icon" content="#e2e4e9">
  258. <meta name="color:sidebar title" content="#e2e4e9">
  259.  
  260. <meta name="color:sidebar boxes bottom border" content="#f0f0f0">
  261. <meta name="color:sidebar boxes BG" content="#fff">
  262.  
  263. <!--======================================================-->
  264.  
  265. <!-- divider: about box -->
  266. <meta name="color:&#x1F3A8;&#x2007;&#x1D400;&#x1D401;&#x1D40E;&#x1D414;&#x1D413; &#x1D401;&#x1D40E;&#x1D417;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  267.  
  268. <meta name="color:sidebar desc text" content="#6f7580">
  269. <meta name="color:sidebar desc bold" content="#53575f">
  270. <meta name="color:sidebar desc italic" content="#6f7580">
  271. <meta name="color:sidebar desc links" content="#414958">
  272. <meta name="color:sidebar desc links underline" content="#eeeeee">
  273.  
  274. <!--======================================================-->
  275.  
  276. <!-- divider: custom links -->
  277. <meta name="color:&#x1F3A8;&#x2007;&#x1D402;&#x1D414;&#x1D412;&#x1D413;&#x1D40E;&#x1D40C; &#x1D40B;&#x1D408;&#x1D40D;&#x1D40A;&#x1D412;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  278.  
  279. <meta name="color:custom links BG" content="#f8f9fb">
  280. <meta name="color:custom links" content="#575a65">
  281. <meta name="color:custom links hover underline" content="#7f7f8f">
  282.  
  283. <!--======================================================-->
  284.  
  285. <!-- divider: pagination -->
  286. <meta name="color:&#x1F3A8;&#x2007;&#x1D40F;&#x1D400;&#x1D406;&#x1D408;&#x1D40D;&#x1D400;&#x1D413;&#x1D408;&#x1D40E;&#x1D40D;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  287.  
  288. <meta name="color:page numbers" content="#33373c">
  289. <meta name="color:page numbers underline" content="#eeeeee">
  290.  
  291. <!--======================================================-->
  292.  
  293. <!-- divider: posts -->
  294. <meta name="color:&#x1F3A8;&#x2007;&#x1D40F;&#x1D40E;&#x1D412;&#x1D413;&#x1D412;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  295.  
  296. <meta name="color:posts borders" content="#f0f0f0">
  297. <meta name="color:posts BG" content="#fff">
  298. <meta name="color:text" content="#6f7580">
  299.  
  300. <meta name="color:posts accent borders" content="#f0f0f0">
  301. <meta name="color:posts accent BG" content="#f8f9fb">
  302. <meta name="color:posts accent text" content="#575a65">
  303.  
  304. <meta name="color:post type icons BG" content="#fff">
  305. <meta name="color:post type icons" content="#6f7580">
  306.  
  307. <meta name="color:headings" content="#404a54">
  308. <meta name="color:bold" content="#53575f">
  309. <meta name="color:italic" content="#6f7580">
  310.  
  311. <meta name="color:links" content="#414958">
  312. <meta name="color:links underline" content="#e8e8e8">
  313.  
  314. <meta name="color:posts usernames" content="#414958">
  315. <meta name="color:reblog dividers" content="#f0f0f0">
  316.  
  317. <meta name="color:buttons BG" content="#303036">
  318. <meta name="color:buttons icons" content="#e2e4e9">
  319.  
  320. <!--======================================================-->
  321.  
  322. <!-- divider: tags -->
  323. <meta name="color:&#x1F3A8;&#x2007;&#x1D413;&#x1D400;&#x1D406;&#x1D412;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  324. <meta name="color:tags" content="#6f7580">
  325. <meta name="color:tags hover" content="#414958">
  326.  
  327. <!--======================================================-->
  328.  
  329. <!-- divider: post footer -->
  330. <meta name="color:&#x1F3A8;&#x2007;&#x1D40F;&#x1D40E;&#x1D412;&#x1D413; &#x1D405;&#x1D40E;&#x1D40E;&#x1D413;&#x1D404;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  331.  
  332. <meta name="color:post footer border" content="#f0f0f0">
  333. <meta name="color:post footer BG" content="#fbfbfd">
  334. <meta name="color:post footer text" content="#575a65">
  335. <meta name="color:post footer buttons" content="#575a65">
  336. <meta name="color:like button liked" content="#ff7474">
  337.  
  338. <!--======================================================-->
  339.  
  340. <!-- divider: other colors -->
  341. <meta name="color:&#x1F3A8;&#x2007;&#x1D40E;&#x1D413;&#x1D407;&#x1D404;&#x1D411; &#x1D402;&#x1D40E;&#x1D40B;&#x1D40E;&#x1D411;&#x1D412;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" content="">
  342.  
  343. <meta name="color:scrollbar" content="#b2b4bc">
  344.  
  345. <meta name="color:text highlight BG" content="#b4d7ff">
  346. <meta name="color:text highlighted" content="#6f7580">
  347.  
  348. <meta name="color:hover text border" content="#f0f0f0">
  349. <meta name="color:hover text BG" content="#fcfcfd">
  350. <meta name="color:hover text" content="#636673">
  351.  
  352. <!--======================================================-->
  353.  
  354. <!-- divider: general -->
  355. <meta name="select:&#x1F53D;&#x2007;&#x1D406;&#x1D404;&#x1D40D;&#x1D404;&#x1D411;&#x1D400;&#x1D40B;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  356.  
  357. <!-- theme guide prompt -->
  358. <meta name="select:I have read the guide" title="no" content="no">
  359. <meta name="select:I have read the guide" title="yes" content="yes">
  360.  
  361. <!-- tumblr controls color -->
  362. <meta name="select:tumblr controls color" title="black" content="black">
  363. <meta name="select:tumblr controls color" title="white" content="white">
  364.  
  365. <!-- tumblr controls visibility -->
  366. <meta name="select:tumblr controls visibility" title="click toggle" content="click-toggle">
  367. <meta name="select:tumblr controls visibility" title="always show" content="always-show">
  368. <meta name="select:tumblr controls visibility" title="hover to show" content="hover">
  369.  
  370. <!-- background image size -->
  371. <meta name="select:background image size" title="small&#x2009;&#x2F;&#x2009;repeating" content="repeat">
  372. <meta name="select:background image size" title="large&#x2009;&#x2F;&#x2009;full" content="full">
  373.  
  374. <!-- rounded corners -->
  375. <meta name="select:rounded corners" title="medium" content=".375rem">
  376. <meta name="select:rounded corners" title="none" content="0px">
  377. <meta name="select:rounded corners" title="more" content=".75rem">
  378.  
  379. <!-- show music player -->
  380. <meta name="select:show music player" title="show" content="show">
  381. <meta name="select:show music player" title="hide" content="hide">
  382.  
  383. <!-- smooth scorlling -->
  384. <meta name="select:smooth scrolling" title="yes" content="yes">
  385. <meta name="select:smooth scrolling" title="no" content="no">
  386.  
  387. <!--======================================================-->
  388.  
  389. <!-- divider: container -->
  390. <meta name="select:&#x1F53D;&#x2007;&#x1D402;&#x1D40E;&#x1D40D;&#x1D413;&#x1D400;&#x1D408;&#x1D40D;&#x1D404;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  391.  
  392. <meta name="select:container side shadows" title="yes" content="yes">
  393. <meta name="select:container side shadows" title="no" content="no">
  394.  
  395. <meta name="select:container padding" title="35px" content="35px">
  396. <meta name="select:container padding" title="20px" content="20px">
  397. <meta name="select:container padding" title="25px" content="25px">
  398. <meta name="select:container padding" title="30px" content="30px">
  399. <meta name="select:container padding" title="40px" content="40px">
  400. <meta name="select:container padding" title="45px" content="45px">
  401. <meta name="select:container padding" title="50px" content="50px">
  402. <meta name="select:container padding" title="55px" content="55px">
  403. <meta name="select:container padding" title="60px" content="60px">
  404. <meta name="select:container padding" title="65px" content="65px">
  405. <meta name="select:container padding" title="70px" content="70px">
  406. <meta name="select:container padding" title="75px" content="75px">
  407. <meta name="select:container padding" title="80px" content="80px">
  408. <meta name="select:container padding" title="85px" content="85px">
  409. <meta name="select:container padding" title="90px" content="90px">
  410. <meta name="select:container padding" title="95px" content="95px">
  411. <meta name="select:container padding" title="100px" content="100px">
  412.  
  413. <meta name="select:container center gap" title="50px" content="50px">
  414. <meta name="select:container center gap" title="35px" content="35px">
  415. <meta name="select:container center gap" title="20px" content="20px">
  416. <meta name="select:container center gap" title="25px" content="25px">
  417. <meta name="select:container center gap" title="30px" content="30px">
  418. <meta name="select:container center gap" title="40px" content="40px">
  419. <meta name="select:container center gap" title="45px" content="45px">
  420. <meta name="select:container center gap" title="55px" content="55px">
  421. <meta name="select:container center gap" title="60px" content="60px">
  422. <meta name="select:container center gap" title="65px" content="65px">
  423. <meta name="select:container center gap" title="70px" content="70px">
  424. <meta name="select:container center gap" title="75px" content="75px">
  425. <meta name="select:container center gap" title="80px" content="80px">
  426. <meta name="select:container center gap" title="85px" content="85px">
  427. <meta name="select:container center gap" title="90px" content="90px">
  428. <meta name="select:container center gap" title="95px" content="95px">
  429. <meta name="select:container center gap" title="100px" content="100px">
  430.  
  431. <!--======================================================-->
  432.  
  433. <!-- divider: fonts -->
  434. <meta name="select:&#x1F53D;&#x2007;&#x1D405;&#x1D40E;&#x1D40D;&#x1D413;&#x1D412;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  435.  
  436. <!-- body font -->
  437. <meta name="select:font" title="Karla" content="Karla">
  438. <meta name="select:font" title="Inter" content="Inter">
  439. <meta name="select:font" title="Instrument Sans" content="Instrument Sans">
  440. <meta name="select:font" title="Onest" content="Onest">
  441. <meta name="select:font" title="Geist Sans" content="Geist Sans">
  442.  
  443. <!-- heading font -->
  444. <meta name="select:heading font" title="Oak Sans" content="Oak Sans">
  445. <meta name="select:heading font" title="Raleway" content="Raleway">
  446. <meta name="select:heading font" title="Lexend" content="Lexend">
  447.  
  448. <!-- uppercase font -->
  449. <meta name="select:uppercase font" title="Karla" content="Karla">
  450. <meta name="select:uppercase font" title="Figtree" content="Figtree">
  451. <meta name="select:uppercase font" title="Public Sans" content="Public Sans">
  452.  
  453. <!-- font size -->
  454. <meta name="select:font size" title="13px" content="0.85rem">
  455. <meta name="select:font size" title="11px" content="0.75rem">
  456. <meta name="select:font size" title="12px" content="0.8rem">
  457. <meta name="select:font size" title="14px" content="0.9rem">
  458. <meta name="select:font size" title="15px" content="0.95">
  459. <meta name="select:font size" title="16px" content="1rem">
  460.  
  461. <!--======================================================-->
  462.  
  463. <!-- divider: top bar -->
  464. <meta name="select:&#x1F53D;&#x2007;&#x1D413;&#x1D40E;&#x1D40F;&#x20;&#x1D401;&#x1D400;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  465.  
  466. <meta name="select:top bar padding horizontal" title="18px" content="18px">
  467. <meta name="select:top bar padding horizontal" title="4px" content="4px">
  468. <meta name="select:top bar padding horizontal" title="6px" content="6px">
  469. <meta name="select:top bar padding horizontal" title="8px" content="8px">
  470. <meta name="select:top bar padding horizontal" title="10px" content="10px">
  471. <meta name="select:top bar padding horizontal" title="12px" content="12px">
  472. <meta name="select:top bar padding horizontal" title="14px" content="14px">
  473. <meta name="select:top bar padding horizontal" title="16px" content="16px">
  474. <meta name="select:top bar padding horizontal" title="20px" content="20px">
  475. <meta name="select:top bar padding horizontal" title="22px" content="22px">
  476. <meta name="select:top bar padding horizontal" title="24px" content="24px">
  477. <meta name="select:top bar padding horizontal" title="26px" content="26px">
  478. <meta name="select:top bar padding horizontal" title="28px" content="28px">
  479. <meta name="select:top bar padding horizontal" title="30px" content="30px">
  480.  
  481. <meta name="select:top bar padding vertical" title="10px" content="10px">
  482. <meta name="select:top bar padding vertical" title="4px" content="4px">
  483. <meta name="select:top bar padding vertical" title="6px" content="6px">
  484. <meta name="select:top bar padding vertical" title="8px" content="8px">
  485. <meta name="select:top bar padding vertical" title="12px" content="12px">
  486. <meta name="select:top bar padding vertical" title="14px" content="14px">
  487. <meta name="select:top bar padding vertical" title="16px" content="16px">
  488. <meta name="select:top bar padding vertical" title="18px" content="18px">
  489. <meta name="select:top bar padding vertical" title="20px" content="20px">
  490. <meta name="select:top bar padding vertical" title="22px" content="22px">
  491. <meta name="select:top bar padding vertical" title="24px" content="24px">
  492. <meta name="select:top bar padding vertical" title="26px" content="26px">
  493. <meta name="select:top bar padding vertical" title="28px" content="28px">
  494. <meta name="select:top bar padding vertical" title="30px" content="30px">
  495.  
  496. <meta name="select:top bar bottom border size" title="4px" content="4px">
  497. <meta name="select:top bar bottom border size" title="none" content="0px">
  498. <meta name="select:top bar bottom border size" title="1px" content="1px">
  499. <meta name="select:top bar bottom border size" title="2px" content="2px">
  500. <meta name="select:top bar bottom border size" title="3px" content="3px">
  501. <meta name="select:top bar bottom border size" title="5px" content="5px">
  502. <meta name="select:top bar bottom border size" title="6px" content="6px">
  503. <meta name="select:top bar bottom border size" title="7px" content="7px">
  504. <meta name="select:top bar bottom border size" title="8px" content="8px">
  505.  
  506. <!--======================================================-->
  507.  
  508. <!-- divider: top bar icon -->
  509. <meta name="select:&#x1F53D;&#x2007;&#x1D413;&#x1D40E;&#x1D40F;&#x20;&#x1D401;&#x1D400;&#x1D411;&#x20;&#x1D408;&#x1D402;&#x1D40E;&#x1D40D;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  510.  
  511. <meta name="select:top bar icon size" title="35px" content="35px">
  512. <meta name="select:top bar icon size" title="25px" content="25px">
  513. <meta name="select:top bar icon size" title="30px" content="30px">
  514. <meta name="select:top bar icon size" title="40px" content="40px">
  515. <meta name="select:top bar icon size" title="45px" content="45px">
  516. <meta name="select:top bar icon size" title="50px" content="50px">
  517. <meta name="select:top bar icon size" title="55px" content="55px">
  518. <meta name="select:top bar icon size" title="60px" content="60px">
  519.  
  520. <meta name="select:top bar icon frame gap" title="4px" content="4px">
  521. <meta name="select:top bar icon frame gap" title="0px" content="0px">
  522. <meta name="select:top bar icon frame gap" title="2px" content="2px">
  523. <meta name="select:top bar icon frame gap" title="6px" content="6px">
  524. <meta name="select:top bar icon frame gap" title="8px" content="8px">
  525. <meta name="select:top bar icon frame gap" title="10px" content="10px">
  526. <meta name="select:top bar icon frame gap" title="12px" content="12px">
  527. <meta name="select:top bar icon frame gap" title="14px" content="14px">
  528.  
  529. <!--======================================================-->
  530.  
  531. <!-- divider: top bar subtitles -->
  532. <meta name="select:&#x1F53D;&#x2007;&#x1D413;&#x1D40E;&#x1D40F;&#x20;&#x1D401;&#x1D400;&#x1D411;&#x20;&#x1D412;&#x1D414;&#x1D401;&#x1D413;&#x1D408;&#x1D413;&#x1D40B;&#x1D404;&#x1D412;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  533.  
  534. <meta name="select:top bar subtitles left gap" title="11px" content="11px">
  535. <meta name="select:top bar subtitles left gap" title="9px" content="9px">
  536. <meta name="select:top bar subtitles left gap" title="13px" content="13px">
  537. <meta name="select:top bar subtitles left gap" title="15px" content="15px">
  538.  
  539. <meta name="select:top bar subtitle 1 size" title="12px" content="0.688rem">
  540. <meta name="select:top bar subtitle 1 size" title="11px" content="0.625rem">
  541. <meta name="select:top bar subtitle 1 size" title="13px" content="0.75rem">
  542. <meta name="select:top bar subtitle 1 size" title="14px" content="0.813rem">
  543. <meta name="select:top bar subtitle 1 size" title="15px" content="0.875rem">
  544. <meta name="select:top bar subtitle 1 size" title="16px" content="0.938rem">
  545. <meta name="select:top bar subtitle 1 size" title="17px" content="1rem">
  546.  
  547. <meta name="select:top bar subtitle 2 size" title="11px" content="0.625rem">
  548. <meta name="select:top bar subtitle 2 size" title="12px" content="0.688rem">
  549. <meta name="select:top bar subtitle 2 size" title="13px" content="0.75rem">
  550. <meta name="select:top bar subtitle 2 size" title="14px" content="0.813rem">
  551. <meta name="select:top bar subtitle 2 size" title="15px" content="0.875rem">
  552. <meta name="select:top bar subtitle 2 size" title="16px" content="0.938rem">
  553. <meta name="select:top bar subtitle 2 size" title="17px" content="1rem">
  554.  
  555. <meta name="select:top bar subtitles spacing" title="4px" content="4px">
  556. <meta name="select:top bar subtitles spacing" title="2px" content="2px">
  557. <meta name="select:top bar subtitles spacing" title="6px" content="6px">
  558. <meta name="select:top bar subtitles spacing" title="8px" content="8px">
  559. <meta name="select:top bar subtitles spacing" title="10px" content="10px">
  560.  
  561. <!--======================================================-->
  562.  
  563. <!-- divider: searchbar -->
  564. <meta name="select:&#x1F53D;&#x2007;&#x1D412;&#x1D404;&#x1D400;&#x1D411;&#x1D402;&#x1D407;&#x1D401;&#x1D400;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  565.  
  566. <meta name="select:show searchbar" title="show" content="show">
  567. <meta name="select:show searchbar" title="hide" content="hide">
  568.  
  569. <meta name="select:search font size" title="12px" content="0.75rem">
  570. <meta name="select:search font size" title="10px" content="0.625rem">
  571. <meta name="select:search font size" title="11px" content="0.688rem">
  572. <meta name="select:search font size" title="13px" content="0.813rem">
  573. <meta name="select:search font size" title="14px" content="0.875rem">
  574. <meta name="select:search font size" title="15px" content="0.938rem">
  575.  
  576. <meta name="select:search dropdown rounded corners" title="4px" content="4px">
  577. <meta name="select:search dropdown rounded corners" title="none" content="0px">
  578. <meta name="select:search dropdown rounded corners" title="2px" content="2px">
  579. <meta name="select:search dropdown rounded corners" title="6px" content="6px">
  580. <meta name="select:search dropdown rounded corners" title="8px" content="8px">
  581. <meta name="select:search dropdown rounded corners" title="10px" content="10px">
  582.  
  583. <meta name="select:search suggestions font size" title="11px" content="0.688rem">
  584. <meta name="select:search suggestions font size" title="10px" content="0.625rem">
  585. <meta name="select:search suggestions font size" title="12px" content="0.75rem">
  586. <meta name="select:search suggestions font size" title="13px" content="0.813rem">
  587. <meta name="select:search suggestions font size" title="14px" content="0.875rem">
  588. <meta name="select:search suggestions font size" title="15px" content="0.938rem">
  589.  
  590. <!--======================================================-->
  591.  
  592. <!-- divider: top bar title -->
  593. <meta name="select:&#x1F53D;&#x2007;&#x1D413;&#x1D40E;&#x1D40F; &#x1D401;&#x1D400;&#x1D411; &#x1D413;&#x1D408;&#x1D413;&#x1D40B;&#x1D404;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  594.  
  595. <meta name="select:top bar title size" title="16px" content="1rem">
  596. <meta name="select:top bar title size" title="14px" content="0.875rem">
  597. <meta name="select:top bar title size" title="12px" content="0.75rem">
  598. <meta name="select:top bar title size" title="13px" content="0.813rem">
  599. <meta name="select:top bar title size" title="15px" content="0.938rem">
  600. <meta name="select:top bar title size" title="17px" content="1.063rem">
  601. <meta name="select:top bar title size" title="18px" content="1.125rem">
  602. <meta name="select:top bar title size" title="19px" content="1.188rem">
  603. <meta name="select:top bar title size" title="20px" content="1.25rem">
  604.  
  605. <meta name="select:top bar title bold" title="none" content="normal">
  606. <meta name="select:top bar title bold" title="bold" content="bold">
  607. <meta name="select:top bar title bold" title="bolder" content="bolder">
  608.  
  609. <!--======================================================-->
  610.  
  611. <!-- divider: top bar nav -->
  612. <meta name="select:&#x1F53D;&#x2007;&#x1D413;&#x1D40E;&#x1D40F;&#x20;&#x1D401;&#x1D400;&#x1D411;&#x20;&#x1D40D;&#x1D400;&#x1D415;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  613.  
  614. <meta name="select:top bar nav icons size" title="14px" content="0.875rem">
  615. <meta name="select:top bar nav icons size" title="12px" content="0.75rem">
  616. <meta name="select:top bar nav icons size" title="13px" content="0.813rem">
  617. <meta name="select:top bar nav icons size" title="15px" content="0.938rem">
  618. <meta name="select:top bar nav icons size" title="16px" content="1rem">
  619. <meta name="select:top bar nav icons size" title="17px" content="1.063rem">
  620. <meta name="select:top bar nav icons size" title="18px" content="1.125rem">
  621. <meta name="select:top bar nav icons size" title="19px" content="1.188rem">
  622. <meta name="select:top bar nav icons size" title="20px" content="1.25rem">
  623.  
  624. <meta name="select:top bar nav icons padding" title="6px" content="6px">
  625. <meta name="select:top bar nav icons padding" title="4px" content="4px">
  626. <meta name="select:top bar nav icons padding" title="8px" content="8px">
  627. <meta name="select:top bar nav icons padding" title="10px" content="10px">
  628. <meta name="select:top bar nav icons padding" title="12px" content="12px">
  629.  
  630. <meta name="select:top bar nav icons right gap" title="7px" content="7px">
  631. <meta name="select:top bar nav icons right gap" title="5px" content="5px">
  632. <meta name="select:top bar nav icons right gap" title="9px" content="9px">
  633. <meta name="select:top bar nav icons right gap" title="11px" content="11px">
  634. <meta name="select:top bar nav icons right gap" title="13px" content="13px">
  635.  
  636. <meta name="select:top bar nav spacing" title="16px" content="16px">
  637. <meta name="select:top bar nav spacing" title="10px" content="10px">
  638. <meta name="select:top bar nav spacing" title="12px" content="12px">
  639. <meta name="select:top bar nav spacing" title="14px" content="14px">
  640. <meta name="select:top bar nav spacing" title="18px" content="18px">
  641. <meta name="select:top bar nav spacing" title="20px" content="20px">
  642. <meta name="select:top bar nav spacing" title="22px" content="22px">
  643.  
  644. <!--======================================================-->
  645.  
  646. <!-- divider: header -->
  647. <meta name="select:&#x1F53D;&#x2007;&#x1D407;&#x1D404;&#x1D400;&#x1D403;&#x1D404;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  648.  
  649. <meta name="select:include header" title="show" content="show">
  650. <meta name="select:include header" title="hide" content="hide">
  651.  
  652. <meta name="select:show header when" title="main page & post page" content="main-and-post">
  653. <meta name="select:show header when" title="main page only" content="main-page">
  654. <meta name="select:show header when" title="all pages" content="all-pages">
  655.  
  656. <meta name="select:header height" title="[screen height] 60%" content="60vh">
  657. <meta name="select:header height" title="same as image height" content="img-height">
  658. <meta name="select:header height" title="[ratio] 3:1" content="3:1">
  659. <meta name="select:header height" title="[ratio] 21:9" content="21:9">
  660. <meta name="select:header height" title="[ratio] 16:9" content="16:9">
  661. <meta name="select:header height" title="[screen height] 30%" content="30vh">
  662. <meta name="select:header height" title="[screen height] 35%" content="35vh">
  663. <meta name="select:header height" title="[screen height] 40%" content="40vh">
  664. <meta name="select:header height" title="[screen height] 45%" content="45vh">
  665. <meta name="select:header height" title="[screen height] 50%" content="50vh">
  666. <meta name="select:header height" title="[screen height] 55%" content="55vh">
  667. <meta name="select:header height" title="[screen height] 65%" content="65vh">
  668. <meta name="select:header height" title="[screen height] 70%" content="70vh">
  669.  
  670. <meta name="select:header image anchor X" title="center" content="center">
  671. <meta name="select:header image anchor X" title="left" content="left">
  672. <meta name="select:header image anchor X" title="right" content="right">
  673.  
  674. <meta name="select:header image anchor Y" title="center" content="center">
  675. <meta name="select:header image anchor Y" title="top" content="top">
  676. <meta name="select:header image anchor Y" title="bottom" content="bottom">
  677.  
  678. <meta name="select:header arrow BG transparency" title="30%" content="30%">
  679. <meta name="select:header arrow BG transparency" title="0%" content="0%">
  680. <meta name="select:header arrow BG transparency" title="10%" content="10%">
  681. <meta name="select:header arrow BG transparency" title="20%" content="20%">
  682. <meta name="select:header arrow BG transparency" title="40%" content="40%">
  683. <meta name="select:header arrow BG transparency" title="50%" content="50%">
  684. <meta name="select:header arrow BG transparency" title="60%" content="60%">
  685. <meta name="select:header arrow BG transparency" title="70%" content="70%">
  686. <meta name="select:header arrow BG transparency" title="80%" content="80%">
  687. <meta name="select:header arrow BG transparency" title="90%" content="90%">
  688. <meta name="select:header arrow BG transparency" title="100%" content="100%">
  689.  
  690. <meta name="select:header arrow BG blur" title="4px" content="4px">
  691. <meta name="select:header arrow BG blur" title="none" content="0px">
  692. <meta name="select:header arrow BG blur" title="2px" content="2px">
  693. <meta name="select:header arrow BG blur" title="6px" content="6px">
  694. <meta name="select:header arrow BG blur" title="8px" content="8px">
  695. <meta name="select:header arrow BG blur" title="10px" content="10px">
  696.  
  697. <meta name="select:header arrow padding" title="12px" content="12px">
  698. <meta name="select:header arrow padding" title="4px" content="4px">
  699. <meta name="select:header arrow padding" title="6px" content="6px">
  700. <meta name="select:header arrow padding" title="8px" content="8px">
  701. <meta name="select:header arrow padding" title="10px" content="10px">
  702. <meta name="select:header arrow padding" title="14px" content="14px">
  703. <meta name="select:header arrow padding" title="16px" content="16px">
  704. <meta name="select:header arrow padding" title="18px" content="18px">
  705. <meta name="select:header arrow padding" title="20px" content="20px">
  706.  
  707. <meta name="select:header arrow size" title="1.25rem" content="1.25rem">
  708. <meta name="select:header arrow size" title="1rem" content="1rem">
  709. <meta name="select:header arrow size" title="1.15rem" content="1.15rem">
  710. <meta name="select:header arrow size" title="1.2rem" content="1.2rem">
  711. <meta name="select:header arrow size" title="1.3rem" content="1.3rem">
  712. <meta name="select:header arrow size" title="1.35rem" content="1.35rem">
  713. <meta name="select:header arrow size" title="1.4rem" content="1.4rem">
  714. <meta name="select:header arrow size" title="1.45rem" content="1.45rem">
  715. <meta name="select:header arrow size" title="1.5rem" content="1.5rem">
  716.  
  717. <meta name="select:header arrow spin speed" title="slow" content="1s">
  718. <meta name="select:header arrow spin speed" title="very fast" content="250ms">
  719. <meta name="select:header arrow spin speed" title="fast" content="500ms">
  720. <meta name="select:header arrow spin speed" title="normal" content="750ms">
  721. <meta name="select:header arrow spin speed" title="very slow" content="1.25s">
  722.  
  723. <meta name="select:header panel slide speed" title="slow" content="1s">
  724. <meta name="select:header panel slide speed" title="very fast" content="250ms">
  725. <meta name="select:header panel slide speed" title="fast" content="500ms">
  726. <meta name="select:header panel slide speed" title="normal" content="750ms">
  727. <meta name="select:header panel slide speed" title="very slow" content="1.25s">
  728.  
  729. <meta name="select:header panel BG transparency" title="40%" content="40%">
  730. <meta name="select:header panel BG transparency" title="0%" content="0%">
  731. <meta name="select:header panel BG transparency" title="10%" content="10%">
  732. <meta name="select:header panel BG transparency" title="20%" content="20%">
  733. <meta name="select:header panel BG transparency" title="30%" content="30%">
  734. <meta name="select:header panel BG transparency" title="50%" content="50%">
  735. <meta name="select:header panel BG transparency" title="60%" content="60%">
  736. <meta name="select:header panel BG transparency" title="70%" content="70%">
  737. <meta name="select:header panel BG transparency" title="80%" content="80%">
  738. <meta name="select:header panel BG transparency" title="90%" content="90%">
  739. <meta name="select:header panel BG transparency" title="100%" content="100%">
  740.  
  741. <meta name="select:header panel BG blur" title="6px" content="6px">
  742. <meta name="select:header panel BG blur" title="none" content="0px">
  743. <meta name="select:header panel BG blur" title="2px" content="2px">
  744. <meta name="select:header panel BG blur" title="4px" content="4px">
  745. <meta name="select:header panel BG blur" title="8px" content="8px">
  746. <meta name="select:header panel BG blur" title="10px" content="10px">
  747.  
  748. <!--======================================================-->
  749.  
  750. <!-- divider: header boxes -->
  751. <meta name="select:&#x1F53D;&#x2007;&#x1D407;&#x1D404;&#x1D400;&#x1D403;&#x1D404;&#x1D411; &#x1D401;&#x1D40E;&#x1D417;&#x1D404;&#x1D412;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  752.  
  753. <meta name="select:show header boxes" title="show" content="show">
  754. <meta name="select:show header boxes" title="hide" content="hide">
  755.  
  756. <meta name="select:header boxes width" title="compact" content="compact">
  757. <meta name="select:header boxes width" title="fill" content="fill">
  758.  
  759. <meta name="select:header boxes align" title="top" content="top">
  760. <meta name="select:header boxes align" title="center" content="center">
  761.  
  762. <meta name="select:tall header boxes" title="tall" content="tall">
  763. <meta name="select:tall header boxes" title="auto" content="auto">
  764.  
  765. <meta name="select:header boxes spacing" title="35px" content="35px">
  766. <meta name="select:header boxes spacing" title="15px" content="15px">
  767. <meta name="select:header boxes spacing" title="20px" content="20px">
  768. <meta name="select:header boxes spacing" title="25px" content="25px">
  769. <meta name="select:header boxes spacing" title="30px" content="30px">
  770. <meta name="select:header boxes spacing" title="40px" content="40px">
  771. <meta name="select:header boxes spacing" title="45px" content="45px">
  772. <meta name="select:header boxes spacing" title="50px" content="50px">
  773. <meta name="select:header boxes spacing" title="55px" content="55px">
  774. <meta name="select:header boxes spacing" title="60px" content="60px">
  775. <meta name="select:header boxes spacing" title="65px" content="65px">
  776. <meta name="select:header boxes spacing" title="70px" content="70px">
  777.  
  778. <meta name="select:header box title padding" title="12px" content="12px">
  779. <meta name="select:header box title padding" title="8px" content="8px">
  780. <meta name="select:header box title padding" title="10px" content="10px">
  781. <meta name="select:header box title padding" title="14px" content="14px">
  782. <meta name="select:header box title padding" title="16px" content="16px">
  783. <meta name="select:header box title padding" title="18px" content="18px">
  784. <meta name="select:header box title padding" title="20px" content="20px">
  785. <meta name="select:header box title padding" title="22px" content="22px">
  786. <meta name="select:header box title padding" title="24px" content="24px">
  787. <meta name="select:header box title padding" title="26px" content="26px">
  788.  
  789. <meta name="select:header box title size" title="12px" content="0.688rem">
  790. <meta name="select:header box title size" title="10px" content="0.563rem">
  791. <meta name="select:header box title size" title="11px" content="0.625rem">
  792. <meta name="select:header box title size" title="13px" content="0.75rem">
  793. <meta name="select:header box title size" title="14px" content="0.813rem">
  794. <meta name="select:header box title size" title="15px" content="0.875rem">
  795. <meta name="select:header box title size" title="16px" content="0.938rem">
  796. <meta name="select:header box title size" title="17px" content="1rem">
  797. <meta name="select:header box title size" title="18px" content="1.063rem">
  798.  
  799. <meta name="select:header box content padding" title="14px" content="14px">
  800. <meta name="select:header box content padding" title="8px" content="8px">
  801. <meta name="select:header box content padding" title="10px" content="10px">
  802. <meta name="select:header box content padding" title="12px" content="12px">
  803. <meta name="select:header box content padding" title="16px" content="16px">
  804. <meta name="select:header box content padding" title="18px" content="18px">
  805. <meta name="select:header box content padding" title="20px" content="20px">
  806.  
  807. <meta name="select:header box font size" title="13px" content="0.85rem">
  808. <meta name="select:header box font size" title="11px" content="0.75rem">
  809. <meta name="select:header box font size" title="12px" content="0.8rem">
  810. <meta name="select:header box font size" title="14px" content="0.9rem">
  811. <meta name="select:header box font size" title="15px" content="0.95">
  812. <meta name="select:header box font size" title="16px" content="1rem">
  813.  
  814. <meta name="select:header box text align" title="center" content="center">
  815. <meta name="select:header box text align" title="left" content="left">
  816. <meta name="select:header box text align" title="justify" content="justify">
  817. <meta name="select:header box text align" title="right" content="right">
  818.  
  819. <!--======================================================-->
  820.  
  821. <!-- divider: sidebar -->
  822. <meta name="select:&#x1F53D;&#x2007;&#x1D412;&#x1D408;&#x1D403;&#x1D404;&#x1D401;&#x1D400;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  823.  
  824. <meta name="select:sidebar width" title="250px" content="250px">
  825. <meta name="select:sidebar width" title="225px" content="225px">
  826. <meta name="select:sidebar width" title="275px" content="275px">
  827. <meta name="select:sidebar width" title="300px" content="300px">
  828. <meta name="select:sidebar width" title="350px" content="350px">
  829.  
  830. <meta name="select:sidebar title padding" title="12px" content="12px">
  831. <meta name="select:sidebar title padding" title="10px" content="10px">
  832. <meta name="select:sidebar title padding" title="14px" content="14px">
  833. <meta name="select:sidebar title padding" title="16px" content="16px">
  834. <meta name="select:sidebar title padding" title="18px" content="18px">
  835. <meta name="select:sidebar title padding" title="20px" content="20px">
  836.  
  837. <meta name="select:sidebar title icon size" title="13px" content="0.813rem">
  838. <meta name="select:sidebar title icon size" title="12px" content="0.75rem">
  839. <meta name="select:sidebar title icon size" title="14px" content="0.875rem">
  840. <meta name="select:sidebar title icon size" title="15px" content="0.938rem">
  841. <meta name="select:sidebar title icon size" title="16px" content="1rem">
  842. <meta name="select:sidebar title icon size" title="17px" content="1.063rem">
  843. <meta name="select:sidebar title icon size" title="18px" content="1.125rem">
  844.  
  845. <meta name="select:sidebar title font size" title="12px" content="0.688rem">
  846. <meta name="select:sidebar title font size" title="11px" content="0.625rem">
  847. <meta name="select:sidebar title font size" title="13px" content="0.75rem">
  848. <meta name="select:sidebar title font size" title="14px" content="0.813rem">
  849. <meta name="select:sidebar title font size" title="15px" content="0.875rem">
  850. <meta name="select:sidebar title font size" title="16px" content="0.938rem">
  851. <meta name="select:sidebar title font size" title="17px" content="1rem">
  852. <meta name="select:sidebar title font size" title="18px" content="1.063rem">
  853.  
  854. <meta name="select:sidebar title position" title="left" content="left">
  855. <meta name="select:sidebar title position" title="center" content="center">
  856. <meta name="select:sidebar title position" title="right" content="right">
  857.  
  858. <meta name="select:sidebar title swap icon order" title="no" content="no">
  859. <meta name="select:sidebar title swap icon order" title="yes" content="yes">
  860.  
  861. <meta name="select:sidebar desc padding" title="14px" content="14px">
  862. <meta name="select:sidebar desc padding" title="10px" content="10px">
  863. <meta name="select:sidebar desc padding" title="12px" content="12px">
  864. <meta name="select:sidebar desc padding" title="16px" content="16px">
  865. <meta name="select:sidebar desc padding" title="18px" content="18px">
  866. <meta name="select:sidebar desc padding" title="20px" content="20px">
  867.  
  868. <meta name="select:sidebar desc font size" title="13px" content="0.85rem">
  869. <meta name="select:sidebar desc font size" title="11px" content="0.75rem">
  870. <meta name="select:sidebar desc font size" title="12px" content="0.8rem">
  871. <meta name="select:sidebar desc font size" title="14px" content="0.9rem">
  872. <meta name="select:sidebar desc font size" title="15px" content="0.95">
  873. <meta name="select:sidebar desc font size" title="16px" content="1rem">
  874.  
  875. <meta name="select:sidebar desc text align" title="center" content="center">
  876. <meta name="select:sidebar desc text align" title="left" content="left">
  877. <meta name="select:sidebar desc text align" title="justify" content="justify">
  878. <meta name="select:sidebar desc text align" title="right" content="right">
  879.  
  880. <meta name="select:sidebar boxes spacing" title="30px" content="30px">
  881. <meta name="select:sidebar boxes spacing" title="20px" content="20px">
  882. <meta name="select:sidebar boxes spacing" title="25px" content="25px">
  883. <meta name="select:sidebar boxes spacing" title="35px" content="35px">
  884. <meta name="select:sidebar boxes spacing" title="40px" content="40px">
  885. <meta name="select:sidebar boxes spacing" title="45px" content="45px">
  886. <meta name="select:sidebar boxes spacing" title="50px" content="50px">
  887. <meta name="select:sidebar boxes spacing" title="55px" content="55px">
  888. <meta name="select:sidebar boxes spacing" title="60px" content="60px">
  889.  
  890. <!--======================================================-->
  891.  
  892. <!-- divider: custom links -->
  893. <meta name="select:&#x1F53D;&#x2007;&#x1D402;&#x1D414;&#x1D412;&#x1D413;&#x1D40E;&#x1D40C; &#x1D40B;&#x1D408;&#x1D40D;&#x1D40A;&#x1D412;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  894.  
  895. <meta name="select:custom links columns" title="2" content="2">
  896. <meta name="select:custom links columns" title="1" content="1">
  897. <meta name="select:custom links columns" title="3" content="3">
  898.  
  899. <meta name="select:custom links padding" title="10px" content="10px">
  900. <meta name="select:custom links padding" title="6px" content="6px">
  901. <meta name="select:custom links padding" title="4px" content="4px">
  902. <meta name="select:custom links padding" title="8px" content="8px">
  903. <meta name="select:custom links padding" title="12px" content="12px">
  904. <meta name="select:custom links padding" title="14px" content="14px">
  905.  
  906. <meta name="select:custom links font size" title="11px" content="0.625rem">
  907. <meta name="select:custom links font size" title="12px" content="0.688rem">
  908. <meta name="select:custom links font size" title="13px" content="0.75rem">
  909. <meta name="select:custom links font size" title="14px" content="0.813rem">
  910. <meta name="select:custom links font size" title="15px" content="0.875rem">
  911. <meta name="select:custom links font size" title="16px" content="0.938rem">
  912.  
  913. <meta name="select:custom links spacing" title="6px" content="6px">
  914. <meta name="select:custom links spacing" title="2px" content="2px">
  915. <meta name="select:custom links spacing" title="4px" content="4px">
  916. <meta name="select:custom links spacing" title="8px" content="8px">
  917. <meta name="select:custom links spacing" title="10px" content="10px">
  918.  
  919. <!--======================================================-->
  920.  
  921. <!-- divider: pagination -->
  922. <meta name="select:&#x1F53D;&#x2007;&#x1D40F;&#x1D400;&#x1D406;&#x1D408;&#x1D40D;&#x1D400;&#x1D413;&#x1D408;&#x1D40E;&#x1D40D;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  923.  
  924. <meta name="select:page numbers location" title="sidebar" content="sidebar">
  925. <meta name="select:page numbers location" title="under posts" content="under posts">
  926.  
  927. <meta name="select:page numbers size" title="13px" content="0.85rem">
  928. <meta name="select:page numbers size" title="11px" content="0.75rem">
  929. <meta name="select:page numbers size" title="12px" content="0.8rem">
  930. <meta name="select:page numbers size" title="14px" content="0.9rem">
  931. <meta name="select:page numbers size" title="15px" content="0.95">
  932. <meta name="select:page numbers size" title="16px" content="1rem">
  933.  
  934. <!--======================================================-->
  935.  
  936. <!-- divider: posts -->
  937. <meta name="select:&#x1F53D;&#x2007;&#x1D40F;&#x1D40E;&#x1D412;&#x1D413;&#x1D412;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  938.  
  939. <meta name="select:posts width" title="540px" content="540px">
  940. <meta name="select:posts width" title="300px" content="300px">
  941. <meta name="select:posts width" title="325px" content="325px">
  942. <meta name="select:posts width" title="350px" content="350px">
  943. <meta name="select:posts width" title="375px" content="375px">
  944. <meta name="select:posts width" title="400px" content="400px">
  945. <meta name="select:posts width" title="425px" content="425px">
  946. <meta name="select:posts width" title="450px" content="450px">
  947. <meta name="select:posts width" title="475px" content="475px">
  948. <meta name="select:posts width" title="500px" content="500px">
  949. <meta name="select:posts width" title="600px" content="600px">
  950. <meta name="select:posts width" title="650px" content="650px">
  951. <meta name="select:posts width" title="700px" content="700px">
  952.  
  953. <meta name="select:posts full width" title="yes" content="yes">
  954. <meta name="select:posts full width" title="no" content="no">
  955.  
  956. <meta name="select:posts padding" title="20px" content="20px">
  957. <meta name="select:posts padding" title="10px" content="10px">
  958. <meta name="select:posts padding" title="15px" content="15px">
  959. <meta name="select:posts padding" title="25px" content="25px">
  960. <meta name="select:posts padding" title="30px" content="30px">
  961.  
  962. <meta name="select:post type sticky scroll" title="yes" content="yes">
  963. <meta name="select:post type sticky scroll" title="no" content="no">
  964.  
  965. <meta name="select:post type left line width" title="30px" content="30px">
  966. <meta name="select:post type left line width" title="20px" content="20px">
  967. <meta name="select:post type left line width" title="25px" content="25px">
  968. <meta name="select:post type left line width" title="35px" content="35px">
  969. <meta name="select:post type left line width" title="40px" content="40px">
  970. <meta name="select:post type left line width" title="45px" content="45px">
  971. <meta name="select:post type left line width" title="50px" content="50px">
  972.  
  973. <meta name="select:post type icons size" title="1.4rem" content="1.4rem">
  974. <meta name="select:post type icons size" title="1.1rem" content="1.1rem">
  975. <meta name="select:post type icons size" title="1.2rem" content="1.2rem">
  976. <meta name="select:post type icons size" title="1.3rem" content="1.3rem">
  977. <meta name="select:post type icons size" title="1.5rem" content="1.5rem">
  978. <meta name="select:post type icons size" title="1.6rem" content="1.6rem">
  979. <meta name="select:post type icons size" title="1.7rem" content="1.7rem">
  980. <meta name="select:post type icons size" title="1.8rem" content="1.8rem">
  981.  
  982. <meta name="select:post type icons padding" title="13px" content="13px">
  983. <meta name="select:post type icons padding" title="10px" content="10px">
  984. <meta name="select:post type icons padding" title="11px" content="11px">
  985. <meta name="select:post type icons padding" title="12px" content="12px">
  986. <meta name="select:post type icons padding" title="14px" content="14px">
  987. <meta name="select:post type icons padding" title="15px" content="15px">
  988. <meta name="select:post type icons padding" title="16px" content="16px">
  989.  
  990. <meta name="select:posts blog icons style" title="circle" content="100%">
  991. <meta name="select:posts blog icons style" title="rounded" content="3px">
  992. <meta name="select:posts blog icons style" title="square" content="0px">
  993.  
  994. <meta name="select:reblog dividers" title="yes" content="yes">
  995. <meta name="select:reblog dividers" title="no" content="no">
  996.  
  997. <meta name="select:shorten note count" title="yes" content="yes">
  998. <meta name="select:shorten note count" title="no" content="no">
  999.  
  1000. <meta name="select:photos spacing" title="4px" content="4px">
  1001. <meta name="select:photos spacing" title="0px" content="0px">
  1002. <meta name="select:photos spacing" title="2px" content="2px">
  1003. <meta name="select:photos spacing" title="6px" content="6px">
  1004. <meta name="select:photos spacing" title="8px" content="8px">
  1005. <meta name="select:photos spacing" title="10px" content="10px">
  1006.  
  1007. <meta name="select:posts spacing" title="40px" content="40px">
  1008. <meta name="select:posts spacing" title="30px" content="30px">
  1009. <meta name="select:posts spacing" title="35px" content="35px">
  1010. <meta name="select:posts spacing" title="45px" content="45px">
  1011. <meta name="select:posts spacing" title="50px" content="50px">
  1012. <meta name="select:posts spacing" title="55px" content="55px">
  1013. <meta name="select:posts spacing" title="60px" content="60px">
  1014. <meta name="select:posts spacing" title="65px" content="65px">
  1015. <meta name="select:posts spacing" title="70px" content="70px">
  1016. <meta name="select:posts spacing" title="75px" content="75px">
  1017. <meta name="select:posts spacing" title="80px" content="80px">
  1018.  
  1019. <!--======================================================-->
  1020.  
  1021. <!-- divider: tags -->
  1022. <meta name="select:&#x1F53D;&#x2007;&#x1D413;&#x1D400;&#x1D406;&#x1D412;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  1023.  
  1024. <meta name="select:tags position" title="right" content="right">
  1025. <meta name="select:tags position" title="left" content="left">
  1026.  
  1027. <meta name="select:tags" title="always show" content="always-show">
  1028. <meta name="select:tags" title="toggle" content="toggle">
  1029. <meta name="select:tags" title="toggle + fade" content="toggle-fade">
  1030.  
  1031. <!--======================================================-->
  1032.  
  1033. <!-- divider: post footer -->
  1034. <meta name="select:&#x1F53D;&#x2007;&#x1D40F;&#x1D40E;&#x1D412;&#x1D413; &#x1D405;&#x1D40E;&#x1D40E;&#x1D413;&#x1D404;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;" title="" content="">
  1035.  
  1036. <meta name="select:post footer padding" title="20px" content="20px">
  1037. <meta name="select:post footer padding" title="10px" content="10px">
  1038. <meta name="select:post footer padding" title="12px" content="12px">
  1039. <meta name="select:post footer padding" title="14px" content="14px">
  1040. <meta name="select:post footer padding" title="16px" content="16px">
  1041. <meta name="select:post footer padding" title="18px" content="18px">
  1042. <meta name="select:post footer padding" title="22px" content="22px">
  1043. <meta name="select:post footer padding" title="24px" content="24px">
  1044.  
  1045. <meta name="select:post footer align" title="left" content="left">
  1046. <meta name="select:post footer align" title="center" content="center">
  1047.  
  1048. <meta name="select:date format" title="Jun 09th 2024" content="1">
  1049. <meta name="select:date format" title="June 9, 2024" content="2">
  1050. <meta name="select:date format" title="09 Jun 24" content="3">
  1051.  
  1052. <meta name="select:time format" title="04:20PM" content="AMPM">
  1053. <meta name="select:time format" title="16:20" content="24hr">
  1054. <meta name="select:time format" title="4 minutes ago" content="timeago-long">
  1055. <meta name="select:time format" title="4 min ago" content="timeago-short">
  1056. <meta name="select:time format" title="hide" content="hide">
  1057.  
  1058. <meta name="select:date icon show" title="show" content="show">
  1059. <meta name="select:date icon show" title="hide" content="hide">
  1060.  
  1061. <meta name="select:date icon" title="history" content="history">
  1062. <meta name="select:date icon" title="update" content="update">
  1063. <meta name="select:date icon" title="bookmark" content="bookmark">
  1064. <meta name="select:date icon" title="star" content="star">
  1065. <meta name="select:date icon" title="note" content="note-02">
  1066. <meta name="select:date icon" title="save" content="save">
  1067. <meta name="select:date icon" title="verified" content="verified-2">
  1068. <meta name="select:date icon" title="calendar" content="calendar">
  1069. <meta name="select:date icon" title="pen" content="edit-01">
  1070. <meta name="select:date icon" title="folder" content="folder">
  1071. <meta name="select:date icon" title="globe" content="globe">
  1072. <meta name="select:date icon" title="info" content="info">
  1073. <meta name="select:date icon" title="link" content="link-1">
  1074.  
  1075. <meta name="select:show post footer notes" title="show" content="show">
  1076. <meta name="select:show post footer notes" title="hide" content="hide">
  1077.  
  1078. <meta name="select:notes icon" title="bookmark" content="bookmark">
  1079. <meta name="select:notes icon" title="history" content="history">
  1080. <meta name="select:notes icon" title="update" content="update">
  1081. <meta name="select:notes icon" title="star" content="star">
  1082. <meta name="select:notes icon" title="note" content="note-02">
  1083. <meta name="select:notes icon" title="save" content="save">
  1084. <meta name="select:notes icon" title="verified" content="verified-2">
  1085. <meta name="select:notes icon" title="calendar" content="calendar">
  1086. <meta name="select:notes icon" title="pen" content="edit-01">
  1087. <meta name="select:notes icon" title="folder" content="folder">
  1088. <meta name="select:notes icon" title="globe" content="globe">
  1089. <meta name="select:notes icon" title="info" content="info">
  1090. <meta name="select:notes icon" title="link" content="link-1">
  1091.  
  1092. <!--======================================================-->
  1093.  
  1094. <!-- divider: music player -->
  1095. <meta name="text:&#917536;&#x2060;" content="&#x1F4AC;&#x2007;&#x1D40C;&#x1D414;&#x1D412;&#x1D408;&#x1D402; &#x1D40F;&#x1D40B;&#x1D400;&#x1D418;&#x1D404;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&NewLine;&#x2060;">
  1096.  
  1097. <meta name="text:music player song name" content="Be Number One&#x2004;[&#x3C;a aria-label=&#x22;-Bakugou&#x27;s Belief-&#x22;&#x3E;&#x200A;&#x2727;&#x200A;&#x3C;/a&#x3E;]">
  1098. <meta name="text:music player song file URL" content="https://file.garden/ZRt8jW_MomIqlrfn/music/Be_Number_One_Bakugou's_Belief.mp3">
  1099. <meta name="text:music player song volume" content="85%">
  1100.  
  1101. <!--======================================================-->
  1102.  
  1103. <!-- divider: top bar -->
  1104. <meta name="text:&#917536;&#x2060;&#x2060;" content="&#x1F4AC;&#x2007;&#x1D413;&#x1D40E;&#x1D40F; &#x1D401;&#x1D400;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&NewLine;&#x2060;">
  1105.  
  1106. <meta name="text:top bar subtitle 1" content="top text here">
  1107. <meta name="text:top bar subtitle 2" content="bottom text here">
  1108.  
  1109. <meta name="text:top bar title" content="">
  1110.  
  1111. <!--======================================================-->
  1112.  
  1113. <!-- divider: searchbar -->
  1114. <meta name="text:&#917536;&#x2060;&#x2060;&#x2060;" content="&#x1F4AC;&#x2007;&#x1D412;&#x1D404;&#x1D400;&#x1D411;&#x1D402;&#x1D407;&#x1D401;&#x1D400;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&NewLine;&#x2060;">
  1115.  
  1116. <meta name="text:search prompt" content="">
  1117. <meta name="text:search button text" content="Go">
  1118.  
  1119. <meta name="text:search suggestion 1 text" content="#art">
  1120. <meta name="text:search suggestion 1 URL" content="/tagged/art">
  1121. <meta name="text:search suggestion 2 text" content="">
  1122. <meta name="text:search suggestion 2 URL" content="">
  1123. <meta name="text:search suggestion 3 text" content="">
  1124. <meta name="text:search suggestion 3 URL" content="">
  1125. <meta name="text:search suggestion 4 text" content="">
  1126. <meta name="text:search suggestion 4 URL" content="">
  1127. <meta name="text:search suggestion 5 text" content="">
  1128. <meta name="text:search suggestion 5 URL" content="">
  1129.  
  1130. <!--======================================================-->
  1131.  
  1132. <!-- divider: header -->
  1133. <meta name="text:&#917536;&#x2060;&#x2060;&#x2060;&#x2060;" content="&#x1F4AC;&#x2007;&#x1D407;&#x1D404;&#x1D400;&#x1D403;&#x1D404;&#x1D411;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&NewLine;&#x2060;">
  1134.  
  1135. <meta name="text:header arrow hover text" content="Click me">
  1136.  
  1137. <meta name="text:header box 1 title" content="header box 1">
  1138. <meta name="text:header box 1 content" content="You can put whatever you want here. A place for extra information!">
  1139.  
  1140. <meta name="text:header box 2 title" content="header box 2">
  1141. <meta name="text:header box 2 content" content="If you don't need a box, clear its text field. Try it with this box!">
  1142.  
  1143. <meta name="text:header box 3 title" content="">
  1144. <meta name="text:header box 3 content" content="">
  1145.  
  1146. <!--======================================================-->
  1147.  
  1148. <!-- divider: about box -->
  1149. <meta name="text:&#917536;&#x2060;&#x2060;&#x2060;&#x2060;&#x2060;" content="&#x1F4AC;&#x2007;&#x1D400;&#x1D401;&#x1D40E;&#x1D414;&#x1D413; &#x1D401;&#x1D40E;&#x1D417;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&NewLine;&#x2060;">
  1150.  
  1151. <meta name="text:about box title icon name" content="heart">
  1152. <meta name="text:about box title" content="about">
  1153. <meta name="text:about box desc" content="Your custom description here! Empty this box to use your existing blog description.">
  1154.  
  1155. <!--======================================================-->
  1156.  
  1157. <!-- divider: links box -->
  1158. <meta name="text:&#917536;&#x2060;&#x2060;&#x2060;&#x2060;&#x2060;&#x2060;" content="&#x1F4AC;&#x2007;&#x1D40B;&#x1D408;&#x1D40D;&#x1D40A;&#x1D412; &#x1D401;&#x1D40E;&#x1D417;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&NewLine;&#x2060;">
  1159.  
  1160. <meta name="text:links box title icon name" content="menu">
  1161. <meta name="text:links box title" content="navigation">
  1162.  
  1163. <meta name="text:custom link 1 text" content="example link">
  1164. <meta name="text:custom link 1 URL" content="https://youtu.be/N6lSPYwUGjY">
  1165. <meta name="text:custom link 2 text" content="">
  1166. <meta name="text:custom link 2 URL" content="">
  1167. <meta name="text:custom link 3 text" content="">
  1168. <meta name="text:custom link 3 URL" content="">
  1169. <meta name="text:custom link 4 text" content="">
  1170. <meta name="text:custom link 4 URL" content="">
  1171. <meta name="text:custom link 5 text" content="">
  1172. <meta name="text:custom link 5 URL" content="">
  1173. <meta name="text:custom link 6 text" content="">
  1174. <meta name="text:custom link 6 URL" content="">
  1175. <meta name="text:custom link 7 text" content="">
  1176. <meta name="text:custom link 7 URL" content="">
  1177. <meta name="text:custom link 8 text" content="">
  1178. <meta name="text:custom link 8 URL" content="">
  1179.  
  1180. <!--======================================================-->
  1181.  
  1182. <!-- divider: pagination box -->
  1183. <meta name="text:&#917536;&#x2060;&#x2060;&#x2060;&#x2060;&#x2060;&#x2060;&#x2060;" content="&#x1F4AC;&#x2007;&#x1D40F;&#x1D400;&#x1D406;&#x1D408;&#x1D40D;&#x1D400;&#x1D413;&#x1D408;&#x1D40E;&#x1D40D; &#x1D401;&#x1D40E;&#x1D417;&#x2007;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&#x2022;&NewLine;&#x2060;">
  1184.  
  1185. <meta name="text:pagination box title icon name" content="">
  1186. <meta name="text:pagination box title" content="">
  1187.  
  1188. {/block:Options}
  1189.  
  1190. <style>
  1191. :root, :host {
  1192. /*----- GENERAL -----*/
  1193. --Load-In-Delay:25ms;
  1194. --Load-In-Speed:250ms;
  1195. --Rounded-Corners:{select:rounded corners};
  1196.  
  1197. /*----- TUMBLR CONTROLS -----*/
  1198. --Tumblr-Controls-Scale:0.85;
  1199. --Tumblr-Controls-Gap-Top:5px;
  1200. --Tumblr-Controls-Gap-Right:calc(var(--Scrollbar-Width) + 10px);
  1201. --Tumblr-Controls-Indicator-Gap-Left:2px;
  1202. --Tumblr-Controls-Indicator-Size:calc((34px * var(--Tumblr-Controls-Scale)) * 0.69);
  1203. --Tumblr-Controls-Indicator-Color:{color:tumblr controls indicator};
  1204.  
  1205. --Tumblr-Controls-Hover-Speed:0.4s;
  1206. --Tumblr-Controls-Click-Toggle-Speed:0.5s;
  1207. --Tumblr-Controls-Animation-Amount:20px;
  1208.  
  1209. /*----- MUSIC PLAYER -----*/
  1210. --Music-Player-Corner-Offset:22px;
  1211. --Music-Player-Circle-BG:{color:music player accent};
  1212. --Music-Player-Circle-Padding:10px;
  1213.  
  1214. --Music-Player-Bars-Size:2px;
  1215. --Music-Player-Bars-Color:{color:music player bars};
  1216. --Music-Player-Bars-Spacing:1px;
  1217. --Music-Player-Bars-Parent-Width:calc((var(--Music-Player-Bars-Size) * 5) + (var(--Music-Player-Bars-Spacing) * 4) + (var(--Music-Player-Circle-Padding) * 2)); /* don't touch this pls */
  1218. --Music-Player-Bars-Animation-Speed:0.469s;
  1219.  
  1220. --Music-Player-Line-Width:22px;
  1221. --Music-Player-Line-Thickness:4px;
  1222. --Music-Player-Line-Color:{color:music player accent};
  1223. --Music-Player-Line-Hover-Speed:0.4s;
  1224.  
  1225. --Music-Player-Info-Box-Hover-Speed:0.4s;
  1226.  
  1227. --Music-Player-Info-Box-Left-Border-Size:4px;
  1228. --Music-Player-Info-Box-Left-Border-Color:{color:music player accent};
  1229. --Music-Player-Info-Box-Padding-Y:1px;
  1230. --Music-Player-Info-Box-Padding-X:11px;
  1231. --Music-Player-Info-Box-BG:{color:music player box BG};
  1232. --Music-Player-Info-Box-Total-Height:calc(var(--Music-Player-Bars-Parent-Width) + (var(--Music-Player-Info-Box-Padding-Y) * 2));
  1233. --Music-Player-Info-Box-Rounded-Corners:var(--Rounded-Corners);
  1234. --Music-Player-Info-Box-Shadow-Strength:8.5%;
  1235.  
  1236. --Music-Player-Buttons-Size:calc(var(--Body-Font-Size) * 0.9);
  1237. --Music-Player-Buttons-Color:{color:music player buttons};
  1238.  
  1239. --Music-Player-Info-Items-Gap:9px;
  1240.  
  1241. --Music-Player-Info-Box-Font-Size:calc(var(--Body-Font-Size) - 0.5px);
  1242. --Music-Player-Info-Box-Text-Color:{color:music player text};
  1243.  
  1244. /*----- TOP BAR -----*/
  1245. --Top-Bar-Height:calc(var(--Top-Bar-Contents-MH) + (var(--Top-Bar-Padding-Y) * 2));
  1246. --Top-Bar-Contents-MH:max(var(--Top-Bar-Avatar-Total-Size), var(--Top-Nav-Icon-Circle-Total-Size), var(--Top-Bar-Title-Size), var(--Top-Nav-Text-Font-Size));
  1247.  
  1248. --Top-Bar-BG:{color:top bar BG};
  1249. --Top-Bar-Bottom-Border-Size:{select:top bar bottom border size};
  1250. --Top-Bar-Bottom-Border-Color:{color:top bar bottom border};
  1251. --Top-Bar-Total-Height:calc(var(--Top-Bar-Height) + var(--Top-Bar-Bottom-Border-Size));
  1252.  
  1253. --Top-Bar-Padding-X:{select:top bar padding horizontal};
  1254. --Top-Bar-Padding-Y:{select:top bar padding vertical};
  1255.  
  1256. /*----- TOP BAR AVATAR / TOP BAR ICON -----*/
  1257. --Top-Bar-Avatar-Size:{select:top bar icon size};
  1258. --Top-Bar-Avatar-Padding:{select:top bar icon frame gap};
  1259.  
  1260. --Top-Bar-Avatar-Border-Size:1px;
  1261. --Top-Bar-Avatar-Border-Color:{color:top bar icon border};
  1262. --Top-Bar-Avatar-Total-Size:calc(var(--Top-Bar-Avatar-Size) + (var(--Top-Bar-Avatar-Padding) * 2) + (var(--Top-Bar-Avatar-Border-Size) * 2));
  1263.  
  1264. /*----- TOP BAR SUBTITLES -----*/
  1265. --Top-Bar-Subtitles-Left-Gap:{select:top bar subtitles left gap};
  1266. --Top-Bar-Subtitles-Line-Height:1.4; /* number only */
  1267. --Top-Bar-Subtitles-Spacing:{select:top bar subtitles spacing};
  1268.  
  1269. --Top-Bar-Subtitle-1-Font-Size:{select:top bar subtitle 1 size};
  1270. --Top-Bar-Subtitle-1-Color:{color:top bar subtitle 1};
  1271.  
  1272. --Top-Bar-Subtitle-2-Font-Size:{select:top bar subtitle 2 size};
  1273. --Top-Bar-Subtitle-2-Color:{color:top bar subtitle 2};
  1274.  
  1275. /*----- TOP BAR SEARCHBAR -----*/
  1276. --Searchbar-Left-Gap:18px;
  1277. --Search-Max-Width:225px;
  1278. --Search-Shadow-Strength:0%;
  1279. --Searchbar-Row-Height:min(var(--Top-Bar-Avatar-Size), var(--Top-Nav-Icon-Circle-Total-Size));
  1280.  
  1281. /*----- MAGNIFYING GLASS -----*/
  1282. --Searchbar-Glass-Icon-Border-Color:{color:search icon border};
  1283. --Searchbar-Glass-Icon-Corner-Rounding:3px;
  1284. --Searchbar-Glass-Icon-BG:{color:search icon BG};
  1285. --Searchbar-Glass-Icon-Size:min(calc({select:search font size} * 1.2),var(--Searchbar-Row-Height));
  1286. --Searchbar-Glass-Icon-Color:{color:search icon};
  1287.  
  1288. /*----- SEARCHBAR INPUT/FIELD -----*/
  1289. --Searchbar-Field-Border:{color:search border};
  1290. --Searchbar-Field-Corner-Rounding:3px;
  1291. --Searchbar-Field-Background:{color:search BG};
  1292. --Searchbar-Field-Padding-Y:7px;
  1293. --Searchbar-Field-Padding-X:10px;
  1294. --Searchbar-Field-Font:var(--Caps-Font-Family);
  1295. --Searchbar-Field-Font-Size:{select:search font size};
  1296. --Searchbar-Field-Placeholder-Color:rgba({RGBcolor:search text},0.75);
  1297. --Searchbar-Field-Typing-Color:{color:search text};
  1298. --Searchbar-Focus-Underline-Color:{color:search clicked underline};
  1299. --Searchbar-Focus-Underline-Speed:0.4s;
  1300.  
  1301. --Searchbar-Spacing:4px;
  1302.  
  1303. /*----- SEARCHBAR BUTTON -----*/
  1304. --Searchbar-Button-Border:{color:search button border};
  1305. --Searchbar-Button-Corner-Rounding:3px;
  1306. --Searchbar-Button-Background:{color:search button BG};
  1307. --Searchbar-Button-Padding:0 10px;
  1308. --Searchbar-Button-Font:var(--Caps-Font-Family);
  1309. --Searchbar-Button-Font-Size:calc({select:search font size} - 1px);
  1310. --Searchbar-Button-Text-Color:{color:search button text};
  1311.  
  1312. --Searchbar-Button-HOVER-Speed:0.25s;
  1313. --Searchbar-Button-HOVER-Border:{color:search button hover border};
  1314. --Searchbar-Button-HOVER-BG:{color:search button hover BG};
  1315. --Searchbar-Button-HOVER-Text:{color:search button hover text};
  1316.  
  1317. /*----- SEARCH SUGGESTIONS -----*/
  1318. --Search-Suggestion-Box-Top-Gap:0px;
  1319. --Search-Suggestion-Box-Inner-Margin:var(--Searchbar-Field-Padding-X);
  1320. --Search-Suggestion-Box-Border:transparent;
  1321. --Search-Suggestion-Box-Corner-Rounding:0 0 {select:search dropdown rounded corners} {select:search dropdown rounded corners};
  1322. --Search-Suggestion-Box-Background:{color:search dropdown BG};
  1323.  
  1324. --Search-Suggestion-Items-Corner-Rounding:0px;
  1325. --Search-Suggestion-Items-Padding:10px; /* one value only */
  1326.  
  1327. --Search-Suggestions-Font:var(--Body-Font-Family);
  1328. --Search-Suggestions-Font-Size:{select:search suggestions font size};
  1329. --Search-Suggestions-Text-Color:{color:search suggestions text};
  1330. --Search-Suggestions-Expand-Speed:420ms; /* ms only */
  1331.  
  1332. --Search-Suggestions-HOVER-Underline-Size:1px;
  1333. --Search-Suggestions-HOVER-Underline-Color:{color:search suggestions hover underline};
  1334. --Search-Suggestions-HOVER-Background:transparent;
  1335. --Search-Suggestions-HOVER-Text-Color:{color:search suggestions hover text};
  1336. --Search-Suggestions-HOVER-Speed:250ms;
  1337.  
  1338. /*----- TOP BAR TITLE -----*/
  1339. --Top-Bar-Title-Size:{select:top bar title size};
  1340. --Top-Bar-Title-Font-Weight:var(--Heading-Font-Weight);
  1341. --Top-Bar-Title-Letter-Spacing:var(--Heading-Letter-Spacing);
  1342. --Top-Bar-Title-Color:{color:top bar title};
  1343. --Top-Bar-Title-Padding-X:10px;
  1344.  
  1345. /*----- TOP BAR NAV LINKS -----*/
  1346. --Top-Nav-Icon-Size:{select:top bar nav icons size};
  1347. --Top-Nav-Icon-Padding:{select:top bar nav icons padding};
  1348. --Top-Nav-Icon-Circle-Border-Size:1px;
  1349. --Top-Nav-Icon-Circle-Border-Color:{color:top bar nav icons border};
  1350. --Top-Nav-Icon-Circle-BG:{color:top bar nav icons BG};
  1351. --Top-Nav-Icon-Circle-Total-Size:calc(var(--Top-Nav-Icon-Size) + (var(--Top-Nav-Icon-Padding) * 2) + (var(--Top-Nav-Icon-Circle-Border-Size) * 2));
  1352. --Top-Nav-Icon-Color:{color:top bar nav icons};
  1353. --Top-Nav-Icon-Circle-Gap-Right:{select:top bar nav icons right gap};
  1354. --Top-Nav-Text-Font-Size:calc(var(--Caps-Font-Size) - 1px);
  1355. --Top-Nav-Text-Color:{color:top bar nav text};
  1356. --Top-Nav-Links-Spacing:{select:top bar nav spacing};
  1357.  
  1358. --Top-Nav-HOVER-Icon-Border-Color:{color:top bar nav hover border};
  1359. --Top-Nav-HOVER-Icon-BG:{color:top bar nav hover BG};
  1360. --Top-Nav-HOVER-Icon-Color:{color:top bar nav hover icons};
  1361. --Top-Nav-HOVER-Text:{color:top bar nav hover text};
  1362. --Top-Nav-HOVER-Speed:0.25s;
  1363.  
  1364. /*----- HEADER ARROW -----*/
  1365. --Header-Arrow-Column-Width:calc(var(--Header-Arrow-Size) + (var(--Header-Arrow-Padding) * 2));
  1366. --Header-Arrow-Column-BG:{color:header arrow BG};
  1367. --Header-Arrow-Column-BG-Strength:calc(100% - {select:header arrow BG transparency});
  1368. --Header-Arrow-Column-BG-Blur-Amount:{select:header arrow BG blur};
  1369. --Header-Arrow-Padding:{select:header arrow padding};
  1370. --Header-Arrow-Size:{select:header arrow size};
  1371. --Header-Arrow-Color:{color:header arrow};
  1372. --Header-Arrow-Hover-Speed:250ms;
  1373. --Header-Arrow-Spin-Speed:{select:header arrow spin speed};
  1374.  
  1375. /*----- HEADER PANEL -----*/
  1376. --Header-Panel-Slide-Speed:{select:header panel slide speed};
  1377. --Header-Panel-BG:{color:header panel BG};
  1378. --Header-Panel-BG-Strength:calc(100% - {select:header panel BG transparency});
  1379. --Header-Panel-BG-Blur-Amount:{select:header panel BG blur};
  1380.  
  1381. /*----- HEADER BOXES -----*/
  1382. --Header-Boxes-Wrapper-Side-Gaps:min(var(--Header-Boxes-Spacing),55px);
  1383. --Header-Boxes-Wrapper-Max-Width:calc(100% - var(--Header-Arrow-Column-Width) - (var(--Header-Boxes-Wrapper-Side-Gaps) * 2));
  1384. --Header-Boxes-Wrapper-Max-Height:calc(100% - (var(--Header-Boxes-Wrapper-Side-Gaps) * 2));
  1385. --Header-Boxes-Count:3;
  1386. --Header-Boxes-Spacing:{select:header boxes spacing};
  1387. --Header-Boxes-Rounded-Corners:var(--Rounded-Corners);
  1388.  
  1389. /*----- HEADER BOX TITLE -----*/
  1390. --Header-Box-Title-Padding-X:{select:header box title padding};
  1391. --Header-Box-Title-Padding-Y:{select:header box title padding};
  1392. --Header-Box-Title-BG:{color:header box title BG};
  1393. --Header-Box-Title-Font-Size:{select:header box title size};
  1394. --Header-Box-Title-Line-Height:1.4;
  1395. --Header-Box-Title-Color:{color:header box title};
  1396.  
  1397. /*----- HEADER BOX CONTENT -----*/
  1398. --Header-Box-Body-Padding-X:{select:header box content padding};
  1399. --Header-Box-Body-Padding-Y:{select:header box content padding};
  1400. --Header-Box-Body-BG:{color:header box content BG};
  1401. --Header-Box-Body-Font-Size:calc({select:header box font size} - 0.5px);
  1402. --Header-Box-Body-Line-Height:var(--Body-Line-Height);
  1403. --Header-Box-Body-Text-Align:{select:header box text align};
  1404. --Header-Box-Body-Color:{color:header box text};
  1405.  
  1406. /*----- SIDEBAR SETTINGS -----*/
  1407. --Sidebar-Width:{select:sidebar width};
  1408. --Sidebar-Boxes-BG:{color:sidebar boxes BG};
  1409. --Sidebar-Boxes-Bottom-Border-Size:1px;
  1410. --Sidebar-Boxes-Bottom-Border-Color:{color:sidebar boxes bottom border};
  1411. --Sidebar-Boxes-Spacing:{select:sidebar boxes spacing};
  1412. --Sidebar-Boxes-Rounded-Corners:{select:rounded corners};
  1413.  
  1414. --Sidebar-Heading-Padding-X:{select:sidebar title padding};
  1415. --Sidebar-Heading-Padding-Y:{select:sidebar title padding};
  1416. --Sidebar-Heading-BG:{color:sidebar title BG};
  1417. --Sidebar-Heading-Icon-Size:{select:sidebar title icon size};
  1418. --Sidebar-Heading-Icon-Color:{color:sidebar title icon};
  1419. --Sidebar-Heading-Items-Spacing:7px;
  1420. --Sidebar-Heading-Font-Size:{select:sidebar title font size};
  1421. --Sidebar-Heading-Letter-Spacing:calc(var(--Caps-Letter-Spacing) * 1.25);
  1422. --Sidebar-Heading-Text-Color:{color:sidebar title};
  1423. --Sidebar-Heading-Line-Height:1.4; /* number only */
  1424.  
  1425. --Sidebar-Desc-Padding-X:{select:sidebar desc padding};
  1426. --Sidebar-Desc-Padding-Y:{select:sidebar desc padding};
  1427. --Sidebar-Desc-BG:var(--Sidebar-Boxes-BG);
  1428. --Sidebar-Desc-Font-Size:calc({select:sidebar desc font size} - 0.5px);
  1429. --Sidebar-Desc-Letter-Spacing:var(--Body-Letter-Spacing);
  1430. --Sidebar-Desc-Text-Color:{color:sidebar desc text};
  1431. --Sidebar-Desc-Line-Height:var(--Body-Line-Height);
  1432.  
  1433. --Custom-Links-Columns:{select:custom links columns};
  1434. --Custom-Links-Spacing:{select:custom links spacing};
  1435.  
  1436. --Custom-Links-Padding-X:{select:custom links padding};
  1437. --Custom-Links-Padding-Y:{select:custom links padding};
  1438. --Custom-Links-BG:{color:custom links BG};
  1439. --Custom-Links-Line-Height:1.4; /* number only */
  1440. --Custom-Links-Font-Size:{select:custom links font size};
  1441. --Custom-Links-Text-Color:{color:custom links};
  1442.  
  1443. --Custom-Links-HOVER-Underline-Size:1px;
  1444. --Custom-Links-HOVER-Underline-Color:{color:custom links hover underline};
  1445. --Custom-Links-HOVER-Speed:300ms;
  1446.  
  1447. /*----- MAIN CONTENT -----*/
  1448. --Main-Content-Side-Shadows-Size:calc(((100vw - var(--Main-Content-Total-Width)) / 2) * 0.2);
  1449. --Main-Content-Side-Shadows-Strength:5%;
  1450.  
  1451. --Main-Content-Total-Width:calc(var(--Sidebar-Width) + var(--Main-Content-Center-Gap) + var(--Post-Extended-Width) + (var(--Main-Content-Padding-X) * 2));
  1452. --Main-Content-Padding-X:{select:container padding};
  1453. --Main-Content-Padding-Y:{select:container padding};
  1454. --Main-Content-BG:{color:container BG};
  1455. --Main-Content-Scroll-Container-Height:calc(100vh - var(--Top-Bar-Total-Height));
  1456. --Main-Content-Center-Gap:{select:container center gap};
  1457.  
  1458. /*----- POST SETTINGS -----*/
  1459. --Post-Width:{select:posts width};
  1460. --Post-Extended-Width:calc(var(--Post-Width-Total) + var(--Post-Type-Icon-Left-Line-Width) + var(--Post-Type-Icon-Total-Size));
  1461. --Post-Padding:{select:posts padding};
  1462. --Post-Borders-Size:1px;
  1463. --Post-Borders-Color:{color:posts borders};
  1464. --Post-Width-Total:min(calc(var(--Post-Width) + (var(--Post-Padding) * 2) + (var(--Post-Borders-Size) * 2)), 85vw);
  1465. --Post-Rounded-Corners:clamp(0px, calc(var(--Rounded-Corners) * 0.8), var(--Rounded-Corners));
  1466. --Post-BG:{color:posts BG};
  1467. --Post-Spacing:{select:posts spacing};
  1468.  
  1469. --Post-Accent-Border-Size:1px;
  1470. --Post-Accent-Border-Color:{color:posts accent borders};
  1471. --Post-Accent-Padding:calc(var(--Post-Padding) - 3px);
  1472. --Post-Accent-Rounded-Corners:max(0px, var(--Rounded-Corners));
  1473. --Post-Accent-BG:{color:posts accent BG};
  1474. --Post-Accent-Text:{color:posts accent text};
  1475.  
  1476. /*----- POST HEADER -----*/
  1477. --Post-Header-Border-Size:var(--Post-Footer-Border-Size);
  1478. --Post-Header-Border-Color:var(--Post-Footer-Border-Color);
  1479. --Post-Header-BG:var(--Post-Footer-BG);
  1480. --Post-Header-Padding-X:var(--Post-Footer-Padding-X);
  1481. --Post-Header-Padding-Y:var(--Post-Footer-Padding-Y);
  1482. --Post-Header-Font-Size:var(--Post-Footer-Font-Size);
  1483. --Post-Header-Text-Color:var(--Post-Footer-Text-Color);
  1484.  
  1485. --Post-Header-Via-Src-Spacing:7px;
  1486. --Post-Header-Reblog-Icon-Size:calc(var(--Post-Header-Font-Size) * 1.25);
  1487. --Post-Header-Pin-Icon-Size:calc(var(--Post-Header-Font-Size) * 1.35);
  1488. --Post-Header-Pin-Icon-Gap:0.6em;
  1489.  
  1490. /*----- POST TYPE INDICATORS -----*/
  1491. --Post-Type-Icon-Left-Line-Width:{select:post type left line width};
  1492. --Post-Type-Icon-Left-Line-Thickness:var(--Post-Borders-Size);
  1493. --Post-Type-Icon-Left-Line-Color:var(--Post-Borders-Color);
  1494. --Post-Type-Icon-Size:{select:post type icons size};
  1495. --Post-Type-Icon-Padding:{select:post type icons padding};
  1496. --Post-Type-Icon-Border-Size:var(--Post-Borders-Size);
  1497. --Post-Type-Icon-Border-Color:var(--Post-Borders-Color);
  1498. --Post-Type-Icon-Rounded-Corners:100%;
  1499. --Post-Type-Icon-BG:{color:post type icons BG};
  1500. --Post-Type-Icon-Color:{color:post type icons};
  1501. --Post-Type-Icon-Total-Size:calc(var(--Post-Type-Icon-Size) + (var(--Post-Type-Icon-Padding) * 2) + (var(--Post-Type-Icon-Border-Size) * 2));
  1502.  
  1503. /*----- BODY TEXT -----*/
  1504. --Body-Font-Family:"{select:font}", sans-serif;
  1505. --Body-Font-Size:{select:font size};
  1506. --Body-Font-Weight:400; /* 400 is default */
  1507. --Body-Letter-Spacing:0px;
  1508. --Body-Text-Color:{color:text};
  1509. --Body-Text-Color-RGB:{RGBcolor:text};
  1510. --Body-Line-Height:1.65;
  1511.  
  1512. /*----- TEXT FORMATTING -----*/
  1513. --Bold-Font-Weight:700; /* 700 is default */
  1514. --Bold:{color:bold};
  1515. --Italic:{color:italic};
  1516.  
  1517. /*----- HEADING TEXT -----*/
  1518. --Heading-Font-Family:"{select:heading font}", sans-serif;
  1519. --Heading-Font-Size:calc({select:font size} + 2px);
  1520. --Heading-Font-Weight:700; /* 700 is default */
  1521. --Heading-Text-Case:uppercase; /* uppercase, lowercase, capitalize, none */
  1522. --Heading-Letter-Spacing:0.025em;
  1523. --Heading-Word-Spacing:0em;
  1524. --Heading-Text-Color:{color:headings};
  1525. --Heading-Line-Height:1.69;
  1526. --Heading-Bottom-Gap:1em;
  1527.  
  1528. /*----- UPPERCASE TEXT -----*/
  1529. --Caps-Font-Family:"{select:uppercase font}", sans-serif;
  1530. --Caps-Font-Size:calc({select:font size} - 2px);
  1531. --Caps-Font-Weight:400; /* 400 is default */
  1532. --Caps-Letter-Spacing:0.04em;
  1533. --Caps-Word-Spacing:0.015em;
  1534.  
  1535. /*----- CODE TEXT -----*/
  1536. --Code-Padding:var(--Post-Accent-Padding);
  1537. --Code-Border-Size:var(--Post-Accent-Border-Size);
  1538. --Code-Border-Color:var(--Post-Accent-Border-Color);
  1539. --Code-Rounded-Corners:var(--Post-Accent-Rounded-Corners);
  1540. --Code-BG:var(--Post-Accent-BG);
  1541. --Code-Font-Family:"Geist Mono", monospace;
  1542. --Code-Font-Size:calc(var(--Body-Font-Size) - 2px);
  1543. --Code-Font-Weight:450; /* 400 is default */
  1544. --Code-Text-Color:var(--Post-Accent-Text);
  1545. --Code-Line-Height:1.5;
  1546.  
  1547. /*----- LINKS -----*/
  1548. --Links-Color:{color:links};
  1549. --Links-Underline-Gap:0.1em;
  1550. --Links-Underline-Size:1px;
  1551. --Links-Underline-Color:{color:links underline};
  1552.  
  1553. /*----- BLOCKQUOTES -----*/
  1554. --Blockquote-Border-Size:min(1px, var(--Reblog-Head-Image-Size));
  1555. --Blockquote-Border-Color:rgba({RGBcolor:text},0.169);
  1556.  
  1557. /*----- CAPTION SETTINGS -----*/
  1558. --Reblog-Head-Image-Size:30px;
  1559. --Reblog-Head-Image-Rounded-Corners:{select:posts blog icons style};
  1560. --Reblog-Head-Gutter:11px;
  1561. --Reblog-Name-Color:{color:posts usernames};
  1562. --Reblog-Head-Bottom-Gap:min(1em, var(--Post-Padding));
  1563. --Reblog-Borders-Size:1px;
  1564. --Reblog-Borders:{color:reblog dividers};
  1565.  
  1566. /*----- PHOTOSET OPTIONS -----*/
  1567. --Photoset-Image-Spacing:{select:photos spacing};
  1568.  
  1569. /*----- NPF OPTIONS -----*/
  1570. --NPF-Images-Spacing:var(--Photoset-Image-Spacing);
  1571. --NPF-Caption-Spacing:0px;
  1572. --NPF-Move-1st-Photoset:"yes";
  1573. --Text-Container-Selector:".text-block";
  1574. --Text-Reblogs-Selector:".comment";
  1575. --Hide-Empty-NPF-Audio-Info:"no";
  1576.  
  1577. /*----- QUOTE POSTS -----*/
  1578. --Quote-Font-Family:var(--Heading-Font-Family);
  1579. --Quote-Font-Size:var(--Heading-Font-Size);
  1580. --Quote-Font-Weight:var(--Heading-Font-Weight); /* 700 is default */
  1581. --Quote-Text-Case:uppercase; /* uppercase, lowercase, capitalize, none */
  1582. --Quote-Letter-Spacing:var(--Heading-Letter-Spacing);
  1583. --Quote-Word-Spacing:var(--Heading-Word-Spacing);
  1584. --Quote-Line-Height:var(--Heading-Line-Height);
  1585.  
  1586. /*----- LINK POSTS -----*/
  1587. --Link-Block-Border-Size:1px;
  1588. --Link-Block-Border-Color:rgba({RGBcolor:text},0.25);
  1589. --Link-Block-Rounded-Corners:var(--Rounded-Corners);
  1590.  
  1591. /*----- AUDIO POST SETTINGS -----*/
  1592. --Audio-Post-Album-Cover-Size:84px;
  1593. --Audio-Post-Album-Cover-Rounded-Corners:max(3px, var(--Rounded-Corners));
  1594. --Audio-Post-Btns-Padding:calc(var(--Audio-Post-Album-Cover-Size) * 0.15);
  1595. --Audio-Post-Btns-BG:{color:buttons BG};
  1596. --Audio-Post-Btns-Size:calc(var(--Body-Font-Size) - 2px);
  1597. --Audio-Post-Btns-Color:{color:buttons icons};
  1598. --Audio-Post-Gutter:16px;
  1599. --Audio-Post-Download-Icon-Size:calc(var(--Body-Font-Size) * 1.3);
  1600. --Audio-Post-Download-Icon-Color:var(--Body-Text-Color);
  1601. --Audio-Post-Download-Icon-Touch-Padding:4px;
  1602. --Audio-Post-Volume:90%;
  1603.  
  1604. --SoundCloud-Player-Height:116px; /* 20px, 116px, or 500px */
  1605. --SoundCloud-Show-Album-Image:"yes";
  1606.  
  1607. /*----- VIDEO POST SETTINGS -----*/
  1608. --Video-Post-Base-Volume:80%;
  1609. --VIDYO-time-font-size:calc(var(--Body-Font-Size) - 0.5px);
  1610.  
  1611. /*----- ASK POST SETTINGS -----*/
  1612. --Ask-Post-Question-BG:var(--Post-Accent-BG);
  1613. --Ask-Post-Question-Rounded-Corners:var(--Rounded-Corners);
  1614. --Ask-Post-Question-Gutter:min(1em, 14px);
  1615. --Ask-Post-Avatar-Size:56px;
  1616. --Ask-Post-Avatar-Rounded-Corners:max(3px, var(--Rounded-Corners));
  1617. --Ask-Post-Asked-Label-Color:{color:bold};
  1618. --Ask-Post-Username-Color:var(--Reblog-Name-Color);
  1619. --Ask-Post-Username-Bottom-Gap:3px;
  1620.  
  1621. /*----- POLL POST SETTINGS -----*/
  1622. --Poll-Row-Rounded-Corners:max(3px, var(--Rounded-Corners));
  1623. --Poll-Row-Border-Size:var(--Post-Accent-Border-Size);
  1624. --Poll-Row-Border-Color:var(--Post-Accent-Border-Color);
  1625. --Poll-Row-Padding:max(0.69em, 10px);
  1626. --Poll-Row-BG:var(--Post-Accent-BG);
  1627. --Poll-Row-Text:var(--Post-Accent-Text);
  1628. --Poll-Row-Spacing:min(10px, 1em);
  1629.  
  1630. /*----- MISC POST BUTTONS -----*/
  1631. --Misc-Buttons-BG:{color:buttons bg};
  1632. --Misc-Buttons-BG-RGB:{RGBcolor:buttons bg};
  1633. --Misc-Buttons-Icon:{color:buttons icons};
  1634. --Misc-Buttons-Icon-RGB:{RGBcolor:buttons icons};
  1635.  
  1636. /*----- ALT TEXT, IMAGE DESCRIPTIONS -----*/
  1637. --NPF-Alt-Text-Button-Position:"bottom left";
  1638. --NPF-Alt-Text-Button-Corner-Offset:max(15px, var(--Post-Padding));
  1639. --NPF-Alt-Text-Button-Visibility:20%;
  1640. --NPF-Alt-Text-Button-Fade-Speed:0.4s;
  1641. --NPF-Alt-Text-Button-Label:"ALT";
  1642.  
  1643. --NPF-Alt-Text-Box-Overlay-Background-Color:{color:background};
  1644. --NPF-Alt-Text-Box-Overlay-Background-Strength:69%;
  1645. --NPF-Alt-Text-Box-Overlay-Background-Blur:3px;
  1646. --NPF-Alt-Text-Box-Fade-Speed:0.4s;
  1647. --NPF-Alt-Text-Box-Width:calc(var(--Post-Width) - (var(--Post-Padding) * 2));
  1648. --NPF-Alt-Text-Box-Rounded-Corners:var(--Rounded-Corners);
  1649.  
  1650. --NPF-Alt-Text-Close-Button-Background-Color:#fa5641;
  1651. --NPF-Alt-Text-Close-Button-Icon-Size:0.85rem;
  1652. --NPF-Alt-Text-Close-Button-Icon-Padding:6px;
  1653. --NPF-Alt-Text-Close-Button-Icon-Color:#ffffff;
  1654.  
  1655. /*----- TAGS -----*/
  1656. --Tags-Hashtag-Spacing:1px;
  1657. --Tags-Font-Size:calc(var(--Caps-Font-Size) - 0.5px);
  1658. --Tags-Color:{color:tags};
  1659. --Tags-Line-Height:var(--Body-Line-Height);
  1660. --Tags-Spacing-X:12px;
  1661. --Tags-Spacing-Y:calc((var(--Tags-Spacing-X) - (((var(--Tags-Font-Size) * var(--Tags-Line-Height)) - var(--Tags-Font-Size)) / 2) - 2px));
  1662. --Tags-Hover-Speed:0.3s;
  1663. --Tags-Hover-Color:{color:tags hover};
  1664. --Tags-Fade-Speed:0.3s;
  1665. --Tags-Slide-Speed:0.3s;
  1666.  
  1667. /*----- POST FOOTER / POST INFO / PERMALINK -----*/
  1668. --Post-Footer-Border-Size:1px;
  1669. --Post-Footer-Border-Color:{color:post footer border};
  1670. --Post-Footer-Padding-X:{select:post footer padding};
  1671. --Post-Footer-Padding-Y:calc({select:post footer padding} - (((var(--Post-Footer-Font-Size) * var(--Body-Line-Height)) - var(--Post-Footer-Font-Size)) / 2));
  1672. --Post-Footer-BG:{color:post footer BG};
  1673. --Post-Footer-Items-Spacing:0.6em;
  1674. --Post-Footer-History-Icon-Size:calc(var(--Post-Footer-Font-Size) * 1.4);
  1675. --Post-Footer-At-Icon-Size:calc(var(--Post-Footer-Font-Size) * 1.1);
  1676. --Post-Footer-Star-Icon-Size:calc(var(--Post-Footer-Font-Size) * 1.3);
  1677. --Post-Footer-Font-Size:var(--Caps-Font-Size);
  1678. --Post-Footer-Text-Color:{color:post footer text};
  1679.  
  1680. --Post-Controls-Icon-Size:calc(var(--Body-Font-Size) + 1.5px);
  1681. --Post-Controls-Icon-Color:{color:post footer buttons};
  1682. --Post-Controls-Touch-Padding:4px;
  1683. --Post-Controls-Spacing:2px;
  1684. --Post-Controls-Total-Width:calc((var(--Post-Controls-Icon-Size) * 2) + (var(--Post-Controls-Touch-Padding) * 2) + (var(--Post-Controls-Spacing) - (var(--Post-Controls-Touch-Padding) * 2)));
  1685. --Liked-Button-Color:{color:like button liked};
  1686.  
  1687. /*----- POST NOTES -----*/
  1688. --Post-Notes-Type-Icon-Size:calc(var(--Body-Font-Size) + 3px);
  1689. --Post-Notes-Type-Icon-Gap-Right:8px;
  1690. --Post-Notes-Row-Spacing:calc(1em - (((var(--Body-Font-Size) * var(--Body-Line-Height)) - var(--Body-Font-Size)) / 2));
  1691.  
  1692. /*----- PAGINATION -----*/
  1693. --Pagination-Arrows-Size:{select:page numbers size};
  1694. --Pagination-Color:{color:page numbers};
  1695. --Pagination-Links-Underline:{color:page numbers underline};
  1696.  
  1697. --Pagination-Touch-Padding-X:5px;
  1698. --Pagination-Touch-Padding-Y:5px;
  1699. --Pagination-Items-Spacing:10px;
  1700.  
  1701. /*----- SCROLLBAR OPTIONS -----*/
  1702. --Scrollbar-Width:13px;
  1703. --Scrollbar-Thumb:{color:scrollbar};
  1704.  
  1705. /*----- TOOLTIPS OPTIONS -----*/
  1706. --Tooltips-Border-Size:1px;
  1707. --Tooltips-Border:{color:hover text border};
  1708. --Tooltips-Padding-X:1em;
  1709. --Tooltips-Padding-Y:1em;
  1710. --Tooltips-Rounded-Corners:max(3px, var(--Rounded-Corners));
  1711. --Tooltips-BG:{color:hover text BG};
  1712. --Tooltips-Text-Color:{color:hover text};
  1713. --Tooltips-Font-Size:calc(var(--Caps-Font-Size) - 1px);
  1714. }/* end root */
  1715.  
  1716. /*------- BASICS -------*/
  1717. * {
  1718. box-sizing:border-box;
  1719. }
  1720.  
  1721. body {
  1722. margin:0;
  1723. padding:0;
  1724. background-color:{color:background};
  1725. background-image:url("{image:background image}");
  1726. background-attachment:fixed;
  1727. background-position:center;
  1728. font-family:var(--Body-Font-Family), sans-serif;
  1729. font-weight:var(--Body-Font-Weight);
  1730. font-size:var(--Body-Font-Size);
  1731. color:var(--Body-Text-Color);
  1732. line-height:var(--Body-Line-Height);
  1733. -webkit-font-smoothing:antialiased;
  1734. -moz-osx-font-smoothing:grayscale;
  1735. }
  1736.  
  1737. html[bg-size="repeat"] body {
  1738. background-repeat:repeat;
  1739. }
  1740.  
  1741. html[bg-size="full"] body {
  1742. background-repeat:no-repeat;
  1743. background-size:cover;
  1744. }
  1745.  
  1746. .no-overscroll {
  1747. overscroll-behavior:none;
  1748. }
  1749.  
  1750. img, canvas, iframe, video {
  1751. vertical-align:middle;
  1752. }
  1753.  
  1754. b, strong {
  1755. font-weight:var(--Bold-Font-Weight)!important;
  1756. color:var(--Bold);
  1757. }
  1758.  
  1759. i:not([class]), em {
  1760. color:var(--Italic);
  1761. }
  1762.  
  1763. pre, li.chat-line:not(ul.chat-wrap li.chat-line){
  1764. padding:calc(var(--Code-Padding) - (((var(--Code-Font-Size) * var(--Code-Line-Height)) - var(--Code-Font-Size)) / 2)) var(--Code-Padding);
  1765. word-wrap:break-word;
  1766. white-space:pre-wrap;
  1767. }
  1768.  
  1769. code {
  1770. padding:calc(0.5em - (((var(--Code-Font-Size) * var(--Code-Line-Height)) - var(--Code-Font-Size)) / 2)) 0.5em;
  1771. }
  1772.  
  1773. pre, code, li.chat-line:not(ul.chat-wrap li.chat-line){
  1774. border:var(--Code-Border-Size) solid var(--Code-Border-Color);
  1775. border-radius:var(--Code-Rounded-Corners);
  1776. background:var(--Code-BG);
  1777. font-family:var(--Code-Font-Family);
  1778. font-weight:var(--Code-Font-Weight);
  1779. font-size:var(--Code-Font-Size);
  1780. color:var(--Code-Text-Color);
  1781. line-height:var(--Code-Line-Height);
  1782. }
  1783.  
  1784. p.keep-reading {
  1785. text-align:center;
  1786. }
  1787.  
  1788. /*------- TEXT HIGHLIGHT -------*/
  1789. ::selection {
  1790. background:{color:text highlight BG};
  1791. color:{color:text highlighted};
  1792. }
  1793.  
  1794. ::-moz-selection {
  1795. background:{color:text highlight BG};
  1796. color:{color:text highlighted};
  1797. }
  1798.  
  1799. /*------- SCROLLBAR -------*/
  1800. @-moz-document url-prefix(){
  1801. * {
  1802. scrollbar-width:thin; /* firefox only */
  1803. }
  1804. }
  1805.  
  1806. ::-webkit-scrollbar {
  1807. width:var(--Scrollbar-Width);
  1808. height:var(--Scrollbar-Width);
  1809. background-color:transparent;
  1810. }
  1811.  
  1812. ::-webkit-scrollbar-thumb {
  1813. background-color:var(--Scrollbar-Thumb);
  1814. border:calc((var(--Scrollbar-Width) - 1px) / 2) solid transparent;
  1815. background-clip:padding-box;
  1816. }
  1817.  
  1818. ::-webkit-scrollbar-corner {
  1819. background:transparent;
  1820. }
  1821.  
  1822. /*------- BODY FONT -------*/
  1823. html[font="Inter"]:root {
  1824. --Body-Font-Size:calc({select:font size} - 0.5px);
  1825. --Body-Letter-Spacing:0.01em;
  1826. }
  1827.  
  1828. html[font="Karla"]:root {
  1829. --Body-Font-Weight:450;
  1830. --Body-Letter-Spacing:-0.01em;
  1831. }
  1832.  
  1833. html[font="Geist Sans"]:root {
  1834. --Body-Font-Weight:450;
  1835. }
  1836.  
  1837. html[font="Onest"]:root {
  1838. --Body-Font-Weight:450;
  1839. --Body-Letter-Spacing:0.005em;
  1840. }
  1841.  
  1842. .post-body, .npf-alt-text-box {
  1843. letter-spacing:var(--Body-Letter-Spacing);
  1844. }
  1845.  
  1846. /*------- HEADING FONT -------*/
  1847. h1, h2, h3, h4, h5, h6 {
  1848. font-family:var(--Heading-Font-Family);
  1849. font-weight:var(--Heading-Font-Weight);
  1850. text-transform:var(--Heading-Text-Case);
  1851. letter-spacing:var(--Heading-Letter-Spacing);
  1852. word-spacing:var(--Heading-Word-Spacing);
  1853. line-height:var(--Heading-Line-Height);
  1854. }
  1855.  
  1856. h1 {
  1857. font-size:var(--Heading-Font-Size);
  1858. }
  1859.  
  1860. h2, h3 {
  1861. font-size:calc(var(--Heading-Font-Size) - 1px);
  1862. }
  1863.  
  1864. h4, h5, h6 {
  1865. font-size:calc(var(--Heading-Font-Size) - 2px);
  1866. }
  1867.  
  1868. html[heading-font="Lexend"]:root {
  1869. --Heading-Font-Weight:600;
  1870. --Heading-Letter-Spacing:0.035em;
  1871. }
  1872.  
  1873. html[heading-font="Oak Sans"]:root {
  1874. --Heading-Letter-Spacing:0.05em;
  1875. --Heading-Word-Spacing:0.035em;
  1876. }
  1877.  
  1878. html[heading-font="Raleway"]:root {
  1879. --Heading-Font-Weight:700;
  1880. --Heading-Letter-Spacing:0.069em;
  1881. --Heading-Word-Spacing:0.035em;
  1882. }
  1883.  
  1884. /*----- UPPERCASE FONT / CAPS FONT -----*/
  1885. html[caps-font="Figtree"]:root {
  1886. --Caps-Font-Weight:600;
  1887. }
  1888.  
  1889. html[caps-font="Public Sans"]:root {
  1890. --Caps-Font-Size:calc({select:font size} - 3px);
  1891. --Caps-Font-Weight:600;
  1892. }
  1893.  
  1894. html[caps-font="Karla"]:root {
  1895. --Caps-Font-Weight:600;
  1896. }
  1897.  
  1898. .caps, .tb-subtitle, .searchbar-field, .search-suggestions, .nav-txt, .header-box-title, .sb-heading-text, .cl-wrap > a, .sb-pagi a, .post-header, .comment-header .username, .chat-label, .aud-title, .site-name, .poll-row, .poll-see-results, .vidyo-current-time, .vidyo-duration, .q-top, .comment-header .deactivated, p.keep-reading, ol.notes a:not(li.with_commentary blockquote a), .more_notes_link, .notes_loading, p.tmblr-attribution a, .tagscont a, .infobar, .botpagi a,
  1899. html[current-path="/customize_preview_receiver.html"] a.tumblr_blog {
  1900. font-family:var(--Caps-Font-Family);
  1901. font-weight:var(--Caps-Font-Weight);
  1902. text-transform:uppercase;
  1903. font-size:var(--Caps-Font-Size);
  1904. letter-spacing:var(--Caps-Letter-Spacing);
  1905. word-spacing:var(--Caps-Word-Spacing);
  1906. }
  1907.  
  1908. .comment-body .caps {
  1909. font-size:calc(var(--Caps-Font-Size) + 1px);
  1910. }
  1911.  
  1912. /* !important overrides bc t*mblr */
  1913. .poll-row, .poll-see-results {
  1914. font-weight:var(--Caps-Font-Weight)!important;
  1915. font-size:var(--Caps-Font-Size)!important;
  1916. }
  1917.  
  1918. /*------- LINKS -------*/
  1919. a {
  1920. color:var(--Links-Color);
  1921. text-decoration:none;
  1922. }
  1923.  
  1924. /* if it's a link, prioritize that color over other semantic tags */
  1925. .comment-body a b:not([style*='color:'],[class]),
  1926. .comment-body a i:not([style*='color:'],[class]){
  1927. color:var(--Links-Color);
  1928. }
  1929.  
  1930. /* link underlines */
  1931. .incndscnc-music-player .player-text a, .header-box-body a, .sb-desc a, .sb-pagi a, .botpagi a, .quote-set a, .question-text a, .answer-text a, p.tmblr-attribution a, [peapea] h4 a,
  1932. .comment-body a:not(html[current-path="/customize_preview_receiver.html"] a.tumblr_blog, a.post_media_photo_anchor, a.aud-dl, a.link-render, a.poll-row, a.poll-see-results), .content-src a {
  1933. padding-bottom:var(--Links-Underline-Gap);
  1934. border-bottom:var(--Links-Underline-Size) solid var(--Links-Underline-Color);
  1935. }
  1936.  
  1937. /* slightly thicken links */
  1938. .incndscnc-music-player .player-text a, .header-box-body a, .sb-desc a, .quote-set a, .question-text a, .answer-text a, p.tmblr-attribution a, .comment-body a:not(html[current-path="/customize_preview_receiver.html"] a.tumblr_blog, a.post_media_photo_anchor, a.aud-dl, a.link-render, a.poll-row, a.poll-see-results), .content-src a {
  1939. font-weight:calc(var(--Body-Font-Weight) + 100);
  1940. }
  1941.  
  1942. /* <a> tags with tooltips but no href link */
  1943. a[aria-label]:not([href],[aria-label=""]),
  1944. span[title]:not([title=""]),
  1945. a[title]:not([href],[title=""]){
  1946. cursor:help;
  1947. }
  1948.  
  1949. /*------- BLOCKQUOTES -------*/
  1950. blockquote {
  1951. margin-left:calc((var(--Reblog-Head-Image-Size) - var(--Blockquote-Border-Size)) / 2);
  1952. margin-right:0;
  1953. padding-left:calc(((var(--Reblog-Head-Image-Size) - var(--Blockquote-Border-Size)) / 2) + var(--Reblog-Head-Gutter));
  1954. border-left:var(--Blockquote-Border-Size) solid var(--Blockquote-Border-Color);
  1955. }
  1956.  
  1957. /*------- BULLET LISTS -------*/
  1958. ul, ol {
  1959. --ul-ol-gap-1:1em;
  1960. --ul-ol-gap-2:0.5em;
  1961. padding-left:0;
  1962. margin-left:calc(1em + var(--ul-ol-gap-1));
  1963. }
  1964.  
  1965. li {
  1966. padding-left:var(--ul-ol-gap-2);
  1967. }
  1968.  
  1969. /* nested bullet lists */
  1970. ul ul, ol ul, ol ol, ul ol {
  1971. margin-left:calc(((1em + var(--ul-ol-gap-1)) * 2) - var(--ul-ol-gap-2));
  1972. }
  1973.  
  1974. /*------- TUMBLR CONTROLS -------*/
  1975. iframe.tmblr-iframe.iframe-controls--desktop {
  1976. position:fixed!important;
  1977. top:0!important;
  1978. right:0!important;
  1979. margin-right:calc(var(--Tumblr-Controls-Gap-Right) + var(--Tumblr-Controls-Indicator-Size) + var(--Tumblr-Controls-Indicator-Gap-Left))!important;
  1980. margin-top:calc(var(--Top-Bar-Total-Height) + var(--Tumblr-Controls-Gap-Top))!important;
  1981. transform-origin:100% 0%!important;
  1982. transform:scale(var(--Tumblr-Controls-Scale),var(--Tumblr-Controls-Scale))!important;
  1983. box-sizing:content-box!important;
  1984. }
  1985.  
  1986. html[tumblr-controls-color="black"] iframe.tmblr-iframe.iframe-controls--desktop {
  1987. filter:invert(100%) hue-rotate(180deg)!important;
  1988. }
  1989.  
  1990. .tmblr-iframe--follow-teaser, .follow-teaser, .iframe-controls--phone-mobile, .tmblr-iframe--app-cta-button {
  1991. display:none!important;
  1992. visibility:hidden!important;
  1993. height:0!important;
  1994. }
  1995.  
  1996. /*------ TUMBLR CONTROLS: HOVER ------*/
  1997. html[tumblr-controls-vis="hover"] iframe.tmblr-iframe.iframe-controls--desktop {
  1998. --xdcme:calc(var(--Tumblr-Controls-Gap-Right) + var(--Tumblr-Controls-Indicator-Size) + var(--Tumblr-Controls-Indicator-Gap-Left));
  1999. padding-right:calc(var(--xdcme) + var(--Tumblr-Controls-Animation-Amount))!important;
  2000. transform:scale(var(--Tumblr-Controls-Scale),var(--Tumblr-Controls-Scale)) translateX(var(--xdcme))!important;
  2001. opacity:0;
  2002. transition:padding-right var(--Tumblr-Controls-Hover-Speed) ease-in-out, opacity var(--Tumblr-Controls-Hover-Speed) ease-in-out;
  2003. }
  2004.  
  2005. html[tumblr-controls-vis="hover"] iframe.tmblr-iframe.iframe-controls--desktop:hover {
  2006. padding-right:var(--xdcme)!important;
  2007. opacity:1;
  2008. }
  2009.  
  2010. /*------ TUMBLR CONTROLS: CLICK TOGGLE ------*/
  2011. html[tumblr-controls-vis="click-toggle"] iframe.tmblr-iframe.iframe-controls--desktop {
  2012. visibility:hidden;
  2013. padding-right:var(--Tumblr-Controls-Animation-Amount);
  2014. opacity:0;
  2015. transition:padding-right var(--Tumblr-Controls-Click-Toggle-Speed), opacity var(--Tumblr-Controls-Click-Toggle-Speed) ease-in-out, visibility 0s var(--Tumblr-Controls-Click-Toggle-Speed) ease-in-out;
  2016. }
  2017.  
  2018. html[tumblr-controls-vis="click-toggle"] iframe.tmblr-iframe.iframe-controls--desktop.tog-on {
  2019. visibility:visible!important;
  2020. padding-right:0px!important;
  2021. opacity:1!important;
  2022. transition:padding-right var(--Tumblr-Controls-Click-Toggle-Speed) ease-in-out, opacity var(--Tumblr-Controls-Click-Toggle-Speed) ease-in-out, visibility 0s 0s ease-in-out;
  2023. }
  2024.  
  2025. /*------ TUMBLR CONTROLS: INDICATOR ------*/
  2026. .tci-holder {
  2027. position:fixed;
  2028. top:0;right:0;
  2029. margin-top:calc(var(--Top-Bar-Total-Height) + var(--Tumblr-Controls-Gap-Top));
  2030. margin-right:var(--Tumblr-Controls-Gap-Right);
  2031. height:calc(54px * var(--Tumblr-Controls-Scale));
  2032. display:flex;
  2033. align-items:center;
  2034. z-index:12;
  2035. }
  2036.  
  2037. .tci {
  2038. margin:0;
  2039. border:none;
  2040. padding:0;
  2041. background:transparent;
  2042. display:flex;
  2043. align-items:center;
  2044. height:calc(34px * var(--Tumblr-Controls-Scale));
  2045. outline:none;
  2046. }
  2047.  
  2048. html[tumblr-controls-vis="click-toggle"] .tci {
  2049. cursor:pointer;
  2050. }
  2051.  
  2052. .tci i[class]:not([class=""]){
  2053. display:block;
  2054. font-size:var(--Tumblr-Controls-Indicator-Size);
  2055. color:var(--Tumblr-Controls-Indicator-Color);
  2056. transform-origin:center;
  2057. transition:transform var(--Tumblr-Controls-Click-Toggle-Speed) ease-in-out;
  2058. }
  2059.  
  2060. .tci.active i[class]:not([class=""]){
  2061. transform:rotate(-135deg);
  2062. }
  2063.  
  2064. /*------- TOP BAR -------*/
  2065. .top-bar {
  2066. position:fixed;
  2067. top:0;left:0;
  2068. width:100vw;
  2069. height:var(--Top-Bar-Total-Height);
  2070. z-index:99;
  2071. }
  2072.  
  2073. .top-bar-upper {
  2074. position:relative;
  2075. width:100%;
  2076. height:var(--Top-Bar-Height);
  2077. background-color:var(--Top-Bar-BG);
  2078. display:grid;
  2079. grid-template-columns:repeat(2, 1fr);
  2080. grid-template-areas:"l r";
  2081. z-index:1;
  2082. }
  2083.  
  2084. .top-bar-lower {
  2085. width:100%;
  2086. height:var(--Top-Bar-Bottom-Border-Size);
  2087. background:var(--Top-Bar-Bottom-Border-Color);
  2088. }
  2089.  
  2090. /*----- TOP BAR LEFT -----*/
  2091. .top-bar-left {
  2092. position:relative;
  2093. grid-area:l;
  2094. width:fit-content;
  2095. margin-left:0;
  2096. margin-right:auto;
  2097. display:flex;
  2098. align-items:center;
  2099. z-index:1;
  2100. }
  2101.  
  2102. .intro-flex {
  2103. padding-left:var(--Top-Bar-Padding-X);
  2104. padding-right:var(--Top-Bar-Subtitles-Left-Gap);
  2105. display:flex;
  2106. align-items:center;
  2107. gap:var(--Top-Bar-Subtitles-Left-Gap);
  2108. height:100%;
  2109. }
  2110.  
  2111. /*----- TOP BAR AVATAR -----*/
  2112. .pfp-area {
  2113. display:flex;
  2114. align-items:center;
  2115. justify-content:center;
  2116. width:var(--Top-Bar-Avatar-Total-Size);
  2117. height:var(--Top-Bar-Avatar-Total-Size);
  2118. border:var(--Top-Bar-Avatar-Border-Size) solid var(--Top-Bar-Avatar-Border-Color);
  2119. border-radius:100%;
  2120. flex-shrink:0;
  2121. }
  2122.  
  2123. .pfp-area img {
  2124. display:none;
  2125. width:var(--Top-Bar-Avatar-Size);
  2126. height:var(--Top-Bar-Avatar-Size);
  2127. object-fit:cover;
  2128. border-radius:100%;
  2129. }
  2130.  
  2131. .pfp-area[cust-img]:not([cust-img*="assets.tumblr.com/images/x.gif"],[cust-img=""]) .cust-img,
  2132. .pfp-area[cust-img*="assets.tumblr.com/images/x.gif"] .user-img, .pfp-area[cust-img=""] .user-img, .pfp-area:not([cust-img]) .user-img {
  2133. display:block;
  2134. }
  2135.  
  2136. /*----- TOP BAR SUBTITLES -----*/
  2137. .intro-txt {
  2138. --yqypy:calc(((var(--Top-Bar-Subtitle-1-Font-Size) * var(--Top-Bar-Subtitles-Line-Height)) - var(--Top-Bar-Subtitle-1-Font-Size)) / 2);
  2139. --jgbrn:calc(((var(--Top-Bar-Subtitle-2-Font-Size) * var(--Top-Bar-Subtitles-Line-Height)) - var(--Top-Bar-Subtitle-2-Font-Size)) / 2);
  2140. display:flex;
  2141. flex-direction:column;
  2142. gap:var(--Top-Bar-Subtitles-Spacing);
  2143. }
  2144.  
  2145. .tb-subtitle {
  2146. position:relative;
  2147. display:block;
  2148. line-height:var(--Top-Bar-Subtitles-Line-Height);
  2149. white-space:nowrap;
  2150. }
  2151.  
  2152. .tb-subtitle.s1 {
  2153. margin:calc(0px - var(--yqypy)) 0;
  2154. font-size:var(--Top-Bar-Subtitle-1-Font-Size)!important;
  2155. color:var(--Top-Bar-Subtitle-1-Color);
  2156. }
  2157.  
  2158. .tb-subtitle.s2 {
  2159. margin:calc(0px - var(--jgbrn)) 0;
  2160. font-size:var(--Top-Bar-Subtitle-2-Font-Size)!important;
  2161. color:var(--Top-Bar-Subtitle-2-Color);
  2162. }
  2163.  
  2164. /*----- TOP BAR SEARCHBAR -----*/
  2165. [searchbar-vis="hide"] .search-megawrap,
  2166. [user-search-disabled="yes"] .search-megawrap {
  2167. display:none;
  2168. }
  2169.  
  2170. .search-megawrap {
  2171. height:var(--Top-Bar-Height);
  2172. }
  2173.  
  2174. .search-megawrap:not(:first-child){
  2175. margin-left:calc(0px - var(--Top-Bar-Subtitles-Left-Gap) + var(--Searchbar-Left-Gap));
  2176. }
  2177.  
  2178. .searchblock {
  2179. width:var(--Search-Max-Width);
  2180. grid-template-columns:min-content auto min-content;
  2181. grid-template-rows:var(--Top-Bar-Height);
  2182. grid-template-areas:
  2183. "glass input btn"
  2184. ". dd .";
  2185. }
  2186.  
  2187. .glass-icon, .searchbar-field, .searchbar-button {
  2188. height:var(--Searchbar-Row-Height);
  2189. align-self:center;
  2190. }
  2191.  
  2192. .glass-icon {
  2193. grid-area:glass;
  2194. display:flex;
  2195. align-items:center;
  2196. justify-content:center;
  2197. width:var(--Searchbar-Row-Height);
  2198. border:1px solid var(--Searchbar-Glass-Icon-Border-Color);
  2199. border-radius:var(--Searchbar-Glass-Icon-Corner-Rounding);
  2200. background:var(--Searchbar-Glass-Icon-BG);
  2201. }
  2202.  
  2203. .glass-icon i[class]{
  2204. font-size:var(--Searchbar-Glass-Icon-Size);
  2205. color:var(--Searchbar-Glass-Icon-Color);
  2206. }
  2207.  
  2208. .searchbar-field {
  2209. width:100%;
  2210. padding:var(--Searchbar-Field-Padding-Y) var(--Searchbar-Field-Padding-X);
  2211. transition:border var(--Searchbar-Focus-Underline-Speed) ease-in-out;
  2212. }
  2213.  
  2214. .searchbar-field:focus {
  2215. border-bottom:1px solid var(--Searchbar-Focus-Underline-Color);
  2216. }
  2217.  
  2218. .searchbar-button button {
  2219. transition:all var(--Searchbar-Button-HOVER-Speed) ease-in-out;
  2220. }
  2221.  
  2222. .searchbar-button button:hover {
  2223. border-color:var(--Searchbar-Button-HOVER-Border);
  2224. background:var(--Searchbar-Button-HOVER-BG);
  2225. color:var(--Searchbar-Button-HOVER-Text);
  2226. }
  2227.  
  2228. .search-suggestions {
  2229. line-height:1;
  2230. }
  2231.  
  2232. .search-suggestions a:first-child {
  2233. margin-top:var(--Top-Bar-Bottom-Border-Size);
  2234. }
  2235.  
  2236. .search-suggestions a {
  2237. position:relative;
  2238. --ssa-lh:1.4;
  2239. --qhymb:calc(((var(--Search-Suggestions-Font-Size) * var(--ssa-lh)) - var(--Search-Suggestions-Font-Size)) / 2);
  2240. --dfrhx:calc(var(--Search-Suggestion-Items-Padding) - var(--qhymb) + (var(--Search-Suggestions-HOVER-Underline-Size) / 2));
  2241. line-height:var(--ssa-lh);
  2242. padding:var(--dfrhx) calc(var(--Searchbar-Field-Padding-X) / 2);
  2243. }
  2244.  
  2245. .search-suggestions a:after {
  2246. content:"";
  2247. position:absolute;
  2248. bottom:0;
  2249. left:50%;
  2250. transform:translateX(-50%);
  2251. width:0%;
  2252. height:var(--Search-Suggestions-HOVER-Underline-Size);
  2253. background:var(--Search-Suggestions-HOVER-Underline-Color);
  2254. border-radius:var(--Search-Suggestions-HOVER-Underline-Size);
  2255. transition:width var(--Search-Suggestions-HOVER-Speed) ease-in-out;
  2256. }
  2257.  
  2258. .search-suggestions a:hover:after {
  2259. width:100%;
  2260. }
  2261.  
  2262. /*----- TOP BAR TITLE -----*/
  2263. .tb-title {
  2264. position:absolute;
  2265. top:0;left:0;
  2266. margin:0;
  2267. width:100%;
  2268. height:100%;
  2269. display:flex;
  2270. align-items:center;
  2271. justify-content:center;
  2272. text-align:center;
  2273. z-index:0;
  2274. }
  2275.  
  2276. .tb-title > a.blog-link {
  2277. display:flex;
  2278. align-items:center;
  2279. justify-content:center;
  2280. height:100%;
  2281. padding:0 var(--Top-Bar-Title-Padding-X);
  2282. font-size:var(--Top-Bar-Title-Size);
  2283. font-weight:var(--Top-Bar-Title-Font-Weight);
  2284. letter-spacing:var(--Top-Bar-Title-Letter-Spacing);
  2285. color:var(--Top-Bar-Title-Color);
  2286. }
  2287.  
  2288. .tb-title > a.blog-link > span {
  2289. display:none;
  2290. }
  2291.  
  2292. /* [1] has custom title */
  2293. /* [2] no custom title, has blog title */
  2294. /* [3] no custom title, no blog title */
  2295. .tb-title[cust-t]:not([cust-t=""]) .cust-t,
  2296. .tb-title[cust-t=""][blog-t]:not([blog-t=""]) .blog-t,
  2297. .tb-title[cust-t=""][blog-t=""] .none-t {
  2298. display:block;
  2299. }
  2300.  
  2301. /* if: lexend */
  2302. html[heading-font="Lexend"] .tb-title {
  2303. --Top-Bar-Title-Letter-Spacing:calc(var(--Heading-Letter-Spacing) * 2);
  2304. }
  2305.  
  2306. html[heading-font="Lexend"] .tb-title.w-normal {
  2307. --Top-Bar-Title-Font-Weight:350;
  2308. }
  2309.  
  2310. html[heading-font="Lexend"] .tb-title.w-bold {
  2311. --Top-Bar-Title-Font-Weight:500;
  2312. }
  2313.  
  2314. html[heading-font="Lexend"] .tb-title.w-bolder {
  2315. --Top-Bar-Title-Font-Weight:600;
  2316. }
  2317.  
  2318. /* if: oak sans */
  2319. html[heading-font="Oak Sans"] .tb-title {
  2320. --Top-Bar-Title-Letter-Spacing:calc(var(--Heading-Letter-Spacing) * 2.15);
  2321. }
  2322.  
  2323. html[heading-font="Oak Sans"] .tb-title.w-normal {
  2324. --Top-Bar-Title-Font-Weight:400;
  2325. }
  2326.  
  2327. html[heading-font="Oak Sans"] .tb-title.w-bold {
  2328. --Top-Bar-Title-Font-Weight:550;
  2329. }
  2330.  
  2331. html[heading-font="Oak Sans"] .tb-title.w-bolder {
  2332. --Top-Bar-Title-Font-Weight:650;
  2333. }
  2334.  
  2335. /* if: raleway */
  2336. html[heading-font="Raleway"] .tb-title {
  2337. --Top-Bar-Title-Letter-Spacing:calc(var(--Heading-Letter-Spacing) * 1.69);
  2338. }
  2339.  
  2340. html[heading-font="Raleway"] .tb-title.w-normal {
  2341. --Top-Bar-Title-Font-Weight:500;
  2342. }
  2343.  
  2344. html[heading-font="Raleway"] .tb-title.w-bold {
  2345. --Top-Bar-Title-Font-Weight:600;
  2346. }
  2347.  
  2348. html[heading-font="Raleway"] .tb-title.w-bolder {
  2349. --Top-Bar-Title-Font-Weight:700;
  2350. }
  2351.  
  2352. /*----- TOP BAR NAV -----*/
  2353. .main-nav {
  2354. position:relative;
  2355. grid-area:r;
  2356. width:fit-content;
  2357. margin-right:0;
  2358. margin-left:auto;
  2359. z-index:1;
  2360. }
  2361.  
  2362. .tr-nav {
  2363. list-style:none;
  2364. margin:0;
  2365. padding:0;
  2366. display:flex;
  2367. align-items:center;
  2368. justify-content:flex-end;
  2369. height:100%;
  2370. }
  2371.  
  2372. .tr-nav-li {
  2373. margin:0;
  2374. padding:0;
  2375. height:100%;
  2376. }
  2377.  
  2378. /*----- TOP NAV LINK, EACH -----*/
  2379. .main-nav a {
  2380. display:flex;
  2381. align-items:center;
  2382. height:100%;
  2383. gap:var(--Top-Nav-Icon-Circle-Gap-Right);
  2384. padding:0 calc(var(--Top-Nav-Links-Spacing) / 2);
  2385. }
  2386.  
  2387. .nav-icon-hug {
  2388. display:flex;
  2389. align-items:center;
  2390. justify-content:center;
  2391. width:var(--Top-Nav-Icon-Circle-Total-Size);
  2392. height:var(--Top-Nav-Icon-Circle-Total-Size);
  2393. border:var(--Top-Nav-Icon-Circle-Border-Size) solid var(--Top-Nav-Icon-Circle-Border-Color);
  2394. border-radius:100%;
  2395. background:var(--Top-Nav-Icon-Circle-BG);
  2396. }
  2397.  
  2398. .nav-icon-hug i[class]{
  2399. font-size:var(--Top-Nav-Icon-Size);
  2400. color:var(--Top-Nav-Icon-Color);
  2401. }
  2402.  
  2403. .nav-icon-hug .gt-misc-icons {
  2404. font-size:calc(var(--Top-Nav-Icon-Size) * 0.9)!important;
  2405. }
  2406.  
  2407. .nav-txt {
  2408. font-size:var(--Top-Nav-Text-Font-Size)!important;
  2409. color:var(--Top-Nav-Text-Color);
  2410. }
  2411.  
  2412. .main-nav li:first-child a {
  2413. padding-left:var(--Top-Nav-Links-Spacing);
  2414. }
  2415.  
  2416. .main-nav li:last-child a {
  2417. padding-right:var(--Top-Bar-Padding-X);
  2418. }
  2419.  
  2420. .nav-icon-hug, .nav-txt {
  2421. transition:all var(--Top-Nav-HOVER-Speed) ease-in-out;
  2422. }
  2423.  
  2424. .main-nav a:hover .nav-icon-hug {
  2425. border-color:var(--Top-Nav-HOVER-Icon-Border-Color);
  2426. background:var(--Top-Nav-HOVER-Icon-BG);
  2427. color:var(--Top-Nav-HOVER-Icon-Color);
  2428. }
  2429.  
  2430. .main-nav a:hover .nav-txt {
  2431. color:var(--Top-Nav-HOVER-Text);
  2432. }
  2433.  
  2434. /*------- CONTAINER SETTINGS -------*/
  2435. .main-scroll-cont {
  2436. position:absolute;
  2437. top:0;left:0;
  2438. margin-top:var(--Top-Bar-Total-Height);
  2439. width:100%;
  2440. height:var(--Main-Content-Scroll-Container-Height);
  2441. overflow:auto;
  2442. scrollbar-gutter:stable both-edges;
  2443. }
  2444.  
  2445. .main-column-wrap {
  2446. position:relative;
  2447. margin:0 auto;
  2448. width:var(--Main-Content-Total-Width);
  2449. min-height:var(--Main-Content-Scroll-Container-Height);
  2450. }
  2451.  
  2452. /* container left shadow */
  2453. .main-column-wrap[side-shadows="yes"]:before {
  2454. content:"";
  2455. position:absolute;
  2456. display:block;
  2457. top:0;
  2458. right:100%;
  2459. width:var(--Main-Content-Side-Shadows-Size);
  2460. height:100%;
  2461. background:linear-gradient(to left, rgba(0,0,0,var(--Main-Content-Side-Shadows-Strength)), transparent);
  2462. }
  2463.  
  2464. /* container right shadow */
  2465. .main-column-wrap[side-shadows="yes"]:after {
  2466. content:"";
  2467. position:absolute;
  2468. display:block;
  2469. top:0;
  2470. left:100%;
  2471. width:var(--Main-Content-Side-Shadows-Size);
  2472. height:100%;
  2473. background:linear-gradient(to right, rgba(0,0,0,var(--Main-Content-Side-Shadows-Strength)), transparent);
  2474. }
  2475.  
  2476. /*------- HEADER SETTINGS -------*/
  2477. /* if: don't show header at all */
  2478. [header-vis="hide"] header {
  2479. display:none;
  2480. }
  2481.  
  2482. /* if: only show header on main (front) page */
  2483. html:not([home-page]) [header-page-vis="main-page"] header,
  2484. html[home-page]:not([blog-page-num="1"]) [header-page-vis="main-page"] header {
  2485. display:none;
  2486. }
  2487.  
  2488. /* if: only show header on main (front) page and post page */
  2489. html:not([home-page],[perma-page][has-posts="yes"]) [header-page-vis="main-and-post"] header,
  2490. html[home-page]:not([blog-page-num="1"]) [header-page-vis="main-and-post"] header {
  2491. display:none;
  2492. }
  2493.  
  2494. [show-header-panel="hide"]{
  2495. display:none!important;
  2496. }
  2497.  
  2498. header {
  2499. position:relative;
  2500. width:var(--Main-Content-Total-Width);
  2501. background:var(--Main-Content-BG);
  2502. overflow:hidden;
  2503. z-index:0;
  2504. }
  2505.  
  2506. .header-inner {
  2507. width:100%;
  2508. }
  2509.  
  2510. /*------- HEADER IMAGE -------*/
  2511. .header-img-cont {
  2512. position:relative;
  2513. overflow:hidden;
  2514. z-index:0;
  2515. }
  2516.  
  2517. /* if: set as bg img */
  2518. .header-img-as-bg {
  2519. position:absolute;
  2520. top:0;left:0;
  2521. width:100%;
  2522. height:100%;
  2523. background-repeat:no-repeat;
  2524. background-size:cover;
  2525. background-position:{select:header image anchor X} {select:header image anchor Y};
  2526. z-index:1;
  2527. }
  2528.  
  2529. [head-height]:not([head-height="img-height"]) .header-img-as-bg {
  2530. background-image:url("{image:header image}");
  2531. }
  2532.  
  2533. [head-height="img-height"] .header-img-as-bg {
  2534. background-color:black; /* ignore this */
  2535. opacity:0; /* ignore this */
  2536. }
  2537.  
  2538. [head-height]:not([head-height="img-height"]) img {
  2539. display:none!important;
  2540. }
  2541.  
  2542. /* if: aspect ratio */
  2543. [head-height="3:1"]{
  2544. height:0;
  2545. padding-bottom:calc((1 / 3) * 100%);
  2546. }
  2547.  
  2548. [head-height="21:9"]{
  2549. height:0;
  2550. padding-bottom:calc((9 / 21) * 100%);
  2551. }
  2552.  
  2553. [head-height="16:9"]{
  2554. height:0;
  2555. padding-bottom:calc((9 / 16) * 100%);
  2556. }
  2557.  
  2558. /* if: use vh */
  2559. /* [1/2] under 50 */
  2560. [head-height="30vh"]{
  2561. height:max(var(--starting-header-height,0px), calc(30vh - var(--Top-Bar-Total-Height)));
  2562. }
  2563.  
  2564. [head-height="35vh"]{
  2565. height:max(var(--starting-header-height,0px), calc(35vh - var(--Top-Bar-Total-Height)));
  2566. }
  2567.  
  2568. [head-height="40vh"]{
  2569. height:max(var(--starting-header-height,0px), calc(40vh - var(--Top-Bar-Total-Height)));
  2570. }
  2571.  
  2572. [head-height="45vh"]{
  2573. height:max(var(--starting-header-height,0px), calc(45vh - var(--Top-Bar-Total-Height)));
  2574. }
  2575.  
  2576. /* if: use vh */
  2577. /* [2/2] 50 or over */
  2578. [head-height="50vh"]{
  2579. height:min(var(--starting-header-height,calc(100vh - var(--Top-Bar-Total-Height))), calc(50vh - var(--Top-Bar-Total-Height)));
  2580. }
  2581.  
  2582. [head-height="55vh"]{
  2583. height:min(var(--starting-header-height,calc(100vh - var(--Top-Bar-Total-Height))), calc(55vh - var(--Top-Bar-Total-Height)));
  2584. }
  2585.  
  2586. [head-height="60vh"]{
  2587. height:min(var(--starting-header-height,calc(100vh - var(--Top-Bar-Total-Height))), calc(60vh - var(--Top-Bar-Total-Height)));
  2588. }
  2589.  
  2590. [head-height="65vh"]{
  2591. height:min(var(--starting-header-height,calc(100vh - var(--Top-Bar-Total-Height))), calc(65vh - var(--Top-Bar-Total-Height)));
  2592. }
  2593.  
  2594. [head-height="70vh"]{
  2595. height:min(var(--starting-header-height,calc(100vh - var(--Top-Bar-Total-Height))), calc(70vh - var(--Top-Bar-Total-Height)));
  2596. }
  2597.  
  2598. /* if: use <img> */
  2599. .header-img-cont img {
  2600. position:relative;
  2601. display:block;
  2602. max-width:100%;
  2603. z-index:-1;
  2604. }
  2605.  
  2606. header[head-img*="assets.tumblr.com/images/x.gif"]{
  2607. display:none;
  2608. }
  2609.  
  2610. /*------ HEADER LEFT ARROW ------*/
  2611. header .arrow-col {
  2612. position:absolute;
  2613. top:0;left:0;
  2614. width:var(--Header-Arrow-Column-Width);
  2615. height:100%;
  2616. display:flex;
  2617. align-items:center;
  2618. justify-content:center;
  2619. backdrop-filter:blur(var(--Header-Arrow-Column-BG-Blur-Amount));
  2620. z-index:3;
  2621. }
  2622.  
  2623. header .arrow-col:after {
  2624. content:"";
  2625. display:block;
  2626. position:absolute;
  2627. top:0;left:0;
  2628. width:100%;
  2629. height:100%;
  2630. background:var(--Header-Arrow-Column-BG);
  2631. opacity:var(--Header-Arrow-Column-BG-Strength);
  2632. z-index:-1;
  2633. }
  2634.  
  2635. header .arrow-btn {
  2636. display:block;
  2637. margin:0;
  2638. border:none;
  2639. display:flex;
  2640. align-items:center;
  2641. justify-content:center;
  2642. width:var(--Header-Arrow-Column-Width);
  2643. height:var(--Header-Arrow-Column-Width);
  2644. padding:0;
  2645. background:transparent;
  2646. border-radius:100%;
  2647. font-size:var(--Header-Arrow-Size);
  2648. color:var(--Header-Arrow-Color);
  2649. transform-origin:center;
  2650. cursor:pointer;
  2651. }
  2652.  
  2653. header .arrow-btn i[class]:not([class=""]){
  2654. display:block;
  2655. transform-origin:center;
  2656. transition:transform var(--Header-Arrow-Hover-Speed) ease-in-out;
  2657. }
  2658.  
  2659. header .arrow-btn:hover i[class]:not([class=""]){
  2660. transform:scale(1.25,1.25);
  2661. }
  2662.  
  2663. header .arrow-btn, .arrow-btn.btn-clicked {
  2664. transition:transform var(--Header-Arrow-Spin-Speed) ease-in-out;
  2665. }
  2666.  
  2667. .arrow-btn.btn-clicked {
  2668. transform:rotate(-180deg);
  2669. }
  2670.  
  2671. /*------- HEADER PANEL -------*/
  2672. .header-boxes-panel {
  2673. position:absolute;
  2674. top:0;left:-100%;
  2675. width:100%;
  2676. height:100%;
  2677. backdrop-filter:blur(var(--Header-Panel-BG-Blur-Amount));
  2678. z-index:2;
  2679. }
  2680.  
  2681. .header-boxes-panel, .header-boxes-panel.is-showing {
  2682. transition:left var(--Header-Panel-Slide-Speed) ease-in-out;
  2683. }
  2684.  
  2685. .header-boxes-panel.is-showing {
  2686. left:0;
  2687. }
  2688.  
  2689. .header-boxes-panel:after {
  2690. content:"";
  2691. position:absolute;
  2692. display:block;
  2693. width:100%;
  2694. height:100%;
  2695. background:var(--Header-Panel-BG);
  2696. opacity:var(--Header-Panel-BG-Strength);
  2697. z-index:-1;
  2698. }
  2699.  
  2700. .panel-inner {
  2701. position:absolute;
  2702. top:0;left:0;
  2703. width:100%;
  2704. height:100%;
  2705. display:flex;
  2706. align-items:center;
  2707. justify-content:center;
  2708. }
  2709.  
  2710. .panel-boxes-holder {
  2711. display:flex;
  2712. justify-content:center;
  2713. margin-left:var(--Header-Arrow-Column-Width);
  2714. width:100%;
  2715. max-width:var(--Header-Boxes-Wrapper-Max-Width);
  2716. height:var(--Header-Boxes-Wrapper-Max-Height);
  2717. gap:var(--Header-Boxes-Spacing);
  2718. }
  2719.  
  2720. /*------- HEADER BOXES -------*/
  2721. [boxes-v-align="top"]{
  2722. align-items:flex-start;
  2723. }
  2724.  
  2725. [boxes-v-align="center"]{
  2726. align-items:center;
  2727. }
  2728.  
  2729. [v-stretch-boxes="tall"] .header-box {
  2730. height:100%;
  2731. }
  2732.  
  2733. [v-stretch-boxes="tall"] .header-box-body {
  2734. flex:1;
  2735. }
  2736.  
  2737. [boxes-width="compact"] .header-box {
  2738. width:calc((100% - (var(--Header-Boxes-Spacing) * (var(--Header-Boxes-Count) - 1))) / var(--Header-Boxes-Count));
  2739. }
  2740.  
  2741. [boxes-width="fill"] .header-box {
  2742. flex:1;
  2743. }
  2744.  
  2745. .header-box {
  2746. display:flex;
  2747. flex-direction:column;
  2748. }
  2749.  
  2750. /* header boxes rounded top */
  2751. .header-box > *:first-child {
  2752. border-top-left-radius:var(--Header-Boxes-Rounded-Corners);
  2753. border-top-right-radius:var(--Header-Boxes-Rounded-Corners);
  2754. overflow:hidden;
  2755. }
  2756.  
  2757. /* header boxes rounded bottom */
  2758. .header-box > *:not(:has(+*)){
  2759. border-bottom-left-radius:var(--Header-Boxes-Rounded-Corners);
  2760. border-bottom-right-radius:var(--Header-Boxes-Rounded-Corners);
  2761. overflow:hidden;
  2762. }
  2763.  
  2764. /*------- HEADER BOX TITLE -------*/
  2765. .header-box-title {
  2766. --iokeh:calc(((var(--Header-Box-Title-Font-Size) * var(--Header-Box-Title-Line-Height)) - var(--Header-Box-Title-Font-Size)) / 2);
  2767. margin:0;
  2768. padding:calc(var(--Header-Box-Title-Padding-Y) - var(--iokeh)) var(--Header-Box-Title-Padding-X);
  2769. background:var(--Header-Box-Title-BG);
  2770. font-size:var(--Header-Box-Title-Font-Size)!important;
  2771. line-height:var(--Header-Box-Title-Line-Height);
  2772. color:var(--Header-Box-Title-Color);
  2773. text-align:center;
  2774. flex-shrink:0;
  2775. }
  2776.  
  2777. /*------- HEADER BOX BODY -------*/
  2778. .header-box-body {
  2779. --qplim:calc(((var(--Header-Box-Body-Font-Size) * var(--Header-Box-Body-Line-Height)) - var(--Header-Box-Body-Font-Size)) / 2);
  2780. padding:calc(var(--Header-Box-Body-Padding-Y) - var(--qplim)) var(--Header-Box-Body-Padding-X);
  2781. background:var(--Header-Box-Body-BG);
  2782. font-size:var(--Header-Box-Body-Font-Size);
  2783. line-height:var(--Header-Box-Body-Line-Height);
  2784. color:var(--Header-Box-Body-Color);
  2785. text-align:var(--Header-Box-Body-Text-Align);
  2786. max-height:100%;
  2787. overflow:auto;
  2788. --Scrollbar-Thumb:{color:header box scrollbar}!important;
  2789. }
  2790.  
  2791. .box-body-inner > *:first-child { margin-top:0; }
  2792. .box-body-inner > *:last-child { margin-bottom:0; }
  2793.  
  2794. .header-box-body a {
  2795. color:{color:header box links};
  2796. border-color:{color:header box links underline};
  2797. }
  2798.  
  2799. .header-box-body b, .header-box-body strong {
  2800. font-weight:var(--Bold-Font-Weight);
  2801. color:{color:header box bold};
  2802. }
  2803.  
  2804. .header-box-body i, .header-box-body em {
  2805. color:{color:header box italic};
  2806. }
  2807.  
  2808. .header-box-body blockquote {
  2809. border-color:rgba({RGBcolor:header box text},0.169);
  2810. text-align:left;
  2811. }
  2812.  
  2813. .header-box-body ul, .header-box-body ol {
  2814. text-align:left;
  2815. }
  2816.  
  2817. .header-box-body hr {
  2818. display:block;
  2819. margin:1em 0;
  2820. width:100%;
  2821. height:1px;
  2822. background:rgba({RGBcolor:header box text},0.169);
  2823. border:none;
  2824. }
  2825.  
  2826. .header-box-body > hr:first-child { margin-top:0; }
  2827. .header-box-body > hr:last-child { margin-bottom:0; }
  2828.  
  2829. .header-box-body img {
  2830. max-width:100%;
  2831. }
  2832.  
  2833. /*------- LOWER CONTENT -------*/
  2834. main {
  2835. position:relative;
  2836. display:flex;
  2837. justify-content:center;
  2838. width:var(--Main-Content-Total-Width);
  2839. min-height:var(--Main-Content-Scroll-Container-Height);
  2840. z-index:0;
  2841. }
  2842.  
  2843. /* main content background */
  2844. main:after {
  2845. content:"";
  2846. position:sticky;
  2847. margin-left:calc(0px - var(--Main-Content-Total-Width));
  2848. top:0;
  2849. width:var(--Main-Content-Total-Width);
  2850. background:var(--Main-Content-BG);
  2851. z-index:-1;
  2852. }
  2853.  
  2854. .cont-flex {
  2855. display:flex;
  2856. flex-wrap:nowrap;
  2857. align-items:flex-start;
  2858. justify-content:center;
  2859. gap:var(--Main-Content-Center-Gap);
  2860. margin:var(--Main-Content-Padding-Y) var(--Main-Content-Padding-X) max(var(--Post-Spacing),var(--Main-Content-Padding-Y)) var(--Main-Content-Padding-X);
  2861. }
  2862.  
  2863. .load-in { opacity:0; }
  2864.  
  2865. .load-in, .load-removing {
  2866. transition:opacity var(--Load-In-Speed) ease-in-out;
  2867. }
  2868.  
  2869. /*------- SIDEBAR -------*/
  2870. .the-sidebar {
  2871. position:relative;
  2872. width:var(--Sidebar-Width);
  2873. flex-shrink:0;
  2874. }
  2875.  
  2876. .sb-inner {
  2877. width:var(--Sidebar-Width)!important;
  2878. }
  2879.  
  2880. .sb-inner-inner {
  2881. display:flex;
  2882. flex-direction:column;
  2883. gap:var(--Sidebar-Boxes-Spacing);
  2884. }
  2885.  
  2886. /* sidebar boxes rounded top */
  2887. .sb-box > *:first-child {
  2888. border-top-left-radius:var(--Sidebar-Boxes-Rounded-Corners);
  2889. border-top-right-radius:var(--Sidebar-Boxes-Rounded-Corners);
  2890. overflow:hidden;
  2891. }
  2892.  
  2893. /* [1] sidebar boxes bottom border */
  2894. /* [2] sidebar boxes rounded bottom */
  2895. .sb-box > *:not(:has(+*)){
  2896. border-bottom:var(--Sidebar-Boxes-Bottom-Border-Size) solid var(--Sidebar-Boxes-Bottom-Border-Color);
  2897.  
  2898. border-bottom-left-radius:var(--Sidebar-Boxes-Rounded-Corners);
  2899. border-bottom-right-radius:var(--Sidebar-Boxes-Rounded-Corners);
  2900. overflow:hidden;
  2901. }
  2902.  
  2903. /*----- SIDEBAR HEADING -----*/
  2904. .sb-heading {
  2905. --eznlj:calc(((var(--Sidebar-Heading-Font-Size) * var(--Sidebar-Heading-Line-Height)) - var(--Sidebar-Heading-Font-Size)) / 2);
  2906. display:flex;
  2907. gap:var(--Sidebar-Heading-Items-Spacing);
  2908. padding:var(--Sidebar-Heading-Padding-Y) var(--Sidebar-Heading-Padding-X);
  2909. background:var(--Sidebar-Heading-BG);
  2910. }
  2911.  
  2912. [title-align="left"] .sb-heading { justify-content:left; }
  2913. [title-align="center"] .sb-heading { justify-content:center; }
  2914. [title-align="right"] .sb-heading { justify-content:right; }
  2915.  
  2916. [title-order-swap="yes"] .sb-heading { flex-direction:row-reverse; }
  2917.  
  2918. .sb-heading[icon-input=""][title-input=""]{ display:none; }
  2919.  
  2920. .sb-icon-wrap {
  2921. display:flex;
  2922. align-items:center;
  2923. justify-content:center;
  2924. height:var(--Sidebar-Heading-Font-Size);
  2925. flex-shrink:0;
  2926. }
  2927.  
  2928. .sb-icon-wrap i[class]{
  2929. font-size:var(--Sidebar-Heading-Icon-Size);
  2930. color:var(--Sidebar-Heading-Icon-Color);
  2931. }
  2932.  
  2933. .sb-heading-text {
  2934. display:block;
  2935. margin:calc(0px - var(--eznlj)) 0;
  2936. font-size:var(--Sidebar-Heading-Font-Size)!important;
  2937. letter-spacing:var(--Sidebar-Heading-Letter-Spacing)!important;
  2938. color:var(--Sidebar-Heading-Text-Color);
  2939. line-height:var(--Sidebar-Heading-Line-Height);
  2940. }
  2941.  
  2942. /*----- SIDEBAR IMAGE -----*/
  2943. .the-sidebar img {
  2944. display:block;
  2945. max-width:100%;
  2946. }
  2947.  
  2948. [img-input*="assets.tumblr.com/images/x.gif"]{
  2949. display:none;
  2950. }
  2951.  
  2952. /*----- SIDEBAR BODY -----*/
  2953. .sb-body {
  2954. padding:var(--Sidebar-Desc-Padding-Y) var(--Sidebar-Desc-Padding-X);
  2955. background:var(--Sidebar-Desc-BG);
  2956. }
  2957.  
  2958. /*----- SIDEBAR DESC -----*/
  2959. {block:ifnotaboutboxdesc}
  2960. .sb-desc[blog-desc=""]{ display:none; }
  2961. {/block:ifnotaboutboxdesc}
  2962.  
  2963. .desc-inner {
  2964. --zrfvg:calc(((var(--Sidebar-Desc-Font-Size) * var(--Sidebar-Desc-Line-Height)) - var(--Sidebar-Desc-Font-Size)) / 2);
  2965. margin:calc(0px - var(--zrfvg)) 0;
  2966. font-size:var(--Sidebar-Desc-Font-Size);
  2967. letter-spacing:var(--Sidebar-Desc-Letter-Spacing);
  2968. line-height:var(--Sidebar-Desc-Line-Height);
  2969. text-align:{select:sidebar desc text align};
  2970. color:var(--Sidebar-Desc-Text-Color);
  2971. }
  2972.  
  2973. .sb-desc a {
  2974. color:{color:sidebar desc links};
  2975. border-color:{color:sidebar desc links underline};
  2976. }
  2977.  
  2978. .sb-desc b, .sb-desc strong {
  2979. font-weight:var(--Bold-Font-Weight);
  2980. color:{color:sidebar desc bold};
  2981. }
  2982.  
  2983. .sb-desc i, .sb-desc em {
  2984. color:{color:sidebar desc italic};
  2985. }
  2986.  
  2987. .sb-desc blockquote {
  2988. border-color:rgba({RGBcolor:sidebar desc text},0.169);
  2989. text-align:left;
  2990. }
  2991.  
  2992. .sb-desc ul, .sb-desc ol {
  2993. text-align:left;
  2994. }
  2995.  
  2996. .desc-inner > *:first-child { margin-top:0; }
  2997. .desc-inner > *:last-child { margin-bottom:0; }
  2998.  
  2999. .desc-inner img {
  3000. max-width:100%;
  3001. }
  3002.  
  3003. .desc-inner iframe {
  3004. display:block;
  3005. max-width:100%;
  3006. }
  3007.  
  3008. /*----- SIDEBAR CUSTOM LINKS -----*/
  3009. .cl-wrap {
  3010. display:grid;
  3011. grid-template-columns:repeat(var(--Custom-Links-Columns), 1fr);
  3012. gap:var(--Custom-Links-Spacing);
  3013. }
  3014.  
  3015. .cl-wrap > a {
  3016. --msffk:calc(((var(--Custom-Links-Font-Size) * var(--Custom-Links-Line-Height)) - var(--Custom-Links-Font-Size)) / 2);
  3017. position:relative;
  3018. display:flex;
  3019. align-items:center;
  3020. justify-content:center;
  3021. padding:calc(var(--Custom-Links-Padding-Y) - var(--msffk)) var(--Custom-Links-Padding-X);
  3022. background:var(--Custom-Links-BG);
  3023. font-size:var(--Custom-Links-Font-Size)!important;
  3024. line-height:var(--Custom-Links-Line-Height);
  3025. color:var(--Custom-Links-Text-Color);
  3026. text-align:center;
  3027. z-index:0;
  3028. }
  3029.  
  3030. .cl-wrap > a:after {
  3031. content:"";
  3032. position:absolute;
  3033. display:block;
  3034. left:50%;
  3035. transform:translateX(-50%) perspective(0);
  3036. bottom:0;
  3037. width:0;
  3038. height:var(--Custom-Links-HOVER-Underline-Size);
  3039. background:var(--Custom-Links-HOVER-Underline-Color);
  3040. transition:width var(--Custom-Links-HOVER-Speed) ease-in-out;
  3041. z-index:1;
  3042. }
  3043.  
  3044. .cl-wrap > a:hover:after {
  3045. width:100%;
  3046. }
  3047.  
  3048. /*----- SIDEBAR PAGINATION -----*/
  3049. html[pagi-pos="under posts"] .sb-box.pagi-box {
  3050. display:none;
  3051. }
  3052.  
  3053. /*------- POSTS SETTINGS -------*/
  3054. .all-posts {
  3055. margin:0 auto;
  3056. width:var(--Post-Extended-Width);
  3057. }
  3058.  
  3059. .posts {
  3060. position:relative;
  3061. width:100%;
  3062. margin-bottom:var(--Post-Spacing);
  3063. z-index:0;
  3064. }
  3065.  
  3066. .posts:not(:has(+.posts)){
  3067. margin-bottom:0;
  3068. }
  3069.  
  3070. .post-inner, .post-notes, .botpagi {
  3071. background:var(--Post-BG);
  3072. border:var(--Post-Borders-Size) solid var(--Post-Borders-Color);
  3073. border-radius:var(--Post-Rounded-Corners);
  3074. }
  3075.  
  3076. /*------- POST TYPE ICON -------*/
  3077. [post-type-sticky="yes"] .pt-type-wrap {
  3078. position:sticky;
  3079. top:var(--Main-Content-Padding-Y);
  3080. left:100%;
  3081. }
  3082.  
  3083. [post-type-sticky="no"] .pt-type-wrap {
  3084. position:absolute;
  3085. top:0;right:0;
  3086. }
  3087.  
  3088. .pt-type-wrap {
  3089. width:var(--Post-Type-Icon-Total-Size);
  3090. height:var(--Post-Type-Icon-Total-Size);
  3091. z-index:-1;
  3092. }
  3093.  
  3094. .pt-type-wrap:before {
  3095. content:"";
  3096. position:absolute;
  3097. top:0;right:100%;
  3098. margin-top:calc((var(--Post-Type-Icon-Total-Size) - var(--Post-Type-Icon-Left-Line-Thickness)) / 2);
  3099. width:var(--Post-Type-Icon-Left-Line-Width);
  3100. height:var(--Post-Type-Icon-Left-Line-Thickness);
  3101. background:var(--Post-Type-Icon-Left-Line-Color);
  3102. }
  3103.  
  3104. .post-type-icon {
  3105. width:100%;
  3106. height:100%;
  3107. border:var(--Post-Type-Icon-Border-Size) solid var(--Post-Type-Icon-Border-Color);
  3108. background:var(--Post-Type-Icon-BG);
  3109. border-radius:var(--Post-Type-Icon-Rounded-Corners);
  3110. }
  3111.  
  3112. .pt-type-wrap, .post-type-icon, .post-type-icon > span {
  3113. display:flex;
  3114. align-items:center;
  3115. justify-content:center;
  3116. }
  3117.  
  3118. .post-type-icon > span {
  3119. display:none;
  3120. }
  3121.  
  3122. .posts[pinned-post] .post-type-icon > span.type-pinned,
  3123. [post-type="text"] .post-type-icon > span.type-text,
  3124. [post-type="photo"] .post-type-icon > span.type-photo,
  3125. [post-type="quote"] .post-type-icon > span.type-quote,
  3126. [post-type="link"] .post-type-icon > span.type-link,
  3127. [post-type="chat"] .post-type-icon > span.type-chat,
  3128. [post-type="audio"] .post-type-icon > span.type-audio,
  3129. [post-type="video"] .post-type-icon > span.type-video,
  3130. [post-type="answer"] .post-type-icon > span.type-ask,
  3131. [post-type="poll"] .post-type-icon > span.type-poll,
  3132. [post-type="multimedia"] .post-type-icon > span.type-multimedia,
  3133. html[current-path^="/ask"] .post-type-icon > span.type-askpage,
  3134. html[current-path^="/submit"] .post-type-icon > span.type-submitpage,
  3135. html[not-found-page] .post-type-icon > span.type-notfoundpage
  3136. {
  3137. display:flex!important;
  3138. transform-origin:center;
  3139. }
  3140.  
  3141. .posts[pinned-post] .post-type-icon > span:not(.type-pinned),
  3142. html[current-path^="/ask"] .post-type-icon > span:not(.type-askpage),
  3143. html[current-path^="/submit"] .post-type-icon > span:not(.type-submitpage),
  3144. html[not-found-page] .post-type-icon > span:not(.type-notfoundpage){
  3145. display:none!important;
  3146. }
  3147.  
  3148. html[not-found-page] .post-type-icon > span.type-notfoundpage {
  3149. display:flex!important;
  3150. }
  3151.  
  3152. .post-type-icon i[class]{
  3153. font-size:var(--Post-Type-Icon-Size);
  3154. font-weight:normal!important;
  3155. color:var(--Post-Type-Icon-Color);
  3156. }
  3157.  
  3158. .post-type-icon i.iconcino[icon-name="link-1"]{
  3159. transform:rotate(-40deg);
  3160. }
  3161.  
  3162. .post-type-icon i.gt-misc-icons {
  3163. font-size:calc(var(--Post-Type-Icon-Size) * 0.8);
  3164. }
  3165.  
  3166. /*------- POSTS INNER -------*/
  3167. [post-type-sticky="yes"] .pt-type-wrap + .post-inner {
  3168. margin-top:calc(0px - var(--Post-Type-Icon-Total-Size));
  3169. }
  3170.  
  3171. .post-inner {
  3172. display:flex;
  3173. flex-direction:column;
  3174. gap:var(--Post-Padding);
  3175. max-width:var(--Post-Width-Total);
  3176. overflow:hidden;
  3177. }
  3178.  
  3179. /*------ FULL WIDTH POSTS ------*/
  3180. html[full-width-posts="yes"]:root {
  3181. --Post-Width-Total:min(calc(var(--Post-Width) + (var(--Post-Borders-Size) * 2)), 85vw)
  3182. }
  3183.  
  3184. /*------ NOT FULL WIDTH POSTS ------*/
  3185. html[full-width-posts="no"] [post-type="photo"] .post-body,
  3186. html[full-width-posts="no"] [post-type="video"] .post-body,
  3187. html[full-width-posts="no"] [post-type="multimedia"] .post-body {
  3188. margin-top:var(--Post-Padding);
  3189. margin-left:var(--Post-Padding);
  3190. width:calc(100% - (var(--Post-Padding) * 2));
  3191. }
  3192.  
  3193. html[full-width-posts="no"] [post-type="photo"] .post-body .comments,
  3194. html[full-width-posts="no"] [post-type="video"] .post-body .comments,
  3195. html[full-width-posts="no"] [post-type="multimedia"] .post-body .comments {
  3196. margin-left:calc(0px - var(--Post-Padding));
  3197. width:calc(100% + (var(--Post-Padding) * 2));
  3198. }
  3199.  
  3200. /*------ ROUNDED CORNERS ------*/
  3201. /* only rounds first media in the post */
  3202. /* ignores images in additional reblogs/comments */
  3203. html[rounded-corners]:not([rounded-corners="0px"])[full-width-posts="no"] .post-media:first-child:not(.npf-multimedia){
  3204. border-radius:var(--Post-Rounded-Corners);
  3205. overflow:hidden;
  3206. }
  3207.  
  3208. /*------ EMPTY TAG RESULTS PAGE ------*/
  3209. .posts.tag-pg-only {
  3210. display:none;
  3211. }
  3212.  
  3213. .posts:has(+.posts.tag-pg-only){
  3214. margin-bottom:0;
  3215. }
  3216.  
  3217. .all-posts > .posts.tag-pg-only:first-child {
  3218. display:block;
  3219. }
  3220.  
  3221. .posts.tag-pg-only .post-type-icon > span:first-child {
  3222. display:flex!important;
  3223. }
  3224.  
  3225. .posts.tag-pg-only .post-title .tag_query:before { content:'“'; }
  3226. .posts.tag-pg-only .post-title .tag_query:after { content:'”'; }
  3227.  
  3228. /*------ "NO SEARCH RESULTS" PAGE ------*/
  3229. .posts.srch-pg-only:not([search-results-num="0"]){
  3230. display:none;
  3231. }
  3232.  
  3233. .posts:has(+.posts.srch-pg-only){
  3234. margin-bottom:0;
  3235. }
  3236.  
  3237. .posts[search-results-num="0"]{
  3238. display:block;
  3239. }
  3240.  
  3241. .posts.srch-pg-only .post-type-icon > span:first-child {
  3242. display:flex!important;
  3243. }
  3244.  
  3245. .posts.srch-pg-only .post-title .search_query:before { content:'“'; }
  3246. .posts.srch-pg-only .post-title .search_query:after { content:'”'; }
  3247.  
  3248. /*------- POST HEADER -------*/
  3249. .post-header {
  3250. border-bottom:var(--Post-Header-Border-Size) solid var(--Post-Header-Border-Color);
  3251. background-color:var(--Post-Header-BG);
  3252. }
  3253.  
  3254. .post-header:not(:last-child){
  3255. margin-bottom:calc(0px - var(--Post-Padding));
  3256. }
  3257.  
  3258. .post-header > * {
  3259. padding:var(--Post-Header-Padding-Y) var(--Post-Header-Padding-X);
  3260. }
  3261.  
  3262. .post-header, .post-header * {
  3263. font-size:var(--Post-Header-Font-Size);
  3264. color:var(--Post-Header-Text-Color);
  3265. }
  3266.  
  3267. .ph-inner {
  3268. display:flex;
  3269. align-items:center;
  3270. justify-content:space-between;
  3271. }
  3272.  
  3273. .ph-left, .ph-right, .ph-pinned {
  3274. display:flex;
  3275. align-items:center;
  3276. }
  3277.  
  3278. .ph-left {
  3279. gap:var(--Post-Header-Via-Src-Spacing);
  3280. }
  3281.  
  3282. .reblogged-from-src .ph-via {
  3283. display:none;
  3284. }
  3285.  
  3286. .ph-left > *:not(.ph-pinned){
  3287. display:block;
  3288. }
  3289.  
  3290. .ph-pinned {
  3291. gap:var(--Post-Header-Pin-Icon-Gap);
  3292. cursor:default;
  3293. }
  3294.  
  3295. .ph-pinned i[class]:not([class=""]){
  3296. display:block!important;
  3297. transform:translateY(-.5px) perspective(0)!important;
  3298. font-size:var(--Post-Header-Pin-Icon-Size)!important;
  3299. }
  3300.  
  3301. .ph-left > .ph-pinned ~ * {
  3302. display:none;
  3303. }
  3304.  
  3305. .ph-left > a {
  3306. margin:calc(0px - var(--Post-Header-Padding-Y)) -1em;
  3307. padding:var(--Post-Header-Padding-Y) 1em;
  3308. }
  3309.  
  3310. .ph-left > a:first-child {
  3311. margin-left:calc(0px - var(--Post-Header-Padding-X));
  3312. padding-left:var(--Post-Header-Padding-X);
  3313. }
  3314.  
  3315. .ph-left i[class]:not([class=""]){
  3316. font-size:var(--Post-Header-Reblog-Icon-Size);
  3317. }
  3318.  
  3319. .ph-left i.iconcino[icon-name="loop"]{
  3320. transform:translateY(-0.5px) perspective(0);
  3321. }
  3322.  
  3323. .ph-right .tnc:not([aria-label][href]){
  3324. cursor:default;
  3325. }
  3326.  
  3327. /*------- POST TITLES -------*/
  3328. .post-title {
  3329. margin-bottom:var(--Heading-Bottom-Gap)!important;
  3330. color:var(--Heading-Text-Color);
  3331. text-align:center;
  3332. }
  3333.  
  3334. .text-block > .post-title:first-child {
  3335. margin-top:0;
  3336. padding:var(--Post-Padding);
  3337. }
  3338.  
  3339. .text-block > .post-title:first-child:not(:last-child){
  3340. padding-bottom:0;
  3341. }
  3342.  
  3343. .text-block > .post-title:last-child {
  3344. margin-bottom:0!important;
  3345. }
  3346.  
  3347. /*------- TEXT POSTS -------*/
  3348. .text-block > .post-title + .comments > .comment:first-child {
  3349. padding-top:0;
  3350. }
  3351.  
  3352. /*------- CAPTIONS / COMMENTS -------*/
  3353. .text-block > .post-title:first-child + .comments {
  3354. /*margin-top:calc(0px - var(--Post-Padding));*/
  3355. }
  3356.  
  3357. .comment {
  3358. padding:var(--Post-Padding);
  3359. }
  3360.  
  3361. /*------- REBLOG DIVIDERS -------*/
  3362. /* for: link blocks -> reblogs */
  3363. html[reblog-borders="yes"] [post-type="link"].ex-npf .npf_group:first-child + .text-block .comments,
  3364. html[reblog-borders="yes"] .link-render + .comments {
  3365. border-top:var(--Reblog-Borders-Size) solid var(--Reblog-Borders);
  3366. }
  3367.  
  3368. /*>>>>>>>>>>>>>>>>>>>>>>>*/
  3369.  
  3370. /* for: audio blocks -> reblogs */
  3371. html[reblog-borders="yes"] .legacy-audio + .comments,
  3372. html[reblog-borders="yes"] [post-type="audio"].ex-npf .post-body > .photo-origin:first-child + .text-block {
  3373. border-top:var(--Reblog-Borders-Size) solid var(--Reblog-Borders);
  3374. }
  3375.  
  3376. html[reblog-borders="yes"] [post-type="audio"].ex-npf .post-body > .photo-origin:first-child + .text-block {
  3377. margin-top:var(--Post-Padding);
  3378. }
  3379.  
  3380. html[reblog-borders="yes"] .post-body > .photo-origin.npf-multimedia:first-child:has(.npf_audio:last-child) + .text-block {
  3381. margin-top:var(--Post-Padding);
  3382. border-top:var(--Reblog-Borders-Size) solid var(--Reblog-Borders);
  3383. }
  3384.  
  3385. html[reblog-borders="no"] .legacy-audio + .comments,
  3386. html[reblog-borders="no"] [post-type="audio"].ex-npf .post-body > .photo-origin:first-child + .text-block {
  3387. margin-top:calc(0px - var(--Post-Padding));
  3388. }
  3389.  
  3390. /* glen-test.tumblr.com/post/749405496324325376 */
  3391. /* common npf audio */
  3392. html[reblog-borders="no"] [post-type="audio"].ex-npf .post-body > .photo-origin:first-child:not(:last-child)[style*="var(--NPF-Caption-Spacing)"]{
  3393. margin-bottom:var(--Post-Padding)!important;
  3394. }
  3395.  
  3396. /* glen-test.tumblr.com/post/749405515190304768 */
  3397. /* audio that somehow turned into a video */
  3398. /* so after un-video and re-npf, there is no margin-bottom on the embed */
  3399. html[reblog-borders="no"] [post-type="audio"].ex-npf .post-body > .photo-origin:first-child + .text-block {
  3400. margin-top:calc(0px - var(--Post-Padding));
  3401. }
  3402.  
  3403. /*>>>>>>>>>>>>>>>>>>>>>>>*/
  3404.  
  3405. /* for: question blocks -> reblogs */
  3406. html[reblog-borders="yes"] .question-part + .comments {
  3407. border-top:var(--Reblog-Borders-Size) solid var(--Reblog-Borders);
  3408. }
  3409.  
  3410. html[reblog-borders="no"] .question-part + .comments {
  3411. margin-top:calc(0px - var(--Post-Padding));
  3412. }
  3413.  
  3414. /*>>>>>>>>>>>>>>>>>>>>>>>*/
  3415.  
  3416. html[reblog-borders="yes"] .comment + .comment {
  3417. border-top:var(--Reblog-Borders-Size) solid var(--Reblog-Borders);
  3418. }
  3419.  
  3420. html[reblog-borders="no"] .comment + .comment {
  3421. margin-top:calc(0px - var(--Post-Padding));
  3422. }
  3423.  
  3424. .comments:empty {
  3425. display:none;
  3426. }
  3427.  
  3428. .comment-header {
  3429. display:flex;
  3430. align-items:center;
  3431. justify-content:flex-start;
  3432. width:fit-content;
  3433. gap:0 var(--Reblog-Head-Gutter);
  3434. }
  3435.  
  3436. .comment-header img.userpic {
  3437. width:var(--Reblog-Head-Image-Size);
  3438. height:var(--Reblog-Head-Image-Size);
  3439. border-radius:var(--Reblog-Head-Image-Rounded-Corners);
  3440. }
  3441.  
  3442. .comment-header .username,
  3443. html[current-path="/customize_preview_receiver.html"] a.tumblr_blog {
  3444. color:var(--Reblog-Name-Color);
  3445. }
  3446.  
  3447. .comment-header:not(:last-child){
  3448. margin-bottom:var(--Reblog-Head-Bottom-Gap);
  3449. }
  3450.  
  3451. /* file.garden/ZRt8jW_MomIqlrfn/screenshots/nkbsj.png */
  3452. [post-type="quote"].ex-npf .comments > .comment.extra-comment:first-child .comment-header,
  3453. [post-type="chat"].ex-npf .comments > .comment:first-child .comment-header {
  3454. display:none;
  3455. }
  3456.  
  3457. /* deactivated users */
  3458. .comment.deactivated .comment-header {
  3459. cursor:default;
  3460. }
  3461.  
  3462. .comment-header .deactivated {
  3463. color:rgba(var(--Body-Text-Color-RGB),0.8);
  3464. }
  3465.  
  3466. .comment-header .username + .deactivated {
  3467. margin-left:calc(0px - var(--Reblog-Head-Gutter) + 0.5em);
  3468. }
  3469.  
  3470. .comment-body > h1:first-child,
  3471. .comment-body > h2:first-child,
  3472. .comment-body > h3:first-child,
  3473. .comment-body > h4:first-child,
  3474. .comment-body > h5:first-child,
  3475. .comment-body > h6:first-child,
  3476. .comment-body > p:first-child,
  3477. .comment-body > blockquote:first-child,
  3478. .comment-body > ul:first-child,
  3479. .comment-body > ol:first-child {
  3480. margin-top:0;
  3481. }
  3482.  
  3483. .comment-body > h1:last-child,
  3484. .comment-body > h2:last-child,
  3485. .comment-body > h3:last-child,
  3486. .comment-body > h4:last-child,
  3487. .comment-body > h5:last-child,
  3488. .comment-body > h6:last-child,
  3489. .comment-body > p:last-child,
  3490. .comment-body > blockquote:last-child,
  3491. .comment-body > ul:last-child,
  3492. .comment-body > ol:last-child {
  3493. margin-bottom:0;
  3494. }
  3495.  
  3496. .comment-body blockquote > p:first-child {
  3497. margin-top:0;
  3498. }
  3499.  
  3500. .comment-body blockquote > p:last-child {
  3501. margin-bottom:0;
  3502. }
  3503.  
  3504. /*------- PHOTO POSTS -------*/
  3505. .legacy-photo img, .legacy-photoset img {
  3506. display:block;
  3507. max-width:100%;
  3508. height:auto;
  3509. }
  3510.  
  3511. .legacy-photoset {
  3512. display:grid;
  3513. grid-gap:var(--Photoset-Image-Spacing)
  3514. }
  3515.  
  3516. .legacy-photoset > img {
  3517. display:none; /* handle loading */
  3518. }
  3519.  
  3520. .layout-row {
  3521. position:relative;
  3522. display:grid;
  3523. grid-gap:0 var(--Photoset-Image-Spacing);
  3524. overflow:hidden;
  3525. }
  3526.  
  3527. .layout-row img {
  3528. position:absolute;
  3529. width:100%;
  3530. height:auto;
  3531. visibility:hidden;
  3532. object-fit:cover;
  3533. object-position:center;
  3534. cursor:pointer;
  3535. }
  3536.  
  3537. .layout-row.done img {
  3538. position:relative;
  3539. visibility:visible;
  3540. }
  3541.  
  3542. .legacy-photo img {
  3543. cursor:pointer;
  3544. }
  3545.  
  3546. /*------- PHOTO LIGHTBOXES -------*/
  3547. body[style*="overflow: hidden;"],
  3548. body[style*="overflow:hidden;"]{
  3549. overflow:inherit!important;
  3550. }
  3551.  
  3552. .tmblr-lightbox, #tumblr_lightbox {
  3553. background-image:none!important;
  3554. background-color:rgba({RGBcolor:background},0.69)!important;
  3555. backdrop-filter:blur(3px);
  3556. }
  3557.  
  3558. .tmblr-lightbox .vignette, #tumblr_lightbox #vignette {
  3559. opacity:0!important;
  3560. }
  3561.  
  3562. .tmblr-lightbox .lightbox-image,
  3563. .tmblr-lightbox img, #tumblr_lightbox img {
  3564. box-shadow:none!important;
  3565. border-radius:var(--Rounded-Corners)!important;
  3566. }
  3567.  
  3568. .tmblr-lightbox img, #tumblr_lightbox img {
  3569. max-width:none;
  3570. width:auto;
  3571. }
  3572.  
  3573. /*------- QUOTE POSTS -------*/
  3574. .quote-block {
  3575. padding:var(--Post-Padding);
  3576. }
  3577.  
  3578. .quote-set blockquote.quote-text {
  3579. margin-left:0;
  3580. padding:0 var(--Post-Padding);
  3581. border:none;
  3582. font-family:var(--Quote-Font-Family);
  3583. font-weight:var(--Quote-Font-Weight);
  3584. font-size:var(--Quote-Font-Size);
  3585. text-transform:var(--Quote-Text-Case);
  3586. letter-spacing:var(--Quote-Letter-Spacing);
  3587. word-spacing:var(--Quote-Word-Spacing);
  3588. line-height:var(--Quote-Line-Height);
  3589. text-align:center;
  3590. }
  3591.  
  3592. .quote-set > *:first-child { margin-top:0; }
  3593. .quote-set > *:last-child { margin-bottom:0; }
  3594.  
  3595. .quote-source {
  3596. text-align:center;
  3597. }
  3598.  
  3599. [post-type="quote"] .post-body .content-src { display:none; }
  3600.  
  3601. /*------- LINK POSTS -------*/
  3602. [post-type="link"] .post-media .npf_link,
  3603. .link-block > .link-render {
  3604. padding:var(--Post-Padding);
  3605. }
  3606.  
  3607. [post-type="link"] .post-media .npf_link + .npf_link {
  3608. margin-top:0;
  3609. padding-top:0;
  3610. }
  3611.  
  3612. .link-render {
  3613. display:block;
  3614. }
  3615.  
  3616. .link-render > * {
  3617. text-align:center;
  3618. justify-content:center;
  3619. }
  3620.  
  3621. .post-body > .link-render + .link-render {
  3622. margin-top:calc(0px - var(--Post-Padding));
  3623. }
  3624.  
  3625. .comment-body .link-render {
  3626. margin:1em 0;
  3627. }
  3628.  
  3629. .comment-body .link-render:first-child { margin-top:0 }
  3630. .comment-body .link-render:last-child { margin-bottom:0 }
  3631.  
  3632. .link-render h2 {
  3633. margin:0;
  3634. }
  3635.  
  3636. .link-render h2 i[class*="arrow"],
  3637. .link-render h2 i[icon-name*="arrow"],
  3638. .link-render h2 i[class*="right"],
  3639. .link-render h2 i[icon-name*="right"]{
  3640. margin-left:2px;
  3641. font-size:125%;
  3642. vertical-align:-8%;
  3643. }
  3644.  
  3645. .link-render .site-name {
  3646. display:flex;
  3647. align-items:center;
  3648. margin-top:0.45em;
  3649. color:var(--Body-Text-Color);
  3650. }
  3651.  
  3652. .link-render .site-name i[class]{
  3653. display:block;
  3654. margin-left:calc(var(--Caps-Font-Size) * -1.35);
  3655. margin-right:min(0.45em, 8px);
  3656. font-size:calc(var(--Caps-Font-Size) * 1.35);
  3657. transform-origin:center;
  3658. transform:rotate(-40deg);
  3659. line-height:1;
  3660. }
  3661.  
  3662. .npf-link-block {
  3663. display:none!important;
  3664. }
  3665.  
  3666. /*------- CHAT POSTS -------*/
  3667. .chat-block {
  3668. padding:var(--Post-Padding);
  3669. }
  3670.  
  3671. ul.chat-wrap {
  3672. list-style:none;
  3673. margin:0;
  3674. padding:0;
  3675. }
  3676.  
  3677. li.chat-line {
  3678. --sppxk:calc(0.85rem - (((var(--Body-Font-Size) * var(--Body-Line-Height)) - var(--Body-Font-Size)) / 2));
  3679. list-style:none;
  3680. padding:var( --sppxk) 0.85rem;
  3681. border-radius:var(--Rounded-Corners);
  3682. }
  3683.  
  3684. li.chat-line:nth-of-type(odd){
  3685. background:var(--Post-Accent-BG);
  3686. color:var(--Post-Accent-Text);
  3687. }
  3688.  
  3689. .chat-label {
  3690. }
  3691.  
  3692. .post-body > .text-block > .comments > .comment:first-child:has(.quote-set) .comment-header {
  3693. display:none;
  3694. }
  3695.  
  3696. /*------- AUDIO POSTS -------*/
  3697. .aud-gen {
  3698. display:flex;
  3699. align-items:center;
  3700. justify-content:space-between;
  3701. overflow:hidden;
  3702. }
  3703.  
  3704. .audio-block .aud-gen,
  3705. [post-type="audio"].ex-npf .post-body > .npf-audio-only:first-child {
  3706. margin:var(--Post-Padding);
  3707. }
  3708.  
  3709. .aud-gen + .comments {
  3710.  
  3711. }
  3712.  
  3713. .aud-cover {
  3714. position:relative;
  3715. width:var(--Audio-Post-Album-Cover-Size);
  3716. height:var(--Audio-Post-Album-Cover-Size);
  3717. z-index:0;
  3718. }
  3719.  
  3720. .aud-cover .aud-ctl, .aud-cover img {
  3721. position:absolute;
  3722. top:0;left:0;
  3723. width:100%;
  3724. height:100%;
  3725. }
  3726.  
  3727. .aud-gen img {
  3728. width:100%;
  3729. height:100%!important;
  3730. object-fit:cover;
  3731. border-radius:var(--Audio-Post-Album-Cover-Rounded-Corners);
  3732. z-index:1;
  3733. }
  3734.  
  3735. .aud-cover .aud-ctl {
  3736. display:flex;
  3737. align-items:center;
  3738. justify-content:center;
  3739. z-index:2;
  3740. }
  3741.  
  3742. .aud-ctl .q-play,
  3743. .aud-ctl .q-pause {
  3744. display:flex;
  3745. align-items:center;
  3746. justify-content:center;
  3747. width:calc(var(--Audio-Post-Btns-Size) + (var(--Audio-Post-Btns-Padding) * 2));
  3748. height:calc(var(--Audio-Post-Btns-Size) + (var(--Audio-Post-Btns-Padding) * 2));
  3749. background-color:var(--Audio-Post-Btns-BG);
  3750. border-radius:100%;
  3751. outline:none;
  3752. border:none;
  3753. line-height:0;
  3754. cursor:pointer;
  3755. }
  3756.  
  3757. .aud-ctl .q-pause, .aud-iframe {
  3758. display:none;
  3759. }
  3760.  
  3761. .aud-ctl i[icon-name*="play"],
  3762. .aud-ctl i[icon-name*="pause"]{
  3763. display:block;
  3764. font-size:var(--Audio-Post-Btns-Size);
  3765. color:var(--Audio-Post-Btns-Color);
  3766. line-height:1;
  3767. }
  3768.  
  3769. .aud-ctl i[icon-name*="play"]{
  3770. margin-left:calc(var(--Audio-Post-Btns-Size) * 0.1);
  3771. }
  3772.  
  3773. .aud-xyz {
  3774. flex:1;
  3775. }
  3776.  
  3777. .aud-info {
  3778. padding:0 var(--Audio-Post-Gutter);
  3779. }
  3780.  
  3781. [post-type="audio"]:not(.ex-npf) .aud-info .aud-title:not(.has-title) .has-title,
  3782. [post-type="audio"]:not(.ex-npf) .aud-info .aud-artist:not(.has-artist) .has-artist,
  3783. [post-type="audio"]:not(.ex-npf) .aud-info .aud-album:not(.has-album) .has-album {
  3784. display:none;
  3785. }
  3786.  
  3787. [post-type="audio"]:not(.ex-npf) .aud-info .aud-title.has-title .no-title,
  3788. [post-type="audio"]:not(.ex-npf) .aud-info .aud-artist.has-artist .no-artist,
  3789. [post-type="audio"]:not(.ex-npf) .aud-info .aud-album.has-album .no-album {
  3790. display:none;
  3791. }
  3792.  
  3793. .aud-dl {
  3794. display:block;
  3795. margin:0 calc(0px - var(--Audio-Post-Download-Icon-Touch-Padding));
  3796. padding:var(--Audio-Post-Download-Icon-Touch-Padding);
  3797. line-height:1;
  3798. }
  3799.  
  3800. .aud-dl i[class]{
  3801. font-size:var(--Audio-Post-Download-Icon-Size);
  3802. color:var(--Audio-Post-Download-Icon-Color);
  3803. }
  3804.  
  3805. .posts audio[controls]{
  3806. display:none;
  3807. }
  3808.  
  3809. .npf-audio-only {
  3810. --NPF-Images-Spacing:1em!important;
  3811. }
  3812.  
  3813. /* file.garden/ZRt8jW_MomIqlrfn/screenshots/innbv.png */
  3814. .npf_audio figure.sc-short {
  3815. position:relative;
  3816. z-index:0;
  3817. }
  3818.  
  3819. .npf_audio figure.sc-short:before {
  3820. content:"";
  3821. position:absolute;
  3822. top:0;left:0;
  3823. margin-top:1px;
  3824. width:20px;
  3825. height:20px;
  3826. border-radius:100%;
  3827. background:var(--Audio-Post-Btns-BG);
  3828. z-index:-1;
  3829. }
  3830.  
  3831. iframe[src*='open.spotify.com'][src*='track'],
  3832. figure[data-npf*='open.spotify.com'][data-npf*='track']{
  3833. height:80px!important;
  3834. }
  3835.  
  3836. /*------- VIDEO POSTS -------*/
  3837. .legacy-video .tumblr_video_container {
  3838. width:auto!important;
  3839. height:auto!important;
  3840. max-width:100%;
  3841. }
  3842.  
  3843. .vidyo-current-time, .vidyo-duration {
  3844. font-size:var(--VIDYO-time-font-size)!important;
  3845. }
  3846.  
  3847. /*------- ASK POSTS -------*/
  3848. .answer-block {
  3849.  
  3850. }
  3851.  
  3852. .question-part {
  3853. margin:var(--Post-Padding);
  3854. display:flex;
  3855. align-items:center;
  3856. gap:0 var(--Ask-Post-Question-Gutter);
  3857. padding:var(--Post-Padding);
  3858. background:var(--Ask-Post-Question-BG);
  3859. border-radius:var(--Ask-Post-Question-Rounded-Corners);
  3860. }
  3861.  
  3862. .askerpic {
  3863. flex-shrink:0;
  3864. align-self:flex-start;
  3865. width:var(--Ask-Post-Avatar-Size);
  3866. height:var(--Ask-Post-Avatar-Size);
  3867. border-radius:var(--Ask-Post-Avatar-Rounded-Corners);
  3868. }
  3869.  
  3870. .q-right {
  3871. display:flex;
  3872. flex-direction:column;
  3873. flex:1;
  3874. gap:var(--Ask-Post-Username-Bottom-Gap) 0;
  3875. }
  3876.  
  3877. .q-top {
  3878. margin:0;
  3879. color:var(--Ask-Post-Asked-Label-Color);
  3880. }
  3881.  
  3882. .q-top a {
  3883. color:var(--Ask-Post-Username-Color);
  3884. }
  3885.  
  3886. .q-text > p:first-child { margin-top:0; }
  3887. .q-text > p:last-child { margin-bottom:0; }
  3888.  
  3889. /*------- POLL POSTS -------*/
  3890. .poll-post > .poll-question:first-child {
  3891. margin-top:0!important;
  3892. }
  3893.  
  3894. .poll-question {
  3895. margin-bottom:1em!important;
  3896. font-size:inherit!important;
  3897. font-weight:inherit!important;
  3898. line-height:inherit!important;
  3899. }
  3900.  
  3901. .poll-row {
  3902. margin:0!important;
  3903. border:var(--Poll-Row-Border-Size) solid var(--Poll-Row-Border-Color)!important;
  3904. padding:var(--Poll-Row-Padding)!important;
  3905. background:var(--Poll-Row-BG)!important;
  3906. border-radius:var(--Poll-Row-Rounded-Corners)!important;
  3907. color:var(--Poll-Row-Text)!important;
  3908. min-height:0!important;
  3909. line-height:inherit!important;
  3910. }
  3911.  
  3912. .poll-row + .poll-row {
  3913. margin-top:var(--Poll-Row-Spacing)!important;
  3914. }
  3915.  
  3916. .poll-row:last-child {
  3917. margin-bottom:0!important;
  3918. }
  3919.  
  3920. .poll-see-results {
  3921. margin-top:1em!important;
  3922. }
  3923.  
  3924. /*----- MISC NPF STUFF / NPF MISC STUFF -----*/
  3925. /* captionless */
  3926. [full-width-posts="no"] .post-body > .post-media:last-child {
  3927. margin-bottom:var(--Post-Padding)!important;
  3928. }
  3929.  
  3930. p.npf_quote, p.npf_quirky {
  3931. line-height:var(--Quote-Line-Height)!important;
  3932. }
  3933.  
  3934. p.npf_quote {
  3935. font-family:var(--Quote-Font-Family)!important;
  3936. font-size:var(--Quote-Font-Size)!important;
  3937. text-transform:var(--Quote-Text-Case)!important;
  3938. letter-spacing:var(--Quote-Letter-Spacing)!important;
  3939. word-spacing:var(--Quote-Word-Spacing)!important;
  3940. font-weight:var(--Quote-Font-Weight)!important;
  3941. }
  3942.  
  3943. p.npf_quirky {
  3944. font-size:calc(var(--Quote-Font-Size) + 1px)!important;
  3945. font-weight:normal!important;
  3946. }
  3947.  
  3948. /* tumblr.com/glen-test/738994635798691840 */
  3949. figure:not(.tmblr-full) + figure:not(.tmblr-full){
  3950. margin-top:var(--NPF-Images-Spacing);
  3951. }
  3952.  
  3953. .tmblr-full {
  3954. overflow:hidden;
  3955. }
  3956.  
  3957. [full-width-posts="yes"] .photo-origin p.tmblr-attribution {
  3958. padding:0 var(--Post-Padding);
  3959. }
  3960.  
  3961. p.tmblr-attribution:last-child {
  3962. margin-bottom:0;
  3963. }
  3964.  
  3965. /*----- NPF MULTIMEDIA -----*/
  3966. .npf-multimedia .npf_inst + .npf_inst {
  3967. margin-top:var(--Post-Padding)!important;
  3968. }
  3969.  
  3970. .npf-multimedia .npf_photo + .npf_photo,
  3971. .npf-multimedia .npf_photo + .npf_video,
  3972. .npf-multimedia .npf_video + .npf_video,
  3973. .npf-multimedia .npf_video + .npf_photo {
  3974. margin-top:var(--NPF-Images-Spacing)!important;
  3975. }
  3976.  
  3977. [full-width-posts="yes"] .npf-multimedia > .npf_audio.has-iframe:first-child {
  3978. margin-top:var(--Post-Padding);
  3979. }
  3980.  
  3981. [full-width-posts="yes"] .npf-multimedia .npf_audio.has-iframe,
  3982. [full-width-posts="yes"] .npf-multimedia .npf_inst + .npf_inst:not(.npf_photo, .npf_video){
  3983. margin-left:var(--Post-Padding);
  3984. margin-right:var(--Post-Padding);
  3985. }
  3986.  
  3987. [full-width-posts="no"] .npf-multimedia {
  3988. border-radius:var(--Post-Rounded-Corners);
  3989. overflow:hidden;
  3990. }
  3991.  
  3992. /* [image or audio]'s next is [iframe or audio] */
  3993. [full-width-posts="no"] .npf-multimedia .npf_inst:is(.npf_photo,.npf_video):has(+.npf_inst:is(.has-iframe,.npf_audio)){
  3994. border-radius:0 0 var(--Post-Rounded-Corners) var(--Post-Rounded-Corners);
  3995. overflow:hidden;
  3996. }
  3997.  
  3998. /* [image or audio]'s prev is [iframe or audio] */
  3999. [full-width-posts="no"] .npf-multimedia .npf_inst:is(.has-iframe,.npf_audio) + .npf_inst:is(.npf_photo,.npf_video){
  4000. border-radius:var(--Post-Rounded-Corners) var(--Post-Rounded-Corners) 0 0;
  4001. overflow:hidden;
  4002. }
  4003.  
  4004. /*------- CONTENT SOURCE -------*/
  4005. .content-src {
  4006. margin:var(--Post-Padding) 0 0 0;
  4007. padding:0 var(--Post-Padding);
  4008. }
  4009.  
  4010. /* negate excess padding if prev is(has) a comment */
  4011. .post-body > [class*="-block"]:has(.comments) + .content-src:not(:first-child){
  4012. margin-top:calc(0px - var(--Post-Padding) + 1em);
  4013. }
  4014.  
  4015. .content-src:last-child {
  4016. margin-bottom:var(--Post-Padding);
  4017. }
  4018.  
  4019. /*------- TAGS -------*/
  4020. .tagscont {
  4021. display:flex;
  4022. padding:0 var(--Post-Padding);
  4023. }
  4024.  
  4025. .tagscont:not(:last-child){
  4026. margin:calc(0px - var(--Post-Padding)) 0;
  4027. }
  4028.  
  4029. .tagscont[align="left"]{
  4030. text-align:left;
  4031. justify-content:flex-start;
  4032. }
  4033.  
  4034. .tagscont[align="right"]{
  4035. text-align:right;
  4036. justify-content:flex-end;
  4037. }
  4038.  
  4039. /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
  4040.  
  4041. [tags-vis="toggle-fade"] .tagscont {
  4042. opacity:0;
  4043. }
  4044.  
  4045. [tags-vis="toggle-fade"] .tagscont {
  4046. transition:opacity var(--Tags-Fade-Speed) ease-in-out; /* fade out */
  4047. }
  4048.  
  4049. [tags-vis="toggle-fade"] .tagscont.active {
  4050. opacity:1;
  4051. }
  4052.  
  4053. [tags-vis="toggle-fade"] .tagscont.active {
  4054. transition:opacity var(--Tags-Fade-Speed) var(--Tags-Slide-Speed) ease-in-out; /* fade in */
  4055. }
  4056.  
  4057. /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
  4058.  
  4059. [tags-vis*="toggle"] .tags-wrap-a {
  4060. display:grid;
  4061. grid-template-rows:0fr;
  4062. overflow:hidden;
  4063. }
  4064.  
  4065. [tags-vis="toggle"] .tags-wrap-a {
  4066. transition:grid-template-rows var(--Tags-Slide-Speed) ease-in-out; /* slide up */
  4067. }
  4068.  
  4069. [tags-vis="toggle-fade"] .tags-wrap-a {
  4070. transition:grid-template-rows var(--Tags-Slide-Speed) var(--Tags-Fade-Speed) ease-in-out; /* slide up */
  4071. }
  4072.  
  4073. [tags-vis*="toggle"] .tagscont.active .tags-wrap-a {
  4074. grid-template-rows:1fr;
  4075. transition:grid-template-rows var(--Tags-Slide-Speed) ease-in-out; /* slide down */
  4076. }
  4077.  
  4078. /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
  4079.  
  4080. [tags-vis*="toggle"] .tags-wrap-b {
  4081. min-height:0;
  4082. visibility:hidden;
  4083. }
  4084.  
  4085. [tags-vis="toggle"] .tags-wrap-b {
  4086. transition:visibility var(--Tags-Slide-Speed) ease-in-out; /* vis -> hidden */
  4087. }
  4088.  
  4089. [tags-vis="toggle-fade"] .tags-wrap-b {
  4090. transition:visibility 0s calc(var(--Tags-Fade-Speed) + var(--Tags-Slide-Speed)) ease-in-out; /* vis -> hidden */
  4091. }
  4092.  
  4093. [tags-vis*="toggle"] .tagscont.active .tags-wrap-b {
  4094. visibility:visible;
  4095. }
  4096.  
  4097. [tags-vis="toggle-fade"] .tagscont.active .tags-wrap-b {
  4098. transition:visibility 0s 0s ease-in-out; /* hidden -> vis */
  4099. }
  4100.  
  4101. /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
  4102.  
  4103. .tags-wrap-c {
  4104. margin:var(--Post-Padding) 0;
  4105. }
  4106.  
  4107. /* use c for margin-top:0 */
  4108. [full-width-posts="yes"] .posts[post-type="link"]:has(.post-body > .link-render):not(:has(.comments)) .tags-wrap-c,
  4109. [full-width-posts="yes"] .posts[post-type="quote"]:has(.quote-block):not(:has(.comments)) .tags-wrap-c,
  4110. [full-width-posts="no"] .posts:not([post-type="audio"],:has(.comments)) .tags-wrap-c,
  4111. .posts:has(.comments, .content-src) .tags-wrap-c {
  4112. margin-top:0px;
  4113. }
  4114.  
  4115. /* use b for any negative margin-top */
  4116. .posts[post-type="chat"]:has(.chat-block):not(:has(.comments)) .tags-wrap-b,
  4117. .posts[post-type="audio"]:not(:has(.comments)) .tags-wrap-b {
  4118. margin-top:calc(0px - (var(--Post-Padding) * 1));
  4119. }
  4120.  
  4121. .tags-wrap-d {
  4122. --Tags-Spacing-X-Half:calc(var(--Tags-Spacing-X) / 2);
  4123. --Tags-Spacing-Y-Half:calc(var(--Tags-Spacing-Y) / 2);
  4124. margin:calc(0px - var(--Tags-Spacing-Y-Half)) calc(0px - var(--Tags-Spacing-X-Half));
  4125. width:calc(100% + var(--Tags-Spacing-X));
  4126. font-size:0;
  4127. }
  4128.  
  4129. .tagscont a {
  4130. display:inline-block;
  4131. margin:var(--Tags-Spacing-Y-Half) var(--Tags-Spacing-X-Half);
  4132. font-size:var(--Tags-Font-Size);
  4133. color:var(--Tags-Color);
  4134. line-height:var(--Tags-Line-Height);
  4135. transition:color var(--Tags-Hover-Speed) ease-in-out;
  4136. }
  4137.  
  4138. .tagscont a:hover {
  4139. color:var(--Tags-Hover-Color);
  4140. }
  4141.  
  4142. .tagscont a:before {
  4143. content:"#";
  4144. margin-right:var(--Tags-Hashtag-Spacing);
  4145. }
  4146.  
  4147. /*------- POST FOOTER / POST INFO / PERMALINK -------*/
  4148. .posts:not([has-tags]) .post-body + .infobar {
  4149. margin-top:calc(0px - var(--Post-Padding));
  4150. }
  4151.  
  4152. .posts .infobar {
  4153. border-top:var(--Post-Footer-Border-Size) solid var(--Post-Footer-Border-Color);
  4154. }
  4155.  
  4156. .posts + .infobar {
  4157. border:var(--Post-Footer-Border-Size) solid var(--Post-Footer-Border-Color);
  4158. }
  4159.  
  4160. .infobar {
  4161. padding:var(--Post-Footer-Padding-Y) var(--Post-Footer-Padding-X);
  4162. background-color:var(--Post-Footer-BG);
  4163. }
  4164.  
  4165. .infobar, .infobar * {
  4166. color:var(--Post-Footer-Text-Color);
  4167. }
  4168.  
  4169. .innerpho, .pho-top, .pho-bot {
  4170. display:flex;
  4171. align-items:center;
  4172. }
  4173.  
  4174. .innerpho, .pho-top {
  4175. justify-content:space-between;
  4176. }
  4177.  
  4178. .innerpho {
  4179. flex-direction:column;
  4180. align-items:flex-start;
  4181. }
  4182.  
  4183. .pho-top {
  4184. width:100%;
  4185. }
  4186.  
  4187. .infobar, .infobar a.perma {
  4188. font-size:var(--Post-Footer-Font-Size);
  4189. }
  4190.  
  4191. .infobar a.perma {
  4192. display:flex;
  4193. align-items:center;
  4194. gap:var(--Post-Footer-Items-Spacing);
  4195. flex-wrap:wrap;
  4196. margin:calc(0px - var(--Post-Footer-Padding-Y)) -1em;
  4197. padding:var(--Post-Footer-Padding-Y) 1em;
  4198. line-height:1;
  4199. }
  4200.  
  4201. .infobar a.perma:not([href]){
  4202. cursor:default;
  4203. }
  4204.  
  4205. /* centered post footer [1/2] */
  4206. html[index-page][post-footer-align="center"] .infobar a.perma {
  4207. flex:1;
  4208. justify-content:center;
  4209. }
  4210.  
  4211. /* centered post footer [2/2] */
  4212. html[index-page][post-footer-align="center"] .infobar a.perma > *:first-child {
  4213. margin-left:calc(0px - var(--Post-Controls-Icon-Size));
  4214. }
  4215.  
  4216. /*=============================*/
  4217.  
  4218. .infobar [icon-vis="hide"]{
  4219. display:none;
  4220. }
  4221.  
  4222. .infobar [class*="icon-part"] i[class]{
  4223. display:block;
  4224. line-height:1;
  4225. }
  4226.  
  4227. .infobar [class*="icon-part"] i.iconcino[icon-name="link-1"]{
  4228. transform:rotate(-40deg);
  4229. }
  4230.  
  4231. .history-icon-part i[class]{
  4232. font-size:var(--Post-Footer-History-Icon-Size);
  4233. }
  4234.  
  4235. .at-icon-part:has(+[time-format="hide"]){
  4236. display:none;
  4237. }
  4238.  
  4239. .at-icon-part i[class]{
  4240. margin:0 calc(var(--Post-Footer-Items-Spacing) * -0.35);
  4241. font-size:var(--Post-Footer-At-Icon-Size);
  4242. }
  4243.  
  4244. .star-icon-part i[class]{
  4245. font-size:var(--Post-Footer-Star-Icon-Size);
  4246. }
  4247.  
  4248. /*=============================*/
  4249.  
  4250. .date-part[date-format="hide"],
  4251. .date-part > span {
  4252. display:none;
  4253. }
  4254.  
  4255. .date-part[date-format="1"] .df-1,
  4256. .date-part[date-format="2"] .df-2,
  4257. .date-part[date-format="3"] .df-3 {
  4258. display:block;
  4259. }
  4260.  
  4261. .time-part[time-format="hide"],
  4262. .time-part > span {
  4263. display:none;
  4264. }
  4265.  
  4266. .time-part[time-format="AMPM"] .tf-AMPM,
  4267. .time-part[time-format="24hr"] .tf-24hr,
  4268. .time-part[time-format="timeago-long"] .tf-timeago-long,
  4269. .time-part[time-format="timeago-short"] .tf-timeago-short {
  4270. display:block;
  4271. }
  4272.  
  4273. /*=============================*/
  4274.  
  4275. .pf-nc-hide .star-icon-part,
  4276. .pf-nc-hide .notes-part {
  4277. display:none;
  4278. }
  4279.  
  4280. /*=============================*/
  4281.  
  4282. .post-controls {
  4283. display:flex;
  4284. align-items:center;
  4285. justify-content:center;
  4286. gap:calc(var(--Post-Controls-Spacing) - (var(--Post-Controls-Touch-Padding) * 2));
  4287. margin-right:calc(0px - var(--Post-Controls-Touch-Padding));
  4288. }
  4289.  
  4290. .post-controls [class*="-area"]{
  4291. position:relative;
  4292. line-height:1;
  4293. }
  4294.  
  4295. .post-controls [class*="-press"]{
  4296. display:flex;
  4297. align-items:center;
  4298. justify-content:center;
  4299. width:calc(var(--Post-Controls-Icon-Size) + (var(--Post-Controls-Touch-Padding) * 2));
  4300. height:calc(var(--Post-Controls-Icon-Size) + (var(--Post-Controls-Touch-Padding) * 2));
  4301. }
  4302.  
  4303. [tags-vis="always-show"] .tog-tags-area { display:none; }
  4304. .tags-press { cursor:help; }
  4305.  
  4306. .post-controls i[class]{
  4307. display:block;
  4308. transform-origin:center;
  4309. font-size:calc(var(--Post-Controls-Icon-Size) * 1.05);
  4310. color:var(--Post-Controls-Icon-Color);
  4311. }
  4312.  
  4313. .post-controls i.iconcino[icon-name="hashtag"]{
  4314. font-size:calc(var(--Post-Controls-Icon-Size) * 1.15);
  4315. transform:translateY(.5px) perspective(0);
  4316. }
  4317.  
  4318. .like_button {
  4319. position:absolute;
  4320. top:0;left:0;
  4321. width:100%;
  4322. height:100%;
  4323. background:black;
  4324. opacity:0;
  4325. overflow:hidden;
  4326. z-index:2;
  4327. }
  4328.  
  4329. .like_button > iframe {
  4330. display:block;
  4331. width:100%;
  4332. height:100%;
  4333. }
  4334.  
  4335. .like_button.liked + .like-press i[class]{
  4336. color:var(--Liked-Button-Color)!important;
  4337. }
  4338.  
  4339. .pho-bot {
  4340. justify-content:flex-start;
  4341. gap:var(--Post-Footer-Items-Spacing);
  4342. width:calc(100% - var(--Post-Controls-Total-Width) - var(--Post-Padding));
  4343. }
  4344.  
  4345. .via-part, .src-part {
  4346. white-space:nowrap;
  4347. overflow:hidden;
  4348. text-overflow:ellipsis;
  4349. }
  4350.  
  4351. /*------- POST NOTES -------*/
  4352. .post-notes {
  4353. margin-top:var(--Post-Spacing);
  4354. padding:var(--Post-Padding);
  4355. width:var(--Post-Width-Total);
  4356. overflow:hidden;
  4357. }
  4358.  
  4359. ol.notes {
  4360. list-style:none;
  4361. margin:0;
  4362. padding:0;
  4363. }
  4364.  
  4365. ol.notes img {
  4366. display:none;
  4367. }
  4368.  
  4369. ol.notes a {
  4370. color:var(--Reblog-Name-Color);
  4371. }
  4372.  
  4373. /*------- PAGINATION -------*/
  4374. .pgi-wrap, .jump-wrap {
  4375. display:flex;
  4376. flex-wrap:wrap;
  4377. justify-content:center;
  4378. gap:calc(var(--Pagination-Touch-Padding-Y) + var(--Pagination-Items-Spacing)) calc(var(--Pagination-Touch-Padding-X) + var(--Pagination-Items-Spacing));
  4379. }
  4380.  
  4381. .pgi-wrap, .pgi-wrap * {
  4382. line-height:1;
  4383. }
  4384.  
  4385. /* pagination ITEMS */
  4386. .prev-page, .next-page, .jumpnum, .curpage {
  4387. display:block;
  4388. margin:calc(var(--Pagination-Touch-Padding-Y) / -2) calc(var(--Pagination-Touch-Padding-X) / -2);
  4389. padding:var(--Pagination-Touch-Padding-Y) var(--Pagination-Touch-Padding-X);
  4390. text-align:center;
  4391. }
  4392.  
  4393. /* pagination LINKS */
  4394. .pgi-wrap a {
  4395. padding:var(--Pagination-Touch-Padding-Y) var(--Pagination-Touch-Padding-X)!important;
  4396. border-color:var(--Pagination-Links-Underline);
  4397. }
  4398.  
  4399. /* pagination COLOR */
  4400. .pgi-wrap a, .prev-page, .next-page, .jumpnum, .curpage {
  4401. color:var(--Pagination-Color);
  4402. }
  4403.  
  4404. /* pagination COLOR */
  4405. .prev-page i[class], .next-page i[class]{
  4406. font-size:var(--Pagination-Arrows-Size);
  4407. }
  4408.  
  4409. .curpage {
  4410. border-bottom:var(--Links-Underline-Size) solid transparent;
  4411. }
  4412.  
  4413. .curpage i[class]{
  4414. display:block;
  4415. transform:translateY(-0.5px) perspective(0);
  4416. }
  4417.  
  4418. .jump-wrap:empty {
  4419. display:none;
  4420. }
  4421.  
  4422. /*------- PAGINATION (UNDER POSTS) -------*/
  4423. html[pagi-pos="sidebar"] .botpagi {
  4424. display:none;
  4425. }
  4426.  
  4427. .botpagi {
  4428. margin-top:var(--Post-Spacing);
  4429. padding:var(--Post-Padding);
  4430. width:var(--Post-Width-Total);
  4431. overflow:hidden;
  4432. }
  4433.  
  4434. /*------- MUSIC PLAYER -------*/
  4435. .incndscnc-music-player {
  4436. position:fixed;
  4437. bottom:0;left:0;
  4438. --sklfe:calc((var(--Music-Player-Info-Box-Total-Height) - var(--Music-Player-Bars-Parent-Width)) / 2);
  4439. margin-bottom:calc(var(--Music-Player-Corner-Offset) + var(--sklfe));
  4440. margin-left:calc(var(--Music-Player-Corner-Offset) + var(--sklfe));
  4441. filter:drop-shadow(2px 4px 12px rgba(0,0,0,var(--Music-Player-Info-Box-Shadow-Strength)));
  4442. z-index:12;
  4443. }
  4444.  
  4445. [mp-hide]{ display:none!important; }
  4446.  
  4447. .lytlk {
  4448. display:flex;
  4449. align-items:center;
  4450. }
  4451.  
  4452. .lytlk > * { flex-shrink:0; }
  4453.  
  4454. .round-lnvvv {
  4455. width:var(--Music-Player-Bars-Parent-Width);
  4456. height:var(--Music-Player-Bars-Parent-Width);
  4457. background:var(--Music-Player-Circle-BG);
  4458. border-radius:100%;
  4459. display:flex;
  4460. align-items:center;
  4461. justify-content:center;
  4462. }
  4463.  
  4464. .bars-hgsmd {
  4465. display:flex;
  4466. align-items:flex-end;
  4467. justify-content:center;
  4468. gap:var(--Music-Player-Bars-Spacing);
  4469. }
  4470.  
  4471. .col-ttkzz {
  4472. display:flex;
  4473. flex-direction:column-reverse;
  4474. gap:var(--Music-Player-Bars-Spacing);
  4475. }
  4476.  
  4477. .sq-idxrn {
  4478. width:var(--Music-Player-Bars-Size);
  4479. height:var(--Music-Player-Bars-Size);
  4480. background:var(--Music-Player-Bars-Color);
  4481. transform:perspective(0);
  4482. opacity:0;
  4483. animation-duration:var(--Music-Player-Bars-Animation-Speed);
  4484. animation-timing-function:step-end;
  4485. animation-iteration-count:infinite;
  4486. }
  4487.  
  4488. .line-cyvud {
  4489. position:relative;
  4490. margin-left:-2px;
  4491. width:calc(var(--Music-Player-Line-Width) + 2px);
  4492. height:var(--Music-Player-Line-Thickness);
  4493. }
  4494.  
  4495. .line-cyvud:after {
  4496. content:"";
  4497. position:absolute;
  4498. top:0;left:0;
  4499. width:0;
  4500. height:100%;
  4501. background:var(--Music-Player-Line-Color);
  4502. transition:width var(--Music-Player-Line-Hover-Speed) var(--Music-Player-Info-Box-Hover-Speed) ease-in-out; /* mouse out */
  4503. }
  4504.  
  4505. .incndscnc-music-player:hover .line-cyvud:after {
  4506. width:100%;
  4507. transition:width var(--Music-Player-Line-Hover-Speed) 0s ease-in-out; /* mouse in */
  4508. }
  4509.  
  4510. .info-naeay {
  4511. display:flex;
  4512. align-items:center;
  4513. height:var(--Music-Player-Info-Box-Total-Height);
  4514. border-left:var(--Music-Player-Info-Box-Left-Border-Size) solid var(--Music-Player-Info-Box-Left-Border-Color);
  4515. padding:0 var(--Music-Player-Info-Box-Padding-X);
  4516. background:var(--Music-Player-Info-Box-BG);
  4517. border-radius:var(--Music-Player-Info-Box-Rounded-Corners);
  4518. opacity:0;
  4519. transition:opacity var(--Music-Player-Info-Box-Hover-Speed) 0s ease-in-out; /* mouse out */
  4520. }
  4521.  
  4522. .incndscnc-music-player:hover .info-naeay {
  4523. opacity:1;
  4524. transition:opacity var(--Music-Player-Info-Box-Hover-Speed) var(--Music-Player-Line-Hover-Speed) ease-in-out; /* mouse in */
  4525. }
  4526.  
  4527. .info-naeay [music-btn]{
  4528. box-sizing:content-box!important;
  4529. }
  4530.  
  4531. .info-naeay .player-text {
  4532. font-size:var(--Music-Player-Info-Box-Font-Size);
  4533. color:var(--Music-Player-Info-Box-Text-Color);
  4534. line-height:1;
  4535. }
  4536.  
  4537. /*------- TOOLTIPS -------*/
  4538. .tippy-box {
  4539. border:var(--Tooltips-Border-Size) solid var(--Tooltips-Border);
  4540. background:var(--Tooltips-BG);
  4541. border-radius:var(--Tooltips-Rounded-Corners);
  4542. }
  4543.  
  4544. .tippy-content {
  4545. padding:calc(var(--Tooltips-Padding-Y) - (((var(--Caps-Font-Size) * var(--Body-Line-Height)) - var(--Caps-Font-Size)) / 2)) var(--Tooltips-Padding-X);
  4546. font-family:var(--Caps-Font-Family);
  4547. font-weight:var(--Caps-Font-Weight);
  4548. font-size:var(--Tooltips-Font-Size);
  4549. text-transform:uppercase;
  4550. letter-spacing:var(--Caps-Letter-Spacing);
  4551. word-spacing:var(--Caps-Word-Spacing);
  4552. color:var(--Tooltips-Text-Color);
  4553. line-height:var(--Body-Line-Height);
  4554. }
  4555.  
  4556. /*------- SCREEN READER TEXT -------*/
  4557. .sr-text {
  4558. position:absolute;
  4559. border:0;
  4560. clip:rect(1px, 1px, 1px, 1px);
  4561. clip-path:inset(50%);
  4562. margin:-1px;
  4563. width:1px;
  4564. height:1px;
  4565. padding:0;
  4566. overflow:hidden;
  4567. word-wrap:normal!important;
  4568. }
  4569.  
  4570. /*------- OTHER PAGES -------*/
  4571. .posts[id="post-"] .text-block > .post-title + .comments > .comment:only-child {
  4572. padding-bottom:var(--Post-Padding);
  4573. }
  4574.  
  4575. /*------- CUSTOMIZE PAGE ADJUSTMENTS -------*/
  4576. .comment[username=""] .comment-header {
  4577. display:none;
  4578. }
  4579.  
  4580. /*----- SEMI-RESPONSIVENESS -----*/
  4581. html:not([current-path="/customize_preview_receiver.html"]):root {
  4582. --Post-Width:min({select:posts width}, 50vw);
  4583. --Sidebar-Width:min({select:sidebar width}, 30vw);
  4584. }
  4585.  
  4586. @media(max-width:600px){
  4587. .tb-subtitle.s1, .tb-subtitle.s2 {
  4588. font-size:0!important;
  4589. }
  4590.  
  4591. .tb-subtitle:after {
  4592. content:"...";
  4593. }
  4594.  
  4595. .tb-subtitle.s1:after {
  4596. font-size:var(--Top-Bar-Subtitle-1-Font-Size)!important;
  4597. }
  4598.  
  4599. .tb-subtitle.s2:after {
  4600. font-size:var(--Top-Bar-Subtitle-2-Font-Size)!important;
  4601. }
  4602.  
  4603. .nav-txt {
  4604. display:none;
  4605. }
  4606. }
  4607.  
  4608. {CustomCSS}
  4609. </style>
  4610.  
  4611. </head>
  4612.  
  4613. <body>
  4614.  
  4615. <!----- TUMBLR CONTROLS INDICATOR ----->
  4616. <div class="tci-holder">
  4617. <button class="tci">
  4618. <i class="iconcino" stroke="2" icon-name="add" aria-hidden="true"></i>
  4619. </button>
  4620. </div>
  4621.  
  4622. <!----- MUSIC PLAYER ----->
  4623. {block:ifmusicplayersongfileURL}
  4624. <section class="incndscnc-music-player" mp-{select:show music player}>
  4625. <div class="lytlk">
  4626. <div class="round-lnvvv">
  4627. <div class="bars-hgsmd"></div>
  4628. </div>
  4629. <div class="line-cyvud"></div>
  4630. <div class="info-naeay">
  4631. <div music-player btn-color="var(--Music-Player-Buttons-Color)" btn-size="var(--Music-Player-Buttons-Size)" gap="var(--Music-Player-Info-Items-Gap)">
  4632. <div music-btn>
  4633. <div btn-play></div>
  4634. <div btn-pause hidden></div>
  4635. </div>
  4636.  
  4637. <audio src="{text:music player song file URL}" volume="{text:music player song volume}"></audio>
  4638. {block:ifmusicplayersongname}
  4639. <div class="player-text">{text:music player song name}</div>
  4640. {/block:ifmusicplayersongname}
  4641. </div>
  4642. </div>
  4643. </div>
  4644. </section>
  4645. {/block:ifmusicplayersongfileURL}
  4646.  
  4647. <!----- GUIDE PROMPT POPUP ----->
  4648. <!-- don't remove this. if you do and your theme breaks, it's on you. -->
  4649. <section guide-prompt-popup o_o="{select:I have read the guide}">
  4650. <div peapea>
  4651. <h2 pea-title>Hello! <img src="https://64.media.tumblr.com/05279efc3b625d6ee93798f4b0ff8461/c7ea30d43785d15b-65/s100x200/e91427cc739b5630e1eef0b8e1f21e753b934909.pnj" alt="Waving hand emoji"/></h2>
  4652. <p>Thank you for using glenthemes' Incandescence theme!</p>
  4653. <p>This theme has <b>a lot of options</b> and customizing it may require a substantial amount of time.</p>
  4654. <p>Please read the guide (linked below) for a detailed walkthrough, as well as instructions on how to remove this popup message. Thank you!</p>
  4655. <div pea-img>
  4656. <figure class="tmblr-full">
  4657. <a class="post_media_photo_anchor">
  4658. <img class="post_media_photo image" src="https://64.media.tumblr.com/4a0dbe4adac8241adbd7c4c2376d736c/bc236d24b84b7975-cb/s500x750/8516ebe3133c2de2c240220e64376f390a88ed07.pnj">
  4659. </a>
  4660. <span class="alt-tbc">ALT</span>
  4661. </figure>
  4662. </div>
  4663. <h4 pea-guide-link>
  4664. <a href="//dub.sh/incandescence-guide" target="_blank">dub.sh/incandescence-guide</a>
  4665. </h4>
  4666. </div>
  4667. </section>
  4668.  
  4669. <section guide-prompt-mild o_o="{select:I have read the guide}">
  4670. <a href="//dub.sh/incandescence-guide" target="_blank">
  4671. <i class="iconcino" stroke="1.5" icon-name="book-open"></i>
  4672. <span class="caps">Guide / How to Use</span>
  4673. </a>
  4674. </section>
  4675.  
  4676. <!------- TOP BAR ------->
  4677. <div class="top-bar" searchbar-vis="{select:show searchbar}">
  4678. <div class="top-bar-upper">
  4679.  
  4680. <div class="top-bar-left">
  4681. <!----- TOP BAR LEFT INTRO ----->
  4682. <a href="/" class="intro-flex">
  4683. <!--- TOP BAR AVATAR / TOP BAR ICON --->
  4684. <div class="pfp-area" cust-img="{image:top bar icon}">
  4685. <img class="cust-img" src="{image:top bar icon}" alt="{Name}'s avatar"/>
  4686. <img class="user-img" src="{PortraitURL-128}" alt="{Name}'s avatar"/>
  4687. </div>
  4688.  
  4689. <div class="intro-txt">
  4690. {block:iftopbarsubtitle1}
  4691. <span class="tb-subtitle s1">{text:top bar subtitle 1}</span>
  4692. {/block:iftopbarsubtitle1}
  4693.  
  4694. {block:iftopbarsubtitle2}
  4695. <span class="tb-subtitle s2">{text:top bar subtitle 2}</span>
  4696. {/block:iftopbarsubtitle2}
  4697. </div>
  4698. </a><!--intro-flex-->
  4699.  
  4700. <!----- TOP BAR SEARCHBAR ----->
  4701. <div class="search-megawrap">
  4702. <form class="searchblock" action="/search" method="get">
  4703.  
  4704. <div class="glass-icon">
  4705. <i class="iconcino" stroke="1.5" icon-name="search"></i>
  4706. </div>
  4707.  
  4708. <input class="searchbar-field" type="text" name="q" value="{SearchQuery}" {block:ifsearchprompt}placeholder="{text:search prompt}"{/block:ifsearchprompt}>
  4709.  
  4710. <div class="searchbar-button">
  4711. <button type="submit">
  4712. {block:ifsearchbuttontext}
  4713. {text:search button text}
  4714. {/block:ifsearchbuttontext}
  4715.  
  4716. {block:ifnotsearchbarbuttontext}
  4717. Go
  4718. {/block:ifnotsearchbarbuttontext}
  4719. </button>
  4720. </div>
  4721.  
  4722. <div class="search-suggestions-wrapper" fixed>
  4723. <div class="search-suggestions">
  4724. {block:ifsearchsuggestion1text}
  4725. <a href="{text:search suggestion 1 URL}">{text:search suggestion 1 text}</a>
  4726. {/block:ifsearchsuggestion1text}
  4727.  
  4728. {block:ifsearchsuggestion2text}
  4729. <a href="{text:search suggestion 2 URL}">{text:search suggestion 2 text}</a>
  4730. {/block:ifsearchsuggestion2text}
  4731.  
  4732. {block:ifsearchsuggestion3text}
  4733. <a href="{text:search suggestion 3 URL}">{text:search suggestion 3 text}</a>
  4734. {/block:ifsearchsuggestion3text}
  4735.  
  4736. {block:ifsearchsuggestion4text}
  4737. <a href="{text:search suggestion 4 URL}">{text:search suggestion 4 text}</a>
  4738. {/block:ifsearchsuggestion4text}
  4739.  
  4740. {block:ifsearchsuggestion5text}
  4741. <a href="{text:search suggestion 5 URL}">{text:search suggestion 5 text}</a>
  4742. {/block:ifsearchsuggestion5text}
  4743. </div>
  4744. </div>
  4745. </form>
  4746. </div><!--search-megawrap-->
  4747. </div><!--top-bar-left-->
  4748.  
  4749. <!----- TOP BAR TITLE ----->
  4750. <h1 class="tb-title w-{select:top bar title bold}" blog-t="{Title}" cust-t="{text:top bar title}">
  4751. <a href="/" class="blog-link">
  4752. <span class="cust-t">
  4753. {block:iftopbartitle}{text:top bar title}{/block:iftopbartitle}
  4754. </span>
  4755.  
  4756. <span class="blog-t">
  4757. {block:ifnottopbartitle}{Title}{/block:ifnottopbartitle}
  4758. </span>
  4759.  
  4760. <span class="none-t">{Name}</span>
  4761. </a>
  4762. </h1>
  4763.  
  4764. <!----- TOP BAR NAV ----->
  4765. <nav class="main-nav">
  4766. <ul class="tr-nav" role="menu">
  4767. <!--- HOME link --->
  4768. <li class="tr-nav-li" role="presentation">
  4769. <a href="/" role="menuitem">
  4770. <span class="nav-icon-hug" aria-hidden="true">
  4771. <i class="iconcino" stroke="2" icon-name="power"></i>
  4772. </span>
  4773. <span class="nav-txt">{lang:Home}</span>
  4774. </a>
  4775. </li>
  4776.  
  4777. <!--- ASK link --->
  4778. <li class="tr-nav-li" role="presentation">
  4779. <a href="/ask" role="menuitem">
  4780. <span class="nav-icon-hug" aria-hidden="true">
  4781. <i class="iconcino" stroke="2" icon-name="chat-empty"></i>
  4782. </span>
  4783. <span class="nav-txt">Askbox</span>
  4784. </a>
  4785. </li>
  4786.  
  4787. <!--- ARCHIVE link --->
  4788. <li class="tr-nav-li" role="presentation">
  4789. <a href="/archive" role="menuitem">
  4790. <span class="nav-icon-hug" aria-hidden="true">
  4791. <i class="iconcino" stroke="2" icon-name="hourglass-empty"></i>
  4792. </span>
  4793. <span class="nav-txt">{lang:Archive}</span>
  4794. </a>
  4795. </li>
  4796.  
  4797. <!--- CREDIT link --->
  4798. <!-- please don't hide or remove, thank you! -->
  4799. <li class="tr-nav-li" role="presentation">
  4800. <a href="//glenthemes.tumblr.com" aria-label="&#x2726;&#x2004;&#x201C;Incandescence&#x201D; by glenthemes&#x2004;&#x2726;" role="menuitem">
  4801. <span class="nav-icon-hug" aria-hidden="true">
  4802. <i class="gt-misc-icons" icon-name="gt-2"></i>
  4803. </span>
  4804. <span class="nav-txt">Theme</span>
  4805. </a>
  4806. </li>
  4807. </ul><!--tr-nav-->
  4808. </nav><!--nav-->
  4809. </div><!--upper-->
  4810.  
  4811. <div class="top-bar-lower"></div>
  4812. </div><!--top-bar-->
  4813.  
  4814.  
  4815. <!----- MAIN CONTENT ----->
  4816. <div class="main-scroll-cont" header-vis="{select:include header}" header-page-vis="{select:show header when}">
  4817.  
  4818. <!----- MAIN COLUMN ----->
  4819. <div class="main-column-wrap" side-shadows="{select:container side shadows}">
  4820.  
  4821. <!------- HEADER ------->
  4822. <header head-img="{image:header image}">
  4823. <div class="header-inner">
  4824. <!---- HEADER IMAGE ---->
  4825. <div class="header-img-cont" head-height="{select:header height}">
  4826. <div class="header-img-as-bg"></div>
  4827. <img class="header-img" src="{image:header image}"/>
  4828. </div>
  4829.  
  4830. <!---- HEADER LEFT ARROW ---->
  4831. <div class="arrow-col" show-header-panel="{select:show header boxes}">
  4832. <button class="arrow-btn" {block:ifheaderarrowhovertext}aria-label="{text:header arrow hover text}"{/block:ifheaderarrowhovertext}>
  4833. <i class="iconcino" stroke="2" icon-name="arrow-forward-simple" aria-hidden="true"></i>
  4834. </button>
  4835. </div>
  4836.  
  4837. <!---- HEADER BOXES ---->
  4838. <div class="header-boxes-panel" show-header-panel="{select:show header boxes}">
  4839. <div class="panel-inner">
  4840. <div class="panel-boxes-holder" boxes-width="{select:header boxes width}" boxes-v-align="{select:header boxes align}" v-stretch-boxes="{select:tall header boxes}">
  4841. <!---- HEADER BOX 1 ---->
  4842. <article class="header-box">
  4843. {block:ifheaderbox1title}
  4844. <h4 class="header-box-title">{text:header box 1 title}</h4>
  4845. {/block:ifheaderbox1title}
  4846.  
  4847. {block:ifheaderbox1content}
  4848. <article class="header-box-body">
  4849. <div class="box-body-inner">
  4850. {text:header box 1 content}
  4851. </div>
  4852. </article>
  4853. {/block:ifheaderbox1content}
  4854. </article>
  4855.  
  4856. <!---- HEADER BOX 2 ---->
  4857. <article class="header-box">
  4858. {block:ifheaderbox2title}
  4859. <h4 class="header-box-title">{text:header box 2 title}</h4>
  4860. {/block:ifheaderbox2title}
  4861.  
  4862. {block:ifheaderbox2content}
  4863. <article class="header-box-body">
  4864. <div class="box-body-inner">
  4865. {text:header box 2 content}
  4866. </div>
  4867. </article>
  4868. {/block:ifheaderbox2content}
  4869. </article>
  4870.  
  4871. <!---- HEADER BOX 3 ---->
  4872. <article class="header-box">
  4873. {block:ifheaderbox3title}
  4874. <h4 class="header-box-title">{text:header box 3 title}</h4>
  4875. {/block:ifheaderbox3title}
  4876.  
  4877. {block:ifheaderbox3content}
  4878. <article class="header-box-body">
  4879. <div class="box-body-inner">
  4880. {text:header box 3 content}
  4881. </div>
  4882. </article>
  4883. {/block:ifheaderbox3content}
  4884. </article>
  4885. </div><!--panel-boxes-holder-->
  4886. </div><!--panel-inner-->
  4887. </div><!--header-boxes-panel-->
  4888. </div><!--header-inner-->
  4889. </header>
  4890.  
  4891. <main>
  4892.  
  4893. <div class="cont-flex">
  4894.  
  4895. <!------- SIDEBAR ------->
  4896. <aside class="the-sidebar" title-align="{select:sidebar title position}" title-order-swap="{select:sidebar title swap icon order}">
  4897. <div class="sb-inner">
  4898. <div class="sb-inner-inner">
  4899.  
  4900. <!----- START ABOUT BOX ----->
  4901. <div class="sb-box abt-box">
  4902. <div class="sb-heading" icon-input="{text:about box title icon name}" title-input="{text:about box title}">
  4903. {block:ifaboutboxtitleiconname}
  4904. <span class="sb-icon-wrap">
  4905. <i class="iconcino" stroke="2" icon-name="{text:about box title icon name}" aria-hidden="true"></i>
  4906. <span class="sr-text">{text:about box title icon name} icon</span>
  4907. </span>
  4908. {/block:ifaboutboxtitleiconname}
  4909.  
  4910. {block:ifaboutboxtitle}
  4911. <span class="sb-heading-text">{text:about box title}</span>
  4912. {/block:ifaboutboxtitle}
  4913. </div>
  4914.  
  4915. <div class="sb-img" img-input="{image:sidebar image}">
  4916. <img src="{image:sidebar image}" alt="Sidebar image"/>
  4917. </div>
  4918.  
  4919. <div class="sb-body sb-desc" blog-desc="{block:Description}.{/block:Description}">
  4920. <div class="desc-inner">
  4921. {block:ifaboutboxdesc}
  4922. {text:about box desc}
  4923. {/block:ifaboutboxdesc}
  4924.  
  4925. {block:ifnotaboutboxdesc}
  4926. {block:Description}{Description}{/block:Description}
  4927. {/block:ifnotaboutboxdesc}
  4928. </div>
  4929. </div><!--sb-body / sb-desc-->
  4930. </div><!--sb-box-->
  4931. <!----- END ABOUT BOX ----->
  4932.  
  4933.  
  4934. <!----- START CUSTOM LINKS BOX ----->
  4935. <div class="sb-box links-box">
  4936. <div class="sb-heading" icon-input="{text:links box title icon name}" title-input="{text:links box title}">
  4937. {block:iflinksboxtitleiconname}
  4938. <span class="sb-icon-wrap">
  4939. <i class="iconcino" stroke="2" icon-name="{text:links box title icon name}" aria-hidden="true"></i>
  4940. <span class="sr-text">{text:links box title icon name} icon</span>
  4941. </span>
  4942. {/block:iflinksboxtitleiconname}
  4943.  
  4944. {block:iflinksboxtitle}
  4945. <span class="sb-heading-text">{text:links box title}</span>
  4946. {/block:iflinksboxtitle}
  4947. </div>
  4948.  
  4949. <div class="sb-body sb-cl">
  4950. <div class="cl-wrap">
  4951. {block:ifcustomlink1text}
  4952. <a href="{text:custom link 1 URL}">{text:custom link 1 text}</a>
  4953. {/block:ifcustomlink1text}
  4954.  
  4955. {block:ifcustomlink2text}
  4956. <a href="{text:custom link 2 URL}">{text:custom link 2 text}</a>
  4957. {/block:ifcustomlink2text}
  4958.  
  4959. {block:ifcustomlink3text}
  4960. <a href="{text:custom link 3 URL}">{text:custom link 3 text}</a>
  4961. {/block:ifcustomlink3text}
  4962.  
  4963. {block:ifcustomlink4text}
  4964. <a href="{text:custom link 4 URL}">{text:custom link 4 text}</a>
  4965. {/block:ifcustomlink4text}
  4966.  
  4967. {block:ifcustomlink5text}
  4968. <a href="{text:custom link 5 URL}">{text:custom link 5 text}</a>
  4969. {/block:ifcustomlink5text}
  4970.  
  4971. {block:ifcustomlink6text}
  4972. <a href="{text:custom link 6 URL}">{text:custom link 6 text}</a>
  4973. {/block:ifcustomlink6text}
  4974.  
  4975. {block:ifcustomlink7text}
  4976. <a href="{text:custom link 7 URL}">{text:custom link 7 text}</a>
  4977. {/block:ifcustomlink7text}
  4978.  
  4979. {block:ifcustomlink8text}
  4980. <a href="{text:custom link 8 URL}">{text:custom link 8 text}</a>
  4981. {/block:ifcustomlink8text}
  4982. </div><!--cl-wrap-->
  4983. </div><!--sb-body / sb-cl-->
  4984. </div><!--sb-box-->
  4985. <!----- END CUSTOM LINKS BOX ----->
  4986.  
  4987.  
  4988. <!----- START PAGINATION BOX (SIDEBAR) ----->
  4989. {block:Pagination}
  4990. <div class="sb-box pagi-box">
  4991. <div class="sb-heading" icon-input="{text:pagination box title icon name}" title-input="{text:pagination box title}">
  4992. {block:ifpaginationboxtitleiconname}
  4993. <span class="sb-icon-wrap">
  4994. <i class="iconcino" stroke="2" icon-name="{text:pagination box title icon name}" aria-hidden="true"></i>
  4995. <span class="sr-text">{text:pagination box title icon name} icon</span>
  4996. </span>
  4997. {/block:ifpaginationboxtitleiconname}
  4998.  
  4999. {block:ifpaginationboxtitle}
  5000. <span class="sb-heading-text">{text:pagination box title}</span>
  5001. {/block:ifpaginationboxtitle}
  5002. </div>
  5003.  
  5004. <div class="sb-body sb-pagi">
  5005. <div class="pgi-wrap">
  5006. {block:PreviousPage}
  5007. <a class="prev-page" href="{PreviousPage}" aria-label="{lang:Previous Page}">
  5008. <i class="iconcino" stroke="2" icon-name="arrow-back-double"></i>
  5009. </a>
  5010. {/block:PreviousPage}
  5011.  
  5012. <div class="jump-wrap">
  5013. {block:JumpPagination length="5"}
  5014. {block:JumpPage}
  5015. <a page-id="{PageNumber}" class="jumpnum" href="{URL}" aria-label="Go to page {PageNumber}">{PageNumber}</a>
  5016. {/block:JumpPage}
  5017.  
  5018. {block:CurrentPage}
  5019. <span page-id="{PageNumber}" class="curpage" aria-label="You are here (Page {PageNumber})">
  5020. <i class="gt-misc-icons" icon-name="pushpin-2"></i>
  5021. </span>
  5022. {/block:CurrentPage}
  5023. {/block:JumpPagination}
  5024. </div><!--jump-wrap-->
  5025.  
  5026. {block:NextPage}
  5027. <a class="next-page" href="{NextPage}" aria-label="{lang:Next Page}">
  5028. <i class="iconcino" stroke="2" icon-name="arrow-forward-double"></i>
  5029. </a>
  5030. {/block:NextPage}
  5031. </div><!--end pgi-wrap-->
  5032. </div><!--sb-body / sb-pagi-->
  5033. </div><!--sb-box-->
  5034. {/block:Pagination}
  5035. <!----- END PAGINATION BOX ----->
  5036.  
  5037.  
  5038. </div><!--sb-inner-->
  5039. </div><!--sb-inner-inner-->
  5040. </aside><!--the-sidebar-->
  5041.  
  5042. <!------- POSTS CONTAINER ------->
  5043. <section class="all-posts load-in" post-type-sticky="{select:post type sticky scroll}">
  5044. <!------- POSTS ------->
  5045. {block:Posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
  5046. <article
  5047. class="posts"
  5048. id="post-{PostID}"
  5049. post-type="{PostType}"
  5050. root-url="{block:NotReblog}{Permalink}{block:NotReblog}{block:RebloggedFrom}{ReblogRootURL}{/block:RebloggedFrom}"
  5051. username="{block:NotReblog}{Name}{/block:NotReblog}{block:RebloggedFrom}{ReblogRootName}{/block:RebloggedFrom}"
  5052. {block:PinnedPostLabel}pinned-post{/block:PinnedPostLabel}
  5053. {block:HasTags}has-tags{/block:HasTags}
  5054. >
  5055.  
  5056. <!------ POST TYPE ICONS ------>
  5057. <!-- post type indicators -->
  5058. <div class="pt-type-wrap">
  5059. <a class="post-type-icon"{block:IndexPage} href="{Permalink}" aria-label="View post"{/block:IndexPage}>
  5060. <span class="type-pinned">
  5061. <i class="gt-misc-icons" icon-name="pushpin-1"></i>
  5062. </span>
  5063.  
  5064. <span class="type-text">
  5065. <i class="iconcino" stroke="1.5" icon-name="paragraph"></i>
  5066. </span>
  5067.  
  5068. <span class="type-photo">
  5069. <i class="iconcino" stroke="1.5" icon-name="image"></i>
  5070. </span>
  5071.  
  5072. <span class="type-quote">
  5073. <i class="iconcino" stroke="1.5" icon-name="book"></i>
  5074. </span>
  5075.  
  5076. <span class="type-link">
  5077. <i class="iconcino" stroke="1.5" icon-name="link-1"></i>
  5078. </span>
  5079.  
  5080. <span class="type-chat">
  5081. <i class="iconcino" stroke="1.5" icon-name="chat-empty"></i>
  5082. </span>
  5083.  
  5084. <span class="type-audio">
  5085. <i class="iconcino" stroke="1.5" icon-name="headset"></i>
  5086. </span>
  5087.  
  5088. <span class="type-video">
  5089. <i class="iconcino" stroke="1.5" icon-name="videocam"></i>
  5090. </span>
  5091.  
  5092. <span class="type-ask">
  5093. <i class="iconcino" stroke="1.5" icon-name="mail"></i>
  5094. </span>
  5095.  
  5096. <span class="type-poll">
  5097. <i class="iconcino" stroke="1.5" icon-name="bar-chart"></i>
  5098. </span>
  5099.  
  5100. <span class="type-multimedia">
  5101. <i class="iconcino" stroke="1.5" icon-name="layers-three"></i>
  5102. </span>
  5103.  
  5104. <span class="type-askpage">
  5105. <i class="iconcino" stroke="1.5" icon-name="chat-empty"></i>
  5106. </span>
  5107.  
  5108. <span class="type-submitpage">
  5109. <i class="iconcino" stroke="1.5" icon-name="draw-1"></i>
  5110. </span>
  5111.  
  5112. <span class="type-notfoundpage">
  5113. <i class="iconcino" stroke="1.5" icon-name="emoji-unhappy"></i>
  5114. </span>
  5115. </a><!--end post-type-icon-->
  5116. </div><!--pt-type-wrap-->
  5117.  
  5118. <div class="post-inner">
  5119.  
  5120. <!------ POST HEADER ------>
  5121. {block:Date}
  5122. <div class="post-header">
  5123. <div class="ph-inner">
  5124. <div class="ph-left">
  5125. <!-- [is pinned post] -->
  5126. {block:PinnedPostLabel}
  5127. <div class="ph-pinned">
  5128. <i class="gt-misc-icons" icon-name="pushpin-2"></i>
  5129. <span>{PinnedPostLabel}</span>
  5130. </div>
  5131. {/block:PinnedPostLabel}
  5132.  
  5133. <!-- [is not pinned post, show via & src] -->
  5134. {block:RebloggedFrom}
  5135. <a class="ph-via" href="{ReblogParentURL}" aria-label="{lang:Via}">{ReblogParentName}</a>
  5136. <i class="iconcino" stroke="2" icon-name="loop"></i>
  5137. <a class="ph-src" href="{ReblogRootURL}" aria-label="{lang:Source}">{ReblogRootName}</a>
  5138. {/block:RebloggedFrom}
  5139.  
  5140. {block:NotReblog}
  5141. <a href="{Permalink}" aria-label="View post">Original post</a>
  5142. {/block:NotReblog}
  5143. </div><!--ph-left-->
  5144.  
  5145. <div class="ph-right">
  5146. <a class="tnc" {block:IndexPage}href="{Permalink}" aria-label="View post"{/block:IndexPage}>{NoteCountWithLabel}</a>
  5147. </div><!--ph-right-->
  5148. </div><!--ph-inner-->
  5149. </div><!--post-header-->
  5150. {/block:Date}
  5151.  
  5152. <!------ POST CONTENT ------>
  5153. <div class="post-body">
  5154.  
  5155. <!------ TEXT POSTS ------>
  5156. {block:Text}
  5157. <div class="text-block">
  5158. {block:Title}
  5159. <h1 class="post-title">{Title}</h1>
  5160. {/block:Title}
  5161.  
  5162. {block:NotReblog}
  5163. <div class="comments all-comments">
  5164. <div class="comment original-comment">
  5165. {block:Date}
  5166. <a class="comment-header" href="{Permalink}">
  5167. <img class="userpic" src="{PortraitURL-64}" alt="{Name}'s avatar">
  5168. <span class="username">{Name}</span>
  5169. </a>
  5170. {/block:Date}
  5171. <div class="comment-body">
  5172. {Body}
  5173. </div>
  5174. </div>
  5175. </div>
  5176. {/block:NotReblog}
  5177.  
  5178. {block:RebloggedFrom}
  5179. <div class="comments all-comments">
  5180. {block:Reblogs}
  5181. <div class="comment{block:IsOriginalEntry} original-comment{/block:IsOriginalEntry}{block:IsNotOriginalEntry} extra-comment{/block:IsNotOriginalEntry}{block:IsDeactivated} deactivated{/block:IsDeactivated}" username="{Username}">
  5182. <a class="comment-header"{block:IsActive} href="{Permalink}"{/block:IsActive}>
  5183. <img class="userpic" src="{PortraitURL-64}">
  5184. <span class="username">{Username}</span>
  5185. {block:IsDeactivated}
  5186. <span class="deactivated">(deactivated)</span>
  5187. {/block:IsDeactivated}
  5188. </a>
  5189. <div class="comment-body">
  5190. {Body}
  5191. </div>
  5192. </div>
  5193. {/block:Reblogs}
  5194. </div>
  5195. {/block:RebloggedFrom}
  5196. </div><!--end block:text-->
  5197. {/block:Text}
  5198.  
  5199. <!------ PHOTO POSTS: SINGLE PHOTO ------>
  5200. {block:Photo}
  5201. <div class="photo-block">
  5202. <div class="legacy-photo post-media">
  5203. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
  5204. </div>
  5205.  
  5206. {block:Date}
  5207. {block:NotReblog}
  5208. {block:Caption}
  5209. <div class="comments all-comments">
  5210. <div class="comment original-comment">
  5211. <a class="comment-header" href="{Permalink}">
  5212. <img class="userpic" src="{PortraitURL-64}" alt="{Name}'s avatar">
  5213. <span class="username">{Name}</span>
  5214. </a>
  5215. <div class="comment-body">
  5216. {Caption}
  5217. </div>
  5218. </div>
  5219. </div><!--end notreblog-->
  5220. {/block:Caption}
  5221. {/block:NotReblog}
  5222.  
  5223. {block:RebloggedFrom}
  5224. <div class="comments all-comments">
  5225. {block:Reblogs}
  5226. <div class="comment{block:IsOriginalEntry} original-comment{/block:IsOriginalEntry}{block:IsNotOriginalEntry} extra-comment{/block:IsNotOriginalEntry}{block:IsDeactivated} deactivated{/block:IsDeactivated}" username="{Username}">
  5227. <a class="comment-header"{block:IsActive} href="{Permalink}"{/block:IsActive}>
  5228. <img class="userpic" src="{PortraitURL-64}">
  5229. <span class="username">{Username}</span>
  5230. {block:IsDeactivated}
  5231. <span class="deactivated">(deactivated)</span>
  5232. {/block:IsDeactivated}
  5233. </a>
  5234.  
  5235. <div class="comment-body">
  5236. {Body}
  5237. </div>
  5238. </div><!--end single comment-->
  5239.  
  5240. {/block:Reblogs}
  5241. </div><!--end reblogs-->
  5242. {/block:RebloggedFrom}
  5243. {/block:Date}
  5244. </div><!--end photo-block-->
  5245. {/block:Photo}
  5246.  
  5247. <!------ PHOTO POSTS: PHOTOSET ------>
  5248. {block:Photoset}
  5249. <div class="photo-block">
  5250. <div class="legacy-photoset post-media" layout="{PhotosetLayout}">
  5251. {block:Photos}
  5252. <img src="{PhotoURL-HighRes}" width="{PhotoWidth-HighRes}" height="{PhotoHeight-HighRes}" alt="{PhotoAlt}"/>
  5253. {/block:Photos}
  5254. </div>
  5255.  
  5256. {block:Date}
  5257. {block:NotReblog}
  5258. {block:Caption}
  5259. <div class="comments all-comments">
  5260. <div class="comment original-comment">
  5261. <a class="comment-header" href="{Permalink}">
  5262. <img class="userpic" src="{PortraitURL-64}" alt="{Name}'s avatar">
  5263. <span class="username">{Name}</span>
  5264. </a>
  5265. <div class="comment-body">
  5266. {Caption}
  5267. </div>
  5268. </div>
  5269. </div><!--end notreblog-->
  5270. {/block:Caption}
  5271. {/block:NotReblog}
  5272.  
  5273. {block:RebloggedFrom}
  5274. <div class="comments all-comments">
  5275. {block:Reblogs}
  5276. <div class="comment{block:IsOriginalEntry} original-comment{/block:IsOriginalEntry}{block:IsNotOriginalEntry} extra-comment{/block:IsNotOriginalEntry}{block:IsDeactivated} deactivated{/block:IsDeactivated}" username="{Username}">
  5277. <a class="comment-header"{block:IsActive} href="{Permalink}"{/block:IsActive}>
  5278. <img class="userpic" src="{PortraitURL-64}">
  5279. <span class="username">{Username}</span>
  5280. {block:IsDeactivated}
  5281. <span class="deactivated">(deactivated)</span>
  5282. {/block:IsDeactivated}
  5283. </a>
  5284. <div class="comment-body">
  5285. {Body}
  5286. </div>
  5287. </div><!--end single comment-->
  5288. {/block:Reblogs}
  5289. </div><!--end reblogs-->
  5290. {/block:RebloggedFrom}
  5291. {/block:Date}
  5292. </div><!--end photo-block-->
  5293. {/block:Photoset}
  5294.  
  5295. <!------ PHOTO POSTS: PANORAMA ------>
  5296. {block:Panorama}
  5297. <div class="photo-block">
  5298. <div class="legacy-photo pano post-media">
  5299. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}">{LinkCloseTag}
  5300. </div>
  5301.  
  5302. {block:Date}
  5303. {block:NotReblog}
  5304. {block:Caption}
  5305. <div class="comments all-comments">
  5306. <div class="comment original-comment">
  5307. <a class="comment-header" href="{Permalink}">
  5308. <img class="userpic" src="{PortraitURL-64}" alt="{Name}'s avatar">
  5309. <span class="username">{Name}</span>
  5310. </a>
  5311. <div class="comment-body">
  5312. {Caption}
  5313. </div>
  5314. </div>
  5315. </div><!--end notreblog-->
  5316. {/block:Caption}
  5317. {/block:NotReblog}
  5318.  
  5319. {block:RebloggedFrom}
  5320. <div class="comments all-comments">
  5321. {block:Reblogs}
  5322. <div class="comment{block:IsOriginalEntry} original-comment{/block:IsOriginalEntry}{block:IsNotOriginalEntry} extra-comment{/block:IsNotOriginalEntry}{block:IsDeactivated} deactivated{/block:IsDeactivated}" username="{Username}">
  5323. <a class="comment-header"{block:IsActive} href="{Permalink}"{/block:IsActive}>
  5324. <img class="userpic" src="{PortraitURL-64}">
  5325. <span class="username">{Username}</span>
  5326. {block:IsDeactivated}
  5327. <span class="deactivated">(deactivated)</span>
  5328. {/block:IsDeactivated}
  5329. </a>
  5330. <div class="comment-body">
  5331. {Body}
  5332. </div>
  5333. </div><!--end single comment-->
  5334. {/block:Reblogs}
  5335. </div><!--end reblogs-->
  5336. {/block:RebloggedFrom}
  5337. {/block:Date}
  5338. </div><!--end photo-block-->
  5339. {/block:Panorama}
  5340.  
  5341. <!------ QUOTE POSTS ------>
  5342. {block:Quote}
  5343. <div class="quote-block">
  5344. <div class="quote-set">
  5345. <blockquote class="quote-text">
  5346. &ldquo;{Quote}&rdquo;
  5347. </blockquote>
  5348. {block:Source}
  5349. <p class="quote-source">{Source}</p>
  5350. {/block:Source}
  5351. </div><!--end quote-set-->
  5352. </div><!--end quote-block-->
  5353. {/block:Quote}
  5354.  
  5355. <!------ LINK POSTS ------>
  5356. {block:Link}
  5357. <div class="link-block">
  5358. <a href="{URL}" class="link-render" {Target}>
  5359. <h2>{Name}<i class="iconcino" stroke="2" icon-name="arrow-forward-double"></i></h2>
  5360.  
  5361. {block:Host}
  5362. <div class="site-name">
  5363. <i class="iconcino" stroke="2" icon-name="link-1"></i>
  5364. <span>{Host}</span>
  5365. </div>
  5366. {/block:Host}
  5367. </a>
  5368.  
  5369. {block:Date}
  5370. {block:NotReblog}
  5371. <div class="comments all-comments">
  5372. <div class="comment original-comment">
  5373. <a class="comment-header" href="{Permalink}">
  5374. <img class="userpic" src="{PortraitURL-64}" alt="{Name}'s avatar">
  5375. <span class="username">{Name}</span>
  5376. </a>
  5377. <div class="comment-body">
  5378. {Body}
  5379. </div>
  5380. </div>
  5381. </div><!--end notreblog-->
  5382. {/block:NotReblog}
  5383.  
  5384. {block:RebloggedFrom}
  5385. <div class="comments all-comments">
  5386. {block:Reblogs}
  5387. <div class="comment{block:IsOriginalEntry} original-comment{/block:IsOriginalEntry}{block:IsNotOriginalEntry} extra-comment{/block:IsNotOriginalEntry}{block:IsDeactivated} deactivated{/block:IsDeactivated}" username="{Username}">
  5388. <a class="comment-header"{block:IsActive} href="{Permalink}"{/block:IsActive}>
  5389. <img class="userpic" src="{PortraitURL-64}">
  5390. <span class="username">{Username}</span>
  5391. {block:IsDeactivated}
  5392. <span class="deactivated">(deactivated)</span>
  5393. {/block:IsDeactivated}
  5394. </a>
  5395. <div class="comment-body">
  5396. {Body}
  5397. </div>
  5398. </div><!--end single comment-->
  5399. {/block:Reblogs}
  5400. </div><!--end reblogs-->
  5401. {/block:RebloggedFrom}
  5402. {/block:Date}
  5403. </div><!--end link-block-->
  5404. {/block:Link}
  5405.  
  5406. <!------ CHAT POSTS ------>
  5407. {block:Chat}
  5408. <div class="chat-block">
  5409. <ul class="chat-wrap">
  5410. {block:Lines}
  5411. <li class="chat-line">
  5412. {block:Label}
  5413. <b class="chat-label">{Label}</b>
  5414. {/block:Label}
  5415.  
  5416. <span class="chat-content"> {Line}</span>
  5417. </li>
  5418. {/block:Lines}
  5419. </ul>
  5420. </div><!--end chat-block-->
  5421. {/block:Chat}
  5422.  
  5423. <!------ AUDIO POSTS ------>
  5424. {block:Audio}
  5425. <div class="audio-block">
  5426. <div class="legacy-audio post-media">
  5427. <div class="aud-gen">
  5428. <div class="aud-cover">
  5429. <div class="aud-ctl">
  5430. <button class="q-play" aria-label="Play">
  5431. <i class="gt-misc-icons" icon-name="play" aria-hidden="true"></i>
  5432. </button>
  5433.  
  5434. <button class="q-pause" aria-label="Pause">
  5435. <i class="gt-misc-icons" icon-name="pause" aria-hidden="true"></i>
  5436. </button>
  5437. </div>
  5438.  
  5439. {block:AlbumArt}
  5440. <img src="{AlbumArtURL}" alt="{block:Album}&ldquo;{Album}&rdquo; {/block:Album}album cover{block:Artist} by {Artist}{/block:Artist}"/>
  5441. {block:AlbumArt}
  5442. </div>
  5443.  
  5444. <div class="aud-xyz">
  5445. <div class="aud-info">
  5446. <div class="aud-title{block:TrackName} has-title{/block:TrackName}">
  5447. <span class="has-title">{block:TrackName}{TrackName}{/block:TrackName}</span>
  5448. <span class="no-title">Unknown Track</span>
  5449. </div>
  5450.  
  5451. <div class="aud-artist{block:Artist} has-artist{/block:Artist}">
  5452. <span class="has-artist">{block:Artist}{Artist}{/block:Artist}</span>
  5453. <span class="no-artist">Unknown Artist</span>
  5454. </div>
  5455.  
  5456. <div class="aud-album{block:Album} has-album{/block:Album}">
  5457. <span class="has-album">{block:Album}{Album}{/block:Album}</span>
  5458. <span class="no-album">Unknown Album</span>
  5459. </div>
  5460. </div><!--end aud-info (text)-->
  5461.  
  5462. {block:AudioPlayer}
  5463. <div class="aud-iframe">{AudioPlayer}</div>
  5464. {/block:AudioPlayer}
  5465. </div><!--end aud-xyz-->
  5466.  
  5467. <a class="aud-dl" href="javascript:void(0)" target="_blank" aria-label="Download">
  5468. <i class="iconcino" stroke="2" icon-name="download-2"></i>
  5469. </a>
  5470. </div><!--end audio-gen-->
  5471. </div><!--end legacy-audio-->
  5472.  
  5473. {block:Date}
  5474. {block:NotReblog}
  5475. {block:Caption}
  5476. <div class="comments all-comments">
  5477. <div class="comment original-comment">
  5478. <a class="comment-header" href="{Permalink}">
  5479. <img class="userpic" src="{PortraitURL-64}" alt="{Name}'s avatar">
  5480. <span class="username">{Name}</span>
  5481. </a>
  5482. <div class="comment-body">
  5483. {Caption}
  5484. </div>
  5485. </div>
  5486. </div><!--end notreblog-->
  5487. {/block:Caption}
  5488. {/block:NotReblog}
  5489.  
  5490. {block:RebloggedFrom}
  5491. <div class="comments all-comments">
  5492. {block:Reblogs}
  5493. <div class="comment{block:IsOriginalEntry} original-comment{/block:IsOriginalEntry}{block:IsNotOriginalEntry} extra-comment{/block:IsNotOriginalEntry}{block:IsDeactivated} deactivated{/block:IsDeactivated}" username="{Username}">
  5494. <a class="comment-header"{block:IsActive} href="{Permalink}"{/block:IsActive}>
  5495. <img class="userpic" src="{PortraitURL-64}">
  5496. <span class="username">{Username}</span>
  5497. {block:IsDeactivated}
  5498. <span class="deactivated">(deactivated)</span>
  5499. {/block:IsDeactivated}
  5500. </a>
  5501. <div class="comment-body">
  5502. {Body}
  5503. </div>
  5504. </div><!--end single comment-->
  5505. {/block:Reblogs}
  5506. </div><!--end reblogs-->
  5507. {/block:RebloggedFrom}
  5508. {/block:Date}
  5509. </div><!--end audio-block-->
  5510. {/block:Audio}
  5511.  
  5512. <!------ VIDEO POSTS ------>
  5513. {block:Video}
  5514. <div class="video-block">
  5515. <div class="legacy-video post-media">
  5516. {Video-700}
  5517.  
  5518. {block:VideoThumbnail}
  5519. <span class="poster-thumb" url="{VideoThumbnailURL}"></span>
  5520. {/block:VideoThumbnail}
  5521. </div>
  5522.  
  5523. {block:Date}
  5524. {block:NotReblog}
  5525. {block:Caption}
  5526. <div class="comments all-comments">
  5527. <div class="comment original-comment">
  5528. <a class="comment-header" href="{Permalink}">
  5529. <img class="userpic" src="{PortraitURL-64}" alt="{Name}'s avatar">
  5530. <span class="username">{Name}</span>
  5531. </a>
  5532. <div class="comment-body">
  5533. {Caption}
  5534. </div>
  5535. </div>
  5536. </div><!--end notreblog-->
  5537. {/block:Caption}
  5538. {/block:NotReblog}
  5539.  
  5540. {block:RebloggedFrom}
  5541. <div class="comments all-comments">
  5542. {block:Reblogs}
  5543. <div class="comment{block:IsOriginalEntry} original-comment{/block:IsOriginalEntry}{block:IsNotOriginalEntry} extra-comment{/block:IsNotOriginalEntry}{block:IsDeactivated} deactivated{/block:IsDeactivated}" username="{Username}">
  5544. <a class="comment-header"{block:IsActive} href="{Permalink}"{/block:IsActive}>
  5545. <img class="userpic" src="{PortraitURL-64}">
  5546. <span class="username">{Username}</span>
  5547. {block:IsDeactivated}
  5548. <span class="deactivated">(deactivated)</span>
  5549. {/block:IsDeactivated}
  5550. </a>
  5551. <div class="comment-body">
  5552. {Body}
  5553. </div>
  5554. </div><!--end single comment-->
  5555. {/block:Reblogs}
  5556. </div><!--end reblogs-->
  5557. {/block:RebloggedFrom}
  5558. {/block:Date}
  5559. </div><!--end video-block-->
  5560. {/block:Video}
  5561.  
  5562. <!------ ASK POSTS ------>
  5563. {block:Answer}
  5564. <div class="answer-block">
  5565. <div class="question-part">
  5566. <img class="askerpic" src="{AskerPortraitURL-128}"/>
  5567. <div class="q-right">
  5568. <p class="q-top">{lang:Asker asked 2}:</p>
  5569. <div class="q-text">{Question}</div>
  5570. </div>
  5571. </div><!--end question-part-->
  5572.  
  5573. {block:Date}
  5574. {block:NotReblog}
  5575. <div class="comments all-comments">
  5576. <div class="comment original-comment">
  5577. <a class="comment-header" href="{Permalink}">
  5578. <img class="userpic" src="{PortraitURL-128}" alt="{Name}'s avatar">
  5579. <span class="username">{Name} answered:</span>
  5580. {block:IsDeactivated}
  5581. <span class="deactivated">(deactivated)</span>
  5582. {/block:IsDeactivated}
  5583. </a>
  5584. <div class="comment-body">
  5585. {Replies}
  5586. </div>
  5587. </div>
  5588. </div><!--end notreblog-->
  5589. {/block:NotReblog}
  5590.  
  5591. {block:RebloggedFrom}
  5592. <div class="comments all-comments">
  5593. {block:Answerer}
  5594. <div class="comment original-comment{block:IsDeactivated} deactivated{/block:IsDeactivated}" username="{ReblogRootName}">
  5595. <a class="comment-header" href="{ReblogRootURL}">
  5596. <img class="userpic" src="{ReblogRootPortraitURL-64}">
  5597. <span class="username">{ReblogRootName} answered:</span>
  5598. {block:IsDeactivated}
  5599. <span class="deactivated">(deactivated)</span>
  5600. {/block:IsDeactivated}
  5601. </a>
  5602. <div class="comment-body">
  5603. {Answer}
  5604. </div>
  5605. </div>
  5606. {/block:Answerer}
  5607.  
  5608. {block:Reblogs}
  5609. {block:IsNotOriginalEntry}
  5610. <div class="comment extra-comment{block:IsDeactivated} deactivated{/block:IsDeactivated}" username="{Username}">
  5611. <a class="comment-header"{block:IsActive} href="{Permalink}"{/block:IsActive}>
  5612. <img class="userpic" src="{PortraitURL-64}">
  5613. <span class="username">{Username}</span>
  5614. {block:IsDeactivated}
  5615. <span class="deactivated">(deactivated)</span>
  5616. {/block:IsDeactivated}
  5617. </a>
  5618. <div class="comment-body">
  5619. {Body}
  5620. </div>
  5621. </div><!--end single comment-->
  5622. {/block:IsNotOriginalEntry}
  5623. {/block:Reblogs}
  5624. </div><!--end reblogs-->
  5625. {/block:RebloggedFrom}
  5626. {/block:Date}
  5627. </div><!--end answer-block-->
  5628. {/block:Answer}
  5629.  
  5630. {block:ContentSource}
  5631. <p class="content-src">
  5632. ({lang:Source}: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>)
  5633. </p>
  5634. {/block:ContentSource}
  5635. </div><!--end post-body-->
  5636.  
  5637. <!------ TAGS ------>
  5638. {block:HasTags}
  5639. <div class="tagscont" align="{select:tags position}">
  5640. <div class="tags-wrap-a">
  5641. <div class="tags-wrap-b">
  5642. <div class="tags-wrap-c">
  5643. <div class="tags-wrap-d">
  5644. {block:Tags}
  5645. <a href="{TagURL}" tag="{URLSafeTag}">{Tag}</a>
  5646. {/block:Tags}
  5647. </div><!--end tags-wrap-d--->
  5648. </div><!--end tags-wrap-c-->
  5649. </div><!--end tags-wrap-b-->
  5650. </div><!--end tags-wrap-a-->
  5651. </div><!--end tagscont-->
  5652. {/block:HasTags}
  5653.  
  5654. <!------ POST FOOTER / POST INFO / PERMALINK ------>
  5655. {block:Date}
  5656. <div class="infobar">
  5657. <div class="innerpho">
  5658. <div class="pho-top">
  5659. <!-- permalink -->
  5660. <a class="perma pf-nc-{select:show post footer notes}"{block:IndexPage} href="{Permalink}" aria-label="View Post"{/block:IndexPage}>
  5661. <!-- history icon -->
  5662. <div class="history-icon-part" icon-vis="{select:date icon show}">
  5663. <i class="iconcino" stroke="2" icon-name="{select:date icon}" aria-hidden="true"></i>
  5664. <span class="sr-text">{block:NotReblog}Posted{/block:NotReblog}{block:RebloggedFrom}Reblogged{/block:RebloggedFrom} on</span>
  5665. </div>
  5666.  
  5667. <!-- date posted -->
  5668. <div class="date-part" date-format="{select:date format}">
  5669. <span class="df-1">
  5670. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
  5671. </span>
  5672.  
  5673. <span class="df-2">
  5674. {Month} {DayOfMonth}, {Year}
  5675. </span>
  5676.  
  5677. <span class="df-3">
  5678. {DayOfMonthWithZero} {ShortMonth} {ShortYear}
  5679. </span>
  5680. </div>
  5681.  
  5682. <!-- @ icon -->
  5683. <div class="at-icon-part">
  5684. <i class="iconcino" stroke="2" icon-name="email" aria-hidden="true"></i>
  5685. <span class="sr-text">,</span>
  5686. </div>
  5687.  
  5688. <!-- time posted -->
  5689. <div class="time-part" time-format="{select:time format}">
  5690. <span class="tf-AMPM">
  5691. {12HourWithZero}:{Minutes}&#x200A;{AMPM}
  5692. </span>
  5693.  
  5694. <span class="tf-24hr">
  5695. {24HourWithZero}:{Minutes}
  5696. </span>
  5697.  
  5698. <span class="tf-timeago-long">
  5699. {TimeAgo}
  5700. </span>
  5701.  
  5702. <span class="tf-timeago-short">
  5703. {Timestamp}
  5704. </span>
  5705.  
  5706. </div>
  5707.  
  5708. <!-- star icon -->
  5709. <div class="star-icon-part">
  5710. <i class="iconcino" stroke="2" icon-name="{select:notes icon}" aria-hidden="true"></i>
  5711. <span class="sr-text">with</span>
  5712. </div>
  5713.  
  5714. <!-- no. of notes -->
  5715. <div class="notes-part tnc">
  5716. {NoteCountWithLabel}
  5717. </div>
  5718. </a><!--end permalink (left)-->
  5719.  
  5720. <!-- post footer buttons -->
  5721. <div class="post-controls">
  5722. {block:HasTags}
  5723. <div class="tog-tags-area">
  5724. <a class="tags-press" aria-label="{lang:Tags}">
  5725. <i class="iconcino" stroke="2" icon-name="hashtag"></i>
  5726. </a>
  5727. </div>
  5728. {/block:HasTags}
  5729.  
  5730. <div class="rb-area">
  5731. <a class="rb-press" href="{ReblogURL}" aria-label="Reblog">
  5732. <i class="iconcino" stroke="2" icon-name="loop"></i>
  5733. </a>
  5734. </div>
  5735.  
  5736. <div class="like-area" aria-label="Like">
  5737. {LikeButton}
  5738. <div class="like-press">
  5739. <i class="iconcino" stroke="2" icon-name="heart"></i>
  5740. </div>
  5741. </div>
  5742. </div><!--end post-controls-->
  5743. </div><!--end pho-top-->
  5744.  
  5745. {block:PermalinkPage}
  5746. {block:RebloggedFrom}
  5747. <div class="pho-bot">
  5748. <div class="via-part">
  5749. <span>via: </span>
  5750. <a href="{ReblogParentURL}">{ReblogParentName}</a>
  5751. </div>
  5752.  
  5753. <div class="src-part">
  5754. <span>source: </span>
  5755. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  5756. </div>
  5757. </div><!--end pho-bot-->
  5758. {/block:RebloggedFrom}
  5759. {/block:PermalinkPage}
  5760. </div><!--end innerpho-->
  5761. </div><!--end infobar-->
  5762. {/block:Date}
  5763. </div><!--end post-inner-->
  5764. </article><!--end a post-->
  5765.  
  5766. <!------ POST NOTES ------>
  5767. {block:PostNotes}
  5768. <div class="post-notes">{PostNotes}</div>
  5769. {/block:PostNotes}
  5770.  
  5771. {/block:Posts}
  5772.  
  5773. <!------ EMPTY TAG RESULTS PAGE ------>
  5774. {block:TagPage}
  5775. <article class="posts tag-pg-only">
  5776. <div class="pt-type-wrap">
  5777. <a class="post-type-icon">
  5778. <span class="type-notfoundpage">
  5779. <i class="iconcino" stroke="1.5" icon-name="emoji-unhappy"></i>
  5780. </span>
  5781. </a>
  5782. </div>
  5783.  
  5784. <div class="post-inner">
  5785. <div class="post-body">
  5786. <div class="text-block">
  5787. <h1 class="post-title">{lang:Sorry}, you've reached the end of <span class="tag_query">#{Tag}</span>.</h1>
  5788. </div>
  5789. </div>
  5790. </div>
  5791. </article>
  5792. {/block:TagPage}
  5793.  
  5794. <!------ "NO SEARCH RESULTS" PAGE ------>
  5795. {block:SearchPage}
  5796. <article class="posts srch-pg-only" search-results-num="{SearchResultCount}">
  5797. <div class="pt-type-wrap">
  5798. <a class="post-type-icon">
  5799. <span class="type-notfoundpage">
  5800. <i class="iconcino" stroke="1.5" icon-name="emoji-unhappy"></i>
  5801. </span>
  5802. </a>
  5803. </div>
  5804.  
  5805. <div class="post-inner">
  5806. <div class="post-body">
  5807. <div class="text-block">
  5808. <h1 class="post-title">{lang:Sorry}, no more results for <span class="search_query">{SearchQuery}</span>.</h1>
  5809. </div>
  5810. </div>
  5811. </div>
  5812. </article>
  5813. {/block:SearchPage}
  5814.  
  5815. <!------ PAGINATION (UNDER POSTS) ------>
  5816. {block:Pagination}
  5817. <div class="botpagi">
  5818. <div class="pgi-wrap">
  5819. {block:PreviousPage}
  5820. <a class="prev-page" href="{PreviousPage}" aria-label="{lang:Previous Page}">
  5821. <i class="iconcino" stroke="2" icon-name="arrow-back-double"></i>
  5822. </a>
  5823. {/block:PreviousPage}
  5824.  
  5825. <div class="jump-wrap">
  5826. {block:JumpPagination length="5"}
  5827. {block:JumpPage}
  5828. <a page-id="{PageNumber}" class="jumpnum" href="{URL}" aria-label="Go to page {PageNumber}">{PageNumber}</a>
  5829. {/block:JumpPage}
  5830.  
  5831. {block:CurrentPage}
  5832. <span page-id="{PageNumber}" class="curpage" aria-label="You are here (Page {PageNumber})">
  5833. <i class="gt-misc-icons" icon-name="pushpin-2"></i>
  5834. </span>
  5835. {/block:CurrentPage}
  5836. {/block:JumpPagination}
  5837. </div><!--jump-wrap-->
  5838.  
  5839. {block:NextPage}
  5840. <a class="next-page" href="{NextPage}" aria-label="{lang:Next Page}">
  5841. <i class="iconcino" stroke="2" icon-name="arrow-forward-double"></i>
  5842. </a>
  5843. {/block:NextPage}
  5844. </div><!--end pgi-wrap-->
  5845. </div>
  5846. {/block:Pagination}
  5847.  
  5848. </section><!--end all posts-->
  5849.  
  5850. </div><!--end cont-flex-->
  5851.  
  5852. </main><!--end main-->
  5853.  
  5854. </div><!--main-column-wrap-->
  5855. </div><!--main-scroll-cont-->
  5856.  
  5857. <!-- ignore this -->
  5858. <div id="qlhlbpx" aria-hidden="true" tabindex="-1"></div>
  5859. <div id="yxsqkts" aria-hidden="true" tabindex="-1"></div>
  5860.  
  5861. </body>
  5862. </html>
Advertisement
Add Comment
Please, Sign In to add comment