Advertisement
Patttir

th5

Jan 10th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-------Donn't use or you catch these hands--->
  5.  
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{FavIcon}" />
  9.  
  10. <meta name="image:Background" content=""/>
  11. <meta name="image:Sidebar" content=""/>
  12. <meta name="image:Posts" content=""/>
  13.  
  14. <meta name="image:Title" content=""/>
  15. <meta name="image:Title 2" content=""/>
  16. <meta name="image:Reimu" content=""/>
  17. <meta name="image:Arrow" content=""/>
  18. <meta name="image:Arrow 2" content=""/>
  19. <meta name="image:Button" content=""/>
  20. <meta name="image:Border" content=""/>
  21. <meta name="image:Star" content=""/>
  22. <meta name="image:Star 2" content=""/>
  23.  
  24. <meta name="color:Background" content="#ffffff" />
  25. <meta name="color:Background2" content="#15b1ff" />
  26. <meta name="color:Text" content="#660053"/>
  27. <meta name="color:Posts" content="#ffc5d8"/>
  28. <meta name="color:Link" content="#5400c2"/>
  29. <meta name="color:Borders" content="#ade9ff"/>
  30.  
  31. <meta name="text:Link 1 title" content="index"/>
  32. <meta name="text:Link 1 url" content="/"/>
  33. <meta name="text:Link 2 title" content="link 2"/>
  34. <meta name="text:Link 2 url" content="/ask"/>
  35. <meta name="text:Link 3 title" content="link 2"/>
  36. <meta name="text:Link 3 url" content="/ask"/>
  37. <meta name="text:Icon size" content="100" />
  38. <meta name="if:gradient" content="1" />
  39.  
  40. <link href="https://fonts.googleapis.com/css?family=Raleway:300" rel="stylesheet">
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45. /* basic styles */
  46. body {
  47. color: {color:Text};
  48. background-color: {color:Background};
  49. background-image: url({image:Background});
  50. font-family: 'Raleway', sans-serif;
  51. line-height: 16px;
  52. background-attachment:fixed;
  53. {block:ifgradient}
  54. background-image: linear-gradient(to bottom, {color:background} 30%, {color:background2} 100%);
  55. {/block:ifgradient}
  56. }
  57. a {
  58. text-decoration: none;
  59. color:{color:Link};
  60. }
  61. a:hover {
  62. color:{color:link};
  63. }
  64. h1 {
  65. font-size: 16px;
  66. color: {color:Text};
  67. }
  68.  
  69.  
  70. blockquote {
  71. border-left: 1px solid {color:text};
  72. margin-left: 2px;
  73. padding-left: 10px;
  74. }
  75.  
  76. .entry img {max-width:100%;}
  77. .photoset iframe {}
  78.  
  79. #content {
  80. position:relative;
  81. width: 430px;
  82. margin-left: 60%;
  83. margin-right: 40%;
  84. padding:10px;
  85. }
  86.  
  87. .entry {
  88. margin-top: 30px;
  89. padding: 15px;
  90. border: 1px solid transparent;
  91. border-image: url('{image:border}');
  92. border-image-slice: 29 29 29 29;
  93. border-image-width: 29;
  94. border-image-outset:8px;
  95. background:{color:posts};
  96. background-image: url({image:Posts});
  97. }
  98.  
  99.  
  100. #side {
  101. position: fixed;
  102. width: 270px;
  103. padding: 10px;
  104. margin-left:20%;
  105. bottom:30px;
  106. }
  107.  
  108.  
  109. #side img {
  110. height:86px;
  111. width:308px;
  112. }
  113. #links{
  114. padding:10px;
  115. text-align:center;
  116.  
  117. }
  118. #links a {
  119. border-top: 4px solid transparent;
  120. border-bottom: 4px solid transparent;
  121. border-left: 64px solid transparent;
  122. border-right: 64px solid transparent;
  123. text-align:center;
  124. font-size:20px;
  125. line-height:24px;
  126. }
  127. #links a:hover {
  128. border-top: 4px solid transparent;
  129. border-bottom: 4px solid transparent;
  130. border-left: 64px solid transparent;
  131. border-right: 64px solid transparent;
  132. border-image: url('{image:button}');
  133. border-image-slice: 4 64 4 64 fill;
  134. border-radius:0px;
  135. color:{color:link hover};
  136. }
  137.  
  138. #notes {
  139. margin-top:10px;
  140. }
  141.  
  142. #reimu {
  143. position:fixed;
  144. left:10px;
  145. bottom:10px;
  146. z-index:-9;
  147.  
  148. }
  149. #title2 {
  150. position:fixed;
  151. left:10px;
  152. bottom:300px;
  153. z-index:-9;
  154.  
  155. }
  156.  
  157. .head {
  158. font-size: 16px;
  159. margin-bottom: 10px;
  160. margin-left: 10px;
  161. color: {color:Title};
  162. letter-spacing: .5px;
  163. }
  164.  
  165. img.avatar {display:none; }
  166. ol.notes {
  167. margin-top: 20px;
  168. }
  169.  
  170. #pagination {
  171. padding: 0;
  172. margin: 0;
  173. }
  174. #pagination img{
  175. height:16px;
  176. width:10px;
  177. }
  178.  
  179.  
  180. </style>
  181.  
  182.  
  183. </head>
  184.  
  185. <body>
  186. <div id="side">
  187. <center>
  188. <div id="sideimg"><img src="{image:Title}"></div>
  189. </center>
  190. <br>
  191. <div id="links">
  192. <a href={text:link 1 url}>{text:link 1 title}</a>
  193. <br>
  194. <a href={text:link 2 url}>{text:link 2 title}</a>
  195. <br>
  196. <a href={text:link 3 url}>{text:link 3 title}</a>
  197. </div>
  198.  
  199. <div id="pagination">
  200. <center>
  201. {block:PreviousPage}<a href="{PreviousPage}">{/block:PreviousPage}<img src="{image:Arrow}">{block:PreviousPage}</a>{/block:PreviousPage}
  202. {block:NextPage}<a href="{NextPage}">{/block:NextPage}<img src="{image:Arrow 2}">{block:NextPage}</a>{/block:NextPage}</div>
  203.  
  204. </center>
  205. </div></div>
  206.  
  207. <div id="reimu"><img src="{image:Reimu}"></div>
  208. <div id="title2"><img src="{image:Title 2}"></div>
  209.  
  210. <div id="content">
  211. {block:Posts}
  212.  
  213. <div class="entry">
  214.  
  215.  
  216. {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}
  217.  
  218. <div class="photoset">{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}</div>
  219.  
  220. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  221.  
  222. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  223.  
  224. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  225.  
  226. {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}
  227.  
  228. {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}
  229.  
  230. {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}
  231.  
  232. {block:Answer}<b>{Asker}</b> asked: <br><center><i>{Question}</i></center><p>{Answer}{/block:Answer}
  233.  
  234. <div id="notes">
  235. <center>{block:HasTags}#:{block:Tags} <a href="{TagURL}">{Tag}, </a> {/block:Tags}{/block:HasTags}
  236.  
  237. {block:PermalinkPage}
  238. {block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> | {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a><br>{/block:ContentSource}{/block:RebloggedFrom}
  239. {/block:PermalinkPage}
  240. <br>
  241. <br>
  242. {block:IndexPage}<a href="{Permalink}">{MonthNumberwithZero}.{DayofMonthwithZero}.{Year},</a> <a href="{Permalink}">{DayofWeek}</a><br>{block:NoteCount} <a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount} <a href="{ReblogURL}">reblog?</a>{/block:IndexPage}
  243. </div>
  244.  
  245.  
  246.  
  247. {block:PermalinkPage}
  248. <center><p>{NoteCountwithLabel}</center>
  249. {block:PostNotes}{PostNotes}{/block:PostNotes}
  250. {/block:PermalinkPage}
  251. </div>
  252. {/block:Posts}
  253.  
  254. </div><!---content div--->
  255.  
  256. </body>
  257.  
  258. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement