hotsources

BANEFACTOR theme

Jul 31st, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.48 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!-------------------
  9. Theme #1 by banefactor.tumblr.com
  10.  
  11. Please, keep the credit where it is! Thankksksksksksk for using this theme!
  12. ---------->
  13.  
  14. <meta name="color:Text" content="#252525"/>
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Via" content="#838282"/>
  17. <meta name="color:scrollbar" content="#e4e4e4">
  18. <meta name="color:Link" content="#252525"/>
  19. <meta name="color:Link Hover" content="#424242"/>
  20. <meta name="color:Sidebar Background" content="#f8f8f8">
  21.  
  22.  
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="if:400px posts" content="0"/>
  25.  
  26. <meta name="if:sidebar image" content=""/>
  27.  
  28. <meta name="text:link 1" content="Link 1"/>
  29. <meta name="text:link 1 url" content="/"/>
  30. <meta name="text:link 2" content="Link 2"/>
  31. <meta name="text:link 2 url" content="/"/>
  32. <meta name="text:link 3" content="Link 3"/>
  33. <meta name="text:link 3 url" content="/"/>
  34.  
  35. <!-------------
  36.  
  37.  
  38.  
  39. BANEFACTOR (@.tumblr.com)
  40.  
  41. ------------>
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville' rel='stylesheet' type='text/css'>
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48.  
  49. <script>
  50.  
  51. (function($){
  52.  
  53. $(document).ready(function(){
  54.  
  55. $("a[title]").style_my_tooltips({
  56.  
  57. tip_follows_cursor:true,
  58.  
  59. tip_delay_time:30,
  60.  
  61. tip_fade_speed:300,
  62.  
  63. attribute:"title"
  64.  
  65. });
  66.  
  67. });
  68.  
  69. })(jQuery);
  70.  
  71. </script>
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76.  
  77. #s-m-t-tooltip {
  78. color:{color:text};
  79. font-size:10px;
  80. border-bottom:2px solid #e4e4e4;
  81. font-style: italic;
  82. font-family: times;
  83. margin:12px 0px 0px 12px;
  84. padding:3px 5px;
  85. max-width:350px;
  86. background-color:{color:sidebar background};
  87. text-transform:lowercase;
  88. letter-spacing: 1px;
  89. z-index:999; }
  90.  
  91.  
  92. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:8px}
  93. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  94. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  95.  
  96. body {
  97. background:{color:background};
  98. margin:0px;
  99. color:{color:text};
  100. font-family:helvetica;
  101. font-size:11px;
  102. line-height:100%;
  103. }
  104.  
  105. a {
  106. text-decoration:none;
  107. outline:none;
  108. -moz-outline-style:none;
  109. color:{color:link};
  110. -moz-transition-duration:0.8s;
  111. -webkit-transition-duration:0.8s;
  112. -o-transition-duration:0.8s;
  113. }
  114.  
  115. a:hover {
  116. text-decoration:none;
  117. outline:none;
  118. -moz-outline-style:none;
  119. color:{color:link hover};
  120. }
  121.  
  122. img {
  123. border:none;
  124. }
  125.  
  126. blockquote {
  127. padding: 5px 0 5px 20px;
  128. border-left: 1px solid #030303;
  129. margin-left: 30px;
  130. }
  131.  
  132. blockquote blockquote {
  133. padding-left:5px;
  134. border-left:1px solid;
  135. }
  136.  
  137. blockquote img {
  138. {block:ifNot400pxposts}
  139. max-width:440px!important;
  140. {/block:ifNot400pxposts}
  141. {block:if400pxposts}
  142. max-width:340px!important;
  143. {/block:if400pxposts}
  144. }
  145.  
  146. #still {
  147. left:50%;
  148. margin-left:-250px;
  149. position:absolute;
  150. }
  151.  
  152. #title {
  153. text-shadow: #E0E0E0 0px 1px 1px;
  154. line-height: 90%;
  155. text-transform: lowercase;
  156. font-weight: bold;
  157. width:180px;
  158. padding:0px 0px 8px 0px;
  159. font-size:25px;
  160. font-family:'bell mt';
  161. text-align:center;
  162. word-spacing: 2px;
  163. }
  164.  
  165. #post {
  166. {block:ifNot400pxposts}
  167. width:500px;
  168. {/block:ifNot400pxposts}
  169. {block:if400pxposts}
  170. width:400px;
  171. {/block:if400pxposts}
  172. {block:permalinkpage}
  173. padding-bottom:20px!important;
  174. {/block:permalinkpage}
  175. padding-bottom:100px;
  176. }
  177.  
  178. #entries {
  179. padding:10px;
  180. margin-left:80px;
  181. {block:ifNot400pxposts}
  182. width:500px;
  183. {/block:ifNot400pxposts}
  184. {block:if400pxposts}
  185. width:400px;
  186. {/block:if400pxposts}
  187. margin-top:40px;
  188. }
  189.  
  190. #sidebar {
  191. margin-top: 170px;
  192. margin-left:-240px;
  193. background-color: transparent;
  194. height: 110%;
  195. overflow: hidden;
  196. top: 1px;
  197. width:240px;
  198. padding-left:60px;
  199. position:fixed;
  200. }
  201.  
  202. #sidebarimage {
  203. width: 210px;
  204. padding:10px 0px 10px 0px;
  205. margin-right:auto;
  206. margin-left:-10px;
  207. }
  208.  
  209. #sidebarimage img {
  210. width:210px;
  211. }
  212.  
  213. #links {
  214. text-align:center;
  215. font-size:8px;
  216. line-height:35px;
  217. width:190px;
  218. font-family:Calibri;
  219. text-transform:uppercase;
  220. }
  221.  
  222. #links a {
  223. color:{color:link};
  224. padding: 6px 5px 5px 5px;
  225. border-bottom: 1px solid #e4e4e4;
  226. letter-spacing: 2px;
  227. -webkit-transition: all 0.4s ease-in-out;
  228. -moz-transition: all 0.4s ease-in-out;
  229. -o-transition: all 0.4s ease-in-out;
  230. -ms-transition: all 0.4s ease-in-out;
  231. transition: all 0.4s ease-in-out;
  232. }
  233.  
  234. #links a:hover {
  235. color:{color:link hover};
  236. padding: 6px 5px 5px 5px;
  237. padding-bottom:15px;
  238. border-bottom: 0px solid #e4e4e4;
  239. -webkit-transition: all 0.4s ease-in-out;
  240. -moz-transition: all 0.4s ease-in-out;
  241. -o-transition: all 0.4s ease-in-out;
  242. -ms-transition: all 0.4s ease-in-out;
  243. transition: all 0.4s ease-in-out;
  244. }
  245.  
  246. #links2 {
  247. text-align:center;
  248. font-size:9px;
  249. font-family:times new roman;
  250. font-style:italic;
  251. font-weight:bold;
  252. width:195px;
  253. text-transform:lowercase;
  254. padding-bottom:8px;
  255. }
  256.  
  257. #links2 a {
  258. color:{color:link};
  259. padding: 0px;
  260. letter-spacing: 1px;
  261. text-decoration:underline;
  262. -webkit-transition: all 0.5s ease-in-out;
  263. -moz-transition: all 0.5s ease-in-out;
  264. -o-transition: all 0.5s ease-in-out;
  265. -ms-transition: all 0.5s ease-in-out;
  266. transition: all 0.5s ease-in-out;
  267. }
  268.  
  269. #links2 a:hover {
  270. color:{color:link hover};
  271. background:{color:Sidebar Background};
  272. text-decoration:none;
  273. -webkit-transition: all 0.5s ease-in-out;
  274. -moz-transition: all 0.5s ease-in-out;
  275. -o-transition: all 0.5s ease-in-out;
  276. -ms-transition: all 0.5s ease-in-out;
  277. transition: all 0.5s ease-in-out;
  278. }
  279.  
  280. #description {
  281. text-align:justify;
  282. background:{color:Sidebar Background};
  283. font-size:9px;
  284. font-family:helvetica;
  285. word-spacing:1px;
  286. width:195px;
  287. line-height:13px;
  288. margin-left: -20px;
  289. padding:18px;
  290. padding-top:10px;
  291. border-bottom:1px solid #e4e4e4;
  292. }
  293.  
  294. #description a {
  295. padding:8px;
  296. }
  297.  
  298. #pagination {
  299. width:500px;
  300. margin-top:5px;
  301. text-align:center;
  302. font-family:Calibri;
  303. padding-bottom:20px;
  304. font-size:12px;
  305. letter-spacing:1px;
  306. }
  307.  
  308. #pagination a {
  309. color:{color:link hover};
  310. text-transform:uppercase;
  311. padding:10px;
  312. font-size:9px;
  313. -webkit-transition: all 0.5s ease-in-out;
  314. -moz-transition: all 0.5s ease-in-out;
  315. -o-transition: all 0.5s ease-in-out;
  316. -ms-transition: all 0.5s ease-in-out;
  317. transition: all 0.5s ease-in-out;
  318. }
  319.  
  320. #pagination a:hover {
  321. color:{color:link hover};
  322. background-color:{color:background};
  323.  
  324. }
  325.  
  326. #info {
  327. padding:0 20px;
  328. font-style:italic;
  329. font-size:10px;
  330. padding-top:10px;
  331. text-align:right;
  332. margin-top:15px;
  333. border-top:1px solid rgba(0,0,0,0.1);
  334. }
  335.  
  336. .tags {
  337. padding:5px;
  338. font-weight:normal!important;
  339. }
  340.  
  341. .tags a {
  342. text-decoration:underline;
  343. }
  344.  
  345. #ask {
  346. {block:ifnot400pxposts}
  347. width:460px;
  348. {/block:ifnot400pxposts}
  349. {block:if400pxposts}
  350. width:360px;
  351. {/block:if400pxposts}
  352. word-spacing:2px;
  353. line-height:13px;
  354. padding:20px;
  355. background:#f7f7f7;
  356. }
  357.  
  358. .question {
  359. {block:ifnot400pxposts}
  360. width:380px;
  361. {/block:ifnot400pxposts}
  362. {block:if400pxposts}
  363. width:280px;
  364. {/block:if400pxposts}
  365. float: right;
  366. margin-right:5px;
  367. min-height: 43px;
  368. text-align: left;
  369. line-height:13px;
  370. }
  371.  
  372. .asker {
  373. padding-top:10px;
  374. text-transform:lowercase;
  375. font-weight:bold;
  376. }
  377.  
  378. .answer {
  379. padding-bottom:4px;
  380. padding-left:10px;
  381. }
  382.  
  383. .clear {
  384. clear: both;
  385. }
  386.  
  387. #quote {
  388. {block:ifNot400pxposts}
  389. width:500px;
  390. {/block:ifNot400pxposts}
  391. {block:if400pxposts}
  392. width:400px;
  393. {/block:if400pxposts}
  394. padding:0px 0px 8px 0px;
  395. font-family:helvetica;
  396. text-align:justify;
  397. word-spacing: 2px;
  398. line-height:130%;
  399. font-size:12px;
  400. text-transform:lowercase;
  401. }
  402.  
  403. #source {
  404. padding:0px 0px 8px 0px;
  405. font-size:11px;
  406. font-style:oblique;
  407. font-family:justus, georgia, arial, times;
  408. text-align:center;
  409. word-spacing: 2px;
  410. line-height:110%;
  411. text-transform:lowercase;
  412. margin-top:-7px;
  413. }
  414.  
  415. #source a {
  416. background:{background};
  417. }
  418.  
  419. #border {
  420. margin-top:15px;
  421. border-top:1px solid #eee;
  422. }
  423.  
  424. #linkpost {
  425. {block:ifNot400pxposts}
  426. width:500px;
  427. {/block:ifNot400pxposts}
  428. {block:if400pxposts}
  429. width:400px;
  430. {/block:if400pxposts}
  431. padding:0px 0px 8px 0px;
  432. font-size:23px;
  433. font-family:justus, georgia, arial, times;
  434. text-align:left;
  435. word-spacing: 2px;
  436. line-height:90%;
  437. text-transform:200;
  438. font-weight:lighter;
  439. margin-left: 30px;
  440. }
  441.  
  442. .audio-post { text-align: left; }
  443.  
  444.  
  445. #caption {
  446. font-size:12px;
  447. border-left: 2px solid #e3e3e3;
  448. font-style:normal;
  449. }
  450.  
  451. #cap {
  452. padding: 5px;
  453. margin-top: 5px;
  454. }
  455.  
  456. #caps {
  457. background:#f4f4f4;
  458. padding: 20px;
  459. }
  460.  
  461. .caption img {
  462. {block:if400pxPosts}
  463. max-width:345px!important;
  464. {/block:if400pxPosts}
  465. {block:ifnot400pxPosts}
  466. max-width:445px!important;
  467. {/block:ifnot400pxPosts}
  468. }
  469.  
  470. .user_1 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  471. .user_2 .label{color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  472. .user_3 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  473. .user_4 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  474. .user_5 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  475. .user_6 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  476. .user_7 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  477. .user_8 .label{color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  478. .user_9 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  479. .user_10 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  480. .user_11 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  481. .user_12 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  482. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px;}
  483.  
  484. ol.notes {
  485. display:block;
  486. padding-bottom:2%;
  487. text-align:left;
  488. list-style-type:none;
  489. padding:25px 0;
  490. }
  491.  
  492. ol.notes li.note{
  493. padding:2%;
  494. }
  495.  
  496. ol.notes li.note img.avatar{
  497. width:0px;
  498. height:0px;
  499. }
  500.  
  501. .pagenotes {
  502. width:400px;
  503. text-align:left;
  504.  
  505. }
  506.  
  507. #credit {
  508. position:fixed;
  509. right:10px;
  510. bottom:10px;
  511. text-shadow:2px 1px #eee;
  512. text-transform:uppercase;
  513. font:8px 'times';
  514. letter-spacing:1px;
  515. -webkit-transition: all 0.3s ease;
  516. -moz-transition: all 0.3s ease;
  517. -ms-transition: all 0.3s ease;
  518. -o-transition: all 0.3s ease;
  519. transition: all 0.3s ease;
  520.  
  521. }
  522.  
  523. #credit a:hover {
  524. text-decoration:underline;
  525. -webkit-transition: all 0.3s ease;
  526. -moz-transition: all 0.3s ease;
  527. -ms-transition: all 0.3s ease;
  528. -o-transition: all 0.3s ease;
  529. transition: all 0.3s ease;
  530.  
  531. }
  532.  
  533.  
  534. {CustomCSS}</style></head><body>
  535. <div id="still">
  536. <div id="sidebar">
  537.  
  538. {block:ifsidebarimage}<div id="sidebarimage"><img src="{image:sidebar}"></div>{/block:ifsidebarimage}
  539.  
  540. {block:iftitle}<div id="title">{title}</div>{/block:iftitle}
  541.  
  542. <div id="description"><div id="links2">
  543. <a href="/">index</a>
  544. <a href="/ask">ask</a>
  545. <a href="/archive">archive</a><br/>
  546. </div>{description}</div>
  547.  
  548. <div id="links">
  549. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  550. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  551. {/block:iflink2}
  552. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>
  553. {/block:iflink3}
  554. </div>
  555.  
  556.  
  557. </div>
  558.  
  559. <div id="entries">{block:Posts}<div id="post">
  560.  
  561. {block:ContentSource}
  562. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  563. {/block:SourceLogo}
  564. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  565. {/block:ContentSource}
  566.  
  567. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  568.  
  569. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/>
  570. </center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:Caption}<div class="cap"><div id="caps"><span class="caption">{Caption}</span></div></div>{/block:Caption}{/block:Photo}
  571.  
  572. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:Caption}<div class="cap"><div id="caps"><span class="caption">{Caption}</span></div></div>{/block:Caption}{/block:Photoset}
  573.  
  574. {block:Quote}
  575. {block:Source} <div id="border"></div><div id="source"><span style="background:{color:background}; padding:10px;"> by {Source}</span></div>{/block:Source}
  576. <div id="quote">{Quote}</div>{/block:Quote}
  577.  
  578. {block:Link}<h1><div id="linkpost"><a href="{URL}" {Target}>{Name}</a></div></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  579.  
  580. {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></p>{/block:Chat}
  581.  
  582. {block:AudioPlayer}
  583. <div class="audio-post">
  584. <div style="width:inherit;padding:15px 15px 10px 15px;background:#000;">
  585. {AudioPlayerblack}
  586. </div></div>{block:Caption}<div class="cap"><div id="caps"><span class="caption">{Caption}</span></div></div>{/block:Caption}
  587. {/block:AudioPlayer}
  588.  
  589. {block:Video}{block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}<div class="cap"><div id="caps"><span class="caption">{Caption}</span></div></div>{/block:Caption}{/block:Video}
  590.  
  591. {block:Answer}
  592. <div id="ask"><div class="question">
  593. <span class="asker">{Asker}</span> asked:&nbsp;&nbsp;
  594. <br>"{Question}"</div>
  595. <div class="askphoto"><img src="{AskerPortraitURL-40}" /></div> <div class="clear"></div></div><br>
  596. <div class="answer">{Answer}</div>
  597. {/block:Answer}
  598.  
  599. <div id="info">
  600. {block:Date}
  601. <span style="padding:5px;"><a href="{Permalink}">{DayOfMonthWithZero} {Month} {Year}, <span style="padding:7px;"> {TimeAgo} with {NoteCount} notes.</a>{/block:Date}</span>
  602. {block:RebloggedFrom}
  603. {block:permalinkpage}<span style="padding:4px;"><a href="{ReblogParentURL}"title="{ReblogParentName}">source</a></span>{/block:permalinkpage}
  604. <span style="padding:5px;"><a href="{ReblogRootURL}"title="{ReblogRootName}">source</a></span>{/block:RebloggedFrom}
  605.  
  606. <br/>
  607.  
  608. {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  609.  
  610. </div></div>
  611.  
  612. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  613. {/block:Posts}
  614.  
  615. {block:Pagination}
  616. <div id="pagination">
  617. {block:PreviousPage}
  618. <a href="{PreviousPage}">back</a>
  619. {/block:PreviousPage}
  620. {block:JumpPagination length="3"}
  621. {block:CurrentPage}
  622. <span class="current_page">{PageNumber}</span>
  623. {/block:CurrentPage}
  624. {block:JumpPage}
  625. <a href="{URL}">{PageNumber}</a>
  626. {/block:JumpPage}
  627. {/block:JumpPagination}
  628. {block:NextPage}
  629. <a href="{NextPage}">forth</a>
  630. {/block:NextPage}
  631. </div>
  632. {/block:Pagination}
  633. </div>
  634. </div>
  635.  
  636. <div id="credit">
  637. <a href="http://banefactor.tumblr.com/">
  638. bf themes
  639. </a>
  640.  
  641. </div>
  642.  
  643. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment