Advertisement
sculptorgalaxy

iterator tumblr theme

Jan 6th, 2025
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.62 KB | Source Code | 0 0
  1. <!DOCTYPE HTML>
  2. <head>
  3. <!-- ITERATOR theme; FAUST URLCYBERPALACE
  4. yooooo i got into rainworld again and remembered this theme idea i had :thumbsup:
  5. i was expecting it to be kinda compact because i designed around the first preview but i just kept adding shit LOL the posts are still very small. this theme is 80% extras 💔
  6. you might tell from the name but this was supposed to have pebbles and moons halos besides the guardian ones...maybe one day
  7.  
  8. Looks a bit odd in the preview this is NORMAL for my themes-->
  9.  
  10.  
  11. <!-- images -->
  12. <meta name="image:favicon" content="">
  13. <meta name="image:blog background" content="">
  14. <meta name="image:avatar" content="">
  15. <meta name="image:container background" content="">
  16. <meta name="image:content background" content="">
  17. <meta name="image:floatie 1" content="">
  18. <meta name="image:floatie 2" content="">
  19. <!-- end images -->
  20.  
  21. <!-- color -->
  22. <meta name="color:blog background" content="">
  23. <meta name="text:container background rgb" content="">
  24. <meta name="color:content background" content="">
  25. <meta name="color:border color" content="#000000">
  26. <meta name="color:text" content="">
  27. <meta name="color:link" content="">
  28. <meta name="color:link hover" content="">
  29. <meta name="color:glow" content="">
  30. <meta name="color:text selection" content="">
  31. <meta name="color:text selection bg" content="">
  32. <!-- end color -->
  33.  
  34. <!-- text -->
  35. <meta name="text:text size" content="18">
  36. <meta name="text:desc" content="^_^">
  37. <meta name="text:link one" content="link one">
  38. <meta name="text:link two" content="link two">
  39. <meta name="text:link three" content="link three">
  40. <meta name="text:link one url" content="/">
  41. <meta name="text:link two url" content="/">
  42. <meta name="text:link three url" content="/">
  43. <meta name="text:floatie 1 size" content="350">
  44. <meta name="text:floatie 2 size" content="500">
  45. <!-- end text -->
  46.  
  47. <!-- font -->
  48. <meta name="select:font" content="Arial">
  49. <meta name="select:font" content="MS Gothic">
  50. <meta name="select:font" content="Tepeno Sans">
  51. <meta name="select:font" content="Rodondo">
  52. <meta name="select:font" content="SF Quartzite">
  53. <meta name="select:font" content="Black Wolf">
  54. <meta name="select:font" content="VCR OSD Mono">
  55. <meta name="select:font" content="DEC Terminal Modern">
  56. <meta name="select:font" content="Segoe UI">
  57. <!-- end font -->
  58.  
  59. <!-- border styles n' sizes -->
  60. <meta name="select:border type" content="solid">
  61. <meta name="select:border type" content="double">
  62. <meta name="select:border type" content="dashed">
  63. <meta name="select:border type" content="dotted">
  64. <meta name="select:border size" content="1">
  65. <meta name="select:border size" content="2">
  66. <meta name="select:border size" content="3">
  67. <!-- end border styles -->
  68.  
  69. <!-- options -->
  70. <meta name="if:full background" content="">  
  71. <meta name="if:bold links" content="">  
  72. <meta name="if:link underline" content="">
  73. <meta name="if:halo" content="">  
  74. <!-- end options -->
  75.  
  76. <!-- misc -->  
  77. <link href="https://fonts.cdnfonts.com/css/arial" rel="stylesheet">
  78. <link href="https://fonts.cdnfonts.com/css/tepeno-sans" rel="stylesheet">
  79. <link href="https://fonts.cdnfonts.com/css/sf-quartzite" rel="stylesheet">
  80. <link href="https://fonts.cdnfonts.com/css/black-wolf" rel="stylesheet">
  81. <link href="https://fonts.cdnfonts.com/css/vcr-osd-mono" rel="stylesheet">
  82. <link href="https://fonts.cdnfonts.com/css/dec-terminal-modern" rel="stylesheet">
  83. <title>{Title}</title>
  84. <link rel="shortcut icon" href="{Favicon}">
  85. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  86. <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  87. {block:Description}
  88. <meta name="description" content="{MetaDescription}" />
  89. {/block:Description}
  90. <link rel="shortcut icon" href="{image:favicon}">
  91. <style type="text/css">
  92.  
  93. /* basic appearance */
  94. /* basic customization options here, like text & link colors etc!! */
  95. body{
  96. word-wrap:break-word;
  97. font-size:{text:text size}px;
  98. font-family:{select:font};
  99. color:{color:text};
  100. background-color:{color:blog background};
  101. background-image:Url('{image:blog background}');
  102. background-attachment:fixed;
  103. {block:iffullbackground}
  104. background-size: cover;
  105. {/block:iffullbackground}}
  106. ::-webkit-scrollbar {
  107. width: 1px;
  108. height: 10px;}
  109. a{
  110. color:{color:link};
  111. {block:ifboldlinks}
  112. font-weight:bold;
  113. {/block:ifboldlinks}
  114. text-decoration:none;
  115. {block:iflinkunderline}
  116. text-decoration:underline;
  117. {/block:iflinkunderline};
  118. text-shadow:0px 0px 15px {color:glow};
  119. }
  120. a:hover{
  121. color:{color:link hover};
  122. {block:ifboldlinks}
  123. font-weight:bold;
  124. {/block:ifboldlinks}
  125. {block:iflinkunderline}
  126. text-decoration:underline;
  127. {/block:iflinkunderline};}
  128. ::selection{
  129. color:{color:text selection};
  130. background-color:{color:text selection bg};}
  131. ::-webkit-scrollbar-track {
  132. background: transparent}
  133. ::-webkit-scrollbar-thumb:vertical{
  134. background:transparent;
  135. border:none;}
  136. .npf_row {
  137. margin: 0 !important;}
  138. blockquote{
  139. margin: 0;}
  140. /* --- basics end --- */
  141. @font-face {
  142.     font-family: "Rodondo";
  143.     src: url(https://rain-world-map.github.io/resources/Rodondo.otf) format("OpenType");
  144. }
  145. /* container */
  146. /* your container here holds the posts and the sidebar inside it */
  147. #overallcontainer{
  148. overflow:hidden;
  149. position:absolute;
  150. top: 50%;
  151. left: 56%;
  152. transform: translateX(-50%) translateY(-50%);
  153. padding:5px;
  154. width:480px;
  155. height:480px;
  156. box-shadow:0px 0px 15px {color:glow};
  157. background-color: rgb({text:container background rgb}, 0.6);
  158. background-size: cover;
  159. background-image:Url('{image:container background}');
  160. border:{select:border size}px {select:border type} {color:border color};}
  161. /* --- container end --- */
  162.  
  163. /* posts */
  164. /* 'postcontainer' is the container holding the posts inside it, 'postcontent' is the size of the post, and 'post' is how the post looks */
  165. #postcontainer{
  166. overflow:auto;
  167. position:absolute;
  168. padding:5px;
  169. overflow-x: hidden;
  170. overflow-y:auto;
  171. right: 0px;
  172. height:480;
  173. }
  174. #postcontent{
  175. width:400px;
  176. height:480px;}
  177. #content{
  178. overflow:hidden;}
  179. .post, .naviga{
  180. margin:0 0 10px 0;
  181. overflow:hidden;
  182. padding:5px;
  183. border:{select:border size}px {select:border type} {color:border color};
  184. background-color:{color:content background};
  185. background-image:Url('{image:content background}');
  186. background-size: cover;}
  187. /* --- posts end --- */
  188.  
  189. /* sidebar */
  190. /* 'side' is what is holding the sidebar inside it, 'sidebar' will change the size of the sidebar, desc and links are there just to nicely space things out so everything isnt cramped together!! */
  191. #side{
  192. transform: translateY(-50%);
  193. top:75%;
  194. width:245px;
  195. max-height:600px;
  196. padding:7px;
  197. margin-left:-7px;
  198. box-shadow:0px 0px 15px {color:glow};
  199. border:{select:border size}px {select:border type} {color:border color};
  200. background-color:{color:content background};
  201. background-image:Url('{image:content background}');
  202. background-size: cover;
  203. position:absolute;
  204. }
  205. #sidebar{
  206. width:200px;
  207. height:200px;
  208. position:relative;
  209. top: 32%;
  210. left: 50%;
  211. transform: translateX(-50%) translateY(-50%);
  212. background-image:Url('{image:avatar}');
  213. background-size: cover;
  214. border-radius:100px;
  215. }
  216. #desc{
  217. margin:10px 0 0 0;
  218. display:block;
  219. max-height:130px;
  220. overflow-y:auto;
  221. }
  222. #links{
  223. margin:10px 0 0 0;
  224. display:block;
  225. text-align:center;}
  226. #allside{
  227. position:fixed;
  228. height:530px;
  229. width:245px;
  230. top: 50%;
  231. left: 33%;
  232. transform: translateX(-50%) translateY(-50%);
  233. }
  234. /* --- sidebar end --- */
  235.  
  236. /* content appearance */
  237. /* the way images, notes, and other assets will look */
  238. .post img{
  239. max-width:400px;
  240. height:100%;
  241. max-width:100%;}
  242. .sidebar img{
  243. max-width:270px;
  244. max-width:100%;
  245. display:block;}
  246. ol.notes{
  247. list-style-type:none;
  248. padding:3px;
  249. overflow:auto;}
  250. video{
  251. max-width: 100%;
  252. height: auto;}
  253. #audioplayer{
  254. width:30px;
  255. height:25px;
  256. overflow:hidden;
  257. position:absolute;
  258. margin-top:40px;
  259. margin-bottom:40px;
  260. margin-left:35px;
  261. border-radius: 40px;
  262. opacity: 0.7;}
  263. .trackstuff{
  264. overflow:auto;
  265. margin-left:110px;
  266. margin-top:-75px;  
  267. margin-bottom:50px;
  268. display:block;}
  269. .playbutton{
  270. margin-bottom:30px;
  271. margin-top:-60px;
  272. margin-left:35px;
  273. z-index:9;
  274. width:33px;
  275. height:30px;
  276. overflow:hidden;}
  277. /* --- appearance end --- */
  278.  
  279. /* moar stuff */
  280. /* random things that you add to the theme, not necessary for the theme's function */
  281. #floatie1{
  282. position:fixed;
  283. top:0px;
  284. left:0px;
  285. }
  286. #floatie2{
  287. position:fixed;
  288. bottom:0px;
  289. right:0px;
  290. }
  291. #c{
  292. font-size:25px;
  293. position:fixed;
  294. left:0px;
  295. bottom:0px;}
  296. /* --- more end --- */
  297.  
  298.  
  299. {CustomCss}
  300. </style>
  301. </head>
  302. <body>
  303. <div id="overallcontainer">
  304.  
  305. <div id="postcontainer">
  306. <div id="postcontent">
  307. <div id="content">
  308. {block:Posts}
  309. <!--{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}
  310. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  311. {/block:ContentSource}
  312. <div class="post">
  313.  
  314. <!-- Text -->
  315. {block:Text}
  316. {block:Title}
  317. <div class="title">{Title}</div>
  318. {/block:Title}
  319. {Body}
  320. {/block:Text}
  321. {block:Chat}
  322. {block:Title}
  323. <div class="title">
  324. <h3><a href="{Permalink}">{Title}</a></h3></div>
  325. {/block:Title}
  326. {block:Lines}
  327. <div class="{Alt} user_{UserNumber}">
  328. {block:Label}
  329. <span class="label">{Label}</span>
  330. {/block:Label}{Line}
  331. </div>
  332. {/block:Lines}
  333. {/block:Chat}
  334.  
  335. <!-- Images --->
  336. {block:Photo}
  337. {LinkOpenTag}
  338. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  339. {LinkCloseTag}
  340. {block:Caption}
  341. {Caption}
  342. {/block:Caption}
  343. {/block:Photo}
  344. {block:Photoset}
  345. {Photoset-400}
  346. {block:Photos}
  347. {/block:Photos}
  348. {block:Caption}
  349. {Caption}
  350. {/block:Caption}
  351. {/block:Photoset}
  352.  
  353. <!-- Video -->
  354. {block:Video}
  355. {Video-500}
  356. {block:Caption}
  357. {Caption}
  358. {/block:Caption}
  359. {/block:Video}
  360.  
  361. <!-- Audio -->
  362. {block:Audio}
  363. <div id= "audioplayer">{AudioPlayerWhite}</div>
  364. {block:AlbumArt}
  365. <div id="albumart">
  366. <img src="{AlbumArtURL}" width="100">  
  367. </div>
  368. {/block:AlbumArt}
  369. <div class="trackstuff">
  370. {block:TrackName}<b><i>{TrackName}</i></b>{/block:TrackName}<br>{block:Artist}<i>{Artist}</i>{/block:Artist}</div>
  371. {Caption}
  372. {/block:Audio}
  373.  
  374. <!-- Quote -->
  375. {block:Quote}
  376. <div class="quote">
  377. "{Quote}"
  378. {block:Source}
  379. <div class="source">- <i>{Source}</i></div>
  380. {/block:Source}
  381. </div>
  382. {/block:Quote}
  383.  
  384. <!-- Link -->
  385. {block:Link}
  386. <a href="{URL}" class="link" {Target}>{Name}</a>
  387. {block:Description}
  388. {Description}
  389. {/block:Description}
  390. {/block:Link}
  391.  
  392. <!-- Ask -->
  393. {block:Answer}
  394. <div class="question" style="background-color: rgb({text:container background rgb}, 0.6);border: 2px {select:border type} {color:border color}"><img src="{AskerPortraitURL-64}" style="text-align:left;float:left;width:64px;height:64px;margin:6px;border:2px {select:border type} {color:border color};">{Asker}: {Question}</div>
  395. <div class="caption">{Answer}</div>
  396. {/block:Answer}
  397.  
  398. <!-- Footer -->
  399. {block:Date}
  400. <div class="footer">
  401. <img src="{image:footer pixel}"> <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> (<a href="{Permalink}">{TimeAgo}</a>) <a href="{ReblogUrl}">&#8634;</a>
  402. </div>
  403. {block:PermalinkPage}
  404. {block:HasTags}
  405. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  406. <a href="{Permalink}">{block:NoteCount} [{NoteCountWithLabel}] {/block:NoteCount}</a>
  407. {block:NoteCount}
  408. {block:PostNotes}{PostNotes}{/block:PostNotes}
  409. {/block:NoteCount}
  410. {/block:PermalinkPage}
  411. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  412. {/block:Date}
  413.  
  414. </div>
  415. {/block:Posts}
  416.  
  417. {block:Pagination}
  418. <div class="naviga">
  419. <center>
  420. {block:PreviousPage}
  421. / <a href="{PreviousPage}">&#171; Back</a>
  422. {/block:PreviousPage}
  423. {block:NextPage}
  424. <a href="{NextPage}">Next &#187;</a>
  425. {/block:NextPage}
  426. </div>
  427. </div>
  428. {/block:Pagination}
  429.  
  430. </div>
  431. </div>
  432. </div>
  433. </div>
  434. <div id="allside">
  435. <div id="side">
  436. <div id="desc">
  437. <br>
  438. <center>{text:desc}</center>
  439. </div>
  440. <div id="links">
  441. <a href="{text:link one url}">{text:link one}</a>
  442. <br><a href="{text:link two url}">{text:link two}</a>
  443. <br><a href="{text:link three url}">{text:link three}</a>
  444. </div>
  445. </div>
  446. {block:ifhalo}
  447. <img src="https://file.garden/ZRUvbDccGFWyKtxg/guardian_2x.gif"
  448. style="height:295px;
  449. width:295px;
  450. position:fixed;
  451. top: 32%;
  452. left: 50%;
  453. transform: translateX(-50%) translateY(-50%);">
  454. {/block:ifhalo}
  455. <a href="/"><div id="sidebar"></div></a></div>
  456. <div id="floatie1">
  457. <img src="{image:floatie 1}" width="{text:floatie 1 size}px">
  458. </div>
  459. <div id="floatie2">
  460. <img src="{image:floatie 2}" width="{text:floatie 2 size}px">
  461. </div>
  462. <div id="c">
  463. <a href="https://urlcyberpalace.tumblr.com"><img src="https://static.miraheze.org/rainworldwiki/c/c8/Needleblinking.gif"></a>
  464. </div>
  465. </div>
  466. </body>
  467. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement