Advertisement
raingurl

eaten star tumblr theme

Aug 17th, 2022
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE HTML>
  2. <head>
  3. <!---
  4.  
  5. eaten star theme ^q^
  6. coded by emoticon equinox
  7. questions, comments, conerns? https://jellyparty.tumblr.com/
  8.  
  9. --->
  10.  
  11. <!------------- img -------------->
  12. <meta name="image:footer pixel" content="">
  13. <meta name="image:blog background" content="">
  14. <meta name="image:floatie" content="">
  15. <meta name="image:custom cursor" content="">
  16. <meta name="image:header" content="">
  17. <meta name="image:favicon" content="">
  18. <meta name="image:pixel 1" content="">
  19. <meta name="image:pixel 2" content="">
  20. <meta name="image:pixel 3" content="">
  21. <meta name="image:pixel 4" content="">
  22. <meta name="image:pixel 5" content="">
  23.  
  24. <!------------- text ----------------->
  25. <meta name="text:font size" content="18">
  26. <meta name="text:header desc" content="abc, yeah, 123">
  27. <meta name="text:floatie size" content="150">
  28. <meta name="text:floatie right" content="15">
  29.  
  30. <!------------- options --------------->
  31. <meta name="if:circle header" content="">
  32. <meta name="if:custom cursor" content="">
  33. <meta name="if:full background" content="">
  34. <meta name="if:bold links" content="">
  35. <meta name="if:rainbow link hover" content="">
  36. <meta name="if:link underline" content="">
  37.  
  38. <!------------- color ------------------>
  39. <meta name="color:blog background" content="">
  40. <meta name="color:text" content="">
  41. <meta name="color:link" content="">
  42. <meta name="color:link hover" content="">
  43. <meta name="color:text selection" content="">
  44. <meta name="color:text selection bg" content="">
  45. <meta name="color:link glow" content="">
  46. <meta name="color:link glow hover" content="">
  47.  
  48. <!------------ select ------------------>
  49. <meta name="select:font" content="arial">
  50. <meta name="select:font" content="short stack">
  51. <meta name="select:font" content="ms gothic">
  52. <meta name="select:font" content="roboto mono">
  53.  
  54. <!---------------------- misc -------------------------->
  55. <link href="https://fonts.googleapis.com/css?family=Short+Stack&display=swap" rel="stylesheet">
  56. <link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
  57. <title>{Title}</title>
  58. <link rel="shortcut icon" href="{image:favicon}">
  59. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  60. <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  61. {block:Description}
  62. <meta name="description" content="{MetaDescription}" />
  63. {/block:Description}
  64. <!---------------------- misc -------------------------->
  65. <style type="text/css">
  66.  
  67. body{
  68. word-wrap:break-word;
  69. font-size:{text:font size}px;
  70. font-family:{select:font};
  71. color:{color:text};
  72. background-color:{color:blog background};
  73. background-image:Url('{image:blog background}');
  74. background-attachment:fixed;
  75. {block:iffullbackground}
  76. background-size: cover;
  77. {/block:iffullbackground}
  78. {block:ifcustomcursor}
  79. cursor:url("{image:custom cursor}"), default;
  80. {/block:ifcustomcursor};}
  81. a{
  82. color:{color:link};
  83. text-decoration:none;
  84. text-shadow: 0 0 10px {color:link glow}; 0 0 10px
  85. {block:ifboldlinks}
  86. font-weight:bold;
  87. {/block:ifboldlinks}
  88. {block:iflinkunderline}
  89. text-decoration:underline;
  90. {/block:iflinkunderline};}
  91. a:hover{
  92. text-shadow: 0 0 10px {color:link glow hover}; 0 0 10px
  93. {block:ifrainbowlinkhover}
  94. text-decoration: none;
  95. color: white;
  96. display: inline-block;
  97. background-size: 120% 100%;
  98. -webkit-background-clip: text;
  99. -webkit-text-fill-color: transparent;
  100. -moz-background-clip: text;
  101. -moz-text-fill-color: transparent;
  102. -ms-background-clip: text;
  103. -ms-text-fill-color: transparent;
  104. background-clip: text;
  105. text-fill-color: transparent;
  106. transition: all 0.15s cubic-bezier(0.68, -0.25, 0.265, 1.25);
  107. background-image:url(https://i.stack.imgur.com/poux8.gif);
  108. {/block:ifrainbowlinkhover}
  109. {block:ifcustomcursor}
  110. cursor:url("{image:custom cursor}"), default;
  111. {/block:ifcustomcursor};
  112. color:{color:link hover};
  113. {block:ifboldlinks}
  114. font-weight:bold;
  115. {/block:ifboldlinks}
  116. {block:iflinkunderline}
  117. text-decoration:underline;
  118. {/block:iflinkunderline};}
  119. ::selection{
  120. color:{color:text selection};
  121. background-color:{color:text selection bg};}
  122. ::-webkit-scrollbar {
  123. width: 15px;
  124. height: 10px;}
  125. ::-webkit-scrollbar-thumb:vertical{
  126. background-color: #fff;
  127. background-image: url(https://i.imgur.com/Qtm9Z60.png);
  128. border-top: 1px solid #bdbdbd;
  129. border-left: 1px solid #bdbdbd;
  130. border-right: 1px solid black;
  131. border-bottom: 1px solid black;}
  132. ::-webkit-scrollbar-track {
  133. background-color: #fff;
  134. background-image: url(https://i.imgur.com/IGXGYKz.png);}
  135. ::-webkit-scrollbar-button:vertical:increment {
  136. background-image: url(https://i.imgur.com/WhC8iy3.png);
  137. width: 14px;
  138. height: 16px;
  139. border-top: 1px solid #bdbdbd;
  140. border-left: 1px solid #bdbdbd;
  141. border-right: 1px solid black;
  142. border-bottom: 1px solid black;}
  143. ::-webkit-scrollbar-button:vertical:decrement {
  144. background-image: url(https://i.imgur.com/fQ18mrR.png);
  145. border-top: 1px solid #bdbdbd;
  146. border-left: 1px solid #bdbdbd;
  147. border-right: 1px solid black;
  148. border-bottom: 1px solid black;
  149. width: 14px;
  150. height: 16px;}
  151. .npf_row {
  152. margin: 0 !important;}
  153. blockquote{
  154. margin: 0;}
  155. #c{
  156. font-size:25px;
  157. position:fixed;
  158. right:0px;
  159. bottom:0px;}
  160. #postcontent{
  161. margin-left:14px;
  162. width:400px;}
  163. #content{
  164. overflow:hidden;}
  165. .post, .naviga{
  166. margin:0 0 15px 0;
  167. overflow:hidden;
  168. padding:5px;
  169. background:transparent;}
  170. .post img{
  171. max-width:500px;
  172. max-height:100%;
  173. max-height:500;
  174. max-width:100%;}
  175. #header{
  176. text-align:center;
  177. overflow:hidden;
  178. padding:5px;
  179. background:transparent;
  180. left:10px;
  181. margin:15px 0 35px 0;
  182. width:400px;}
  183. .questie{
  184. border-radius:5px;
  185. border:1px solid {color:border color};
  186. padding:5px;}
  187. .search{
  188. margin-left:3px;
  189. width:126px;
  190. height:10px;
  191. margin-top:5px;
  192. padding:5px;
  193. background-image:Url('https://64.media.tumblr.com/d3b90aee405195699e293f320c7da8df/9e2fb2468a7c651d-9f/s250x400/1952c00e74253264eb65fafbfc0a634a68b86704.png');
  194. font-size:12px;
  195. color:{color:text};
  196. border:2px outset white;}
  197. .enter{
  198. border:2px outset;}
  199. .header img{
  200. height:150px;
  201. max-width:100%;
  202. {block:ifcircleheader}
  203. border-radius:100%;
  204. {/block:ifcircleheader}
  205. display:block;}
  206. #foatie{
  207. position:fixed;
  208. bottom:0px;
  209. right:{text:floatie right}px;}
  210. ol.notes{
  211. list-style-type:none;
  212. text-align:left;
  213. padding:3px;
  214. overflow:auto;}
  215. video{
  216. max-width: 100%;
  217. height: auto;}
  218. #audioplayer{
  219. width:30px;
  220. height:25px;
  221. overflow:hidden;
  222. position:absolute;
  223. margin-top:40px;
  224. margin-bottom:40px;
  225. margin-left:35px;
  226. border-radius: 40px;
  227. opacity: 0.7;}
  228. .trackstuff{
  229. overflow:auto;
  230. margin-left:110px;
  231. margin-top:-75px;
  232. margin-bottom:50px;
  233. display:block;}
  234. .playbutton{
  235. margin-bottom:30px;
  236. margin-top:-60px;
  237. margin-left:35px;
  238. z-index:9;
  239. width:33px;
  240. height:30px;
  241. overflow:hidden;}
  242.  
  243. {CustomCss}
  244. </style>
  245. </head>
  246. <body>
  247.  
  248. <div id="postcontent">
  249. <div id="content">
  250. <div id="header">
  251. <center>
  252. <div class="header img">
  253. <a href="/"><img src="{image:header}"></a>
  254. </div>
  255. </center>
  256. <br>{text:header desc}
  257. <br><img src="{image:pixel 1}"> <img src="{image:pixel 2}"> <img src="{image:pixel 3}"> <img src="{image:pixel 4}"> <img src="{image:pixel 5}">
  258. <p>
  259. <form action="/search" method="get">
  260. <input class="search" type="text" placeholder="{text:searchbar text}" name="q" value="" style="outline:none;">
  261. <input class="enter" type="submit" value="GO!" id="sb"/>
  262. </form>
  263. </div>
  264. {block:Posts}
  265. <!--{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}
  266. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  267. {/block:ContentSource}
  268. <div class="post">
  269. <!-- Text -->
  270. {block:Text}
  271. {block:Title}
  272. <div class="title">{Title}</div>
  273. {/block:Title}
  274. {Body}
  275. {/block:Text}
  276. {block:Chat}
  277. {block:Title}
  278. <div class="title">
  279. <h3><a href="{Permalink}">{Title}</a></h3></div>
  280. {/block:Title}
  281. {block:Lines}
  282. <div class="{Alt} user_{UserNumber}">
  283. {block:Label}
  284. <span class="label">{Label}</span>
  285. {/block:Label}{Line}
  286. </div>
  287. {/block:Lines}
  288. {/block:Chat}
  289.  
  290. <!-- Images --->
  291. {block:Photo}
  292. {LinkOpenTag}
  293. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  294. {LinkCloseTag}
  295. {block:Caption}
  296. {Caption}
  297. {/block:Caption}
  298. {/block:Photo}
  299. {block:Photoset}
  300. {Photoset-400}
  301. {block:Photos}
  302. {/block:Photos}
  303. {block:Caption}
  304. {Caption}
  305. {/block:Caption}
  306. {/block:Photoset}
  307.  
  308. <!-- Video -->
  309. {block:Video}
  310. {Video-500}
  311. {block:Caption}
  312. {Caption}
  313. {/block:Caption}
  314. {/block:Video}
  315.  
  316. <!-- Audio -->
  317. {block:Audio}
  318. <div id= "audioplayer">{AudioPlayerWhite}</div>
  319. {block:AlbumArt}
  320. <div id="albumart">
  321. <img src="{AlbumArtURL}" width="100">
  322. </div>
  323. {/block:AlbumArt}
  324. <div class="trackstuff">
  325. {block:TrackName}<b><i>{TrackName}</i></b>{/block:TrackName}<br>{block:Artist}<i>{Artist}</i>{/block:Artist}</div>
  326. {Caption}
  327. {/block:Audio}
  328.  
  329. <!-- Quote -->
  330. {block:Quote}
  331. <div class="quote">
  332. "{Quote}"
  333. {block:Source}
  334. <div class="source">- <i>{Source}</i></div>
  335. {/block:Source}
  336. </div>
  337. {/block:Quote}
  338.  
  339. <!-- Link -->
  340. {block:Link}
  341. <a href="{URL}" class="link" {Target}>{Name}</a>
  342. {block:Description}
  343. {Description}
  344. {/block:Description}
  345. {/block:Link}
  346.  
  347. <!-- Ask -->
  348. {block:Answer}
  349. <div class="questie">
  350. <div class="question">{Asker} said: <b>{Question}</b></div>
  351. </div>
  352. <div class="caption">{Answer}</div>
  353. {/block:Answer}
  354.  
  355. <!-- Footer -->
  356. {block:Date}
  357. <div class="footer">
  358. <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a> <img src="{image:footer pixel}"> <a href="{ReblogUrl}">REBLOG</a>
  359. {block:PermalinkPage}
  360. <br>
  361. {block:HasTags}
  362. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  363. {block:NoteCount}
  364. {block:PostNotes}{PostNotes}{/block:PostNotes}
  365. {/block:NoteCount}
  366. {/block:PermalinkPage}
  367. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  368. {/block:Date}
  369. </div>
  370. </div>
  371. {/block:Posts}
  372.  
  373. {block:Pagination}
  374. <div class="naviga">
  375. <center>
  376. {block:PreviousPage}
  377. <a href="{PreviousPage}">&#171; Back?</a>
  378. {/block:PreviousPage}
  379. {block:NextPage}
  380. <a href="{NextPage}">Next? &#187;</a>
  381. {/block:NextPage}
  382. </div>
  383. </div>
  384. {/block:Pagination}
  385. </div>
  386.  
  387. <!-- please do not edit link or remove -->
  388. <div id="c"><a href="https://jellyparty.tumblr.com/tagged/mine">ミ★</a></div>
  389. <!-- please do not edit link or remove -->
  390.  
  391. <div id="foatie">
  392. <img src="{image:floatie}" width="{text:floatie size}px">
  393. </div>
  394. </body>
  395. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement