Advertisement
extasisthemes

Thieves (Sidebar Theme Version)

Jul 31st, 2016
1,168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.20 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!----- Thieves (Sidebar Theme Version) by extasisthemes ----->
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. <meta name="color:Asker" content="#000000"/>
  14. <meta name="color:Audio Background" content="#ffffff"/>
  15. <meta name="color:Background" content="#f8f8f8"/>
  16. <meta name="color:Blockquote" content="#eeeeee"/>
  17. <meta name="color:Blog Title" content="#117777"/>
  18. <meta name="color:Border" content="#eeeeee"/>
  19. <meta name="color:Caption Background" content="#fafafa"/>
  20. <meta name="color:Caption Border" content="#eeeeee"/>
  21. <meta name="color:Credit" content="#000000"/>
  22. <meta name="color:Credit Background" content="#ffffff"/>
  23. <meta name="color:Hover" content="#cfcfcf"/>
  24. <meta name="color:Info Background" content="#ffffff"/>
  25. <meta name="color:Link" content="#000000"/>
  26. <meta name="color:Link Border" content="#117777"/>
  27. <meta name="color:List" content="#eeeeee"/>
  28. <meta name="color:Post Title" content="#000000"/>
  29. <meta name="color:Posts Background" content="#ffffff"/>
  30. <meta name="color:Scrollbar" content="#000000"/>
  31. <meta name="color:Sidebar Background" content="#ffffff"/>
  32. <meta name="color:Text" content="#000000"/>
  33. <meta name="color:Tooltip Background" content="#ffffff"/>
  34.  
  35. <meta name="text:Link 1" content="/"/>
  36. <meta name="text:Link 1 Title" content="Link One"/>
  37. <meta name="text:Link 2" content="/"/>
  38. <meta name="text:Link 2 Title" content="Link Two"/>
  39. <meta name="text:Link 3" content="/"/>
  40. <meta name="text:Link 3 Title" content="Link Three"/>
  41.  
  42. <meta name="text:Title" content="Thieves"/>
  43.  
  44. <meta name="image:Image" content="http://i.imgur.com/b3gRAWn.jpg"/>
  45.  
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("a[title]").style_my_tooltips({
  52. tip_follows_cursor:true,
  53. tip_delay_time:90,
  54. tip_fade_speed:600,
  55. attribute:"title"
  56. });
  57. });
  58. })(jQuery);
  59. </script>
  60.  
  61. <style type="text/css">
  62.  
  63. @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
  64. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,400italic);
  65.  
  66. ::-webkit-scrollbar-thumb:vertical {
  67. background:{color:Scrollbar};
  68. height:50px;
  69. }
  70.  
  71. ::-webkit-scrollbar {
  72. height:10px;
  73. width:3px;
  74. }
  75.  
  76. #s-m-t-tooltip {
  77. background:{color:Tooltip Background};
  78. border:1px solid {color:Border};
  79. color:{color:Text};
  80. font-family:'Open Sans', sans-serif;
  81. font-size:10px;
  82. font-style:normal;
  83. font-weight:normal;
  84. letter-spacing:0px;
  85. margin-top:20px;
  86. padding:10px;
  87. text-align:center;
  88. text-decoration:none;
  89. text-transform:uppercase;
  90. z-index:999999999999999999999999999999999999;
  91. }
  92.  
  93. body {
  94. background:{color:Background};
  95. color:{color:Text};
  96. cursor:url(http://i.imgur.com/lhPqll6.png), progress;
  97. font-family:'Open Sans', sans-serif;
  98. font-size:11px;
  99. font-style:normal;
  100. font-weight:normal;
  101. letter-spacing:0px;
  102. margin:0px;
  103. text-align:justify;
  104. text-decoration:none;
  105. text-transform:none;
  106. word-break:break-word;
  107. }
  108.  
  109. a {
  110. border-bottom:1px solid {color:Link Border};
  111. color:{color:Link};
  112. text-decoration:none;
  113. -webkit-transition: all 0.5s ease;
  114. -moz-transition: all 0.5s ease;
  115. -o-transition: all 0.5s ease;
  116. }
  117.  
  118. a:hover {
  119. color:{color:Hover};
  120. }
  121.  
  122. h1 {
  123. color:{color:Post Title};
  124. font-family:'Open Sans', sans-serif;
  125. font-size:12px;
  126. font-style:normal;
  127. font-weight:bold;
  128. letter-spacing:0px;
  129. line-height:150%;
  130. text-align:left;
  131. text-decoration:none;
  132. text-transform:none;
  133. }
  134.  
  135. blockquote {
  136. border-left:1px solid {color:Blockquote};
  137. margin:5px;
  138. padding-left:5px;
  139. }
  140.  
  141. blockquote img {
  142. height:auto;
  143. max-width:200px;
  144. }
  145.  
  146. blockquote blockquote {
  147. border-left:1px solid {color:Blockquote};
  148. padding-left:5px;
  149. }
  150.  
  151. ul {
  152. padding:10px;
  153. }
  154.  
  155. li {
  156. list-style:none;
  157. padding:2px 0px 1px 0px;
  158. }
  159.  
  160. li:before {
  161. color:{color:List};
  162. content:'–––––';
  163. letter-spacing:-3px;
  164. padding-right:10px;
  165. }
  166.  
  167. img {
  168. height:auto;
  169. max-width:100%;
  170. }
  171.  
  172. #sidebar-border {
  173. background:{color:Sidebar Background};
  174. border-right:1px solid {color:Border};
  175. height:100%;
  176. margin-left:0px;
  177. margin-top:-100px;
  178. position:fixed;
  179. width:400px;
  180. }
  181.  
  182. #sidebar {
  183. margin-bottom:auto;
  184. margin-left:auto;
  185. margin-right:auto;
  186. margin-top:150px;
  187. width:200px;
  188. }
  189.  
  190. .image {
  191. height:50px;
  192. margin-left:auto;
  193. margin-right:auto;
  194. width:50px;
  195. }
  196.  
  197. .image img {
  198. border-radius:100px;
  199. height:50px;
  200. width:50px;
  201. }
  202.  
  203. .title {
  204. color:{color:Blog Title};
  205. font-family:'Montserrat', sans-serif;
  206. font-size:12px;
  207. font-style:normal;
  208. font-weight:900;
  209. letter-spacing:0px;
  210. margin-top:20px;
  211. text-decoration:none;
  212. text-align:center;
  213. text-transform:uppercase;
  214. }
  215.  
  216. .links {
  217. color:{color:Link};
  218. font-family:'Open Sans', sans-serif;
  219. font-size:10px;
  220. font-style:normal;
  221. font-weight:normal;
  222. letter-spacing:0px;
  223. margin-top:10px;
  224. text-decoration:none;
  225. text-align:center;
  226. text-transform:uppercase;
  227. }
  228.  
  229. .links a {
  230. border-bottom:none;
  231. display:inline-block;
  232. color:{color:Link};
  233. margin-right:5px;
  234. margin-left:5px;
  235. }
  236.  
  237. .links a:hover {
  238. color:{color:Hover};
  239. }
  240.  
  241. .border-top {
  242. background:{color:Border};
  243. height:1px;
  244. margin-left:auto;
  245. margin-right:auto;
  246. margin-top:10px;
  247. width:100px;
  248. }
  249.  
  250. .description {
  251. color:{color:Text};
  252. font-family:'Open Sans', sans-serif;
  253. font-size:11px;
  254. font-style:normal;
  255. font-weight:normal;
  256. letter-spacing:0px;
  257. margin-top:10px;
  258. text-decoration:none;
  259. text-align:center;
  260. text-transform:none;
  261. }
  262.  
  263. .border-bottom {
  264. background:{color:Border};
  265. height:1px;
  266. margin-left:auto;
  267. margin-right:auto;
  268. margin-top:10px;
  269. width:100px;
  270. }
  271.  
  272. .pagination {
  273. color:{color:Text};
  274. font-family:'Open Sans', sans-serif;
  275. font-size:10px;
  276. font-style:normal;
  277. font-weight:normal;
  278. letter-spacing:0px;
  279. margin-top:10px;
  280. text-align:center;
  281. text-decoration:none;
  282. text-transform:uppercase;
  283. }
  284.  
  285. .pagination a {
  286. color:{color:Link};
  287. }
  288.  
  289. .pagination a:hover {
  290. color:{color:Hover};
  291. }
  292.  
  293. #container {
  294. margin-left:401px;
  295. width: calc(100% - 401px);
  296. }
  297.  
  298. #posts {
  299. margin-bottom:100px;
  300. margin-left:auto;
  301. margin-right:auto;
  302. margin-top:100px;
  303. width:480px;
  304. }
  305.  
  306. .entries {
  307. background:{color:Posts Background};
  308. border:1px solid {color:Border};
  309. padding:40px;
  310. width:400px;
  311. }
  312.  
  313. .caption {
  314. margin-top:5px;
  315. background:{color:Caption Background};
  316. border:1px solid {color:Border};
  317. padding:10px;
  318. }
  319.  
  320. #quote {
  321. color:{color:Text};
  322. font-family:'Open Sans', sans-serif;
  323. font-size:15px;
  324. font-style:normal;
  325. font-weight:normal;
  326. letter-spacing:0px;
  327. padding:10px;
  328. text-align:justify;
  329. text-decoration:none;
  330. text-transform:none;
  331. }
  332.  
  333. #chat {
  334. color:{color:Text};
  335. font-family:'Open Sans', sans-serif;
  336. font-size:10px;
  337. font-style:normal;
  338. font-weight:normal;
  339. letter-spacing:0px;
  340. text-align:justify;
  341. text-decoration:none;
  342. text-transform:uppercase;
  343. }
  344.  
  345. #website {
  346. color:{color:Text};
  347. font-family:'Open Sans', sans-serif;
  348. font-size:12px;
  349. font-style:normal;
  350. font-weight:normal;
  351. letter-spacing:0px;
  352. text-align:justify;
  353. text-decoration:none;
  354. text-transform:none;
  355. }
  356.  
  357. .question {
  358. border:1px solid {color:Border};
  359. color:{color:Text};
  360. font-family:'Open Sans', sans-serif;
  361. font-size:11px;
  362. font-style:normal;
  363. font-weight:normal;
  364. letter-spacing:0px;
  365. margin-bottom:10px;
  366. padding:20px;
  367. text-align:justify;
  368. text-decoration:none;
  369. text-transform:none;
  370. }
  371.  
  372. .asker {
  373. color:{color:Asker};
  374. font-family:'Open Sans', sans-serif;
  375. font-size:11px;
  376. font-style:normal;
  377. font-weight:bold;
  378. letter-spacing:0px;
  379. text-align:justify;
  380. text-decoration:none;
  381. text-transform:uppercase;
  382. }
  383.  
  384. .asker a {
  385. border-bottom:1px solid {color:Border};
  386. color:{color:Asker};
  387. }
  388.  
  389. .asker a:hover {
  390. color:{color:Hover};
  391. }
  392.  
  393. .playbutton {
  394. height:28px;
  395. overflow:hidden;
  396. padding:5px;
  397. position:relative;
  398. width:25px;
  399. }
  400.  
  401. .playbox {
  402. background:{color:Audio Background};
  403. margin-left:17px;
  404. margin-top:17px;
  405. opacity:0.7;
  406. position:absolute;
  407. }
  408.  
  409. .audiodesc {
  410. color:{color:Text};
  411. font-family:'Open Sans', sans-serif;
  412. font-size:10px;
  413. font-style:normal;
  414. font-weight:normal;
  415. letter-spacing:0px;
  416. margin-left:5px;
  417. margin-top:0px;
  418. padding:17px;
  419. position:relative;
  420. text-align:left;
  421. text-decoration:none;
  422. text-transform:uppercase;
  423. }
  424.  
  425. #info {
  426. background:{color:Info Background};
  427. border-left:1px solid {color:Border};
  428. border-right:1px solid {color:Border};
  429. border-bottom:1px solid {color:Border};
  430. color:{color:Text};
  431. font-family:'Open Sans', sans-serif;
  432. font-size:10px;
  433. font-style:normal;
  434. font-weight:normal;
  435. letter-spacing:0px;
  436. margin-bottom:50px;
  437. padding:40px;
  438. text-align:left;
  439. text-decoration:none;
  440. text-transform:uppercase;
  441. width:400px;
  442. }
  443.  
  444. #info a {
  445. color:{color:Link};
  446. }
  447.  
  448. #info a:hover {
  449. color:{color:Hover};
  450. }
  451.  
  452. #tags {
  453. color:{color:Text};
  454. font-family:'Open Sans', sans-serif;
  455. font-size:10px;
  456. font-style:normal;
  457. font-weight:normal;
  458. letter-spacing:0px;
  459. text-align:left;
  460. text-decoration:none;
  461. text-transform:uppercase;
  462. }
  463.  
  464. #tags a {
  465. color:{color:Link};
  466. }
  467.  
  468. #tags a:hover {
  469. color:{color:Hover};
  470. }
  471.  
  472. #notes {
  473. color:{color:Text};
  474. font-family:'Open Sans', sans-serif;
  475. font-size:10px;
  476. font-style:normal;
  477. font-weight:normal;
  478. letter-spacing:0px;
  479. text-align:left;
  480. text-decoration:none;
  481. text-transform:uppercase;
  482. }
  483.  
  484. #notes a {
  485. color:{color:Link};
  486. }
  487.  
  488. #notes a:hover {
  489. color:{color:Hover};
  490. }
  491.  
  492. #notes img {
  493. display:none;
  494. }
  495.  
  496. #credit {
  497. background:{color:Credit Background};
  498. border:1px solid {color:Border};
  499. bottom:15px;
  500. color:{color:Credit};
  501. float:right;
  502. font-family:'Open Sans', sans-serif;
  503. font-size:10px;
  504. font-style:normal;
  505. font-weight:normal;
  506. letter-spacing:0px;
  507. padding:5px;
  508. position:fixed;
  509. right:15px;
  510. text-align:justify;
  511. text-decoration:none;
  512. text-transform:uppercase;
  513. }
  514.  
  515. #credit a {
  516. border-bottom:none;
  517. color:{color:Credit};
  518. }
  519.  
  520. #credit a:hover {
  521. color:{color:Hover};
  522. }
  523.  
  524. {CustomCSS}</style></head><body>
  525.  
  526. <div id="sidebar-border">
  527.  
  528. <div id="sidebar">
  529.  
  530. <div class="image"><img src="{image:Image}"/></div>
  531.  
  532. <div class="title">{text:Title}</div>
  533.  
  534. <div class="links">
  535. <a href="/">Home</a>
  536. <a href="/ask">Ask</a>
  537. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  538. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  539. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  540. <a href="/archive">Archive</a>
  541. </div>
  542.  
  543. <div class="border-top"></div>
  544.  
  545. <div class="description">{Description}</div>
  546.  
  547. <div class="border-bottom"></div>
  548.  
  549. {block:IndexPage}
  550. <div class="pagination">
  551. {block:PreviousPage}
  552. <a href="{PreviousPage}">Previous</a>
  553. {/block:PreviousPage}
  554. {CurrentPage} out of {TotalPages}
  555. {block:NextPage}
  556. <a href="{NextPage}">Next</a>
  557. {/block:NextPage}
  558. </div>
  559. {/block:IndexPage}
  560.  
  561. </div>
  562.  
  563. </div>
  564.  
  565. <div id="container">
  566.  
  567. <div id="posts">
  568. {block:Posts}
  569. <div class="entries">
  570.  
  571. {block:Photo}<img src="{PhotoURL-400}">
  572. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  573. {/block:Photo}
  574.  
  575. {block:Photoset}{Photoset}
  576. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  577. {/block:Photoset}
  578.  
  579. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  580.  
  581. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  582.  
  583. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  584.  
  585. <div id="chat">
  586. {block:Chat}
  587. {block:Title}
  588. <h1>{Title}</h1>
  589. {/block:Title}
  590. {block:Lines}
  591. {block:Label}<b>{Label}</b>{/block:Label}
  592. {Line}<br>
  593. {/block:Lines}{/block:Chat}
  594. </div>
  595.  
  596. {block:Audio}
  597. <table><tr><td><div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  598. {block:AlbumArt}<img src="{AlbumArtURL}" height="70" width="70">{/block:AlbumArt}</td>
  599. <td><div class="audiodesc">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist} {block:Album}<b>Album:</b> {Album}<br>{/block:Album}</div></td></tr></table>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  600. {/block:Audio}
  601.  
  602. {block:Video}
  603. {Video-400}
  604. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  605. {/block:Video}
  606.  
  607. {block:Answer}
  608. <div class="question">
  609. <span class="asker"><a href="{AskerURL}">{Asker}</a></span> {Question}</div>
  610. {Answer}
  611. {/block:Answer}
  612. </div>
  613.  
  614. {block:Date}<div id="info">posted on {Month} {DayOfMonth}, {Year} with <a href="{Permalink}">{NoteCount} notes</a> {/block:Date} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(orig <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  615.  
  616. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  617. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
  618.  
  619. {/block:Posts}
  620.  
  621. </div>
  622.  
  623. <div id="credit">
  624. <a href="http://extasisthemes.tumblr.com/">ET</a>
  625. </div>
  626.  
  627. </body>
  628. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement