Advertisement
Patttir

tpo boottom

Dec 9th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.43 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 {
  64. max-width:100%;
  65. }
  66. .photoset iframe {border-radius: 0px;}
  67.  
  68. #content {
  69. position:relative;
  70. width: 430px;
  71. margin-left: 40%;
  72. margin-right: 60%;
  73. margin-top: 50px;
  74. padding:10px;
  75. }
  76.  
  77. .entry {
  78. margin-bottom: 30px;
  79. background:{color:posts};
  80. padding-top: 20px;
  81. padding-bottom: 20px;
  82. border-radius:5px;
  83.  
  84. }
  85. .text {
  86. margin-left:15px;
  87. }
  88.  
  89.  
  90.  
  91. #side {
  92. top: 10px;
  93. position: fixed;
  94. width: 170px;
  95. padding: 15px;
  96. margin-left:10%;
  97. margin-top:100px;
  98. border-radius:5px;
  99. background-color:{color:posts};
  100. }
  101.  
  102.  
  103. #side img {
  104. width:{text:icon size}px;
  105. {block:ifroundicon}
  106. border-radius:80px;
  107. {/block:ifroundicon}
  108. padding:10px;
  109. }
  110.  
  111. #notes {
  112. margin-top:10px;
  113. }
  114.  
  115. .head {
  116. font-size: 16px;
  117. margin-bottom: 10px;
  118. margin-left: 10px;
  119. color: {color:Title};
  120. letter-spacing: .5px;
  121. }
  122.  
  123. img.avatar {display:none; }
  124. ol.notes {
  125. margin-top: 20px;
  126. }
  127.  
  128. #pagination {
  129. padding: 0;
  130. margin: 0;
  131. }
  132.  
  133.  
  134. </style>
  135.  
  136.  
  137. </head>
  138.  
  139. <body>
  140. <div id="side">
  141. <center>
  142. <div id="sideimg"><img src="{image:Sidebar}"></div>
  143. <center>
  144. <center>
  145. {description}<p>
  146. </center>
  147. <a href=/ask>✉️</a>
  148. <a href=/>🏠</a>
  149. <center>
  150. <br>
  151. <a href={text:link 1 url}>{text:link 1 title}</a>
  152.  
  153. <a href={text:link 2 url}>{text:link 2 title}</a>
  154. <a href={text:link 3 url}>{text:link 3 title}</a>
  155. <br>
  156. <br>
  157. <div id="pagination">
  158. {block:PreviousPage}<a href="{PreviousPage}">{/block:PreviousPage}back{block:PreviousPage}</a>{/block:PreviousPage}
  159. {block:JumpPagination length="5"}
  160. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  161. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  162. {/block:JumpPagination}
  163. {block:NextPage}<a href="{NextPage}">{/block:NextPage}foward{block:NextPage}</a>{/block:NextPage}</div>
  164.  
  165. </center>
  166. </div></div>
  167.  
  168.  
  169.  
  170. <div id="content">
  171. {block:Posts}
  172.  
  173. <div class="entry">
  174.  
  175.  
  176. {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> <div class="text">{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>{/block:Photo}
  177.  
  178. <div class="photoset">{block:Photoset}{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage} <div class="text">{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>{/block:Photoset}</div>
  179.  
  180. <div class="text">{block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  181.  
  182. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  183.  
  184. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  185.  
  186. {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}
  187.  
  188. {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}</div>
  189.  
  190. {block:Video}{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage} <div class="text">{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>{block:Video}
  191.  
  192. <div class="text">{block:Answer}<b>{Asker}</b> asked: <br><center><i>{Question}</i></center><p>{Answer}{/block:Answer}</div>
  193.  
  194. <div id="notes">
  195. <center>{block:HasTags}#:{block:Tags} <a href="{TagURL}">{Tag}, </a> {/block:Tags}{/block:HasTags}
  196.  
  197. {block:PermalinkPage}
  198. <div class="text">
  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}</div>
  200. {/block:PermalinkPage}
  201. <br>
  202. <br>
  203. {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}
  204. </div>
  205.  
  206.  
  207.  
  208. {block:PermalinkPage}
  209. <center><p>{NoteCountwithLabel}</center>
  210. {block:PostNotes}{PostNotes}{/block:PostNotes}
  211. {/block:PermalinkPage}
  212. </div>
  213. {/block:Posts}
  214.  
  215. </div><!---content div--->
  216.  
  217. </body>
  218.  
  219. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement