Advertisement
jellyparty

cutie symbol tumblr theme

May 26th, 2022 (edited)
2,536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.71 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <head>
  3. <!--
  4. cutie symbol theme by emoticon equinbox ✌ ^-^ ✌
  5.  
  6. special thanks:
  7. 1) rook @emailemoji for showing me the calendar
  8. 2) 'anti citizen' theme (jellyparty.tumblr.com/post/629805825586774016) for inspiring me to learn how to make a heart sidebar img
  9. 3) twilight sparkle, the princess of friendship
  10.  
  11. questions, comments, concerns? e-mail me! jellyparty.tumblr.com/ask
  12. -->
  13.  
  14.  
  15. <!-- img -->
  16. <meta name="image:background" content="">
  17. <meta name="image:favicon" content="">
  18. <meta name="image:cursor" content="">
  19. <meta name="image:sidebar icon" content="">
  20. <meta name="image:footer pixel" content="">
  21. <meta name="image:link pixel" content="">
  22.  
  23. <!-- txt -->
  24. <meta name="text:text size" content="18">
  25. <meta name="text:link one" content="link one">
  26. <meta name="text:link two" content="link two">
  27. <meta name="text:link three" content="link three">
  28. <meta name="text:link one url" content="/">
  29. <meta name="text:link two url" content="/">
  30. <meta name="text:link three url" content="/">
  31. <meta name="text:content transparency" content="0.7">
  32.  
  33. <!-- color -->
  34. <meta name="color:background" content="">
  35. <meta name="color:post" content="">
  36. <meta name="color:text" content="">
  37. <meta name="color:link" content="">
  38. <meta name="color:link hover" content="">
  39.  
  40. <meta name="color:link glow" content="">
  41. <meta name="color:link glow hover" content="">
  42.  
  43. <meta name="color:text selection" content="">
  44. <meta name="color:text selection bg" content="">
  45.  
  46. <meta name="color:footer" content="">
  47.  
  48. <!-- selections -->
  49. <meta name="if:heart icon" content="">
  50. <meta name="if:bold links" content="">
  51. <meta name="if:link background" content="">
  52. <meta name="if:link underline" content="">
  53. <meta name="if:link glow" content="">
  54. <meta name="if:full background" content="">
  55. <meta name="if:custom cursor" content="">
  56. <meta name="if:bright rainbow links" content="">
  57. <meta name="if:pastel rainbow links" content="">
  58. <meta name="if:rainbow link hover" content="">
  59.  
  60. <!-- font -->
  61. <meta name="select:font" content="arial">
  62. <meta name="select:font" content="short stack">
  63. <meta name="select:font" content="ms gothic">
  64. <meta name="select:font" content="roboto mono">
  65. <meta name="select:font" content="tangerine">
  66. <meta name="select:font" content="amatic sc">
  67.  
  68. <!-- sturf -->
  69. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.min.js"></script>
  70. <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  71. <link href="https://fonts.googleapis.com/css?family=Short+Stack&display=swap" rel="stylesheet">
  72. <link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
  73. <link href="https://fonts.googleapis.com/css2?family=Tangerine&display=swap" rel="stylesheet">
  74. <link href="https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap" rel="stylesheet">
  75. <title>{Title}</title>
  76. <link rel="shortcut icon" href="{image:favicon}">
  77. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  78. {block:Description}
  79. <meta name="description" content="{MetaDescription}" />
  80. {/block:Description}
  81. <style type="text/css">
  82.  
  83. /* fundamentals */
  84. .npf_row {
  85. margin: 0 !important;}
  86. blockquote{
  87. margin: 0;}
  88. p{
  89. margin:0 0 10px 0;
  90. padding:0;}
  91. body{
  92. background:{color:background};
  93. background-image:Url('{image:background}');
  94. background-attachment:fixed;
  95. {block:iffullbackground}
  96. background-size: cover;
  97. {/block:iffullbackground}
  98. color:{color:text};
  99. font-family:{select:font};
  100. word-wrap:break-word;
  101. {block:ifcustomcursor}
  102. cursor:url("{image:custom cursor}"), default;
  103. {/block:ifcustomcursor};
  104. font-size:{text:text size}px;}
  105. a{
  106. cursor:help;
  107. {block:ifcustomcursor}
  108. cursor:url("{image:custom cursor}"), default;
  109. {/block:ifcustomcursor};
  110. color:{color:link};
  111. text-decoration:none;
  112. {block:iflinkunderline}
  113. text-decoration:underline;
  114. {/block:iflinkunderline};
  115. {block:ifboldlinks}
  116. font-weight:bold;
  117. {/block:ifboldlinks}
  118. {block:iflinkglow}
  119. text-shadow: 0 0 10px {color:link glow}; 0 0 10px
  120. {/block:iflinkglow};
  121. {block:ifbrightrainbowlinks}
  122. text-decoration: none;
  123. color: white;
  124. display: inline-block;
  125. background-size: 120% 100%;
  126. -webkit-background-clip: text;
  127. -webkit-text-fill-color: transparent;
  128. -moz-background-clip: text;
  129. -moz-text-fill-color: transparent;
  130. -ms-background-clip: text;
  131. -ms-text-fill-color: transparent;
  132. background-clip: text;
  133. text-fill-color: transparent;
  134. transition: all 0.15s cubic-bezier(0.68, -0.25, 0.265, 1.25);
  135. background-image: linear-gradient(45deg, #ff0000, #ff7d00, #f6ff00, #1dff00, #00ffe9, #001fff, #8800ff, #ff00c9);
  136. {/block:ifbrightrainbowlinks};
  137. {block:ifpastelrainbowlinks}
  138. text-decoration: none;
  139. color: white;
  140. display: inline-block;
  141. background-size: 120% 100%;
  142. -webkit-background-clip: text;
  143. -webkit-text-fill-color: transparent;
  144. -moz-background-clip: text;
  145. -moz-text-fill-color: transparent;
  146. -ms-background-clip: text;
  147. -ms-text-fill-color: transparent;
  148. background-clip: text;
  149. text-fill-color: transparent;
  150. transition: all 0.15s cubic-bezier(0.68, -0.25, 0.265, 1.25);
  151. background-image: linear-gradient(45deg, #95cadf 0%, #a9e79a 20%, #eedb57 40%, #f9a4b0 60%, #fd87c4 80%, #bf75cc);
  152. {/block:ifpastelrainbowlinks};}
  153. a:hover{
  154. color:{color:link hover};
  155. text-decoration:none;
  156. {block:iflinkunderline}
  157. text-decoration:underline;
  158. {/block:iflinkunderline};
  159. {block:ifboldlinks}
  160. font-weight:bold;
  161. {/block:ifboldlinks}
  162. {block:iflinkglow}
  163. text-shadow: 0 0 10px {color:link glow hover}; 0 0 10px
  164. {/block:iflinkglow};
  165. {block:ifrainbowlinkhover}
  166. text-decoration: none;
  167. color: white;
  168. display: inline-block;
  169. background-size: 120% 100%;
  170. -webkit-background-clip: text;
  171. -webkit-text-fill-color: transparent;
  172. -moz-background-clip: text;
  173. -moz-text-fill-color: transparent;
  174. -ms-background-clip: text;
  175. -ms-text-fill-color: transparent;
  176. background-clip: text;
  177. text-fill-color: transparent;
  178. transition: all 0.15s cubic-bezier(0.68, -0.25, 0.265, 1.25);
  179. background-image:url(https://i.stack.imgur.com/poux8.gif);
  180. {/block:ifrainbowlinkhover};}
  181. ::selection{
  182. color:{color:text selection};
  183. background-color:{color:text selection bg};}
  184. ::-webkit-scrollbar {
  185. width: 15px;
  186. height: 10px;}
  187. ::-webkit-scrollbar-thumb:vertical{
  188. background-color: #fff;
  189. background-image: url(https://i.imgur.com/Qtm9Z60.png);
  190. border-top: 1px solid #bdbdbd;
  191. border-left: 1px solid #bdbdbd;
  192. border-right: 1px solid black;
  193. border-bottom: 1px solid black;}
  194. ::-webkit-scrollbar-track {
  195. background-color: #fff;
  196. background-image: url(https://i.imgur.com/IGXGYKz.png);}
  197. ::-webkit-scrollbar-button:vertical:increment {
  198. background-image: url(https://i.imgur.com/WhC8iy3.png);
  199. width: 14px;
  200. height: 16px;
  201. border-top: 1px solid #bdbdbd;
  202. border-left: 1px solid #bdbdbd;
  203. border-right: 1px solid black;
  204. border-bottom: 1px solid black;}
  205. ::-webkit-scrollbar-button:vertical:decrement {
  206. background-image: url(https://i.imgur.com/fQ18mrR.png);
  207. border-top: 1px solid #bdbdbd;
  208. border-left: 1px solid #bdbdbd;
  209. border-right: 1px solid black;
  210. border-bottom: 1px solid black;
  211. width: 14px;
  212. height: 16px;}
  213. /* fundamentals end */
  214.  
  215. /* content */
  216. #postcontent{
  217. margin-top:10px;
  218. margin-left:400px;
  219. width:420px;}
  220. .post, .naviga{
  221. background-color:rgba({RGBcolor:post}, {text:content transparency});
  222. margin:0 0 20px 0;
  223. overflow:hidden;
  224. padding:5px;}
  225. #sidebar{
  226. position:fixed;
  227. width:260px;
  228. padding:5px;}
  229. #linkiedinks{
  230. font-family:{select:font};
  231. font-size:25px;}
  232. /* content end */
  233.  
  234. /* basic stylin */
  235. ol.notes{
  236. list-style-type:none;
  237. padding:3px;
  238. overflow:auto;}
  239. .post img{
  240. background-color:transparent;
  241. max-width:100%;}
  242. .sidebar img{
  243. background-color:transparent;
  244. {block:ifhearticon}
  245. -webkit-mask-image:url(https://64.media.tumblr.com/530d6f82ba12efe719853b50499b1d5d/b58a88777157fa9c-6e/s500x750/69a0aa24e15c4c98f2b7ce62f6c00544e0b3a1c3.png);
  246. -webkit-mask-repeat:no-repeat;
  247. -webkit-mask-size:cover;
  248. {/block:ifhearticon}
  249. {block:ifnothearticon}
  250. border-radius:100%;
  251. {/block:ifnothearticon};}
  252. .footer{
  253. background-color:{color:footer};
  254. margin:5px 0 0 0;
  255. padding:5px;}
  256. #table, th, td{
  257. overflow:auto;
  258. width:100%;
  259. background:transparent;}
  260. #c{
  261. font-size:20px;
  262. position:fixed;
  263. left:0px;
  264. bottom:0px;}
  265. video{
  266. max-width: 100%;
  267. height: auto;}
  268. .questie{
  269. text-align:right;
  270. padding:5px;}
  271. #audioplayer{
  272. width:30px;
  273. height:25px;
  274. overflow:hidden;
  275. position:absolute;
  276. margin-top:40px;
  277. margin-bottom:40px;
  278. margin-left:35px;
  279. border-radius: 40px;
  280. opacity: 0.7;}
  281. .trackstuff{
  282. overflow:auto;
  283. margin-left:110px;
  284. margin-top:-75px;
  285. margin-bottom:50px;
  286. display:block;}
  287. .playbutton{
  288. margin-bottom:30px;
  289. margin-top:-60px;
  290. margin-left:35px;
  291. z-index:9;
  292. width:33px;
  293. height:30px;
  294. overflow:hidden;}
  295. /* basic stylin end */
  296.  
  297. {CustomCss}
  298. </style>
  299. </head>
  300. <body>
  301. <div id="linkiedinks">
  302. <a href="{text:link one url}">{text:link one}</a>
  303. <img src="{image:link pixel}">
  304. <a href="{text:link two url}">{text:link two}</a>
  305. <img src="{image:link pixel}">
  306. <a href="{text:link three url}">{text:link three}</a>
  307. </div>
  308. <div id="sidebar">
  309. <div class="sidebar img">
  310. <center><a href="/"><img style='height: 220px; width:250px; object-fit: cover' src='{image:sidebar icon}'/></a></center>
  311. </div>
  312. <center><fieldset style="padding:0px;border:0;margin:0px;" ><iframe src="https://calendar.sakura.ne.jp/blog_cal.html" style="background-color:#fbe;padding:0px;border:0;margin:0px;overflow:hidden; width:172px;height:213px;overflow:hidden;" ></iframe></fieldset></center>
  313. {block:Pagination}
  314. <center>
  315. {block:PreviousPage}
  316. <a href="{PreviousPage}">&#171; Back</a>
  317. {/block:PreviousPage}
  318. {block:JumpPagination length="7"}
  319. {block:CurrentPage}
  320. <span class="current_page">{PageNumber}</span>
  321. {/block:CurrentPage}
  322. {block:JumpPage}
  323. <a class="jump_page" href="{URL}">{PageNumber}</a>
  324. {/block:JumpPage}
  325. {/block:JumpPagination}
  326. {block:NextPage}
  327. <a href="{NextPage}">Next &#187;</a>
  328. {/block:NextPage}
  329. </center>
  330. {/block:Pagination}
  331. </div>
  332.  
  333. <div id="postcontent">
  334. <div id="content">
  335. {block:Posts}
  336. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} --> {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  337. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  338. {/block:ContentSource}
  339. <div class="post">
  340. <!-- Text -->
  341. {block:Text}
  342. {block:Title}
  343. <div class="title">{Title}</div>
  344. {/block:Title}
  345. {Body}
  346. {/block:Text}
  347. {block:Chat}
  348. {block:Title}
  349. <div class="title">
  350. <h3><a href="{Permalink}">{Title}</a></h3></div>
  351. {/block:Title}
  352. {block:Lines}
  353. <div class="{Alt} user_{UserNumber}">
  354. {block:Label}
  355. <span class="label">{Label}</span>
  356. {/block:Label}{Line}
  357. </div>
  358. {/block:Lines}
  359. {/block:Chat}
  360.  
  361. <!-- Images --->
  362. {block:Photo}
  363. {LinkOpenTag}
  364. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  365. {LinkCloseTag}
  366. {block:Caption}
  367. {Caption}
  368. {/block:Caption}
  369. {/block:Photo}
  370. {block:Photoset}
  371. {Photoset-400}
  372. {block:Photos}
  373. {/block:Photos}
  374. {block:Caption}
  375. {Caption}
  376. {/block:Caption}
  377. {/block:Photoset}
  378.  
  379. <!-- Video -->
  380. {block:Video}
  381. {Video-500}
  382. {block:Caption}
  383. {Caption}
  384. {/block:Caption}
  385. {/block:Video}
  386.  
  387. <!-- Audio -->
  388. {block:Audio}
  389. <div id= "audioplayer">{AudioPlayerWhite}</div>
  390. {block:AlbumArt}
  391. <div id="albumart">
  392. <img src="{AlbumArtURL}" width="100">
  393. </div>
  394. {/block:AlbumArt}
  395. <div class="trackstuff">
  396. {block:TrackName}<b><i>{TrackName}</i></b>{/block:TrackName}<br>{block:Artist}<i>{Artist}</i>{/block:Artist}</div>
  397. {Caption}
  398. {/block:Audio}
  399.  
  400. <!-- Quote -->
  401. {block:Quote}
  402. <div class="quote">
  403. "{Quote}"
  404. {block:Source}
  405. <div class="source">- <i>{Source}</i></div>
  406. {/block:Source}
  407. </div>
  408. {/block:Quote}
  409.  
  410. <!-- Link -->
  411. {block:Link}
  412. <a href="{URL}" class="link" {Target}>{Name}</a>
  413. {block:Description}
  414. {Description}
  415. {/block:Description}
  416. {/block:Link}
  417.  
  418. <!-- Ask -->
  419. {block:Answer}
  420. <div class="questie">
  421. <div class="question">
  422. {Asker}
  423. {Question}
  424. </div>
  425. </div>
  426. <div class="caption">{Answer}</div>
  427. {/block:Answer}
  428.  
  429. <!-- Footer -->
  430. {block:Date}
  431. <div class="footer">
  432. <div id="table">
  433. <table>
  434. <tr>
  435. <td>
  436. <img src="{image:footer pixel}">
  437. <br><a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
  438. </td>
  439. <td>
  440. <a href="{Permalink}">&#9825;</a> <a href="{ReblogUrl}">&#8634;</a>
  441. </td>
  442. </tr>
  443. </table>
  444. </div>
  445. {block:PermalinkPage}
  446. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  447. {block:NoteCount}
  448. {block:PostNotes}{PostNotes}{/block:PostNotes}
  449. {/block:NoteCount}
  450. {/block:PermalinkPage}
  451. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  452. {/block:Date}
  453. </div>
  454. </div>
  455. {/block:Posts}
  456.  
  457. <!-- please do not edit link or remove -->
  458. <div id="c"><a href="https://cloverparty.tumblr.com/tagged/mine">ミ★</a></div>
  459. <!-- please do not edit link or remove -->
  460. </body>
  461. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement