Advertisement
Patttir

frol

Feb 9th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <title>{Title}</title>
  5. {block:Description}
  6. <meta name="description" content="{MetaDescription}" />
  7. {/block:Description}
  8. <!--- don't use this theme! -->
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11.  
  12. <meta name="image:bg" content=""/>
  13. <meta name="image:banner" content=""/>
  14. <meta name="image:Sidebar" content=""/>
  15. <meta name="color:Background" content="#a7abdd">
  16. <meta name="color:Text" content="#82868A">
  17. <meta name="color:Notes Text" content="#82868A">
  18. <meta name="color:Link" content="#a7abdd">
  19. <meta name="color:Link background" content="#a7abdd">
  20. <meta name="color:Posts" content="#a7abdd">
  21. <meta name="color:borders" content="#">
  22.  
  23. <meta name="text:Link 1" content="Link 1">
  24. <meta name="text:URL 1" content="">
  25.  
  26. <meta name="text:Link 2" content="Link 2">
  27. <meta name="text:URL 2" content="">
  28.  
  29. <meta name="text:Link 3" content="Link 2">
  30. <meta name="text:URL 3" content="">
  31.  
  32. <meta name="text:Link 4" content="Link 2">
  33. <meta name="text:URL 4" content="">
  34.  
  35. <meta name="text:Link 5" content="Link 2">
  36. <meta name="text:URL 5" content="">
  37.  
  38.  
  39. <meta name="text:Icon size" content="100" />
  40. <meta name="if:Round icon" content="1"/>
  41. <meta name="if:Repeating bg" content="1"/>
  42.  
  43. <style type="text/css">
  44.  
  45. /* CSS */
  46. body {
  47. font-family: 'Open Sans', sans-serif;
  48. font-size:16px;
  49. color: {color:Text};
  50. background-color: {color:Background};
  51. background:url({image:bg});
  52. {block:ifnotrepeatingbg}
  53. background-size: cover;
  54. {/block:ifnotrepeatingbg}
  55. background-attachment: fixed;
  56. background-color: {color:Background};
  57. }
  58. a {
  59. color: {color:Link};
  60. text-decoration:none;
  61. transition: all 0.2s ease;
  62. }
  63.  
  64. a:hover {
  65.  
  66. }
  67. h1,h2,h2,h4 {
  68. font-size:18px;
  69. }
  70. blockquote {
  71. border-left:2px dashed{color:borders};
  72. padding:5px;
  73. margin-left:10px;
  74. }
  75.  
  76.  
  77. img,
  78. iframe {
  79. max-width: 100%;
  80. }
  81. ::-webkit-scrollbar {
  82. width: 10px;
  83. height: 5px;
  84. background: {color:Background};
  85. }
  86. ::-webkit-scrollbar-thumb {
  87. background: {color:Borders};
  88. border-radius: 16px;
  89. border-top: 3px solid {color:Borders};
  90. }
  91.  
  92. #content{
  93. width: 500px;
  94. border:4px solid {color:borders};
  95. margin: 0 auto;
  96. margin-top:100px;
  97. background:{color:posts};
  98. padding:10px;
  99. border-radius:3px;
  100. }
  101. #content a {
  102. color:{color:notes text};
  103. }
  104.  
  105. #top {
  106. background-color:{color:posts};
  107. background-image:url({image:banner});
  108. overflow: auto;
  109. z-index:1;
  110. position:fixed;
  111. top:-0px;
  112. width:100%;
  113. border-bottom:4px solid {color:borders};
  114. margin-left:-7px;
  115. padding:15px;
  116.  
  117. }
  118. #icon {
  119. width:130px;
  120. height:130px;
  121. background:{color:posts};
  122. border:4px solid{color:borders};
  123. position:fixed;
  124. left:15px;
  125. top:5px;
  126. border-radius:100%;
  127. z-index:2;
  128. }
  129. #icon img {
  130. border-radius:100%;
  131. }
  132.  
  133. #line {
  134. position:fixed;
  135. height:280px;
  136. border-left:4px dashed{color:borders};
  137. width:1px;
  138. left:105px;
  139. top:0px;
  140. z-index:-3;
  141. }
  142. #line2 {
  143. position:fixed;
  144. height:280px;
  145. border-left:4px dashed{color:borders};
  146. width:1px;
  147. left:58px;
  148. top:0px;
  149. z-index:-3;
  150. }
  151. #desc {
  152. border:4px solid {color:borders};
  153. border-radius:3px;
  154. background:{color:posts};
  155. padding:13px;
  156. position:fixed;
  157. top:230px;
  158. left:20px;
  159. width:auto;
  160.  
  161. }
  162. #links
  163. {
  164. margin-left:160px;
  165. }
  166. #top a{
  167. display: inline-block;
  168. color: {color:link};
  169. text-align: center;
  170. padding: 8px;
  171. text-decoration: none;
  172. background:{color:link background};
  173. border-radius:3px;
  174. transition:0.5s;
  175. margin-left:8px;
  176.  
  177. }
  178. #top a:hover {
  179. background-color: {color:background};
  180. transition:0.5s;
  181. }
  182.  
  183. #top img {
  184. width:{text:icon size}px;
  185. {block:ifroundicon}
  186. border-radius:80px;
  187. {/block:ifroundicon}
  188. padding:5px;
  189. vertical-align:center;
  190. }
  191.  
  192. #notes
  193. {
  194. color:{color:notes text};
  195. margin-left:-10px;
  196. background:{color:link background};
  197. margin-right:-10px;
  198. padding:10px;
  199. margin-top:5px;
  200. margin-bottom:10px;
  201. }
  202. #notes a
  203. {
  204. color:{color:link};
  205. }
  206. #notes2
  207. {
  208. margin-left:20px;
  209. }
  210.  
  211. </style>
  212. </head>
  213.  
  214. <body>
  215. <div id="icon"><a href="/" title="{title}"><img src="{image:sidebar}"></a></div>
  216. <div id="top">
  217. <div id="links">
  218. <a href="/{text:URL 1}">{text:Link 1}</a>
  219. <a href="/{text:URL 2}">{text:Link 2}</a>
  220. <a href="/{text:URL 3}">{text:Link 3}</a>
  221. <a href="/{text:URL 4}">{text:Link 4}</a>
  222. </div>
  223. </div>
  224.  
  225. <div id="content">
  226. {block:Posts}
  227.  
  228. {block:Text}
  229. {block:Title}<h1>{Title}</h1>{/block:Title}
  230. {Body}
  231. {/block:Text}
  232.  
  233. {block:Quote}
  234. {Quote}
  235. {block:Source}{Source}{/block:Source}
  236. {/block:Quote}
  237.  
  238. {block:Link}
  239. <a href="{URL}">{Name}</a>
  240. {block:Description}{Description}{/block:Description}
  241. {/block:Link}
  242.  
  243. {block:Chat}
  244. {block:Title}{Title}{/block:Title}
  245. {block:Lines}
  246. <div class="{Alt} user_{UserNumber}">
  247. {block:Label}{Label}{/block:Label}: {Line}
  248. </div>
  249. {/block:Lines}
  250. {/block:Chat}
  251.  
  252. {block:Answer}
  253. {Asker}: <i>{Question}</i>
  254. <br>{Answer}
  255. {/block:Answer}
  256.  
  257. {block:Photo}
  258. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  259. {/block:Photo}
  260.  
  261. {block:Photoset}
  262. {Photoset-500}
  263. {/block:Photoset}
  264.  
  265. {block:Video}
  266. {Video-500}
  267. {/block:Video}
  268.  
  269. {block:Audio}
  270. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  271. {AudioPlayerWhite}
  272. {block:TrackName}{TrackName}{/block:TrackName}
  273. {block:Artist}{Artist}{/block:Artist}
  274. {block:Album}{Album}{/block:Album}
  275. {/block:Audio}
  276.  
  277. {block:Caption}{Caption}{/block:Caption}
  278. <div id="notes">
  279. <div id="notes2">
  280. {block:Date}<a href="{Permalink}">{TimeAgo}</a>,{/block:Date}
  281. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  282. <br>
  283. {block:HasTags}Tags:{block:Tags}
  284. <a href="{TagURL}">{Tag},</a>
  285. {/block:Tags}{/block:HasTags}
  286. <br>
  287. <a href="{ReblogURL}">Reblog ↺</a>
  288. </div>
  289. </div>
  290.  
  291. {block:PermalinkPage}
  292. {block:NoteCount}
  293. {block:PostNotes}{PostNotes}{/block:PostNotes}
  294. {/block:NoteCount}
  295. {/block:PermalinkPage}
  296.  
  297. {/block:Posts}
  298.  
  299. {block:Pagination}
  300. {block:PreviousPage}<a href="{PreviousPage}">previous page </a>{/block:PreviousPage}
  301. {block:NextPage}<a href="{NextPage}"> next page</a>{/block:NextPage}
  302. {/block:Pagination}
  303. </div>
  304.  
  305. </body>
  306. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement