sherloeckchen

theme #3

Sep 9th, 2012
871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.29 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. THEME 3 by sherloeckchen.
  6. - don't say you made it
  7. - don't remove credit, you can move it/change font etc. though
  8.  
  9. ask me if you have questions :)
  10.  
  11. -->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15.  
  16. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <title>{Title}</title>
  19.  
  20. <meta name="color:main" content="#202020" />
  21. <meta name="color:light" content="#fff" />
  22. <meta name="color:link" content="#008080" />
  23.  
  24. <meta name="if:likeposts" content="1" />
  25.  
  26. <meta name="text:link1title" content="" />
  27. <meta name="text:link1url" content="/" />
  28. <meta name="text:link2title" content="" />
  29. <meta name="text:link2url" content="/" />
  30. <meta name="text:link3title" content="" />
  31. <meta name="text:link3url" content="/" />
  32. <meta name="text:link4title" content="" />
  33. <meta name="text:link4url" content="/" />
  34.  
  35. <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'>
  36. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700' rel='stylesheet' type='text/css'>
  37.  
  38. <!-- LIKE POSTS DIRECTLY -->
  39. <script>
  40. window.onload = function () {
  41. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  42. document.addEventListener( 'click', function ( event ) {
  43. var myLike = event.target;
  44. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  45. var frame = document.getElementById( 'my-like-frame' ),
  46. liked = ( myLike.className == 'my-liked' ),
  47. command = liked ? 'unlike' : 'like',
  48. reblog = myLike.getAttribute( 'data-reblog' ),
  49. id = myLike.getAttribute( 'data-id' ),
  50. oauth = reblog.slice( -8 );
  51. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  52. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  53. };
  54. }, false );
  55. };
  56. </script>
  57.  
  58. <!-- CUSTOMIZABLE TOOLTIP -->
  59. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  60.  
  61. <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
  62.  
  63. <script>
  64. $().ready(function() {
  65. $("[title]").style_my_tooltips({
  66. tip_follows_cursor: "on", //on/off
  67. tip_delay_time: 300 //milliseconds
  68. });
  69. });
  70. </script>
  71.  
  72. <!-- LAZY LOAD -->
  73. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  74. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  75. <script type="text/javascript" charset="utf-8">
  76. var $j = jQuery.noConflict();
  77. $j(function() {
  78. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  79. $j("img").lazyload({
  80. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  81. effect: "fadeIn",
  82. });
  83. });
  84. </script>
  85.  
  86. </head>
  87.  
  88. <style type="text/css">
  89.  
  90. body{
  91. background-color:{color:light};
  92. color:{color:main};
  93. font-family:georgia, times, serif;
  94. font-size:9px;
  95. text-align:justify;
  96. }
  97.  
  98. body a{
  99. text-decoration:none;
  100. color:{color:link};
  101. -webkit-transition:all 0.5s ease-out;
  102. -moz-transition:all 0.5s ease-out;
  103. transition:all 0.5s ease-out;;
  104. }
  105. body a:active{
  106. text-decoration:none;
  107. color:{color:link};
  108. -webkit-transition:all 0.5s ease-out;
  109. -moz-transition:all 0.5s ease-out;
  110. transition:all 0.5s ease-out;;
  111. }
  112. body a:visited{
  113. text-decoration:none;
  114. color:{color:link};
  115. -webkit-transition:all 0.5s ease-out;
  116. -moz-transition:all 0.5s ease-out;
  117. transition:all 0.5s ease-out;;
  118. }
  119. body a:hover{
  120. color:{color:main};
  121. -webkit-transition:all 0.5s ease-out;
  122. -moz-transition:all 0.5s ease-out;
  123. transition:all 0.5s ease-out;
  124. }
  125.  
  126. blockquote{
  127. padding-left:7px;
  128. margin-left:0px;
  129. border-left:10px solid {color:main};
  130. }
  131. blockquote img{max-width:475px;}
  132.  
  133. ul, ol{margin-left:23px;padding-left:1px;}
  134.  
  135. small{font-size:9px;}
  136. big{font-size:12px;font-family:'Old Standard TT';}
  137.  
  138. #header{
  139. background-image:url('http://media.tumblr.com/tumblr_m7vh82EXHZ1qf07mv.png');
  140. background-repeat:repeat;
  141. background-position:top left;
  142. position:fixed;
  143. width:101.7%;
  144. height:50px;
  145. color:{color:light};
  146. margin-left:-8px;
  147. margin-top:-160px;
  148. -webkit-transition: all 0.5s ease-in-out;
  149. -moz-transition: all 0.5s ease-in-out;
  150. -o-transition: all 0.5s ease-in-out;
  151. overflow:hidden;
  152. float:left;
  153. }
  154.  
  155. .blogtitle{
  156. margin-top:10px;
  157. letter-spacing:1px;
  158. font-size:17px;
  159. font-family:'Old Standard TT';
  160. font-style:bold;
  161. text-transform:uppercase;
  162. text-align:center;
  163. padding:3px;
  164. }
  165.  
  166. #header:hover{
  167. height:137px;
  168. -webkit-transition: all 0.5s ease-in-out;
  169. -moz-transition: all 0.5s ease-in-out;
  170. -o-transition: all 0.5s ease-in-out;
  171. -webkit-transition-delay: 0.2s;
  172. -moz-transition-delay: 0.2s;
  173. -o-transition-delay: 0.2s;
  174. }
  175. #header a, a:active, a:visited{color:{color:light};}
  176. #header a:hover{color:{color:light};}
  177.  
  178. .blogdescription{
  179. margin-top:10px;
  180. text-align:justify;
  181. width:307px;
  182. margin-left:auto;
  183. margin-right:auto;
  184. word-spacing:2px;
  185. }
  186.  
  187. .bloglinks{
  188. width:500px;
  189. margin-left:auto;
  190. margin-right:auto;
  191. text-align:center;
  192. margin-top:10px;
  193. }
  194. .bloglinks a{padding-top:3px;padding-bottom:3px;padding-left:5px;padding-right:5px;font-size:9px;letter-spacing:0px;-webkit-transition: all 0.5s ease-in-out;
  195. -moz-transition: all 0.5s ease-in-out;
  196. -o-transition: all 0.5s ease-in-out;}
  197. .bloglinks a:hover{background-color:{color:light};color:{color:main};}
  198.  
  199. #pagination{
  200. background-color:{color:main};
  201. margin-top:100px;
  202. position:fixed;
  203. margin-left:6%;
  204. padding:10px;
  205. font-size:15px;
  206. letter-spacing:1px;
  207. font-family:'Old Standard TT';
  208. font-style:bold;
  209. color:{color:light};
  210. }
  211. #pagination a, a:active, a:visited{color:{color:light};}
  212. #pagination a:hover{color:{color:light};}
  213.  
  214. #sidebar{
  215. background-color:{color:main};
  216. margin-top:200px;
  217. position:fixed;
  218. margin-left:80px;
  219. padding:20px;
  220. color:{color:light};
  221. width:250px;
  222. }
  223.  
  224. #container{
  225. width:500px;
  226. margin-left:auto;
  227. margin-right:auto;
  228. margin-top:160px;
  229. margin-bottom:100px;
  230. }
  231.  
  232. #post{
  233. width:500px;
  234. padding:25px;
  235. margin-bottom:50px;
  236. border:1px solid #bfbfbf;
  237. }
  238.  
  239. .postinfo{
  240. position:absolute;
  241. margin-left:500px;
  242. margin-top:-45px;
  243. opacity:0;
  244. padding:20px;
  245. -webkit-transition: all 0.5s ease-in-out;
  246. -moz-transition: all 0.5s ease-in-out;
  247. -o-transition: all 0.5s ease-in-out;
  248. width:100px;
  249. text-align:center;
  250. }
  251. #post:hover .postinfo{
  252. margin-left:530px;
  253. opacity:0.8;
  254. -webkit-transition: all 0.5s ease-in-out;
  255. -moz-transition: all 0.5s ease-in-out;
  256. -o-transition: all 0.5s ease-in-out
  257. }
  258. .postinfo a, a:active, a:visited{color:{color:main};-webkit-transition: all 0.5s ease-in-out;
  259. -moz-transition: all 0.5s ease-in-out;
  260. -o-transition: all 0.5s ease-in-out}
  261. .postinfo a:active{color:{color:main};-webkit-transition: all 0.5s ease-in-out;
  262. -moz-transition: all 0.5s ease-in-out;
  263. -o-transition: all 0.5s ease-in-out}
  264. .postinfo a:visited{color:{color:main};-webkit-transition: all 0.5s ease-in-out;
  265. -moz-transition: all 0.5s ease-in-out;
  266. -o-transition: all 0.5s ease-in-out}
  267. .postinfo a:hover{opacity:0.5;-webkit-transition: all 0.5s ease-in-out;
  268. -moz-transition: all 0.5s ease-in-out;
  269. -o-transition: all 0.5s ease-in-out}
  270.  
  271. .notecount{
  272. margin-top:5px;
  273. font-size:15px;
  274. letter-spacing:4px;
  275. font-family:'Old Standard TT';
  276. font-style:bold;
  277. margin-bottom:3px;
  278. }
  279.  
  280. .postsource{
  281. margin-top:5px;
  282. font-size:9px;
  283. word-wrap:break-word;
  284. }
  285.  
  286. #likepost{
  287. font-size:15px;
  288. margin-left:0px;
  289. margin-top:3px;
  290. font-family:calibri;
  291. text-align:center;
  292. }
  293.  
  294. .my-like, .my-liked{
  295. color:{color:main};
  296. cursor:pointer;
  297. -webkit-transition: all 0.3s ease-in-out;
  298. -moz-transition: all 0.3s ease-in-out;
  299. -ms-transition: all 0.3s ease-in-out;
  300. -o-transition: all 0.3s ease-in-out;
  301. transition: all 0.3s ease-in-out;
  302. }
  303.  
  304. .my-liked, .my-like:hover{
  305. color:{color:link};
  306. -webkit-transition: all 0.3s ease-in-out;
  307. -moz-transition: all 0.3s ease-in-out;
  308. -ms-transition: all 0.3s ease-in-out;
  309. -o-transition: all 0.3s ease-in-out;
  310. transition: all 0.3s ease-in-out;
  311. }
  312.  
  313. .posttitle{
  314. text-align:center;
  315. font-family:'Old Standard TT';
  316. text-transform:uppercase;
  317. font-style:bold;
  318. font-size:14px;
  319. margin-bottom:5px;
  320. }
  321.  
  322. .musicplayer{
  323. width:27px;
  324. height:27px;
  325. overflow:hidden;
  326. z-index:2;
  327. display:block;
  328. background-color:white;
  329. padding: 38px 38px 35px 35px;
  330. position:absolute;
  331. opacity:0.1;
  332. -webkit-transition: all 0.7s ease-in-out;
  333. -moz-transition: all 0.7s ease-in-out;
  334. -o-transition: all 0.7s ease-in-out;
  335. }
  336.  
  337. #post:hover .musicplayer{opacity:1;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  338.  
  339. .audio{
  340. position:absolute;
  341. width:40px;
  342. height:40px;
  343. }
  344.  
  345. .audioimg{
  346. width:100px;
  347. height:100px;
  348. position:absolute;
  349. }
  350.  
  351. .audioimg img{
  352. float:left;
  353. opacity:1;
  354. width:100px;
  355. }
  356.  
  357. .audioinfo{
  358. font-size:13px;
  359. text-transform:uppercase;
  360. font-family:'Old Standard TT';
  361. color:white;
  362. margin-bottom: 1px;
  363. margin-left:101px;
  364. height:65px;
  365. display:block;
  366. width:399px;
  367. text-align:center;
  368. background-color:{color:main};
  369. padding-top:35px;
  370. }
  371.  
  372. .answer{
  373. padding:10px;
  374. color:white;
  375. display:block;
  376. height:auto;
  377. width:480px;
  378. text-align:justify;
  379. background-color:{color:main};
  380. }
  381.  
  382. .postquote{
  383. padding:10px;
  384. color:{color:light};
  385. display:block;
  386. height:auto;
  387. width:480px;
  388. text-align:justify;
  389. background-color:{color:main};
  390. }
  391.  
  392. .postquote img{height:30px;float:right;padding-left:10px;}
  393.  
  394. .answer a, a:active, a:visited, a:hover{color:{color:light};}
  395.  
  396. .caption{margin-top:10px;}
  397.  
  398. .tags{
  399. text-align:center;
  400. margin-top:20px;
  401. width:500px;
  402. opacity:0.5;
  403. -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;
  404. }
  405. .tags a{color:{color:main};-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  406. .tags a:active{color:{color:main};-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  407. .tags a:visited{color:{color:main};-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  408. .tags a:hover{color:{color:light};}
  409. #post:hover .tags{margin-top:20px;opacity:0.6;}
  410.  
  411. ::-webkit-scrollbar-thumb:vertical{background-color:{color:main};border-bottom:1px solid {color:light};height: 100px;}
  412. ::-webkit-scrollbar-thumb:horizontal{background-color:{color:main};border-right:1px solid {color:light};}
  413. ::-webkit-scrollbar{height: 7px; width: 7px; background-color: {color:light};}
  414.  
  415. ::-moz-selection, ::selection{background-color:{color:main};color: {color:light};}
  416.  
  417. #tumblr_controls{top:10px !important;right:5px !important;position:fixed !important;opacity:1 !important;}
  418.  
  419. #s-m-t-tooltip{
  420. position:absolute;
  421. font-size:9px;
  422. z-index:5000;
  423. background-color:{color:main};
  424. color:{color:light};
  425. padding: 4px 7px;
  426. }
  427.  
  428. #credit{
  429. bottom:10px;
  430. left:15px;
  431. position:fixed;
  432. opacity:0.8;
  433. width:63px;
  434. text-align:justify;
  435. font-style:italic;
  436. }
  437. #credit a{color:{color:main};}
  438.  
  439. </style>
  440.  
  441. <body>
  442.  
  443. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  444.  
  445. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  446.  
  447. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  448.  
  449. {/block:ContentSource}</div>
  450.  
  451. <div id="credit"><a href="http://sherloeckchen.tumblr.com/">theme</a></div>
  452.  
  453. <div id="header">
  454. <div class="blogtitle"><a href="/">{title}</a></div>
  455. <div class="blogdescription">{description}</div>
  456. <div class="bloglinks">
  457. <a href="/ask">message</a>&nbsp;&nbsp;
  458. <a href="/archive">archive</a>&nbsp;&nbsp;
  459. <a href="{text:link1url}">{text:link1title}</a>&nbsp;&nbsp;
  460. <a href="{text:link2url}">{text:link2title}</a>&nbsp;&nbsp;
  461. <a href="{text:link3url}">{text:link3title}</a>&nbsp;&nbsp;
  462. <a href="{text:link4url}">{text:link4title}</a>
  463.  
  464. </div>
  465. </div>
  466.  
  467. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}{CurrentPage} of {TotalPages}{block:NextPage} <a href="{NextPage}">→</a>{/block:NextPage}</div>{/block:Pagination}
  468.  
  469. <div id="container">
  470.  
  471. {block:Posts}
  472. <div id="post">
  473.  
  474. {block:Date}<div class="postinfo">
  475. {block:NoteCount}<div class="notecount"><a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a></div>{/block:NoteCount}
  476. <a title="{DayOfWeek}, {Month} {DayOfMonth}, {Year} at {24Hour}:{Minutes} {AmPm}" href="{Permalink}">{TimeAgo}</a>
  477. <div class="postsource">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> © <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}</div>
  478. {block:iflikeposts}<div id="likepost"><span class="button my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post">♥</span></div>{/block:iflikeposts}
  479. </div>{/block:Date}
  480.  
  481. {block:Text}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}{Body}{block:More}<a href="{Permalink}">More →</a>{/block:More}{/block:Text}
  482.  
  483. {block:Photo}<a href="{Permalink}">
  484. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  485. <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="500px" />
  486. </a><p>
  487. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  488.  
  489. {block:Photoset}{Photoset-500}
  490. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  491.  
  492. {block:Quote}<div class="postquote">{Quote}</div><p>
  493. {block:Source}―{Source}{/block:Source}{/block:Quote}
  494.  
  495. {block:Link}<a href="{URL}"><div class="posttitle">{Name}</div></a>{block:Description}{Description}{/block:Description}{/block:Link}
  496.  
  497. {block:Video}
  498. {Video-500}
  499. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  500.  
  501. {block:Chat}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}<p>
  502. {block:Lines}<div style="margin-bottom:4px;">{block:Label}<span style="text-transform: uppercase; font-family:'Old Standard TT'; font-style:;"> {Label}</span>{/block:Label}&nbsp;&nbsp;{Line}<br></div>{/block:Lines}{/block:Chat}
  503.  
  504. {block:Audio}
  505. <div class="audio"><div class="musicplayer">{AudioPlayerWhite}</div>
  506. <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>
  507. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<br>
  508. <div style="font-size:9px;font-family:Georgia;">{block:Artist}{Artist}{/block:Artist}{block:Album} - {Album}{/block:Album}</div></div>
  509. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  510.  
  511. {block:Answer}
  512. <div class="answer"><div style="font-size:8px;letter-spacing:1px;text-transform:uppercase;text-align:center;padding-bottom:4px;border-bottom:1px solid white;">{Asker}</div><br>{Question}</div>
  513. <br>{Answer}
  514. {/block:Answer}
  515.  
  516. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp; &nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  517.  
  518. </div>
  519. {/block:Posts}
  520.  
  521. {block:PermalinkPage}
  522. {block:PostNotes}{PostNotes}{/block:PostNotes}
  523. {/block:PermalinkPage}
  524.  
  525. </div>
  526.  
  527. </body>
  528. </html>
Advertisement
Add Comment
Please, Sign In to add comment