Advertisement
jellyparty

temptation_island.html tumblr theme

Mar 2nd, 2022 (edited)
2,337
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.94 KB | None | 0 1
  1. <!DOCTYPE HTML>
  2. <head>
  3. <!-- temptation_island.html by emoticon equinox o( ˶^▾^˶ )o -->
  4.  
  5.  
  6. <!-- images -->
  7. <meta name="image:favicon" content="">
  8. <meta name="image:custom cursor" content="">
  9. <meta name="image:blog background" content="">
  10. <meta name="image:sidebar" content="">
  11. <meta name="image:container background" content="">
  12. <meta name="image:content background" content="">
  13. <meta name="image:sidebar background" content="">
  14. <meta name="image:floatie" content="">
  15. <!-- end images -->
  16.  
  17. <!-- color -->
  18. <meta name="color:blog background" content="">
  19. <meta name="color:container background" content="">
  20. <meta name="color:content background" content="">
  21. <meta name="color:border color" content="#000000">
  22. <meta name="color:desc background" content="">
  23. <meta name="color:text" content="">
  24. <meta name="color:link" content="">
  25. <meta name="color:link hover" content="">
  26. <meta name="color:link border" content="">
  27. <meta name="color:link border hover" content="">
  28. <meta name="color:text selection" content="">
  29. <meta name="color:text selection bg" content="">
  30. <!-- end color -->
  31.  
  32. <!-- text -->
  33. <meta name="text:text size" content="18">
  34. <meta name="text:desc" content="like a warm day in may">
  35. <meta name="text:second desc" content="^_^">
  36. <meta name="text:link one" content="link one">
  37. <meta name="text:link two" content="link two">
  38. <meta name="text:link three" content="link three">
  39. <meta name="text:link one url" content="/">
  40. <meta name="text:link two url" content="/">
  41. <meta name="text:link three url" content="/">
  42. <meta name="text:floatie size" content="100">
  43. <!-- end text -->
  44.  
  45. <!-- font -->
  46. <meta name="select:font" content="arial">
  47. <meta name="select:font" content="short stack">
  48. <meta name="select:font" content="ms gothic">
  49. <meta name="select:font" content="roboto mono">
  50. <!-- end font -->
  51.  
  52. <!-- border styles n' sizes -->
  53. <meta name="select:border type" content="solid">
  54. <meta name="select:border type" content="double">
  55. <meta name="select:border type" content="dashed">
  56. <meta name="select:border type" content="dotted">
  57. <meta name="select:border size" content="1">
  58. <meta name="select:border size" content="2">
  59. <meta name="select:border size" content="3">
  60. <!-- end border styles -->
  61.  
  62. <!-- options -->
  63. <meta name="if:full background" content="">
  64. <meta name="if:circular icon" content="">
  65. <meta name="if:bold links" content="">
  66. <meta name="if:link underline" content="">
  67. <!-- end options -->
  68.  
  69. <!-- misc -->
  70. <link href="https://fonts.googleapis.com/css?family=Short+Stack&display=swap" rel="stylesheet">
  71. <link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
  72. <title>{Title}</title>
  73. <link rel="shortcut icon" href="{Favicon}">
  74. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  75. <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  76. {block:Description}
  77. <meta name="description" content="{MetaDescription}" />
  78. {/block:Description}
  79. <link rel="shortcut icon" href="{image:favicon}">
  80. <style type="text/css">
  81.  
  82. /* basic appearance */
  83. body{
  84. word-wrap:break-word;
  85. font-size:{text:text size}px;
  86. font-family:{select:font};
  87. color:{color:text};
  88. background-color:{color:blog background};
  89. background-image:Url('{image:blog background}');
  90. background-attachment:fixed;
  91. {block:iffullbackground}
  92. background-size: cover;
  93. {/block:iffullbackground}
  94. cursor:url("{image:custom cursor}"), default;}
  95. ::-webkit-scrollbar {
  96. width: 1px;
  97. height: 10px;}
  98. a{
  99. text-shadow: -1px 0 {color:link border}, 0 1px {color:link border}, 1px 0 {color:link border}, 0 -1px {color:link border};
  100. color:{color:link};
  101. {block:ifboldlinks}
  102. font-weight:bold;
  103. {/block:ifboldlinks}
  104. text-decoration:none;
  105. {block:iflinkunderline}
  106. text-decoration:underline;
  107. {/block:iflinkunderline};}
  108. a:hover{
  109. text-shadow: -1px 0 {color:link border hover}, 0 1px {color:link border hover}, 1px 0 {color:link border hover}, 0 -1px {color:link border hover};
  110. color:{color:link hover};
  111. {block:ifboldlinks}
  112. font-weight:bold;
  113. {/block:ifboldlinks}
  114. {block:iflinkunderline}
  115. text-decoration:underline;
  116. {/block:iflinkunderline};}
  117. ::selection{
  118. color:{color:text selection};
  119. background-color:{color:text selection bg};}
  120. ::-webkit-scrollbar-track {
  121. background: transparent}
  122. ::-webkit-scrollbar-thumb:vertical{
  123. background:transparent;
  124. border:none;}
  125. .npf_row {
  126. margin: 0 !important;}
  127. blockquote{
  128. margin: 0;}
  129. /* --- basics end --- */
  130.  
  131. /* container */
  132. #overallcontainer{
  133. border-radius:15px;
  134. overflow:hidden;
  135. position:absolute;
  136. top: 50%;
  137. left: 50%;
  138. transform: translateX(-50%) translateY(-50%);
  139. padding:5px;
  140. width:810px;
  141. height:615px;
  142. background-color:{color:container background};
  143. background-size: cover;
  144. background-image:Url('{image:container background}');
  145. border:{select:border size}px {select:border type} {color:border color};}
  146. /* --- container end --- */
  147.  
  148. /* posts */
  149. #postcontainer{
  150. left:340px;
  151. border-radius:15px;
  152. background-color:{color:content background};
  153. overflow:auto;
  154. position:absolute;
  155. padding:5px;
  156. overflow-x: hidden;
  157. overflow-y:auto;}
  158. #postcontent{
  159. width:450px;
  160. height:602px;}
  161. #content{
  162. overflow:hidden;}
  163. .post, .naviga{
  164. border-radius:15px;
  165. margin:0 0 10px 0;
  166. overflow:hidden;
  167. padding:5px;
  168. background-color:{color:content background};
  169. background-image:Url('{image:content background}');
  170. background-size: cover;}
  171. /* --- posts end --- */
  172.  
  173. /* sidebar */
  174. #side{
  175. border-radius:15px;
  176. left:16px;
  177. top:10px;
  178. width:300px;
  179. max-height:600px;
  180. padding:5px;
  181. border:{select:border size}px {select:border type} {color:border color};
  182. background-color:{color:content background};
  183. background-image:Url('{image:sidebar background}');
  184. background-size: cover;
  185. position:fixed;}
  186. #sidebar{
  187. width:300px;}
  188. #desc{
  189. border-radius:15px;
  190. background-color:{color:desc background};
  191. max-height:75px;
  192. overflow-y:scroll;
  193. margin:10px 0 10px 0;
  194. display:block;}
  195. #links{
  196. border-radius:25px;
  197. background-color:{color:desc background};
  198. margin:5px 0 5px 0;
  199. display:block;
  200. text-align:center;}
  201. #updatelog{
  202. margin:10px 0 0 0;
  203. max-height:135px;
  204. overflow-y:scroll;
  205. background-color:{color:desc background};
  206. border-radius:15px;}
  207. /* --- sidebar end --- */
  208.  
  209. /* content appearance */
  210. .post img{
  211. border-radius:15px;
  212. max-width:500px;
  213. height:100%;
  214. max-width:100%;}
  215. .sidebar img{
  216. {block:ifcircularicon}
  217. border-radius:100%;
  218. {/block:ifcircularicon}
  219. {block:ifnotcircularicon}
  220. border-radius:15px;
  221. {/block:ifnotcircularicon}
  222. max-width:100%;
  223. display:block;}
  224. ol.notes{
  225. list-style-type:none;
  226. padding:3px;
  227. overflow:auto;}
  228. .footer{
  229. text-align:center;}
  230. video{
  231. max-width: 100%;
  232. height: auto;}
  233. #audioplayer{
  234. width:30px;
  235. height:25px;
  236. overflow:hidden;
  237. position:absolute;
  238. margin-top:40px;
  239. margin-bottom:40px;
  240. margin-left:35px;
  241. border-radius: 40px;
  242. opacity: 0.7;}
  243. .trackstuff{
  244. overflow:auto;
  245. margin-left:110px;
  246. margin-top:-75px;
  247. margin-bottom:50px;
  248. display:block;}
  249. .playbutton{
  250. margin-bottom:30px;
  251. margin-top:-60px;
  252. margin-left:35px;
  253. z-index:9;
  254. width:33px;
  255. height:30px;
  256. overflow:hidden;}
  257. /* --- appearance end --- */
  258.  
  259. /* moar stuff */
  260. #foatie{
  261. position:fixed;
  262. bottom:0px;
  263. left:15px;}
  264. #c{
  265. font-size:25px;
  266. position:fixed;
  267. left:0px;
  268. bottom:0px;}
  269. /* --- more end --- */
  270.  
  271.  
  272. {CustomCss}
  273. </style>
  274. </head>
  275. <body>
  276. <div id="overallcontainer">
  277. <div id="side">
  278. <div id="sidebar">
  279. <div id="links">
  280. <a href="{text:link one url}">{text:link one}</a>
  281. <br><a href="{text:link two url}">{text:link two}</a>
  282. <br><a href="{text:link three url}">{text:link three}</a>
  283. </div>
  284. <div id="desc">
  285. <center>{text:desc}</center>
  286. </div>
  287. <a href="/"><div class="sidebar img"><img style='height: 100%; width: 100%; object-fit: cover' src='{image:sidebar}'/></div></a>
  288. </div>
  289. <div id="updatelog">
  290. <center>{text:second desc}</center>
  291. </div>
  292. </div>
  293.  
  294. <div id="postcontainer">
  295. <div id="postcontent">
  296. <div id="content">
  297. {block:Posts}
  298. <!--{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}
  299. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  300. {/block:ContentSource}
  301. <div class="post">
  302.  
  303. <!-- Text -->
  304. {block:Text}
  305. {block:Title}
  306. <div class="title">{Title}</div>
  307. {/block:Title}
  308. {Body}
  309. {/block:Text}
  310. {block:Chat}
  311. {block:Title}
  312. <div class="title">
  313. <h3><a href="{Permalink}">{Title}</a></h3></div>
  314. {/block:Title}
  315. {block:Lines}
  316. <div class="{Alt} user_{UserNumber}">
  317. {block:Label}
  318. <span class="label">{Label}</span>
  319. {/block:Label}{Line}
  320. </div>
  321. {/block:Lines}
  322. {/block:Chat}
  323.  
  324. <!-- Images --->
  325. {block:Photo}
  326. {LinkOpenTag}
  327. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  328. {LinkCloseTag}
  329. {block:Caption}
  330. {Caption}
  331. {/block:Caption}
  332. {/block:Photo}
  333. {block:Photoset}
  334. {Photoset-400}
  335. {block:Photos}
  336. {/block:Photos}
  337. {block:Caption}
  338. {Caption}
  339. {/block:Caption}
  340. {/block:Photoset}
  341.  
  342. <!-- Video -->
  343. {block:Video}
  344. {Video-500}
  345. {block:Caption}
  346. {Caption}
  347. {/block:Caption}
  348. {/block:Video}
  349.  
  350. <!-- Audio -->
  351. {block:Audio}
  352. <div id= "audioplayer">{AudioPlayerWhite}</div>
  353. {block:AlbumArt}
  354. <div id="albumart">
  355. <img src="{AlbumArtURL}" width="100">
  356. </div>
  357. {/block:AlbumArt}
  358. <div class="trackstuff">
  359. {block:TrackName}<b><i>{TrackName}</i></b>{/block:TrackName}<br>{block:Artist}<i>{Artist}</i>{/block:Artist}</div>
  360. {Caption}
  361. {/block:Audio}
  362.  
  363. <!-- Quote -->
  364. {block:Quote}
  365. <div class="quote">
  366. "{Quote}"
  367. {block:Source}
  368. <div class="source">- <i>{Source}</i></div>
  369. {/block:Source}
  370. </div>
  371. {/block:Quote}
  372.  
  373. <!-- Link -->
  374. {block:Link}
  375. <a href="{URL}" class="link" {Target}>{Name}</a>
  376. {block:Description}
  377. {Description}
  378. {/block:Description}
  379. {/block:Link}
  380.  
  381. <!-- Ask -->
  382. {block:Answer}
  383. <div class="question">{Asker}: {Question}</div>
  384. <div class="caption">{Answer}</div>
  385. {/block:Answer}
  386.  
  387. <!-- Footer -->
  388. {block:Date}
  389. <div class="footer">
  390. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> + <a href="{ReblogUrl}">&#8634;</a>
  391. </div>
  392. {block:PermalinkPage}
  393. <center>{block:HasTags}
  394. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  395. <a href="{Permalink}">{block:NoteCount} [{NoteCountWithLabel}] {/block:NoteCount}</a></center>
  396. {block:NoteCount}
  397. {block:PostNotes}{PostNotes}{/block:PostNotes}
  398. {/block:NoteCount}
  399. {/block:PermalinkPage}
  400. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  401. {/block:Date}
  402.  
  403. </div>
  404. {/block:Posts}
  405.  
  406. {block:Pagination}
  407. <div class="naviga">
  408. <center>
  409. {block:PreviousPage}
  410. / <a href="{PreviousPage}">&#171; Back</a>
  411. {/block:PreviousPage}
  412. {block:NextPage}
  413. <a href="{NextPage}">Next &#187;</a>
  414. {/block:NextPage}
  415. </div>
  416. </div>
  417. {/block:Pagination}
  418.  
  419. </div>
  420. </div>
  421. </div>
  422. </div>
  423.  
  424. <div id="foatie">
  425. <img src="{image:floatie}" width="{text:floatie size}px">
  426. </div>
  427. <!-- please do not edit link or remove -->
  428. <div id="c"><a href="https://cloverparty.tumblr.com/tagged/mine">ミ★</a></div>
  429. <!-- please do not edit link or remove -->
  430.  
  431.  
  432. </div>
  433. </body>
  434. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement