Advertisement
sumlnt

BAEKSTEL THEME TWO

Feb 9th, 2015
1,128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.10 KB | None | 0 0
  1. <!--
  2. BBBBBB KK KK SSSS LL
  3. BB BB KK KK SS LL
  4. BB BB KKKKK SS LL
  5. BBBB KKKKK SS LL
  6. BB BB KK KK SS LL
  7. BB BB KK KK SS LL
  8. BBBBBB KK KK SSSS LLLLLLLL
  9.  
  10. THEME BY TUMBLR USER BAEKSTEL.
  11. PLEASE DO NOT REMOVE CREDIT. ENJOY! ᕙ(^▿^-ᕙ)
  12. -->
  13.  
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17. <head>
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}" />
  24. {/block:Description}
  25.  
  26.  
  27. <meta name="color:Gradient One" content="#a5d8ea"/>
  28. <meta name="color:Gradient Two" content="#afe2ba"/>
  29. <meta name="color:Navigation" content="#F4F4F4"/>
  30. <meta name="color:Text" content="#ffffff"/>
  31. <meta name="color:description" content="#999999"/>
  32. <meta name="color:Title" content="#ffffff"/>
  33. <meta name="color:title hover" content="#cecece"/>
  34. <meta name="color:Link" content="#e5e5e5"/>
  35. <meta name="color:scrollbar" content="#a5d8ea"/>
  36. <meta name="color:scrollbar bg" content="#ffffff"/>
  37.  
  38. <meta name="text:Link1" content="/" />
  39. <meta name="text:Link1 Title" content="link1" />
  40. <meta name="text:Link2" content="/" />
  41. <meta name="text:Link2 Title" content="link2" />
  42. <meta name="text:Link3" content="/" />
  43. <meta name="text:Link3 Title" content="link3" />
  44. <meta name="text:Link4" content="/" />
  45. <meta name="text:Link4 Title" content="link4" />
  46. <meta name="text:Link5" content="/" />
  47. <meta name="text:Link5 Title" content="link5" />
  48.  
  49. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  50.  
  51. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  52.  
  53. <script>
  54. (function($){
  55. $(document).ready(function(){
  56. $("[title]").style_my_tooltips({
  57. tip_follows_cursor:true,
  58. tip_delay_time:30,
  59. tip_fade_speed:300,
  60. attribute:"title"
  61. });
  62. });
  63. })(jQuery);
  64. </script>
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69. iframe#tumblr_controls {
  70. top: 0% !important;
  71. right:0% !important;
  72. opacity:0.3;
  73. position: fixed !important;
  74. filter:alpha(opacity=30);
  75. -webkit-transition: all 0.7s ease;
  76. -moz-transition: all 0.7s ease;
  77. -o-transition: all 0.7s ease;
  78. }
  79.  
  80. iframe#tumblr_controls:hover{
  81. top: 0% !important;
  82. right:0% !important;
  83. opacity:0.8;
  84. position: fixed !important;
  85. filter:alpha(opacity=80);
  86. -webkit-transition: all 0.7s ease;
  87. -moz-transition: all 0.7s ease;
  88. -o-transition: all 0.7s ease;
  89. }
  90.  
  91. ::-webkit-scrollbar {width:4px;height:auto; background:{color:scrollbar bg};}
  92. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  93. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  94. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  95.  
  96. #s-m-t-tooltip{
  97. font-size:9px;
  98. position:absolute;
  99. margin-top: 15px;
  100. letter-spacing:1px;
  101. z-index:9999;
  102. background:{color:background};
  103. text-transform:uppercase;
  104. padding:3px 6px;
  105. -webkit-transition:all 0.3s;
  106. -moz-transition:all 0.3s;
  107. -ms-transition:all 0.3s;
  108. -o-transition:all 0.3s;
  109. transition:all 0.3s;
  110. }
  111.  
  112. body {
  113. margin-top:100px;
  114. font-family:Arial;
  115. font-size:9px;
  116. text-align:justify;
  117. line-height:13px;
  118. color:{color:text};
  119. background: -webkit-linear-gradient(left, {color:gradient one} , {color:gradient two});
  120. background: -o-linear-gradient(right, {color:gradient one} , {color:gradient two});
  121. background: -moz-linear-gradient(right, {color:gradient one} , {color:gradient two});
  122. background: linear-gradient(to right, {color:gradient one} , {color:gradient two});
  123. }
  124.  
  125. a:link, a:visited, a:active {
  126. -moz-transition:0.2s ease-in;
  127. -webkit-transition:0.2s ease-in;
  128. -o-transition:0.2s ease-in;
  129. transition:0.2s ease-in;
  130. text-decoration:none;
  131. color:{color:link};
  132. }
  133.  
  134. a:hover {
  135. -moz-transition:0.2s ease-in;
  136. -webkit-transition:0.2s ease-in;
  137. -o-transition:0.2s ease-in;
  138. transition:0.2s ease-in;
  139. color: transparent;
  140. text-shadow: #000 0 0 3px {color:title hover};
  141. text-decoration:none;
  142. }
  143.  
  144. small {
  145. font-size:9px;
  146. }
  147.  
  148. big {
  149. font-size:12px;
  150. }
  151.  
  152. b, strong {
  153. color:{color:link};
  154. }
  155.  
  156. i, em {
  157. color:{color:text};
  158. }
  159.  
  160. p {
  161. margin-top:8px;
  162. margin-bottom:5px;
  163. }
  164.  
  165. blockquote {
  166. border-left:1px solid {color:text};
  167. padding-left:10px;
  168. margin:10px;
  169. max-width:400px!important;
  170. }
  171.  
  172. blockquote img {
  173. max-width:380px!important;
  174. }
  175.  
  176. h1 {
  177. text-transform:none;
  178. font-size:11px;
  179. text-decoration:none;
  180. text-align:left;
  181. font-weight:bold;
  182. line-height:130%;
  183. padding-left:15px;
  184. padding-bottom:5px;
  185. border-bottom:1px solid {color:text};
  186. font-family:arial;
  187. color:{color:title};
  188. }
  189.  
  190. h2 {
  191. font-weight:normal;
  192. font-style:italic;
  193. font-family:helvetica;
  194. text-align:left;
  195. line-height:150%;
  196. text-transform:none;
  197. font-size:12px;
  198. padding:15px;
  199. color:{color:title};
  200. }
  201.  
  202. .s {
  203. text-align:right;
  204. padding-right:15px;
  205. }
  206.  
  207.  
  208. #content {
  209. margin-top:-40px;
  210. margin:100px auto 30px;
  211. width:500px;
  212. margin-left:auto;
  213. margin-right:auto;
  214. }
  215.  
  216. .posts {
  217. line-height:15px;
  218. width:500px;
  219. padding-bottom:40px;
  220. }
  221.  
  222. .posts img {
  223. max-width:500px;
  224. }
  225.  
  226. #sbar {
  227. margin-right:auto;
  228. margin-left:auto;
  229. width:500px;
  230. height:auto;
  231. margin-bottom:100px;
  232. }
  233.  
  234. .topbarline {
  235. width:150px;
  236. position:absolute;
  237. margin-top:5px;
  238. text-align:center;
  239. display: block;
  240. border-bottom:1px double {color:title};
  241. z-index:8;
  242. }
  243.  
  244. .topbarline2 {
  245. width:150px;
  246. position:absolute;
  247. margin-left:350px;
  248. margin-top:5px;
  249. text-align:center;
  250. display: block;
  251. border-bottom:1px double {color:title};
  252. z-index:8;
  253. }
  254.  
  255. .title {
  256. width:160px;
  257. margin-left:170px;
  258. color:{color:title};
  259. font-family:arial;
  260. text-align:center;
  261. line-height:90%;
  262. text-transform:uppercase;
  263. letter-spacing:7px;
  264. font-size:15px;
  265. position:absolute;
  266. -webkit-transition: all 0.5s ease-in-out;
  267. -moz-transition: all 0.5s ease-in-out;
  268. -o-transition: all 0.5s ease-in-out;
  269. }
  270.  
  271. .title:hover {
  272. color: transparent;
  273. text-shadow: #000 0 0 3px {color:title hover};
  274. text-decoration:none;
  275. transition: all 0.5s ease-in-out;
  276. -o-transition: all 0.5s ease-in-out;
  277. -webkit-transition: all 0.5s ease-in-out;
  278. -moz-transition: all 0.5s ease-in-out;}
  279.  
  280. .description {
  281. border:1px solid {color:title};
  282. font-family:Arial;
  283. font-size:9px;
  284. text-transform:uppercase;
  285. text-align:justify;
  286. word-spacing:2px;
  287. letter-spacing:1px;
  288. width:480px;
  289. padding:10px 9px;
  290. position:absolute;
  291. color:#ffffff;
  292. }
  293.  
  294. #links {
  295. margin-top:auto;
  296. height:auto;
  297. padding-top:65px;
  298. font-size:10px;
  299. text-align:center;
  300. }
  301.  
  302.  
  303. #links a {
  304. display:inline-block;
  305. width:9px;
  306. height:9px;
  307. background:{color:link};
  308. border-radius:0%;
  309. margin:10px 15px;
  310. border:1px solid transparent;
  311. -webkit-transition:all 0.3s;
  312. -moz-transition:all 0.3s;
  313. -ms-transition:all 0.3s;
  314. -o-transition:all 0.3s;
  315. transition:all 0.3s;
  316. }
  317. #links a:hover {border-radius:100%;
  318. border:1px solid #ffffff;
  319. background:transparent;
  320. -webkit-transition:all 0.3s;
  321. -moz-transition:all 0.3s;
  322. -ms-transition:all 0.3s;
  323. -o-transition:all 0.3s;
  324. transition:all 0.3s; }
  325.  
  326. #tlbar {
  327. width:500px;
  328. height:20px;
  329. margin:5px auto;
  330. }
  331.  
  332. .info {
  333. font-weight:normal;
  334. text-transform:lowercase;
  335. font-size:9px;
  336. background:transparent;
  337. padding-top:6px;
  338. padding-left:4px;
  339. text-align:left;
  340. word-spacing:2px;
  341. width:100%;
  342. }
  343.  
  344. .tags {
  345. padding-top:5px;
  346. padding-left:0px;
  347. }
  348.  
  349. .tags a{
  350. font-size:9px;
  351. text-transform:lowercase;
  352. text-decoration:none;
  353. margin-left:-5px;
  354. padding:1px 2px 1px 2px;
  355. }
  356.  
  357. .tags a:hover{
  358. background:transparent;
  359. }
  360.  
  361. #questions {
  362. text-align:left;
  363. font-weight:normal;
  364. line-height:130%;
  365. text-transform:lowercase;
  366. font-size:10px;
  367. background:transparent;
  368. border-bottom:1px solid {color:text};
  369. padding-bottom:10px;
  370. padding-left:5px;
  371. color:{color:text};
  372. }
  373.  
  374. .asker {
  375. text-align:right;
  376. padding:8px;
  377. font-weight:normal;
  378. font-style:italic;
  379. font-size:10px;
  380. }
  381.  
  382. .answer {
  383. padding:0px 5px 0px 5px;
  384. }
  385.  
  386.  
  387. #audio {
  388. height:60px;
  389. width:30px;
  390. margin:0 auto;
  391. overflow:hidden;
  392. padding-bottom:20px;
  393. }
  394.  
  395. .audioinfo {
  396. text-transform:uppercase;
  397. font-size:14px;
  398. padding-bottom:15px;
  399. line-height:150%;
  400. }
  401.  
  402.  
  403. .playerback {text-align:center;
  404. }
  405.  
  406. .chat ol {
  407. padding:0;
  408. line-height:180%;
  409. list-style:none;
  410. }
  411.  
  412. .line.odd {
  413. padding:7px;
  414. margin-bottom:6px;
  415. }
  416.  
  417. .line.even {
  418. padding:7px;
  419. margin-bottom:6px;
  420. }
  421.  
  422. .label {
  423. padding-right:1px;
  424. text-transform:uppercase;
  425. font-weight:bold;
  426. color:{color:link};
  427. }
  428.  
  429.  
  430. ol.notes {
  431. padding:0px;
  432. margin:25px 0px;
  433. list-style-type:none;
  434. }
  435. ol.notes li.note {
  436. padding: 10px;
  437. }
  438. ol.notes li.note img.avatar {
  439. vertical-align:-4px;
  440. margin-right:10px;
  441. width:16px;
  442. height:16px;
  443. }
  444. ol.notes li.note span.action {
  445. font-weight:normal;
  446. }
  447. ol.notes li.note .answer_content {
  448. font-weight:normal;
  449. }
  450. ol.notes li.note blockquote {
  451. padding:9px 6px 9px 6px;
  452. margin:10px 0px 0px 25px;
  453. }
  454.  
  455. #pagination {
  456. text-align:center;
  457. text-transform:uppercase;
  458. letter-spacing:4px;
  459. font-size:9px;
  460. margin-top:50px;
  461. padding-bottom:40px;
  462. padding-top:40px;
  463. }
  464. #pagination a {
  465. line-height:14px;
  466. margin:0 25px;
  467. }
  468.  
  469.  
  470. #credit {
  471. position:fixed;
  472. right:10px;
  473. bottom:14px;
  474. text-transform:uppercase;
  475. font:10px 'calibri';
  476. letter-spacing:1px;
  477. padding:5px;
  478. border:1px solid {color:title};
  479. -webkit-transition: all 0.5s ease;
  480. -moz-transition: all 0.5s ease;
  481. -ms-transition: all 0.5s ease;
  482. -o-transition: all 0.5s ease;
  483. transition: all 0.5s ease;}
  484.  
  485. #credit:hover {
  486. font-style:italic;
  487. border:1px solid {color:title hover};
  488. -webkit-transition: all 0.5s ease;
  489. -moz-transition: all 0.5s ease;
  490. -ms-transition: all 0.5s ease;
  491. -o-transition: all 0.5s ease;
  492. transition: all 0.5s ease;}
  493.  
  494. {CustomCSS}
  495. </style>
  496.  
  497. <body>
  498.  
  499. <div id="sbar">
  500.  
  501. <div id="tlbar">
  502. <div class="title">{Title}</div>
  503. <div class="topbarline2"></div>
  504. <div class="topbarline"></div>
  505. </div>
  506. <div class="description">
  507. {block:Description}{Description}{/block:Description}
  508. </div>
  509.  
  510. <div id="links">
  511. {block:iflink1}<a href="{text:link1}" style="opacity:0.2;" title="{text:link1 title}"></a>{/block:iflink1}
  512. {block:iflink2}<a href="{text:link2}" style="opacity:0.4;" title="{text:link2 title}"></a>{/block:iflink2}
  513. {block:iflink3}<a href="{text:link3}" style="opacity:0.6;" title="{text:link3 title}"></a>{/block:iflink3}
  514. {block:iflink4}<a href="{text:link4}" style="opacity:0.8;" title="{text:link4 title}"></a>{/block:iflink4}
  515. {block:iflink5}<a href="{text:link5}" style="opacity:1;" title="{text:link5 title}"></a>{/block:iflink5}
  516.  
  517. </div>
  518. </div>
  519.  
  520. <div id="content">
  521. {block:Posts}
  522.  
  523. <div class="posts">
  524.  
  525. {block:Text}
  526. {block:Title}
  527. <h1>{Title}</h1>
  528. {/block:Title}
  529. {Body}
  530. {/block:Text}
  531.  
  532. {block:Quote}
  533. <h2>{Quote}</h2>
  534. <div class="s">
  535. — {Source}</div>
  536. {/block:Quote}
  537.  
  538. {block:Link}
  539. <a href="{URL}">
  540. <h1>{Name}</h1></a>
  541. {block:Description}
  542. <p>{Description}</p>
  543. {/block:Description}
  544. {/block:Link}
  545.  
  546. {block:Photo}
  547. <center>
  548. <img src="{PhotoURL-500}"/>
  549. </center>
  550. {block:Caption}
  551. {Caption}
  552. {/block:Caption}
  553. {/block:Photo}
  554.  
  555. {block:Photoset}
  556. <center>
  557. {Photoset-500}
  558. </center>
  559. {block:Caption}
  560. {Caption}
  561. {/block:Caption}
  562. {/block:Photoset}
  563.  
  564. {block:Chat}
  565. {block:Title}
  566. <h1>{Title}</h1>
  567. {/block:Title}
  568. <div class="chat">
  569. <ol>{block:Lines}
  570. <li class="line {Alt}">
  571. {block:Label}
  572. <span class="label">
  573. {Label}</span>
  574. {/block:Label}{Line}</li>
  575. {/block:Lines}
  576. </ol></div>
  577. {/block:Chat}
  578.  
  579.  
  580. {block:Video}
  581. {Video-400}
  582. {block:Caption}
  583. {Caption}
  584. {/block:Caption}
  585. {/block:Video}
  586.  
  587. {block:Answer}
  588. <div id="questions">
  589. <span style="
  590. text-transform:none;
  591. font-size:14px;">
  592. Q:</span>
  593. {Question}<br />
  594. </div>
  595. <div class="asker">
  596. {Asker}</div>
  597. <div class="answer">
  598. {Answer}</div>
  599. {/block:Answer}
  600.  
  601. {block:Audio}
  602. <div class="playerback">
  603. <div class="audioinfo">
  604. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  605. </div>
  606. <div id="audio">
  607. {block:AudioPlayer}
  608. {AudioPlayerWhite}
  609. {/block:AudioPlayer}
  610. </div>
  611. {block:Caption}
  612. <p>{Caption}
  613. {/block:Caption}
  614. {/block:Audio}
  615.  
  616.  
  617. <div class="info">
  618.  
  619. {block:Date}
  620. <a href="{Permalink}">
  621. <span style="text-decoration:underline">
  622. {Month} {DayOfMonth}{DayOfMonthSuffix}</span></a>
  623. {/block:Date}
  624.  
  625. {block:NoteCount}
  626. &nbsp; <a href="{Permalink}">
  627. {NoteCountWithLabel}</a>
  628. {/block:NoteCount}
  629.  
  630. {block:ContentSource}
  631. &nbsp; <a href="{SourceURL}">source</a>
  632. {/block:ContentSource}
  633.  
  634. <div class="tags">
  635. {block:HasTags}
  636. tagged:
  637. {block:Tags}
  638. &nbsp;<a href="{TagURL}">{Tag}</a>
  639. {/block:Tags}
  640. {/block:HasTags}
  641. </div>
  642.  
  643. </div>
  644. </div>
  645.  
  646. {/block:Posts}
  647.  
  648. {block:ContentSource}
  649. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
  650.  
  651. {block:Pagination}
  652. <div id="pagination">
  653. {block:PreviousPage}
  654. <a href="{PreviousPage}"> back</a>
  655. {/block:PreviousPage}
  656. {CurrentPage} out of {TotalPages}
  657. {block:NextPage}
  658. <a href="{NextPage}"> forth</a>
  659. {/block:NextPage}</div>{/block:Pagination}
  660.  
  661. </div>
  662. <div id="credit">
  663. <a href="http://bravesound.co.vu">
  664. BAEKSTEL
  665. </a></div>
  666.  
  667. </body>
  668. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement