Advertisement
bsethemes

1957

Jan 13th, 2015
762
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.05 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.  
  3. <!--
  4.  
  5. BASE CODE THEME BY ADOREDASH
  6.  
  7. _______ __ __ .____ __ __ .____ ____ _ _
  8. ' / | | / | | / / \ `. /
  9. | |___| |__. |\ /| |__. |,_-< `./
  10. | | | | | \/ | | | ` ,'
  11. / / / /----/ / / /----/ `----' _-'
  12.  
  13.  
  14.  
  15.  
  16. ____ _____ .____ _______ __ __ .____ __ __ .____ _____
  17. / \ ( / ' / | | / | | / (
  18. |,_-< `--. |__. | |___| |__. |\ /| |__. `--.
  19. | ` | | | | | | | \/ | | |
  20. `----' \___.' /----/ / / / /----/ / / /----/ \___.'
  21.  
  22.  
  23.  
  24. -don't change or remove credit
  25. -don't take bits of the code
  26. -don't claim theme as yours
  27. -for any questions, feedback or theme requests please don't hesitate to contanct me!!!
  28.  
  29. -->
  30.  
  31. <script type="text/javascript">
  32. WebFontConfig = {
  33. google: { families: [ 'Raleway:200:latin' ] }
  34. };
  35. (function() {
  36. var wf = document.createElement('script');
  37. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  38. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  39. wf.type = 'text/javascript';
  40. wf.async = 'true';
  41. var s = document.getElementsByTagName('script')[0];
  42. s.parentNode.insertBefore(wf, s);
  43. })(); </script>
  44.  
  45.  
  46.  
  47. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  48. <head>
  49.  
  50. <title>{Title}</title>
  51. <link rel="shortcut icon" href="{Favicon}">
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  53. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  54.  
  55. <meta name="color:Background" content=""/>
  56. <meta name="color:Title" content="#fff"/>
  57. <meta name="color:Text" content="#4f4f4f"/>
  58. <meta name="color:Description" content="#fff"/>
  59. <meta name="color:Link" content="#aaaaaa"/>
  60. <meta name="color:Tags" content="#cccccc"/>
  61. <meta name="color:Hover" content="#f1f1f1"/>
  62. <meta name="color:Scrollbar" content="ffffff"/>
  63. <meta name="color:Scrollbar Background" content="ffffff"/>
  64. <meta name="color:Blockquote" content="#000"/>
  65. <meta name="color:Sidebar Border" content="#fff">
  66.  
  67. <meta name="image:Sidebar" content=""/>
  68. <meta name ="image:Background" content=""/>
  69.  
  70. <meta name="if:Greyscale" content="">
  71. <meta name="if:Caption" content=""/>
  72.  
  73. <meta name="text:Title" content=""/>
  74. <meta name="text:Link1" content="">
  75. <meta name="text:Link1 url" content="/">
  76. <meta name="text:Link2" content="">
  77. <meta name="text:Link2 url" content="/">
  78. <meta name="text:Link3" content="">
  79. <meta name="text:Link3 url" content="/">
  80. <meta name="text:Link4" content="">
  81. <meta name="text:Link4 url" content="/">
  82.  
  83. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  84. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  85. <script>
  86. (function($){
  87. $(document).ready(function(){
  88. $("a[title]").style_my_tooltips({
  89. tip_follows_cursor:true,
  90. tip_delay_time:90,
  91. tip_fade_speed:600,
  92. attribute:"title"
  93. });
  94. });
  95. })(jQuery);
  96. </script>
  97.  
  98. <style type="text/css">
  99.  
  100.  
  101. #s-m-t-tooltip {
  102. max-width:200px;
  103. margin:25px 20px 25px 20px;
  104. background:#000; /* tool tips color */
  105. color:#fff; /* tool tips text color */
  106. font-size:11px;
  107. line-height:13px;
  108. padding:3px 5px 4px 5px;
  109. opacity:.1;
  110. border: 1px solid #e5e5e5; /* tool tip border */
  111. -webkit-box-shadow: 3px 3px 0px -1px rgba(255,255,255,0.08);
  112. -moz-box-shadow: 3px 3px 0px -1px rgba(255,255,255,0.08);
  113. box-shadow: 3px 3px 0px -1px rgba(255,255,255,0.08);
  114. -webkit-transition: all 0.2s ease-out;
  115. -moz-transition: all 0.2s ease-out;
  116. transition: all 0.2s ease-out;
  117. z-index:999999999999999999999999999999999999;
  118. }
  119.  
  120. /*-----SCROLLBAR-----*/
  121.  
  122. ::-moz-selection {
  123. background-color:#FEFEFE;
  124. color:#E6E6E6;
  125. }
  126. ::selection {
  127. background-color:#FEFEFE;
  128. color:#E6E6E6;
  129. }
  130. ::-webkit-scrollbar {
  131. height: 6px;
  132. width: 3px;
  133. }
  134. ::-webkit-scrollbar-thumb {
  135. background-color:{color:Scrollbar};
  136. width: 3px;
  137. }
  138. ::-webkit-scrollbar-track{
  139. background-color:{color:Scroll Background};
  140. width: 3px;
  141. }
  142.  
  143.  
  144. /*-----BODY-----*/
  145. body {
  146. background:{color:Background} url('{image:Background}') top left fixed repeat;
  147. font-family: 'Raleway' sans-serif;
  148. font-size:9px;
  149. padding-bottom:5px;
  150. padding-top:0px;
  151. padding-right:0px;
  152. padding-left:0px;
  153. text-align:justify;
  154. color:{color:text};
  155. margin:0;
  156. letter-spacing:1px;
  157. }
  158.  
  159. /*TEXT LINKS*/
  160. a {
  161. text-decoration:none;
  162. -moz-outline-style:none;
  163. color:{color:Link};
  164. -webkit-transition: all 0.5s ease;
  165. -moz-transition: all 0.5s ease;
  166. -o-transition: all 0.5s ease
  167. }
  168.  
  169. a:hover {
  170. color:{color:Hover};
  171. -webkit-transition: all 0.5s ease;
  172. -moz-transition: all 0.5s ease;
  173. -o-transition: all 0.5s ease
  174. }
  175.  
  176. /*IMAGES*/
  177.  
  178. h1 {
  179. font-size:15px;
  180. text-align:center;
  181. color:{color:Text};
  182. text-transform:uppercase;
  183. }
  184.  
  185. /*BLOCKQUOTE*/
  186. blockquote {
  187. line-height:10px;
  188. margin-left:0px;
  189. padding: 4px;
  190. padding-left:9px;
  191. border-left: 1px solid {color:Blockquote};
  192. }
  193.  
  194.  
  195. /*-----SIDEBAR-----*/
  196.  
  197. #sidebar {
  198. position:fixed;
  199. width:300px;
  200. margin-right:0px;
  201. margin-left:90px;
  202. margin-top:140px;
  203. margin-bottom:0px;
  204. font-size: 5px;
  205. opacity:1;
  206. }
  207.  
  208. /*SB IMAGE*/
  209. #sidebarimage {
  210. width:300px;
  211.  
  212. }
  213.  
  214. #sidebarimage img {
  215. width:300px;
  216. padding-top:0px;
  217. padding-bottom:10px;
  218. padding-right:0px;
  219. padding-left:0px;
  220. z-index:0;
  221. outline: 3px solid {color:Sidebar Border};
  222. outline-offset: -25px;
  223. -webkit-filter: grayscale(0%);
  224. -moz-filter: grayscale(0%);
  225. filter: grayscale(0%);
  226. }
  227.  
  228. #title {
  229. font-size:20px;
  230. margin-top:-130px;
  231. margin-left:80px;
  232. letter-spacing:1px;
  233. font-family: 'Raleway' sans-serif;
  234. text-align:center;
  235. color:{color:Title};
  236. position:absolute;
  237. z-index:1;
  238. }
  239.  
  240.  
  241. /*DESCRIPTION*/
  242. .desc {
  243. position:fixed;
  244. width:200px;
  245. color:{color:Description};
  246. margin-top:-70px;
  247. margin-left:55px;
  248. font-size:12px;
  249. font-style:italic;
  250. text-align:justify;
  251. font-family: 'arial';
  252. }
  253.  
  254.  
  255. .desc a {
  256. color:{color:Description};
  257. -moz-transition-duration:0.6s;
  258. -webkit-transition-duration:0.6s;
  259. -o-transition-duration:0.6s;
  260. }
  261.  
  262. /*SIDEBAR LINKS*/
  263. .links {
  264. position:fixed;
  265. margin-top:-10px;
  266. margin-left:5px;
  267. width:300px;
  268. font-weight:bold;
  269. word-spacing:5px;
  270. letter-spacing:2px;
  271. text-align:center;
  272. background:transparent;
  273. text-transform:uppercase;
  274. }
  275.  
  276.  
  277. /*PAGINATION*/
  278. .pagi {
  279. margin-left:700px;
  280. margin-bottom:10px;
  281. font-weight:bold;
  282. font-size:9px;
  283. text-align:center;
  284. position:absolute;
  285. }
  286.  
  287. .pagi a {
  288. font-size:9px;
  289. }
  290.  
  291.  
  292. /*-----ENTRIES-----*/
  293. #entries {
  294. padding:10px;
  295. width:500px;
  296. margin-left:450px;
  297. margin-top:50px;
  298. font-size:10px;
  299. margin-bottom:50px;
  300. }
  301.  
  302.  
  303.  
  304. #posts {
  305. width:500px;
  306. padding-bottom:20px;
  307. padding:10px;
  308. margin-top:20px;
  309. }
  310.  
  311. /*POST INFO*/
  312. #info {
  313. border-top:1px solid {color:Border};
  314. width:500px;
  315. padding-top:8px;
  316. font-size:8px;
  317. margin-left:-1px;
  318. font-style:normal;
  319. text-align:left;
  320. -moz-transition-duration:0.5s;
  321. -webkit-transition-duration:0.5s;
  322. -o-transition-duration:0.5s;
  323. }
  324.  
  325. /*TAGS*/
  326. .tags {
  327. font-family:arial;
  328. width:500px;
  329. line-height:200%;
  330. text-align:left;
  331. text-transform: lowercase;
  332. font-size:8px;
  333. -moz-transition-duration:0.5s;
  334. -webkit-transition-duration:0.5s;
  335. -o-transition-duration:0.5s;
  336. }
  337.  
  338. /*NOTES*/
  339. .notes {
  340. background-color:rgba(255,255,255,0.4);
  341. margin-left:20px;
  342. letter-spacing:1px;]
  343. text-align:left;
  344. line-height:30px;
  345. border:1px solid #fff;
  346. height:300px;
  347. overflow:auto;
  348. }
  349.  
  350. .notes img{
  351. padding:2px;
  352. border:1px solid #eee;
  353. margin-bottom:-4px;
  354. -webkit-transition:all 0.5s ease-in-out;
  355. -moz-transition:all 0.5s ease-in-out;
  356. -o-transition:all 0.5s ease-in-out;
  357. -ms-transition:all 0.5s ease-in-out;
  358. transition:all 0.5s ease-in-out;
  359. }
  360.  
  361. .notes img:hover {
  362. opacity: 0.6;
  363. -webkit-transition:all 0.5s ease-in-out;
  364. -moz-transition:all 0.5s ease-in-out;
  365. -o-transition:all 0.5s ease-in-out;
  366. -ms-transition:all 0.5s ease-in-out;
  367. transition:all 0.5s ease-in-out;}
  368.  
  369.  
  370.  
  371. {block:ifGreyscale}
  372. #photo #photoset img {
  373. -webkit-filter: grayscale(100%);
  374. -moz-filter: grayscale(100%);
  375. filter: grayscale(100%);
  376. -webkit-transition-duration: 1s;
  377. -moz-transition-duration: 1s;
  378. -o-transition-duration: 1s;
  379. transition-duration: 1s;
  380. }
  381. {/block:ifGreyscale}
  382.  
  383. #photo #photoset img:hover {
  384. -webkit-filter: grayscale(0%);
  385. -moz-filter: grayscale(0%);
  386. filter: grayscale(0%);
  387. -webkit-transition-duration: 1s;
  388. -moz-transition-duration: 1s;
  389. -o-transition-duration: 1s;
  390. transition-duration: 1s;
  391. }
  392.  
  393. /* --- QUOTE ---*/
  394. .quote {
  395. font-size:11px;
  396. font-style:normal;
  397. line-height:17px;
  398. margin-bottom:15px;
  399. text-transform:normal;
  400. text-align:left;
  401. font-weight:normal;
  402. font-style:none;
  403. color:{color:text};
  404. }
  405.  
  406. .quotesource {
  407. font-size:9px;
  408. text-align:right;
  409. font-style:none;
  410. text-transform:lowercase;
  411. font-family:helvetica;
  412. margin-bottom:5px;
  413. color:{color:text};
  414. }
  415.  
  416.  
  417. /* --- AUDIO ---*/
  418. .audio {
  419. height:60px;
  420. margin-bottom:40px;
  421. }
  422.  
  423. .audio-album {
  424. position:absolute;
  425. width:100px;
  426. padding:3px;
  427. opacity: 1;
  428. }
  429.  
  430. .audio-player {
  431. opacity:1;
  432. filter:alpha(opacity=90);
  433. width:25px;
  434. height:25px;
  435. overflow:hidden;
  436. position:absolute;
  437. border:30px;
  438. z-index:2;
  439. margin-left:43px;
  440. margin-top:43px;
  441. opacity:0;
  442. -webkit-transition: all 0.6s ease-out;
  443. -o-transition: all 0.6s ease-out;
  444. -webkit-transition: all 0.6s ease-out;
  445. -moz-transition: all 0.6s ease-out;
  446. }
  447.  
  448. .audio-info {
  449. margin-top:7px;
  450. position:relative;
  451. margin-left:120px;
  452. line-height:180%;
  453. padding:2px;
  454. }
  455.  
  456. .audio:hover .audio-player {
  457. opacity:.6;
  458. -webkit-transition: all 0.6s ease-out;
  459. -o-transition: all 0.6s ease-out;
  460. -webkit-transition: all 0.6s ease-out;
  461. -moz-transition: all 0.6s ease-out;
  462. }
  463.  
  464. /* --- ASK---*/
  465. .ask {
  466. font-size:20px;
  467. font-family:arial;
  468. letter-spacing:-2px;
  469. font-weight:bold;
  470. text-align:right;
  471. padding:6px;
  472. background:#FAFAFA;
  473. text-transform:lowercase;
  474. }
  475.  
  476. .question {
  477. letter-spacing:0px;
  478. margin-top:-12px;
  479. font-style:italic;
  480. padding:4px;
  481. background:#FAFAFA;
  482. text-align:right;
  483. color:{color:Text};
  484. border-bottom:1px solid #E6E6E6;
  485. }
  486.  
  487. .answer {
  488. width:500px;
  489. letter-spacing:0px;
  490. text-align:justify;
  491. padding-top:5px;
  492. margin-bottom:1px;
  493. color:{color:Text};
  494. }
  495.  
  496. /* ---CHAT---*/
  497. .user_1 .label {color:{color:text}; font-weight:bold; font-style:italic;}
  498. .user_2 .label {color:{color:text}; font-weight:bold; font-style:italic; }
  499. .user_3 .label {color:{color:text}; font-weight:bold; font-style:italic;}
  500. .user_4 .label {color:{color:text}; font-weight:bold; font-style:italic; }
  501. .user_5 .label {color:{color:text}; font-weight:bold; font-style:italic;}
  502. .user_6 .label {color:{color:text}; font-weight:bold; font-style:italic; }
  503. .ul.chat {}
  504. .chat ol {}
  505. .chat li {list-style:none; margin-left:-38px; padding:2px; font-style: none; font-size: 9px; }
  506.  
  507.  
  508.  
  509. /*---AUDIO---*/
  510. #maker{
  511. float:right;
  512. position:fixed;
  513. bottom:5px;
  514. right:10px;
  515. padding:7px;
  516. font-size:10px;
  517. text-align:center;
  518. line-height:210%;
  519. text-transform:uppercase;
  520. }
  521.  
  522. #maker a {
  523. padding:7px;
  524. color:#c0c0c0;
  525. font-weight:bold;
  526. letter-spacing:3px;
  527. }
  528.  
  529. #maker a:hover{
  530. color:#fff;
  531. padding:7px;
  532. background-color:{color:hover};
  533. }
  534.  
  535. {CustomCSS}</style></head><body>
  536.  
  537.  
  538. <div id="sidebar">
  539.  
  540.  
  541. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  542.  
  543. <div id="title">{text:sidetitle}</div>
  544. <div class="desc">
  545. {Description}
  546. </div>
  547.  
  548.  
  549. <div class="links">
  550. <a href="/">home</a>
  551. <a href="/ask">ask</a>
  552. <a href="{text:link1 url}">{text:link1}</a>
  553. <a href="{text:link2 url}">{text:link2}</a>
  554. <a href="{text:link3 url}">{text:link3}</a>
  555. <a href="{text:link4 url}">{text:link4}</a>
  556. </div>
  557.  
  558.  
  559.  
  560. </div>
  561.  
  562.  
  563. <div id="entries">{block:Posts}<div id="posts">
  564.  
  565.  
  566. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  567.  
  568.  
  569. {block:Photo}<div id="photo">{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</div>{block:ifcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifcaption}{/block:Photo}
  570.  
  571.  
  572. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  573.  
  574.  
  575. {block:Photoset}<div id="photo">{Photoset-500}</div>{block:ifcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifcaption}{/block:Photoset}
  576.  
  577.  
  578. {block:Quote}<div class="quote">" {Quote} "</div>{block:Source} <div class="quotesource">—&nbsp;{Source}</div>{/block:Source}{/block:Quote}
  579.  
  580.  
  581. {block:Audio}
  582. <div class="audio">
  583. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  584. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  585.  
  586.  
  587. <div class="audio-info">
  588. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  589. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  590. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  591. </div></div>
  592. <div class="audiocaption">{block:ifcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifcaption}</div>
  593. {/block:Audio}
  594.  
  595.  
  596. {block:Video}{Video-500}{block:ifcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifcaption}{/block:Video}
  597.  
  598.  
  599. {block:Chat}<ul class="chat">{block:Title}{Title}{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  600.  
  601.  
  602. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  603.  
  604.  
  605. <div id="info"> posted <a href="{Permalink}" title="{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {12Hour}:{Minutes} {CapitalAmPm}">{TimeAgo} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  606.  
  607. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  608. {/block:Posts}
  609.  
  610. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  611. {/block:Posts}</div></div></div>
  612.  
  613. {block:Pagination}
  614. <div class="pagi">
  615. {block:PreviousPage}
  616. <a href="{PreviousPage}">newer ―</a>
  617. {/block:PreviousPage}
  618.  
  619. {block:NextPage}
  620. <a href="{NextPage}"> older</a>
  621. {/block:NextPage}
  622. </div>
  623. {/block:Pagination}
  624.  
  625. <div id="maker"><a href="http://www.bsethemes.tumblr.com">BSE</a></div></center>
  626.  
  627.  
  628. <!--DON'T DELETE THIS CODE IF YOU DON'T WANT TO SEE THE SOURCE UNDER THE IMAGE/TEXT-->
  629. {block:ContentSource}
  630. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  631. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  632. {/block:SourceLogo}
  633. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  634. {/block:ContentSource}
  635.  
  636.  
  637. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement