Advertisement
Patttir

blocky

Apr 30th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.04 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 this theme.--->
  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="color:Background" content="#ffffff" />
  13. <meta name="color:Background2" content="#ffffff" />
  14. <meta name="color:Text" content="#660053"/>
  15. <meta name="color:Posts" content="#ffc5d8"/>
  16. <meta name="color:Link" content="#5400c2"/>
  17. <meta name="color:Borders" content="#ade9ff"/>
  18.  
  19. <meta name="text:Link 1 title" content="index"/>
  20. <meta name="text:Link 1 url" content="/"/>
  21. <meta name="text:Link 2 title" content="link 2"/>
  22. <meta name="text:Link 2 url" content="/ask"/>
  23. <meta name="text:Link 3 title" content="link 2"/>
  24. <meta name="text:Link 3 url" content="/ask"/>
  25. <meta name="text:Icon size" content="100" />
  26. <meta name="text:see" content="0.3"/>
  27. <meta name="if:Full screen" content="1" />
  28. <meta name="if:gradient" content="1" />
  29.  
  30. <style type="text/css">
  31.  
  32.  
  33.  
  34. /* basic styles */
  35. body {
  36.  
  37. color: {color:Text};
  38. background-color: {color:Background};
  39. background-image: url({image:Background});
  40. {block:iffullscreen}
  41. background-size:100%;
  42. background-size: cover;
  43. {/block:iffullscreen}
  44. font: 14px consolas;
  45. line-height: 16px;
  46. background-attachment:fixed;
  47. {block:ifgradient}
  48. background-image: linear-gradient(to bottom, {color:background} 0%, {color:background2} 100%);
  49. {/block:ifgradient}
  50. }
  51. a {
  52. text-decoration: none;
  53. color:{color:Link};
  54. -moz-transition-duration:0.3s;
  55. -webkit-transition-duration:0.3s;
  56. -o-transition-duration:0.3s;
  57. }
  58. a:hover {
  59. color:{color:link};
  60. -moz-transition-duration:0.3s;
  61. -webkit-transition-duration:0.3s;
  62. -o-transition-duration:0.3s;
  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%; border-radius: 0px;}
  77. .photoset iframe {border-radius: 0px;}
  78.  
  79.  
  80. #content {
  81. position:relative;
  82. width: 430px;
  83. margin-left: 40%;
  84. margin-right: 60%;
  85. margin-top: 50px;
  86. padding:10px;
  87. }
  88.  
  89. .entry {
  90. margin-bottom: 30px;
  91. background:rgba({RGBcolor:posts},{text:see});
  92. padding: 15px;
  93. border-radius:0px;
  94. border:1px solid rgba({RGBcolor:borders},1);
  95. }
  96.  
  97.  
  98. #side {
  99. top: 10px;
  100. position: fixed;
  101. width: 170px;
  102. padding: 10px;
  103. margin-left:10%;
  104. margin-top:380px;
  105. border-radius:0px;
  106. background:rgba({RGBcolor:posts},{text:see});
  107. border:1px solid rgba({RGBcolor:borders},1);
  108. }
  109.  
  110.  
  111. #sideimg img {
  112. width:{text:icon size}px;
  113. {block:ifroundicon}
  114. border-radius:80px;
  115. {/block:ifroundicon}
  116. padding:10px;
  117. margin-left:-45px;
  118. margin-top:-390px;
  119. }
  120.  
  121.  
  122. #bottoms {
  123. width:100%;
  124. padding-top:5px;
  125. margin-top:5px;
  126. border-top:1px solid rgba({RGBcolor:borders},1);
  127.  
  128. }
  129. #tops {
  130. width:100%;
  131. padding-bottom:5px;
  132. margin-bottom:5px;
  133. border-bottom:1px solid rgba({RGBcolor:borders},1);
  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.  
  154.  
  155. </style>
  156.  
  157.  
  158. </head>
  159.  
  160. <body>
  161.  
  162. <script>
  163. if(window.location.pathname == ’/’) location.replace(’/tagged/x’);
  164. </script>
  165.  
  166. <div id="side">
  167. <center>
  168. <div id="sideimg"><img src="{image:Sidebar}"></div>
  169. <center>
  170. {description}<p>
  171. </center>
  172. <a href=/ask>✉️</a>
  173. <a href=/>🏠</a>
  174. <center>
  175. <br>
  176. <a href={text:link 1 url}>{text:link 1 title}</a>
  177. <br>
  178. <a href={text:link 2 url}>{text:link 2 title}</a>
  179. <br>
  180. <div id="pagination">
  181. {block:PreviousPage}<a href="{PreviousPage}">{/block:PreviousPage}back{block:PreviousPage}</a>{/block:PreviousPage}
  182. {block:JumpPagination length="5"}
  183. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  184. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  185. {/block:JumpPagination}
  186. {block:NextPage}<a href="{NextPage}">{/block:NextPage}foward{block:NextPage}</a>{/block:NextPage}</div>
  187.  
  188. </center>
  189. </div></div>
  190.  
  191.  
  192.  
  193. <div id="content">
  194. {block:Posts}
  195.  
  196. <div class="entry">
  197. <div id="tops">{block:IndexPage}{block:Date}<a href="{Permalink}">({TimeAgo})</a>{/block:Date}{block:NoteCount} <a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount} <a href="{ReblogURL}">Reblog</a>{/block:IndexPage}
  198. {block:PermalinkPage}
  199. {block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> | {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a><br>{/block:ContentSource}{/block:RebloggedFrom}
  200. {/block:PermalinkPage}
  201. </div>
  202.  
  203.  
  204. {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}
  205.  
  206. <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>
  207.  
  208. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  209.  
  210. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  211.  
  212. {block:Quote}<h1>"{Quote}"</h1>{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  213.  
  214. {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}
  215.  
  216. {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}
  217.  
  218. {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}
  219.  
  220. {block:Answer}<b>{Asker}</b> asked: <br><center><i>{Question}</i></center><p>{Answer}{/block:Answer}
  221.  
  222. {block:HasTags}<div id="bottoms">
  223. <center>Tags:{block:Tags} <a href="{TagURL}">{Tag}, </a> {/block:Tags}
  224. </div>
  225. {/block:HasTags}
  226.  
  227.  
  228.  
  229. {block:PermalinkPage}
  230. <center><p>{NoteCountwithLabel}</center>
  231. {block:PostNotes}{PostNotes}{/block:PostNotes}
  232. {/block:PermalinkPage}
  233. </div>
  234. {/block:Posts}
  235.  
  236.  
  237. </div><!---content div--->
  238.  
  239. </body>
  240.  
  241. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement