Advertisement
Patttir

Lines

Nov 5th, 2016
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!-- Theme by Purekids. 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="color:Text" content="#bbb"/>
  16. <meta name="color:Scrollbar" content="#000"/>
  17. <meta name="color:Link" content="#aaa"/>
  18. <meta name="color:Link Hover" content="#7bd7c2"/>
  19. <meta name="color:Shadow" content="#000"/>
  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. <meta name="text:Default Tag" content="/" />
  31.  
  32. <meta name="if:Shadow" content="0" />
  33.  
  34.  
  35. {block:IndexPage}<script type="text/javascript">
  36. <script type="text/javascript">
  37.  
  38. $(document).ready(function(){
  39. $(".links_body").hide();
  40. $(".links_head").click(function(){
  41. $(this).next(".links_body").slideToggle('fast');
  42. }); }); </script>
  43.  
  44. {block:IndexPage}<script type="text/javascript">
  45. var url = location.href;
  46. if (url == "{BlogURL}") {
  47. window.location = "{BlogURL}tagged{text:Default Tag}";
  48. }
  49. </script>{/block:IndexPage}
  50.  
  51. <style type="text/css">
  52. .links_list { margin:0px; padding:0px; width:180px;}
  53. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  54. .links_body { padding:10px; text-align:left; color: #fff; display:none;}
  55.  
  56. </style>
  57. <style type="text/css">
  58.  
  59. body {
  60. color:{color:text};
  61. background-color:{color:background};
  62. background-image:url('{image:Background}');
  63. background-attachment: fixed;
  64. background-repeat: repeat;
  65. font-family:courier;
  66. font-size:17px;
  67. line-height:19px;
  68. text-align:justify}
  69.  
  70. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  71. a:link {
  72. color: {color:link};
  73. }
  74. a:hover {
  75. color: {color:link hover};
  76. -webkit-transition: all 0.2s linear;
  77. -moz-transition: all 0.2s linear;
  78. transition: all 0.2s linear;
  79. }
  80. h1 {font-size:20px;}
  81. img {max-width:100%; border-radius: 5px;}
  82. ::-webkit-scrollbar {
  83. width: 3px;
  84. height: 5px;
  85. background: {color:Background};
  86. }
  87. ::-webkit-scrollbar-thumb {
  88. background: {color:Scrollbar};
  89. border-radius: 16px;
  90. border-top: 3px solid {color:scrollbar};
  91. }
  92.  
  93. #content { /* for the whole column of posts */
  94. {block:IndexPage}
  95. width: 430px;
  96. {/block:IndexPage}
  97. {block:PermalinkPage}
  98. width: 430px;
  99. {/block:PermalinkPage}
  100.  
  101. margin-left: 500px;
  102. margin-top: 30px;
  103. padding:10px;
  104. border:0px;
  105. }
  106.  
  107. .entry { /* for individual posts */
  108. margin-bottom: 30px;
  109. background:{color:Posts};
  110. padding: 15px;
  111. border-radius:5px;
  112. border-color:{color:Shadow};
  113. {block:ifShadow}
  114. box-shadow: 10px 10px 15px -4px {color:Shadow};
  115. {/block:ifShadow}
  116. }
  117. #side {
  118. top: 180px;
  119. left: 100px;
  120. position: fixed;
  121. width: 140px;
  122. padding: 10px;
  123. border-radius:5px;
  124. border-color:{color:Shadow};
  125. background:{color:Posts};
  126. {block:ifShadow}
  127. box-shadow: 10px 10px 15px -4px {color:Shadow};
  128. {/block:ifShadow}
  129.  
  130. }
  131.  
  132. #sideimg img {
  133. top:110px;
  134. left:125px;
  135. position:fixed;
  136. width:90px;
  137. height:90px;
  138. border-radius:80px;
  139.  
  140. border:double 10px {color:Posts};
  141. }
  142.  
  143. #side2{
  144. top:110px;
  145. left:125px;
  146. position:fixed;
  147. width:90px;
  148. height:90px;
  149. border-radius:80px;
  150. border:double 10px {color:Posts};
  151. {block:ifshadow}
  152. box-shadow: 10px 10px 15px -4px {color:Shadow};
  153. {/block:ifshadow}
  154. }
  155.  
  156. #line{
  157. width: 60px;
  158. height:1px;
  159. background:{color:text};
  160. }
  161. #line2{
  162. width: 90px;
  163. height:2px;
  164. background:{color:Posts};
  165. margin-bottom:25px;
  166. }
  167. #links{
  168. padding:5px;
  169. }
  170.  
  171.  
  172. img.avatar {display:none; }
  173. ol.notes {
  174. margin-top: 20px;
  175. }
  176. ul.pagination {
  177. display: inline-block;
  178. padding: 0;
  179. margin: 0;
  180. left:330px;
  181. top:190px;
  182. position:fixed;
  183. }
  184.  
  185. ul.pagination li {display: inline;}
  186.  
  187. ul.pagination li a {
  188. color: {text};
  189. padding: 8px 16px;
  190. background:{color:Posts};
  191. border-radius:5px;
  192. border-color:{color:Shadow};
  193. text-decoration: none;
  194. transition: background-color 1s;
  195. font-size: 20px;
  196. {block:ifShadow}
  197. box-shadow: 10px 10px 15px -4px {color:Shadow};
  198. {/block:ifShadow}
  199.  
  200. }
  201.  
  202. ul.pagination li a.active {
  203. color: black;
  204.  
  205. }
  206.  
  207. ul.pagination li a:hover:not(.active) {border-radius:5px;background:{color:link};
  208. }
  209.  
  210. </style>
  211. </head>
  212. <body>
  213. <div id="side2"></div>
  214. <div id="side">
  215. <center>
  216.  
  217. <br>
  218. <br>
  219. {description}<p>
  220. <div id="line"></div>
  221. <br>
  222. <div id="links">
  223.  
  224. <a href=/ask> ask </a>
  225.  
  226. <a href=/> home </a>
  227.  
  228. <br>
  229.  
  230. <a href={text:link 1 url}> {text:link 1 title} </a>
  231.  
  232. <a href={text:link 2 url}> {text:link 2 title} </a>
  233.  
  234. <br>
  235.  
  236. <a href={text:link 3 url}>{text:link 3 title}</a>
  237.  
  238. <a href={text:link 4 url}>{text:link 4 title}</a>
  239. </center>
  240. </div>
  241. </div>
  242. </div>
  243. <div id="sideimg"><img src="{image:Sidebar}" title="{title}"></div>
  244.  
  245. <ul class="pagination">
  246. {block:Pagination}{block:PreviousPage}<li><a href="{PreviousPage}">❮</a></li>{/block:PreviousPage}
  247. {block:NextPage}<li><a href="{NextPage}">❯</a></li>{/block:NextPage}
  248. {/block:Pagination}</ul>
  249.  
  250. <div id="content">
  251. {block:Posts}
  252.  
  253. <!-- {block:NoRebloggedFrom}
  254. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  255. {/block:NoRebloggedFrom} -->
  256. <center>
  257. <div id="line2"></div>
  258. </center>
  259. <div class="entry">
  260.  
  261.  
  262. {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}
  263.  
  264. {block:Photoset}{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  265.  
  266. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  267.  
  268. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  269.  
  270. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  271.  
  272. {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}
  273.  
  274. {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:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
  275.  
  276. {block:Video}{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  277.  
  278. {block:Answer}<b>{Asker}</b> asked: <br><center><i>{Question}</i></center><p>{Answer}{/block:Answer}
  279.  
  280. <center>{block:HasTags}#:{block:Tags} <a href="{TagURL}">{Tag}, </a> {/block:Tags}{/block:HasTags}
  281. <br>
  282. <br>
  283. {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}
  284.  
  285.  
  286. <!--permalink page-->
  287. {block:PermalinkPage}
  288. <center><p>{NoteCountwithLabel}</center>
  289. {block:PostNotes}{PostNotes}{/block:PostNotes}
  290. {/block:PermalinkPage}
  291. </div>
  292. {/block:Posts}
  293.  
  294. {block:ContentSource}<!-- {SourceURL}
  295. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  296. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  297. {/block:ContentSource}
  298. </div>
  299. </div>
  300.  
  301.  
  302. </body>
  303. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement