Advertisement
jellyparty

very plain tumblr theme

Jun 8th, 2022 (edited)
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <head>
  3.  
  4. <!-- very plain tumblr theme -->
  5.  
  6. <meta name="image:sidebar" content="">
  7. <meta name="image:favi" content="">
  8.  
  9. <meta name="text:desc" content="">
  10.  
  11.  
  12. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.min.js"></script>
  13. <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{image:favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20. <style type="text/css">
  21.  
  22. body{
  23. font-family:ms gothic;
  24. word-wrap:break-word;}
  25.  
  26. #sidebar{
  27. left:10px;
  28. width:200px;
  29. position:fixed;}
  30.  
  31. ::-webkit-scrollbar {
  32. width: 15px;
  33. height: 10px;}
  34. ::-webkit-scrollbar-thumb:vertical{
  35. background-color: #fff;
  36. background-image: url(https://i.imgur.com/Qtm9Z60.png);
  37. border-top: 1px solid #bdbdbd;
  38. border-left: 1px solid #bdbdbd;
  39. border-right: 1px solid black;
  40. border-bottom: 1px solid black;}
  41. ::-webkit-scrollbar-track {
  42. background-color: #fff;
  43. background-image: url(https://i.imgur.com/IGXGYKz.png);}
  44. ::-webkit-scrollbar-button:vertical:increment {
  45. background-image: url(https://i.imgur.com/WhC8iy3.png);
  46. width: 14px;
  47. height: 16px;
  48. border-top: 1px solid #bdbdbd;
  49. border-left: 1px solid #bdbdbd;
  50. border-right: 1px solid black;
  51. border-bottom: 1px solid black;}
  52. ::-webkit-scrollbar-button:vertical:decrement {
  53. background-image: url(https://i.imgur.com/fQ18mrR.png);
  54. border-top: 1px solid #bdbdbd;
  55. border-left: 1px solid #bdbdbd;
  56. border-right: 1px solid black;
  57. border-bottom: 1px solid black;
  58. width: 14px;
  59. height: 16px;}
  60.  
  61. ol.notes{
  62. list-style-type:none;
  63. padding:3px;
  64. overflow:auto;}
  65. .npf_row {
  66. margin: 0 !important;}
  67. blockquote{
  68. margin: 5px;}
  69. p{
  70. margin:0 0 10px 0;
  71. padding:0;}
  72.  
  73. .sidebar img{
  74. width:100%;}
  75. .post img{
  76. max-width:100%;}
  77.  
  78.  
  79. #postcontent{
  80. margin-top:10px;
  81. margin-left:400px;
  82. width:420px;}
  83. .post, .naviga{
  84. margin:0 0 15px 0;
  85. overflow:hidden;
  86. padding:5px;}
  87.  
  88. #c{
  89. font-size:20px;
  90. position:fixed;
  91. right:0px;
  92. bottom:5px;}
  93. #c a{
  94. text-decoration:none;}
  95.  
  96. {CustomCss}
  97. </style>
  98. </head>
  99. <body>
  100. <div id="sidebar">
  101. <a href="/"><img src="{image:sidebar}" width="200px"></a>
  102. <center>{text:desc}</center>
  103. <br>
  104. {block:Pagination}
  105. <center>
  106. {block:PreviousPage}
  107. <a href="{PreviousPage}">&#171; Back</a>
  108. {/block:PreviousPage}
  109. {block:JumpPagination length="7"}
  110. {block:CurrentPage}
  111. <span class="current_page">{PageNumber}</span>
  112. {/block:CurrentPage}
  113. {block:JumpPage}
  114. <a class="jump_page" href="{URL}">{PageNumber}</a>
  115. {/block:JumpPage}
  116. {/block:JumpPagination}
  117. {block:NextPage}
  118. <a href="{NextPage}">Next &#187;</a>
  119. {/block:NextPage}
  120. </center>
  121. {/block:Pagination}
  122. </div>
  123.  
  124. <div id="postcontent">
  125. <div class="content">
  126. {block:Posts}
  127. <!--{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}
  128. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  129. {/block:ContentSource}
  130. <div class="post">
  131. <!-- Text -->
  132. {block:Text}
  133. {block:Title}
  134. <div class="title">{Title}</div>
  135. {/block:Title}
  136. {Body}
  137. {/block:Text}
  138. {block:Chat}
  139. {block:Title}
  140. <div class="title">
  141. <h3><a href="{Permalink}">{Title}</a></h3></div>
  142. {/block:Title}
  143. {block:Lines}
  144. <div class="{Alt} user_{UserNumber}">
  145. {block:Label}
  146. <span class="label">{Label}</span>
  147. {/block:Label}{Line}
  148. </div>
  149. {/block:Lines}
  150. {/block:Chat}
  151.  
  152. <!-- Images --->
  153. {block:Photo}
  154. {LinkOpenTag}
  155. <center><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></center>
  156. {LinkCloseTag}
  157. {block:Caption}
  158. {Caption}
  159. {/block:Caption}
  160. {/block:Photo}
  161. {block:Photoset}
  162. <center>{Photoset-400}</center>
  163. {block:Photos}
  164. {/block:Photos}
  165. {block:Caption}
  166. {Caption}
  167. {/block:Caption}
  168. {/block:Photoset}
  169.  
  170. <!-- Video -->
  171. {block:Video}
  172. {Video-500}
  173. {block:Caption}
  174. {Caption}
  175. {/block:Caption}
  176. {/block:Video}
  177.  
  178. <!-- Audio -->
  179. {block:Audio}
  180. <div id= "audioplayer">{AudioPlayerWhite}</div>
  181. {block:AlbumArt}
  182. <div id="albumart">
  183. <img src="{AlbumArtURL}" width="100">
  184. </div>
  185. {/block:AlbumArt}
  186. <div class="trackstuff">
  187. {block:TrackName}<b><i>{TrackName}</i></b>{/block:TrackName}<br>{block:Artist}<i>{Artist}</i>{/block:Artist}</div>
  188. {Caption}
  189. {/block:Audio}
  190.  
  191. <!-- Quote -->
  192. {block:Quote}
  193. <div class="quote">
  194. "{Quote}"
  195. {block:Source}
  196. <div class="source">- <i>{Source}</i></div>
  197. {/block:Source}
  198. </div>
  199. {/block:Quote}
  200.  
  201. <!-- Link -->
  202. {block:Link}
  203. <a href="{URL}" class="link" {Target}>{Name}</a>
  204. {block:Description}
  205. {Description}
  206. {/block:Description}
  207. {/block:Link}
  208.  
  209. <!-- Ask -->
  210. {block:Answer}
  211. <div class="questie">
  212. <div class="question">{Asker}: <b>{Question}</b></div>
  213. </div>
  214. <div class="caption">{Answer}</div>
  215. {/block:Answer}
  216.  
  217. <!-- Footer -->
  218. {block:Date}
  219. <div class="footer">
  220. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> <a href="{ReblogUrl}"><img src="{image:footer pixel}"></a> <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
  221. {block:HasTags}
  222. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  223. {block:PermalinkPage}
  224. {block:NoteCount}
  225. {block:PostNotes}{PostNotes}{/block:PostNotes}
  226. {/block:NoteCount}
  227. {/block:PermalinkPage}
  228. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  229. {/block:Date}
  230. </div>
  231. </div>
  232. {/block:Posts}
  233.  
  234.  
  235. </div>
  236. </div>
  237.  
  238. <div id="c">
  239. <a href="https://jellyparty.tumblr.com/tagged/mine">ミ★</a>
  240. </div>
  241. </body>
  242. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement