Advertisement
Patttir

th

Aug 11th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5.  
  6. <!-- Blease don't use this theme.-->
  7.  
  8.  
  9.  
  10. <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Cantarell" />
  11. <link href="https://fonts.googleapis.com/css?family=Faustina" rel="stylesheet">
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14. <title>{Title}</title>
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:background" content="#e0ffff">
  18. <meta name="color:sidebar" content="#ffffff">
  19. <meta name="color:posts" content="#ffffff">
  20. <meta name="color:borders" content="#80c3c3" />
  21. <meta name="color:text" content="#80c3c3" />
  22. <meta name="color:link hover" content="#a3d4d4" />
  23. <meta name="color:link" content="#80c3c3" />
  24. <meta name="color:select" content="#80c3c3" />
  25. <meta name="color:title" content="#80c3c3" />
  26. <meta name="color:title glow" content="#80c3c3" />
  27.  
  28. <meta name="image:background" content=""/>
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:side" content=""/>
  31.  
  32. <meta name="text:link1" content="url" />
  33. <meta name="text:name1" content="link" />
  34. <meta name="text:link2" content="url" />
  35. <meta name="text:name2" content="link" />
  36. <meta name="text:banner" content="10px" />
  37. <meta name="if:Icon round" content="1"/>
  38. <meta name="if:Icon" content="1"/>
  39. <meta name="if:border" content="1"/>
  40. <meta name="if:description" content="1"/>
  41.  
  42.  
  43.  
  44. </head>
  45.  
  46.  
  47. <style type="text/css">
  48. ::-webkit-scrollbar {
  49. width: 2px;
  50. height: 2px;
  51. }
  52. ::-webkit-scrollbar-button {
  53. width: 0px;
  54. height: 0px;
  55. }
  56. ::-webkit-scrollbar-thumb {
  57. background:{color:link};
  58. border-radius: 100px;
  59. }
  60. ::-webkit-scrollbar-thumb:hover {
  61. background: {color:text};
  62. }
  63. ::-webkit-scrollbar-thumb:active {
  64. background: {color:link};
  65. }
  66. ::-webkit-scrollbar-track {
  67. background: {color:posts};
  68. border-radius: 50px;
  69. }
  70. ::-webkit-scrollbar-corner {
  71. background: transparent;
  72. }
  73. </style>
  74. <style type="text/css">
  75.  
  76. body {
  77. color:{color:text};
  78. background-color:{color:background};
  79. font-family: 'Cantarell';
  80. font-size:15px;
  81. line-height:20px;
  82. text-align:justify;
  83. background-image:url('{image:Background}');
  84. }
  85.  
  86.  
  87. a {
  88. color:{color:link};
  89. text-decoration: none;
  90. text-shadow: 0 0 10px {color:link};
  91. transition-duration: 0.5s;
  92. -moz-transition-duration: 0.5s;
  93. -o-transition-duration: 0.5s;
  94. -webkit-transition-duration: 0.5s;
  95. }
  96.  
  97. }
  98.  
  99. a:hover {
  100. color:{color:link hover};
  101. transition-duration: 0.5s;
  102. -moz-transition-duration: 0.5s;
  103. -o-transition-duration: 0.5s;
  104. -webkit-transition-duration: 0.5s;
  105. }
  106.  
  107. small{font-size:auto}
  108.  
  109. big{font-size:auto}
  110.  
  111. b, strong{color:{color:text}}
  112.  
  113. h1 {font-size:18px;color:{color:text};}
  114. h2 {font-size:14px;color:{color:text};}
  115.  
  116. i, em {color:{color:text}}
  117.  
  118. p{margin-top:6px; margin-bottom:6px}
  119.  
  120. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text}}
  121.  
  122. img {border:none; max-width:100%;border-radius:5px;}
  123.  
  124. iframe {
  125. border-radius:5px;
  126. }
  127.  
  128.  
  129.  
  130. #entries {
  131. margin-left:500px; text-align: justify;
  132. }
  133.  
  134.  
  135. #posts {
  136. margin-top:50px;
  137. width: 400px;
  138. text-align: justify;
  139. padding: 10px;
  140. background-color:{color:posts};
  141. {block:ifborders}
  142. border:4px double {color:borders};
  143. border-radius:5px;
  144. box-shadow: 0 0 10px {color:borders};
  145. {/block:ifborders}
  146. }
  147.  
  148. #lines {
  149. {block:ifborders}
  150. position:relative;
  151. margin-top:-5px;
  152. margin-bottom:-40px;
  153. margin-left:50px;
  154. height:50px;
  155. width:3px;
  156. z-index:-9;
  157. border:1px solid {color:borders};
  158. background-color:{color:posts};
  159. box-shadow: 0 0 10px {color:borders};
  160. {/block:ifborders}
  161. }
  162.  
  163. #side {
  164. position:fixed;
  165. width:200px;
  166. left:230px;
  167. bottom:60px;
  168. }
  169. #sidebar{
  170. width:150px;
  171. padding:7px;
  172. {block:ifborders}
  173. border:4px double {color:borders};
  174. border-radius:5px;
  175. box-shadow: 0 0 10px {color:borders};
  176. {/block:ifborders}
  177. }
  178. #side img {
  179. width:170px;
  180. padding:7px;
  181. background:{color:sidebar};
  182. {/block:ifborders}
  183. border:4px double {color:borders};
  184. border-radius:5px;
  185. box-shadow: 0 0 10px {color:borders};
  186. {/block:ifborders}
  187. }
  188. #pic {
  189. position:fixed;
  190. left:10px;
  191. bottom:10px;
  192. z-index:-9;
  193.  
  194. }
  195. #btw {
  196. position:fixed;
  197. border:4px double {color:borders};
  198. background:{color:sidebar};
  199. border-radius:5px;
  200. box-shadow: 0 0 10px {color:borders};
  201. padding:5px;
  202. top:10px;
  203. left:10px;
  204. width:220px;
  205. }
  206. #links a:hover{
  207. border:1px solid{color:select};
  208. border-left:3px solid{color:select};
  209. border-right:3px solid{color:select};
  210. padding-left: 20px;
  211. padding-right: 20px;
  212. border-radius:5px;
  213.  
  214. }
  215.  
  216. #title {
  217. font-family:"Faustina";
  218. font-size:30px;
  219. color:{color:title};
  220. padding:5px;
  221. margin-left:-20px;
  222. text-shadow: 0 0 20px {color:title glow};
  223. text-decoration:italic;
  224. }
  225. #title i {
  226. color:{color:title};
  227. }
  228. .perma {
  229. margin: 10px 0 0px 0;
  230. width: 400px;
  231. text-align: justify;
  232. padding: 10px;
  233. background-color:{color:posts};
  234. {block:ifborders}
  235. border:4px double {color:borders};
  236. border-radius:5px;
  237. box-shadow: 0 0 10px {color:borders};
  238. {/block:ifborders}
  239. }
  240.  
  241.  
  242.  
  243. .audio{background-color:black; display:block}
  244.  
  245.  
  246. .user_1 .label {color:{color:text}; font-weight:bold}
  247. .user_2 .label {color:{color:text}; font-weight:italic}
  248. .user_3 .label {color:{color:text}; font-weight:text}
  249.  
  250.  
  251. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  252.  
  253. .notes img{width:10px; position:relative; top:1px}
  254. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  255.  
  256.  
  257. #pagination{
  258. font-size:20px;
  259. }
  260.  
  261. </style>
  262.  
  263.  
  264. <body>
  265.  
  266. <div id="side">
  267. <div id="title"><i>{title}</i></div>
  268. <center>
  269. {block:ifIcon}
  270. <a href="/"><img src="{image:sidebar}" style="width:100px;position:inline;
  271. padding:5px;{block:ifIconround}border-radius:200px;{/block:ifIconround}"></a>{/block:ifIcon}
  272. <div id="sidebar">
  273. <center>
  274. </center>
  275. <center>
  276. {block:ifdescription}
  277. {description}
  278. {/block:ifdescription}<p>
  279. <div id="links">
  280. <a href="/">Home</a>
  281. <br>
  282. <a href="/ask">Ask</a>
  283. <br>
  284. <a href="/{text:link1}">{text:name1}</a>
  285. <br>
  286. <a href="/{text:link2}">{text:name2}</a>
  287. </div>
  288. <br>
  289.  
  290. <br>
  291. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">⇦</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">⇨</a><br />{/block:NextPage}{/block:Pagination}</div>
  292. <br>
  293. </div>
  294. </div>
  295. </center>
  296. <div id="pic"><img src="{image:side}"></div>
  297.  
  298.  
  299.  
  300. <div id="entries">
  301. {block:posts}
  302.  
  303. <div id="posts">
  304. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  305.  
  306.  
  307. {block:Quote}<h2>“{Quote}” — {Source}</h2><br>{/block:Quote}
  308.  
  309. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  310. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  311.  
  312. {block:Photo}<center><img src="{PhotoURL-400}"/></center>
  313. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  314.  
  315. {block:Photoset}<center>{Photoset-400}</center>
  316. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  317.  
  318. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  319.  
  320. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  321.  
  322. {block:Answer}{Asker} asked: {Question}<br>{Answer}{/block:Answer}
  323.  
  324.  
  325. {block:Audio}{AudioPlayerWhite}<br>
  326. {block:Caption}{Caption}{/block:Caption} {/block:Audio}
  327.  
  328. <center></div>
  329. <div id="lines"></div>
  330. <div id="lines" style="top:-20px;left:315px;"></div>
  331. <div class="perma">
  332. {block:NoteCount} {NoteCount} notes{/block:NoteCount}{block:Date} <a href="{Permalink}">{TimeAgo} </a><a href="{ReblogParentURL}"><a href="{ReblogURL}" target="_blank" > Reblog?</a><a href="{ReblogParentURL}">{/block:Date}<br>{block:RebloggedFrom}<a href="{ReblogParentURL}">from {ReblogParentName} </a>, <a href="{ReblogRootURL}">made by {ReblogRootName} </a>{/block:RebloggedFrom}<br>{block:HasTags}# {block:Tags} <a href="{TagURL}">{tag}</a>, {/block:Tags} {/block:HasTags}</div>
  333. {/block:Posts}
  334. </div>
  335. </div>
  336.  
  337.  
  338. </body>
  339. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement