sherloeckchen

theme #15

May 2nd, 2013
4,245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}" />
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  8. <meta name="description" content="{MetaDescription}" />
  9.  
  10. <meta name="color:links" content=""/>
  11. <meta name="image:header" content=""/>
  12.  
  13. <meta name="text:link1" content=""/>
  14. <meta name="text:link1url" content=""/>
  15. <meta name="text:link2" content=""/>
  16. <meta name="text:link2url" content=""/>
  17. <meta name="text:link3" content=""/>
  18. <meta name="text:link3url" content=""/>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Cabin+Condensed|Oranienbaum|Capriola' rel='stylesheet' type='text/css'>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400,400italic|Playfair+Display:400,400italic|Lora:400,400italic|IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700,400italic' rel='stylesheet' type='text/css'>
  25.  
  26. <script type="text/javascript"
  27. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28.  
  29. <!-- CUSTOMIZABLE TOOLTIP -->
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  31.  
  32. <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
  33.  
  34. <script>
  35. $().ready(function() {
  36. $("[title]").style_my_tooltips({
  37. tip_follows_cursor: "on", //on/off
  38. tip_delay_time: 300 //milliseconds
  39. });
  40. });
  41. </script>
  42.  
  43. <!-- LAZY LOAD -->
  44. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  45. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  46. <script type="text/javascript" charset="utf-8">
  47. var $j = jQuery.noConflict();
  48. $j(function() {
  49. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  50. $j("img").lazyload({
  51. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  52. effect: "fadeIn",
  53. });
  54. });
  55. </script>
  56.  
  57. </head>
  58.  
  59. <style type="text/css">
  60.  
  61. ::-webkit-scrollbar-thumb:vertical{
  62. background-color:black;
  63. border-right:1px solid white;
  64. border-top:1px solid white;
  65. border-bottom:1px solid white;
  66. }
  67.  
  68. ::-webkit-scrollbar-thumb:horizontal{
  69. background-color:black;
  70. border-bottom:1px solid white;
  71. border-right:1px solid white;
  72. border-left:1px solid white;
  73. }
  74.  
  75. ::-webkit-scrollbar{
  76. height:6px;
  77. width:6px;
  78. background-color:white;
  79. }
  80.  
  81. ::-moz-selection, ::selection{
  82. background-color:black;
  83. color:white;
  84. }
  85.  
  86. #s-m-t-tooltip{
  87. position:absolute;
  88. font-size:7px;
  89. letter-spacing:1px;
  90. text-transform:uppercase;
  91. z-index:5000;
  92. background-color:white;
  93. color:#202020;
  94. padding:5px 5px 4px 6px;
  95. border:1px solid #f2f2f2;
  96. }
  97.  
  98. body{
  99. background-color:white;
  100. font-family:times, serif;
  101. font-size:10px;
  102. letter-spacing:0px;
  103. color:black;
  104. text-align:justify;
  105. word-wrap:break-word;
  106. }
  107.  
  108. a, a:active, a:visited{
  109. text-decoration:none;
  110. -webkit-transition:0.5s ease-in;
  111. -moz-transition:0.5s ease-in;
  112. -o-transition:0.5s ease-in;
  113. transition:0.5s ease-in;
  114. color:{color:links};
  115. }
  116.  
  117. a:hover{
  118. color:black;
  119. }
  120.  
  121. blockquote{
  122. margin-left:0px;
  123. border-left:2px solid #f2f2f2;
  124. padding-left:10px;
  125. width:90%;
  126. }
  127.  
  128. blockquote img{
  129. max-width:100%;
  130. }
  131.  
  132. small{font-size:9px;}
  133.  
  134. big{font-size:12px;}
  135.  
  136. ul li{list-style-type:square;}
  137.  
  138. u{text-decoration:none;padding-bottom:1px;border-bottom:1px solid black;}
  139.  
  140. #tumblr_controls{
  141. position:fixed !important;
  142. -webkit-filter:invert(1);
  143. }
  144.  
  145. #side{
  146. position:fixed;
  147. top:0px;
  148. bottom:0px;
  149. left:0px;
  150. border-right:1px solid #f2f2f2;
  151. width:300px;
  152. opacity:0.9;
  153. -webkit-transition:0.7s;
  154. }
  155.  
  156. #side:hover{
  157. opacity:1;
  158. }
  159.  
  160. #header{
  161. text-align:;
  162. position:fixed;
  163. width:140px;
  164. margin:150px 0 0 80px;
  165. }
  166.  
  167. #header h1{
  168. font-size:15px;
  169. font-style:;
  170. margin-bottom:15px;
  171. font-weight:normal;
  172. letter-spacing:0px;
  173. text-transform:uppercase;
  174. font-family:'old standard tt';
  175. }
  176.  
  177. #header h1 a{
  178. color:black;
  179. }
  180.  
  181. #header img{
  182. margin:0 0 15px 10px;
  183. -webkit-border-radius:100px;
  184. width:120px;
  185. }
  186.  
  187. #header .descr{
  188. margin:0px auto 0px;
  189. text-align:justify;
  190. }
  191.  
  192. #header .descr .links{
  193. margin-top:15px;
  194. font-size:7px;
  195. letter-spacing:1px;
  196. text-transform:uppercase;
  197. text-align:center;
  198. line-height:15px;
  199. }
  200.  
  201. #header .descr .links a{
  202. padding:1px;
  203. margin:0px 5px 0px;
  204. color:black;
  205. background-color:white;
  206. border-bottom:1px solid transparent;
  207. }
  208.  
  209. #header .descr .links a:hover{
  210. border-bottom:1px solid {color:links};
  211. }
  212.  
  213. .pagination{
  214. text-align:center;
  215. margin-top:90px;
  216. font-size:8px;
  217. text-transform:uppercase;
  218. letter-spacing:1px;
  219. }
  220.  
  221. .pagination a.next{
  222. color:black;
  223. margin-left:10px;
  224. }
  225.  
  226. .pagination a.prev{
  227. color:black;
  228. margin-right:10px;
  229. }
  230.  
  231. /* posts */
  232.  
  233. #container{
  234. width:500px;
  235. margin:120px 0px 60px 450px;
  236. }
  237.  
  238. h2{
  239. text-align:center;
  240. font-weight:normal;
  241. text-transform:uppercase;
  242. font-size:9px;
  243. letter-spacing:1px;
  244. margin:0px 0px 10px;
  245. }
  246.  
  247. h3{
  248. text-align:center;
  249. font-weight:normal;
  250. margin:0px 0px 75px;
  251. text-transform:uppercase;
  252. font-size:8px;
  253. letter-spacing:1px;
  254. }
  255.  
  256. .post{
  257. width:500px;
  258. background-color:white;
  259. border:0px solid black;
  260. {block:IndexPage}margin-bottom:150px;{/block:IndexPage}
  261. {block:PermalinkPage}margin-bottom:10px;{/block:PermalinkPage}
  262. }
  263.  
  264. .op{
  265. {block:IndexPage}opacity:1;{/block:IndexPage}
  266. -webkit-transition:0.5s ease-in;
  267. }
  268.  
  269. .op:hover{
  270. opacity:1;
  271. }
  272.  
  273. .post h1{
  274. text-align:center;
  275. margin:0px 0px 10px;
  276. font-size:20px;
  277. letter-spacing:-1px;
  278. font-style:italic;
  279. }
  280.  
  281. span.more{font-family:cambria !important;}
  282.  
  283. /* QUOTES */
  284.  
  285. /* .postquote{
  286. padding:10px;
  287. display:block;
  288. height:auto;
  289. width:300px;
  290. margin:0px auto 0px;
  291. line-height:15px;
  292. text-align:center;
  293. text-transform:uppercase;
  294. font-size:9px;
  295. letter-spacing:1px;
  296. } */
  297.  
  298. .postquote{
  299. display:block;
  300. width:350px;
  301. margin:0px auto 20px;
  302. line-height:15px;
  303. text-align:center;
  304. font-style:italic;
  305. font-size:9px;
  306. letter-spacing:0px;
  307. word-spacing:2px;
  308. text-transform:uppercase;
  309. }
  310.  
  311. .quotesource{
  312. text-align:right;
  313. margin-top:-8px;
  314. }
  315.  
  316. .quotesource span{
  317. background-color:white;
  318. padding-left:10px;
  319. }
  320.  
  321. .quoteborder{
  322. border-bottom:3px double #f2f2f2;
  323. }
  324.  
  325. /* AUDIO POSTS */
  326.  
  327. .musicplayer{
  328. width:27px;
  329. height:27px;
  330. overflow:hidden;
  331. z-index:2;
  332. display:block;
  333. background-color:black;
  334. margin:38px 0px 0px 180px;
  335. position:absolute;
  336. opacity:1;
  337. -webkit-transition: all 0.7s ease-in-out;
  338. -moz-transition: all 0.7s ease-in-out;
  339. -o-transition: all 0.7s ease-in-out;
  340. }
  341.  
  342. .audio{
  343. position:absolute;
  344. width:398px;
  345. height:100px;
  346. background-color:black;
  347. margin-left:102px;
  348. }
  349.  
  350. .covers{
  351. width:100px;
  352. height:100px;
  353. }
  354.  
  355. .audioimg{
  356. width:100px;
  357. height:100px;
  358. position:absolute;
  359. }
  360.  
  361. .audioimg img{
  362. float:left;
  363. opacity:1;
  364. width:100px;
  365. }
  366.  
  367. .audioinfo{
  368. display:none;
  369. font-size:11px;
  370. text-transform:uppercase;
  371. margin-bottom:1px;
  372. margin-left:201px;
  373. height:65px;
  374. display:block;
  375. width:299px;
  376. text-align:center;
  377. background-color:white;
  378. padding-top:35px;
  379. letter-spacing:1px;
  380. }
  381.  
  382. /* ASK */
  383.  
  384. .question{
  385. margin-bottom:10px;
  386. background-color:#f2f2f2;
  387. padding:20px;
  388. display:block;
  389. min-height:30px;
  390. }
  391.  
  392. .question img{
  393. float:left;
  394. border-right:20px solid transparent;
  395. border-bottom:5px solid transparent;
  396. display:none;
  397. }
  398.  
  399. .question .by{
  400. text-align:right;
  401. letter-spacing:2px;
  402. text-transform:uppercase;
  403. font-style:italic;
  404. margin-top:15px;
  405. font-size:8px;
  406. }
  407.  
  408. /* POST INFO */
  409.  
  410. .postinfo{
  411. width:150px;
  412. margin-left:520px;
  413. position:absolute;
  414. padding:2px 10px 2px 7px;
  415. text-transform:uppercase;
  416. font-family:;
  417. font-size:7px;
  418. letter-spacing:1px;
  419. opacity:0;
  420. font-family:cambria;
  421. -webkit-transition:0.5s ease-in;
  422. -moz-transition:0.5s ease-in;
  423. -o-transition:0.5s ease-in;
  424. transition:0.5s ease-in;
  425. }
  426.  
  427. .post:hover .postinfo{
  428. opacity:1;
  429. }
  430.  
  431. .postinfo a.info, a:visited.info, a:active.info{
  432. color:black;
  433. }
  434.  
  435. .permainfo{
  436. text-align:right;
  437. margin-top:30px;
  438. border-top:1px solid #f2f2f2;
  439. padding-top:10px;
  440. text-transform:uppercase;
  441. font-family:;
  442. font-size:7px;
  443. letter-spacing:1px;
  444. line-height:10px;
  445. margin-bottom:60px;
  446. font-family:cambria;
  447. }
  448.  
  449. .tags{
  450. margin-top:5px;
  451. {block:IndexPage}text-align:left;font-size:8px;{/block:IndexPage}
  452. {block:PermalinkPage}text-align:right;font-size:8px;text-transform:uppercase;letter-spacing:0px;{/block:PermalinkPage}
  453. }
  454.  
  455. .tags a.tags, a:visited.tags, a:active.tags{
  456. color:black;
  457. {block:IndexPage}display:block;margin:2px 0px 2px;{/block:IndexPage}
  458. {block:PermalinkPage}margin:0px 0px 0px 10px;{/block:PermalinkPage}
  459. }
  460.  
  461. .tags a:hover.tags{
  462. color:{color:links};
  463. }
  464.  
  465. ol.notes{list-style-type:none;width:500px;margin-left:-40px;font-family:cambria;font-size:8px;text-transform:uppercase;line-height:10px;}
  466. ol.notes li.note{padding:5px;width:490px;margin-bottom:7px;border-bottom:1px solid #f2f2f2;padding-bottom:10px;}
  467. ol.notes li.note img.avatar{height:15px;float:left;margin-top:-3px;}
  468. ol.notes li.note span.action{margin-left:10px;}
  469. ol.notes li.note blockquote{border-left:2px solid #202020;padding-left:5px;margin-left:35px;}
  470.  
  471. #theme{
  472. position:fixed;
  473. bottom:10px;
  474. right:10px;
  475. -webkit-border-radius:100px;
  476. padding:3px 4px 2px;
  477. text-transform:uppercase;
  478. -webkit-transition:0.6s ease-in;
  479. cursor:default;
  480. font-size:8px;
  481. }
  482.  
  483. #theme:hover{
  484. background-color:{color:links};
  485. color:white;
  486. }
  487.  
  488. </style>
  489. <body>
  490.  
  491. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  492. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  493. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  494. {/block:ContentSource}</div>
  495.  
  496.  
  497. <div id="side"><div id="header">
  498. <a title="{title}" href="/"><img src="{image:header}" /></a>
  499. <div class="descr">{description}
  500. <div class="links">
  501. <a title="ask" href="/ask">message</a>
  502. {block:iflink1}<a href="{text:link1url}">{text:link1}</a>{/block:iflink1}
  503. {block:iflink2}<a href="{text:link2url}">{text:link2}</a>{/block:iflink2}
  504. {block:iflink3}<a href="{text:link3url}">{text:link3}</a>{/block:iflink3}
  505. </div>
  506. </div>
  507.  
  508.  
  509. {block:Pagination}
  510. <div class="pagination">
  511. {block:PreviousPage}<a class="prev" href="{PreviousPage}">←</a>{/block:PreviousPage} {CurrentPage} of {TotalPages}
  512. {block:NextPage}<a class="next" href="{NextPage}">→</a>{/block:NextPage}
  513. </div>
  514. {/block:Pagination}
  515. </div></div>
  516.  
  517.  
  518. <div id="container">
  519.  
  520.  
  521. {block:TagPage}
  522. <h3>{block:Pagination}{TotalPages} pages of {/block:Pagination}posts tagged with <u>{Tag}</u></h3>
  523. {/block:TagPage}
  524.  
  525. {block:Posts}
  526.  
  527. <div class="post">
  528.  
  529.  
  530.  
  531.  
  532. {block:Date}{block:IndexPage}<div class="postinfo">
  533.  
  534. {block:HighRes}<div style="margin-bottom:5px"><a class="info" href="{PhotoURL-HighRes}">high-res</a></div>{/block:HighRes}
  535. <a class="info" href="{Permalink}">{TimeAgo}{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCount}{/block:NoteCount}</a>
  536.  
  537. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  538.  
  539. </div>{/block:IndexPage}{/block:Date}
  540.  
  541.  
  542.  
  543. {block:Quote}
  544. <div class="postquote">{Quote}</div>
  545. {block:Source}<div class="quoteborder"> </div>
  546. <div class="quotesource"><span>{Source}</span></div>{/block:Source}
  547. {/block:Quote}
  548.  
  549. {block:Photo}
  550. <div class="op"><a href="{block:IndexPage}{Permalink}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"><img src="{PhotoURL-500}" /></a></div>
  551. {Caption}
  552. {/block:Photo}
  553.  
  554. {block:Photoset}
  555. <div class="op">{Photoset-500}</a></div>
  556. {Caption}
  557. {/block:Photoset}
  558.  
  559. {block:Link}
  560. <h2><a href="{url}">{name}</a></h2>{block:Description}{Description}{/block:Description}
  561. {/block:Link}
  562.  
  563. {block:Chat}
  564. {block:Title}<h2>{Title}</h2>{/block:Title}
  565. {block:Lines}<div style="margin-bottom:4px;">{block:Label}<span style="text-transform: uppercase; font-family:'playfair display'; font-size:8px;"> {Label}</span>{/block:Label}&nbsp;&nbsp;{Line}<br></div>{/block:Lines}
  566. {/block:Chat}
  567.  
  568. {block:Audio}
  569. <div class="audio"><div class="musicplayer">{AudioPlayerBlack}</div></div>
  570. <div class="covers"><div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  571. {Caption}
  572. {/block:Audio}
  573.  
  574. {block:Text}
  575. {block:Title}<h2>{Title}</h2>{/block:Title}{Body}{block:More}<a href="{Permalink}">More <span class="more">→</span></a>{/block:More}
  576. {/block:Text}
  577.  
  578. {block:Video}
  579. {Video-500}
  580. {Caption}
  581. {/block:Video}
  582.  
  583. {block:Answer}
  584. <div class="question">
  585. {Question}
  586. <div class="by">asked by {Asker}</div>
  587. </div>
  588.  
  589. {Answer}
  590. {/block:Answer}
  591.  
  592. </div>
  593.  
  594. {block:PermalinkPage}
  595.  
  596. {block:Date}<div class="permainfo">
  597.  
  598. {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}&nbsp; ∙ &nbsp;{12Hour}:{Minutes}{AmPm}{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCountWithLabel}{/block:NoteCount}<br />
  599.  
  600. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>&nbsp; ∙ &nbsp;from <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:ContentSource}&nbsp; ∙ &nbsp;<a title="{SourceTitle}" href="{SourceURL}">{block:NoSourceLogo}©{/block:NoSourceLogo}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" />{/block:SourceLogo}</a>{/block:ContentSource}
  601. {/block:RebloggedFrom}
  602.  
  603. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  604.  
  605. </div>{/block:Date}
  606.  
  607. {block:PostNotes}{PostNotes}{/block:PostNotes}
  608. {/block:PermalinkPage}
  609.  
  610. {/block:Posts}
  611.  
  612. </div>
  613.  
  614. <a title="crimical" href="http://crimical.tumblr.com/"><div id="theme">t.</div></a>
  615.  
  616. </body>
  617. </html>
Advertisement
Add Comment
Please, Sign In to add comment