Advertisement
Patttir

uwu

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