Advertisement
senbonzakuras

🔪 RUN FASTER THEME

Oct 22nd, 2016
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5. <!-----
  6. 🍡 theme by SENBONKAITO 🍡
  7. DON'T REMOVE CREDIT;
  8. DONT USE AS BASE CODE!
  9. LET ME KNOW IF SOMETHING DOESN'T WORK
  10. thank you!
  11. ----->
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{image:Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  17.  
  18. <meta name="color:background" content="#ffffff" />
  19. <meta name="color:text" content="#b6b5b5" />
  20. <meta name="color:links" content="b8b8b8" />
  21. <meta name="color:link hover" content="f0e7e1" />
  22. <meta name="color:scrollbar" content="#b8b8b8" />
  23.  
  24. <meta name="image:favicon" content=""/>
  25.  
  26.  
  27. <meta name="text:link1" content="link1"/>
  28. <meta name="text:link1url" content="link 1 url"/>
  29.  
  30. <meta name="text:link2" content="link2"/>
  31. <meta name="text:link2url" content="link 2 url"/>
  32.  
  33. <meta name="text:link3" content="link3"/>
  34. <meta name="text:link3url" content="link 3 url"/>
  35.  
  36.  
  37.  
  38. <meta name="image:sidebar" content="" />
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43. ::selection {background: #fff; color:{color:selection};}
  44. ::-moz-selection {background: #fff; color:{color:selection};}
  45. ::-webkit-selection {background: #fff; color:{color:selection};}
  46.  
  47. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  48. height:100px;}
  49.  
  50. ::-webkit-scrollbar { height:10px;width:8px; background-color:#fff;}
  51.  
  52.  
  53.  
  54. body {
  55. font-style:none;
  56. background:{color:background};
  57. margin:0px; color:{color:text};
  58. font-family:arial;
  59. font-size:16px;
  60. line-height:100%;
  61. }
  62.  
  63.  
  64.  
  65. img {
  66. max-height:100%;
  67. }
  68.  
  69. h1 , h2 {
  70. font-family:arial;
  71. text-transform:none;
  72. font-size:13px;
  73. line-height:30px;
  74. letter-spacing:0px;
  75. text-align:center;
  76. font-style:none;
  77. }
  78.  
  79.  
  80. #entry {
  81. width:400px;
  82. margin-top:50px;
  83. }
  84.  
  85. #posts {
  86. width:400px;
  87. padding-bottom:100px;
  88. font-style:none;
  89. border:0px solid #ececec;
  90. padding:15px;
  91. margin-left:400px;
  92. margin-bottom:50px;
  93. }
  94.  
  95.  
  96.  
  97. #sidebar {
  98. width:150px;
  99. position:fixed;
  100. margin-left:80px;
  101. margin-top:150px;
  102. }
  103.  
  104. #sidebar {
  105. width:150px;
  106. }
  107.  
  108. #sidebarimage img {
  109. margin-left:90px;
  110. width:150px;
  111. max-height:750px;
  112. margin-top:0px;
  113. padding:5px;
  114. padding-bottom:0px;
  115. }
  116.  
  117. #nav {
  118. position:center;
  119. overflow:hidden;
  120. margin-top:150px;
  121. margin-left:107px;
  122. }
  123.  
  124.  
  125.  
  126. #description {
  127. margin-left: 95px;
  128. margin-top: px;
  129. width: 150px;
  130. text-align:right;
  131. font-family:arial;
  132. font-size: 16px;
  133. font-style:none;
  134. padding-top: 4px;
  135. padding-bottom: 1px;
  136. padding-right:0px;
  137. padding-left:2px;
  138. }
  139.  
  140. #links {
  141.  
  142. font-family:arial;
  143. padding-top: 0px;
  144. padding-bottom: 1px;
  145. padding-right:0px;
  146. padding-left:2px;
  147. margin-bottom: 5px;
  148. margin-left: 20px
  149. font-size: 16px;
  150. font-style:normal;
  151. text-transform:none;
  152. margin-top: -18px;
  153. margin-left: 107px;
  154. padding-left: 0px;
  155. padding-right: 0px;
  156. letter-spacing: 1px;
  157. height: 10px;
  158. width: 150px;
  159. }
  160.  
  161.  
  162.  
  163. a {
  164. color:{color:links};
  165. }
  166.  
  167.  
  168. a:hover {
  169. color:{color:link hover};
  170. -webkit-transition-duration:.5s;
  171. -moz-transition-duration::.5s;
  172. -o-transition-duration:.5s;
  173.  
  174. }
  175.  
  176. }
  177.  
  178. /*---ASKS/INFO---*/
  179. #questions {
  180.  
  181. color:{color:text};
  182. margin-left:0px;
  183. padding:5px;
  184. margin-top:5px;
  185. margin-bottom:5px;
  186. font-family:arial;
  187. font-size:16px;
  188. font-style:normal;
  189. text-align:center;
  190. }
  191.  
  192. #answers {
  193.  
  194. color:{color:text};
  195. padding:2px;
  196. font-family:arial;
  197. font-size:16px;
  198. font-style:normal;
  199. text-align:normal;
  200. }
  201.  
  202. blockquote {
  203. padding-left:5px;
  204. border-left:2px solid {color:links};;
  205. }
  206.  
  207. blockquote blockquote {
  208. padding-left:12px;
  209. border-left:2px solid {color:links};
  210. }
  211.  
  212. .note {
  213. padding:0px 20px 0px 20px;
  214. background-color:#ffffff;
  215. text-transform:normal;
  216. letter-spacing:0px;
  217. font-size: 16px;
  218. font-style:normal;
  219. text-align:left;
  220. line-height:120%;
  221. }
  222.  
  223. .note li {
  224. list-style-type:none;
  225. padding:5px 25px 5px 25px;
  226. text-align:left;
  227. margin-right:30px;
  228. margin-top:-50px;
  229. }
  230.  
  231.  
  232. #info {
  233. font-family:arial;
  234. text-align:center;
  235. margin-top:10px;
  236. padding-top:10px;
  237. padding:0px;
  238. padding-bottom:1px;
  239. text-transform:normal;
  240. font-style:none;
  241. font-size:16px;
  242. line-height:100%;
  243. }
  244.  
  245. #via {
  246. font-family:arial;
  247. text-align:right;
  248. margin-top:-5px;
  249. padding-bottom:0px;
  250. text-transform:normal;
  251. font-style:none;
  252. font-size:16px;
  253. }
  254.  
  255. /*---TAGS---*/
  256. #tags {
  257. font-family:arial;
  258. text-align:center;
  259. margin-top:0px;
  260. padding-bottom:0px;
  261. text-transform:normal;
  262. font-style:none;
  263. font-size:16px;
  264. }
  265.  
  266. /*---PAGINATION---*/
  267. #pagination {
  268. font-size:16px;
  269. margin-top:5px;
  270. margin-left:78px;
  271. font-family:arial;
  272. font-style:normal;
  273. text-align:center;
  274. width:50px
  275. text-transform:normal;
  276. letter-spacing:1px;
  277. }
  278.  
  279. #cred {
  280. bottom:3px;
  281. position:fixed;
  282. right:10px;
  283. float:right;
  284. font-family:arial;
  285. font-weight:none;
  286. font-size:16px;
  287. letter-spacing:-2px;
  288. text-transform:lowercase;
  289. }
  290.  
  291.  
  292. /*---END CSS---*/
  293.  
  294. {CustomCSS}</style></head><body>
  295.  
  296. <!---SIDEBAR--->
  297. <div id="sidebar">
  298. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  299. <div id="links">
  300. <a href="{text:link1url}">{text:link1}</a>
  301. <a href="{text:link2url}">{text:link2}</a>
  302. <a href="{text:link3url}">{text:link3}</a>
  303.  
  304. </div>
  305. <div id="description">{description}</div>
  306.  
  307. <div id="scrollbar">{scrollbar}</div>
  308.  
  309. <div id="pagination">
  310. {block:Pagination}
  311. <div id="pagination">
  312. {block:PreviousPage}
  313. <a href="{PreviousPage}">back</a>
  314. {/block:PreviousPage}
  315.  
  316. {block:NextPage}
  317. <a href="{NextPage}">next</a>
  318. {/block:NextPage}</div>
  319. {/block:Pagination}</div>
  320.  
  321. {block:HasPages}
  322. {block:Pages}
  323. <a href="{URL}">{Label}</a>
  324. {/block:Pages}
  325. {/block:HasPages}
  326.  
  327. </div></center>
  328. </div>
  329. <!---END SIDEBAR--->
  330.  
  331. <!---POSTS--->
  332. <div id="entry">
  333. {block:Posts}
  334. <div id="posts">
  335.  
  336. <!---TEXT POSTS--->
  337. {block:Text}
  338. <h1>
  339. {block:Title}
  340. {Title}
  341. {/block:Title}
  342. </h1>
  343. {Body}
  344. {/block:Text}
  345.  
  346. {block:blockquote}
  347. {/block:blockquote}
  348.  
  349. <!---PHOTO POSTS--->
  350. {block:Photo}
  351. <center>
  352. {LinkOpenTag}
  353. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  354. {LinkCloseTag}
  355. </center>
  356. {block:Caption}
  357. {Caption}
  358. {/block:Caption}
  359. {/block:Photo}
  360.  
  361. <!---PHOTOSET POSTS--->
  362. {block:Photoset}
  363. <center>
  364. {Photoset-400}
  365. </center>
  366. {block:Caption}
  367. <i>{Caption}</i>
  368. {/block:Caption}
  369. {/block:Photoset}
  370.  
  371. <!---QUOTE POSTS--->
  372. {block:Quote}
  373. {Quote}<p>
  374. <center>
  375. {block:Source}
  376. —{Source}
  377. {/block:Source}
  378. </center>
  379. {/block:Quote}
  380.  
  381. <!---LINK POSTS--->
  382. {block:link}
  383. <h1>
  384. <a href="{URL}"{Target}>{Name}</a>
  385. </h1>
  386. {block:Description}
  387. {Description}
  388. {/block:Description}
  389. {/block:link}
  390. <!---CHAT POSTS--->
  391. {block:Chat}
  392. {block:Title}
  393. <h1>
  394. {Title}
  395. </h1>
  396. {/block:Title}
  397. {block:Lines}
  398. {block:Label}
  399. <b>{Label}</b>
  400. {/block:Label}
  401. {Line}<br>
  402. {/block:Lines}
  403. {/block:Chat}
  404. <!---AUDIO POSTS--->
  405. {block:Audio}
  406. {AudioPlayerBlack}
  407. {block:Caption}
  408. {Caption}
  409. {/block:Caption}
  410. {/block:Audio}
  411. <!---VIDEO POSTS--->
  412. {block:Video}
  413. {Video-400}
  414. {block:Caption}
  415. {Caption}
  416. {/block:Caption}
  417. {/block:Video}
  418. <!---ASK POSTS--->
  419. {block:Answer}
  420. <div id="questions">
  421. <a href="{askerURL}"><b>{Asker}</b> whispered:
  422. {Question}
  423. </div>
  424. <div id="answers">{Answer}</div>
  425. {/block:answer}
  426.  
  427. <!---END POSTS--->
  428.  
  429. <!---POST INFO--->
  430. <div id="info">
  431.  
  432.  
  433. <!---NOTE COUNT--->
  434. {block:NoteCount}
  435. <a href="{Permalink}"> with {NoteCountWithLabel}</a>.
  436. {/block:NoteCount}
  437. <!---VIA--->
  438. {block:Rebloggedfrom}
  439. <a href="{ReblogParentURL}"> From {ReblogParentName}</a>.
  440. {/block:Rebloggedfrom}
  441.  
  442. <!---SOURCE--->
  443. {block:ContentSource}
  444. <a href="{SourceURL}">{ReblogRootName}</a>
  445. {/block:ContentSource}
  446. </div>
  447.  
  448. <!---END POST INFO--->
  449.  
  450. <!---TAGS--->
  451. <div id="tags">
  452. {block:HasTags}
  453. {block:Tags}
  454. <a href="{TagURL}">#{Tag} </a>&nbsp;
  455. {/block:Tags}
  456. {/block:HasTags}
  457. </div>
  458.  
  459. <!---POST NOTES--->
  460. {block:PostNotes}
  461. {PostNotes}
  462. {/block:PostNotes}
  463. </div>
  464.  
  465. <div id="cred"><a href="http://enstars.co.vu/">
  466. 🔪
  467. </a></div>
  468.  
  469. </body>
  470. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement