Advertisement
Patttir

kiwi jelly yumm

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