Advertisement
brishtml

afire love

Sep 27th, 2014
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <!---broleplays fourth theme afire love--->
  6.  
  7.  
  8. <meta name="color:background" content="#ffffff"/>
  9. <meta name="color:text" content="#000000"/>
  10. <meta name="color:link" content="#000000"/>
  11. <meta name="color:link hover" content="#ddd"/>
  12. <meta name="color:border" content="#000000"/>
  13. <meta name="color:hoverlink text" content="#000000"/>
  14. <meta name="color:scrollbar bg" content="#6b6d6d"/>
  15. <meta name="color:tooltip color" content="#6b6d6d"/>
  16. <meta name="color:title color" content="#000000"/>
  17. <meta name="color:blockquote color" content="#000000"/>
  18. <meta name="color:accent" content="#000000"/>
  19.  
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="image:sidebardos" content=""/>
  23. <meta name="image:sidebartres" content=""/>
  24. <meta name="image:background" content=""/>
  25. <meta name="text:Link 1 URL" content="" />
  26. <meta name="text:Link 1" content="link 1" />
  27. <meta name="text:Link 2 URL" content="" />
  28. <meta name="text:Link 2" content="link 2" />
  29. <meta name="text:Link 3 URL" content="" />
  30. <meta name="text:Link 3" content="link 3" />
  31. <meta name="text:Link 4 URL" content="" />
  32. <meta name="text:Link 4" content="link 4" />
  33.  
  34.  
  35.  
  36. <head><title>{Title}</title>
  37. <link rel="shortcut icon" href="{Favicon}">
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40.  
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar-thumb {
  47. height:auto;
  48. background-color:{color:scrollbar bg};
  49. }
  50.  
  51. ::-webkit-scrollbar {
  52. height:4px;
  53. width:3px;
  54. padding-right:2px;
  55. background-color:white;
  56. }
  57.  
  58. body {
  59. background:{color:background};
  60. margin:0px;
  61. color:{color:text};
  62. font-family:cambria;
  63. font-size:8px;
  64. line-height:100%;
  65. background-image:url('{image:background}');
  66. background-repeat: no repeat;
  67. background-position: bottom right;
  68. background-attachment: fixed;
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. outline:none;
  74. -moz-outline-style:none;
  75. color:{color:link};
  76. -moz-transition-duration:0.8s;
  77. -webkit-transition-duration:0.8s;
  78. -o-transition-duration:0.8s;
  79. }
  80.  
  81.  
  82. a:hover {
  83. color:{color:link hover};
  84. outline:none;
  85. -moz-outline-style:none;
  86. text-decoration:none;
  87. }
  88.  
  89. img {
  90. border:none;
  91. }
  92.  
  93. blockquote {
  94. padding-left:5px;
  95. border-left:2px solid {color:blockquote color};
  96.  
  97. }
  98.  
  99. blockquote blockquote {
  100. padding-left:5px;
  101. border-left:2px solid;
  102. }
  103.  
  104. h1 {
  105. text-transform: uppercase;
  106. font-size:18px;
  107. text-align:left;
  108. font-family:cambria;
  109. letter-spacing:1px;
  110. color:{color:text};
  111. }
  112.  
  113. h2 {
  114. text-transform: uppercase;
  115. font-size:18px;
  116. font-family:cambria;
  117. text-align:left;
  118. letter-spacing:1px;
  119. color:{color:text};
  120. }
  121.  
  122. pre {
  123. width:auto;
  124. word-wrap:break-word;
  125. text-transform:uppercase;
  126. text-align:center;
  127. background-color:{color:blockquote color};
  128. padding:3px;
  129. color:{color:border};
  130. }
  131.  
  132. #sidebar {
  133. width:250px;
  134. position:fixed;
  135. margin-left:185px;
  136. margin-top:55px;
  137. }
  138.  
  139. #sidebarimage {
  140. position:fixed;
  141. width:510px;
  142. height:211px;
  143. }
  144.  
  145.  
  146. #sidebarimage img {
  147. width:500px;
  148. height:200px;
  149. margin-left:-145px;
  150. margin-top:-50px;
  151. border:15px solid {color:Border};
  152. }
  153.  
  154. #sidebarimage2 {
  155. position:fixed;
  156. width:510px;
  157. height:211px;
  158. }
  159.  
  160.  
  161. #sidebarimage2 img {
  162. width:500px;
  163. height:200px;
  164. margin-left:-145px;
  165. margin-top:315px;
  166. border:15px solid {color:Border};
  167. }
  168.  
  169. #sidebarimage3 {
  170. position:fixed;
  171. width:85px;
  172. height:85px;
  173. }
  174.  
  175.  
  176. #sidebarimage3 img {
  177. width:85px;
  178. height:85px;
  179. margin-left:-145px;
  180. margin-top:190px;
  181. border:15px solid {color:Border};
  182. }
  183.  
  184. #links {
  185. position:fixed;
  186. margin-top:190px;
  187. margin-left:-25px;
  188. width:410px;
  189. max-height:25px;
  190. word-spacing:4px;
  191. font-family:cambria;
  192. text-align:center;
  193. text-transform:lowercase;
  194. font-weight:bold;
  195. background:{color:border};
  196. }
  197.  
  198. #links a {
  199. font-size: 8px;
  200. padding: 10px;
  201. display:inline-block;
  202. }
  203.  
  204. #links a:hover {
  205. color:{color:Hover}
  206. }
  207.  
  208.  
  209. #description {
  210. width:380px;
  211. height:45px;
  212. font-size:8px;
  213. padding:5px;
  214. text-align:justify;
  215. letter-spacing:0px;
  216. line-height:90%;
  217. margin-left:-25px;
  218. margin-top:210px;
  219. background-color:{color:border};
  220. border:10px solid {color:Border};
  221. overflow:auto;
  222. }
  223.  
  224.  
  225. #s-m-t-tooltip {
  226. max-width:300px;
  227. padding:5px 5px 5px 6px;
  228. margin:20px 0px 0px 20px;
  229. background-color:{color:tooltip color};
  230. font-family:courier;
  231. font-size:8px;
  232. letter-spacing:2px;
  233. text-transform:lowercase;
  234. font-weight:bold;
  235. color:#fff;
  236. z-index:999999999999999999999999999999999999;
  237. }
  238.  
  239.  
  240. #pagination {
  241. width:400px;
  242. height:10px;
  243. margin-left: -25px;
  244. margin-top:0px;
  245. position: relative;
  246. text-align: center;
  247. letter-spacing:1px;
  248. text-transform: lowercase;
  249. font-weight:bold;
  250. font-family:cambria;
  251. font-size: 8px;
  252. background-color:{color:border};
  253. border:5px solid {color:Border};
  254.  
  255.  
  256. }
  257.  
  258. #pagination a {
  259. padding:0 3px;
  260. }
  261.  
  262.  
  263. #entries {
  264. margin-top:30px;
  265. margin-left:625px;
  266. -webkit-transition: 0.8s all ease-in-out;
  267. -moz-transition: 0.8s all ease-in-out;
  268. o-transition: 0.8s all ease-in-out;
  269. }
  270.  
  271. #post {
  272. margin-bottom:20px;
  273. width:500px;
  274. padding-left:25px;
  275. padding-right:25px;
  276. padding-top:25px;
  277. background-color:{color:border};
  278. }
  279.  
  280. #info {
  281. font-style:bold;
  282. width:540px;
  283. text-align:right;
  284. font-family:cambria;
  285. margin-top:0px;
  286. margin-left:-25px;
  287. padding-top:3px;
  288. color:{color:text};
  289. font-size:8px;
  290. font-style:bold;
  291. padding:5px;
  292. line-height:10px;
  293. text-transform:lowercase;
  294. z-index:99999;
  295. background-color:{color:accent};
  296. }
  297.  
  298. #info a {
  299. text-align:right;
  300. color:{color:text};
  301. }
  302.  
  303. #info a:hover {
  304. color:{color:link}
  305. }
  306.  
  307. #tags {
  308. width:540px;
  309. margin-top:5px;
  310. text-align:right;
  311. font-size:11px;
  312. padding:5px;
  313. font-size:8px;
  314. font-style:bold;
  315. opacity:1;
  316. transition-duration: 0.5s;
  317. -moz-transition-duration: 0.5s;
  318. -webkit-transition-duration: 0.5s;
  319. -o-transition-duration: 0.5s
  320. color:{color:link};
  321. }
  322.  
  323. #tags a {
  324. letter-spacing:0px;
  325. font-size:8px;
  326. text-align:right;
  327. font-family:cambria;
  328. text-decoration:none;
  329. display:inline-block;
  330. color:{color:Post Links};
  331. }
  332.  
  333. #tags a:hover {
  334. -moz-transition-duration:0.3s;
  335. -webkit-transition-duration:0.3s;
  336. -o-transition-duration:0.3s;
  337. color:{color:border};
  338. }
  339.  
  340. #ask {
  341. background-color:{color:accent};
  342. padding-left:14px;
  343. padding-right:14px;
  344. padding-top:5px;
  345. padding-bottom:5px;
  346. font-family:cambria;
  347. font-weight:bold;
  348. font-size:8px;
  349. letter-spacing:0px;
  350. text-align:left;
  351. margin-top:0px;
  352. margin-left:0px;
  353. text-transform:lowercase;
  354. line-height:100%;
  355. color:{color:text};
  356. }
  357.  
  358. #ask a{
  359. color:{color:text};
  360. }
  361.  
  362. #asker {
  363. color:{color:text};
  364. padding-bottom:5px;
  365. font-family:cambria;
  366. text-transform:lowercase;
  367. padding-left:5px;
  368. font-size:8px;
  369. letter-spacing:1px;
  370. text-align:right;
  371. padding-right:5px;
  372. width:490px;
  373. margin-top:0px;
  374. background-color:{color:link};
  375. padding-top:6px;
  376. padding-bottom:6px;
  377. }
  378.  
  379. #asker a{
  380. color:{color:background};
  381. }
  382.  
  383. #more {
  384. width:auto;
  385. text-transform:uppercase;
  386. text-align:center;
  387. padding:3px;
  388. color:{color:text};
  389. }
  390.  
  391. #more a{
  392. color:{color:text};
  393. }
  394.  
  395. #credit {
  396. font-size:8px;
  397. font-family:cambria;
  398. position:fixed;
  399. color:#000;
  400. font-weight:bold;
  401. line-height:150%;
  402. letter-spacing:2px;
  403. right:10px;
  404. bottom:10px;
  405. text-transform:lowercase;
  406. text-align:center;
  407. }
  408.  
  409. #credit a {
  410. letter-spacing: 0px;
  411. padding:3px;
  412. color:{color:link};
  413. }
  414.  
  415.  
  416.  
  417. {CustomCSS}</style></head><body>
  418.  
  419. <div id="sidebar">
  420. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  421. <div id="sidebarimage2"><img src="{image:sidebardos}"></div>
  422. <div id="sidebarimage3"><img src="{image:sidebartres}"></div>
  423.  
  424. <div id="links">
  425. <a href="{text:link 1 URL}">{text:link 1}</a>
  426. <a href="{text:link 2 URL}">{text:link 2}</a>
  427. <a href="{text:link 3 URL}">{text:link 3}</a>
  428. <a href="{text:link 4 URL}">{text:link 4}</a>
  429. </div>
  430.  
  431. <div id="description">{Description}</div>
  432.  
  433.  
  434. <div id="pagination">
  435. {block:Pagination}
  436. {block:PreviousPage}
  437. <a href="{PreviousPage}">back</a>
  438. {/block:PreviousPage}
  439.  
  440.  
  441. {block:NextPage}
  442. <a href="{NextPage}">next</a>
  443. {/block:NextPage}
  444. {/block:Pagination}
  445. </div>
  446.  
  447.  
  448.  
  449. </div>
  450.  
  451.  
  452. <div id="entries">{block:Posts}<div id="post">
  453.  
  454. {block:Text}
  455. {block:Title}<h1>{Title}</h1>{/block:Title}
  456. {Body}{/block:Text}
  457.  
  458. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  459. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  460.  
  461. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  462. {/block:Caption}{/block:Photoset}
  463.  
  464. {block:Quote}<h2>"{Quote}"</h2>
  465. {block:Source}<div class="qsource"> —{Source}</div>
  466. {/block:Source}{/block:Quote}
  467.  
  468. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  469.  
  470. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  471.  
  472. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  473. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  474. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  475. {/block:ExternalAudio}<b>Played:</b> {PlayCount}<br>
  476. {/block:Audio}
  477.  
  478. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  479.  
  480. {block:Answer}<div id="ask"><p>{Question}</div><div id="asker"> — {Asker}</div>{Answer}{/block:answer}
  481.  
  482. {block:More}<div id="more"><a href="{Permalink}"> READ MORE </a></div>{/block:More}
  483.  
  484. <p></p><p><code>
  485. <div id="info">
  486. <a href="{Permalink}">{TimeAgo}</a> ★
  487. {block:RebloggedFrom} <a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom} ★ {block:ContentSource} <a href="{SourceURL}"> source </a>{/block:ContentSource}
  488. {NoteCount}</a>
  489. {block:HasTags}<div id="tags"></code>
  490.  
  491. <code>{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  492. </div>{block:HasTags}</code>
  493. </div>
  494. </div>
  495. {/block:Posts} <code> {block:PostNotes}<div id="notes"> ★ {PostNotes}</div>{/block:PostNotes} </code> {/block:Posts}</div></div></div>
  496. <br><br><br><br>
  497.  
  498.  
  499.  
  500. </div></div></div></div>
  501. </div>
  502.  
  503. <div id="credit"><a href="http://broleplays.tumblr.com/"><img src="http://statigr.am/images/emojis/emoji-E11C.png" /></a> </div>
  504.  
  505. </body>
  506. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement