Advertisement
Patttir

Dream hunts

Apr 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!-- Theme by mewpantoh. Feel free to edit. Do not delete this part. -->
  6. <title>{Title}</title>
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8. <link rel="shortcut icon" href="{FavIcon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  11.  
  12. <meta name="color:Background" content="#fff" />
  13. <meta name="image:Background" content=""/>
  14. <meta name="image:Sidebar" content=""/>
  15. <meta name="image:Devider" content=""/>
  16. <meta name="color:Text" content="#bbb"/>
  17. <meta name="color:Scrollbar" content="#000"/>
  18. <meta name="color:Link" content="#aaa"/>
  19. <meta name="color:Link Hover" content="#7bd7c2"/>
  20. <meta name="color:Posts" content="#000"/>
  21.  
  22. <meta name="text:Link 1 title" content="link1"/>
  23. <meta name="text:Link 1 url" content="/"/>
  24. <meta name="text:Link 2 title" content="link2"/>
  25. <meta name="text:Link 2 url" content="/"/>
  26. <meta name="text:link 3 title" content="link3"/>
  27. <meta name="text:Link 3 url" content="/"/>
  28. <meta name="text:Link 4 title" content="link4"/>
  29. <meta name="text:Link 4 url" content="/"/>
  30.  
  31. <meta name="if:Full bg" content="0" />
  32.  
  33. <style type="text/css">
  34.  
  35. body {
  36. color:{color:text};
  37. background-color:{color:background};
  38. background-image:url('{image:Background}');
  39. background-attachment: fixed;
  40. background-repeat:repeat;
  41. {block:iffullbg}
  42. background-size: cover;
  43. {/block:iffullbg}
  44. font-family:courier;
  45. font-size:17px;
  46. line-height:19px;
  47. text-align:justify}
  48.  
  49. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  50. a:link {
  51. color: {color:link};
  52. }
  53. a:hover {
  54. color: {color:link hover};
  55. -webkit-transition: all 0.2s linear;
  56. -moz-transition: all 0.2s linear;
  57. transition: all 0.2s linear;
  58. }
  59. h1 {font-size:20px;}
  60. img {max-width:100%; border-radius: 3px;}
  61. ::-webkit-scrollbar {
  62. width: 3px;
  63. height: 5px;
  64. background: {color:Background};
  65. }
  66. ::-webkit-scrollbar-thumb {
  67. background: {color:Scrollbar};
  68. border-radius: 16px;
  69. border-top: 3px solid {color:scrollbar};
  70. }
  71.  
  72. #content { /* for the whole column of posts */
  73. {block:IndexPage}
  74. width: 530px;
  75. {/block:IndexPage}
  76. {block:PermalinkPage}
  77. width: 530px;
  78. {/block:PermalinkPage}
  79.  
  80. margin-left: 500px;
  81. margin-top: 30px;
  82. padding:10px;
  83. border:0px;
  84. }
  85.  
  86. .entry { /* for individual posts */
  87.  
  88. background:{color:Posts};
  89. padding: 15px;
  90. border-radius:3px;
  91. border-color:{color:Shadow};
  92.  
  93. }
  94. #side {
  95. top: 250px;
  96. left: 125px;
  97. position: fixed;
  98. width: 150px;
  99. padding: 10px;
  100. border-radius:3px;
  101. border-color:{color:Shadow};
  102. background:{color:Posts};
  103.  
  104. }
  105.  
  106. #sideimg img {
  107. top:115px;
  108. left:150px;
  109. position:fixed;
  110. width:90px;
  111. height:90px;
  112. border-radius:100%;
  113. }
  114.  
  115. #side3{
  116. top:105px;
  117. left:140px;
  118. position:fixed;
  119. width:110px;
  120. height:110px;
  121. border-radius:100%;
  122. box-shadow: 15px 0px 0px 5px {color:posts};
  123. z-index:-8;
  124. }
  125.  
  126. #line{
  127. width: 60px;
  128. height:1px;
  129. background:{color:text};
  130. }
  131. #line2{
  132.  
  133. margin-bottom:30px;
  134. }
  135. #line2 img{
  136. border-radius:0px;
  137. }
  138. #links{
  139. padding:5px;
  140. }
  141.  
  142.  
  143. img.avatar {display:none; }
  144. ol.notes {
  145. margin-top: 20px;
  146. }
  147. ul.pagination {
  148. display: inline-block;
  149. padding: 0;
  150. margin: 0;
  151. left:330px;
  152. top:190px;
  153. position:fixed;
  154. }
  155.  
  156. ul.pagination li {display: inline;}
  157.  
  158. ul.pagination li a {
  159. color: {text};
  160. padding: 8px 16px;
  161. background:{color:Posts};
  162. border-radius:100%;
  163. border-color:{color:Shadow};
  164. text-decoration: none;
  165. transition: background-color 1s;
  166. font-size: 20px;
  167. -webkit-transition: all 0.2s linear;
  168. -moz-transition: all 0.2s linear;
  169. transition: all 0.2s linear;
  170.  
  171. }
  172.  
  173. ul.pagination li a.active {
  174. color: black;
  175.  
  176. }
  177.  
  178.  
  179. </style>
  180. </head>
  181. <body>
  182. <div id="side">
  183. <center>
  184.  
  185. <br>
  186. <br>
  187. {description}
  188. <p>
  189. <div id="line"></div>
  190. <br>
  191. <div id="links">
  192.  
  193. <a href=/ask> ask </a>
  194.  
  195. <a href=/> home </a>
  196.  
  197. <br>
  198.  
  199. <a href={text:link 1 url}> {text:link 1 title} </a>
  200.  
  201. <a href={text:link 2 url}> {text:link 2 title} </a>
  202.  
  203. <br>
  204.  
  205. <a href={text:link 3 url}>{text:link 3 title}</a>
  206.  
  207. <a href={text:link 4 url}>{text:link 4 title}</a>
  208. </center>
  209. </div>
  210. </div>
  211. </div>
  212. <div id="sideimg"><img src="{image:Sidebar}" title="{title}"></div>
  213. <div id="side3"></div>
  214.  
  215. <ul class="pagination">
  216. {block:Pagination}{block:PreviousPage}<li><a href="{PreviousPage}">❮</a></li>{/block:PreviousPage}
  217. {block:NextPage}<li><a href="{NextPage}">❯</a></li>{/block:NextPage}
  218. {/block:Pagination}</ul>
  219.  
  220. <div id="content">
  221. {block:Posts}
  222.  
  223.  
  224. <div class="entry">
  225.  
  226.  
  227. {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  228.  
  229. {block:Photoset}{block:IndexPage}{Photoset-500}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  230.  
  231. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  232.  
  233. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  234.  
  235. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  236.  
  237. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label} </b>{/block:Label}<span><i>{Line}</i><br></span>{/block:Lines}{/block:Chat}
  238.  
  239. {block:Audio}{AudioPlayerWhite}{block:IndexPage}<p>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:PlayCount}Played: {PlayCount}{/block:PlayCount}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
  240.  
  241. {block:Video}{block:IndexPage}{Video-500}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  242.  
  243. {block:Answer}<b>{Asker}</b> asked: <br><center><i>{Question}</i></center><p>{Answer}{/block:Answer}
  244.  
  245. <center>{block:HasTags}#:{block:Tags} <a href="{TagURL}">{Tag}, </a> {/block:Tags}{/block:HasTags}
  246. <br>
  247. <br>
  248. {block:IndexPage}<a href="{Permalink}">{MonthNumberwithZero}.{DayofMonthwithZero}.{Year},</a> <a href="{Permalink}">{DayofWeek}</a><br>{block:NoteCount} <a href="{Permalink}">{NoteCount}</a>%{/block:NoteCount} <br> <a href="{ReblogURL}">reblog?</a>{/block:IndexPage}
  249.  
  250.  
  251.  
  252. <!--permalink page-->
  253. {block:PermalinkPage}
  254. <center><p>{NoteCountwithLabel}</center>
  255. {block:PostNotes}{PostNotes}{/block:PostNotes}
  256. {/block:PermalinkPage}
  257. </div>
  258. <center>
  259. <div id="line2"><img src="{image:devider}"></div>
  260. </center>
  261. {/block:Posts}
  262.  
  263.  
  264. </div>
  265. </div>
  266.  
  267.  
  268. </body>
  269. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement