Advertisement
Patttir

clear

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