sherloeckchen

theme #7

Nov 29th, 2012
4,175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.30 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>
  4. <head>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}" />
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  9. <meta name="description" content="{MetaDescription}" />
  10.  
  11. <meta name="image:sidebar" content=""/>
  12. <meta name="color:main" content=""/>
  13. <meta name="if:title" content=""/>
  14.  
  15.  
  16. <meta name="text:link1" content=""/>
  17. <meta name="text:link1url" content="/"/>
  18.  
  19. <meta name="text:link2" content=""/>
  20. <meta name="text:link2url" content="/"/>
  21.  
  22. <meta name="text:link3" content=""/>
  23. <meta name="text:link3url" content="/"/>
  24.  
  25. <meta name="text:link4" content=""/>
  26. <meta name="text:link4url" content="/"/>
  27.  
  28. <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'>
  29.  
  30. <!-- jquery -->
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  32.  
  33. <!-- lazy load -->
  34. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  35. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  36. <script type="text/javascript" charset="utf-8">
  37. var $j = jQuery.noConflict();
  38. $j(function() {
  39. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  40. $j("img").lazyload({
  41. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  42. effect: "fadeIn",
  43. });
  44. });
  45. </script>
  46.  
  47. </head>
  48.  
  49. <style type="text/css">
  50.  
  51. body{
  52. background-color:white;
  53. color:#202020;
  54. font-family:cambria, times, serif;
  55. font-size:10px;
  56. line-height:120%;
  57. letter-spacing:0px;
  58. text-align:justify;
  59. }
  60.  
  61. a, a:visited, a:active{
  62. color:{color:main};
  63. text-decoration:none;
  64. -webkit-transition:0.4s ease-in;
  65. font-family:calibri, helvetica;
  66. }
  67.  
  68. a:hover{
  69. color:#202020;
  70. }
  71.  
  72. blockquote{margin-left:0px;padding-left:10px;border-left:3px solid #202020;}
  73.  
  74. small a{font-size:10px;}
  75.  
  76. small{font-size:9px;}
  77. big{font-size:13px;font-family:'playfair display';}
  78. pre{padding:5px;background-color:#e3e3e3;}
  79.  
  80. li{list-style-type:square;}
  81.  
  82. /* SIDEBAR */
  83.  
  84. #sidebar{
  85. margin-top:50px;
  86. margin-left:130px;
  87. width:165px;
  88. position:fixed;
  89. }
  90.  
  91. #sidebar a.side, a:visited.side, a:active.side{
  92. color:{color:main};
  93. }
  94.  
  95. #sidebar img{
  96. width:165px;
  97. -webkit-border-radius:100px;
  98. }
  99.  
  100. #sidebar h1{
  101. font-weight:normal;
  102. margin:15px 0px -9px 0px;
  103. text-align:center;
  104. font-family:'playfair display';
  105. letter-spacing:0px;
  106. word-spacing:1px;
  107. font-size:14px;
  108. font-style:italic;
  109. line-height:110%;
  110. text-transform:none;
  111. }
  112.  
  113. #sidebar .links{
  114. margin-top:15px;
  115. margin-bottom:10px;
  116. text-align:center;
  117. font-family:calibri;
  118. text-transform:uppercase;
  119. letter-spacing:1px;
  120. font-size:8px;
  121. word-spacing:1px;
  122. line-height:10px;
  123. border-top:1px solid #e3e3e3;
  124. padding-top:5px;
  125. }
  126.  
  127. #sidebar .links a.bar, a:visited.bar, a:active.bar{
  128. color:#202020;
  129. padding:0px;
  130. }
  131.  
  132. #sidebar .links a:hover.bar{
  133. color:#e3e3e3 !important;
  134. background-color:white;
  135. }
  136.  
  137. .pagination{
  138. text-align:center;
  139. color:#202020;
  140. margin-top:15px;
  141. font-size:8px;
  142. letter-spacing:1px;
  143. word-spacing:1px;
  144. text-transform:uppercase;
  145. font-family:calibri;
  146. }
  147.  
  148. /* END SIDEBAR */
  149.  
  150. /* BLOG */
  151.  
  152. #container{
  153. width:500px;
  154. margin-left:450px;
  155. margin-top:100px;
  156. margin-bottom:100px;
  157. }
  158.  
  159. #post{
  160. width:500px;
  161. margin-bottom:90px;
  162. padding:5px;
  163. background-color:white;
  164. }
  165.  
  166. .posttitle{
  167. text-align:center;
  168. font-family:'cabin condensed';
  169. text-transform:uppercase;
  170. font-style:;
  171. letter-spacing:1px;
  172. font-size:13px;
  173. margin-bottom:5px;
  174. }
  175.  
  176. h1{
  177. text-align:center;
  178. font-weight:normal;
  179. color:#202020;
  180. line-height:2em;
  181. font-family:'playfair display';
  182. letter-spacing:0px;
  183. word-spacing:1px;
  184. font-size:14px;
  185. font-style:italic;
  186. text-transform:none;
  187. }
  188.  
  189. h1 a{
  190. color:{color:main};
  191. font-family:'playfair display';
  192. }
  193.  
  194. .musicplayer{
  195. width:27px;
  196. height:27px;
  197. overflow:hidden;
  198. z-index:2;
  199. display:block;
  200. background-color:white;
  201. padding: 38px 38px 35px 35px;
  202. position:absolute;
  203. opacity:0.1;
  204. -webkit-transition: all 0.7s ease-in-out;
  205. -moz-transition: all 0.7s ease-in-out;
  206. -o-transition: all 0.7s ease-in-out;
  207. }
  208.  
  209. #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;}
  210.  
  211. .audio{
  212. position:absolute;
  213. width:40px;
  214. height:40px;
  215. }
  216.  
  217. .audioimg{
  218. width:100px;
  219. height:100px;
  220. position:absolute;
  221. }
  222.  
  223. .audioimg img{
  224. float:left;
  225. opacity:1;
  226. width:100px;
  227. }
  228.  
  229. .audioinfo{
  230. font-size:13px;
  231. font-style:italic;
  232. font-family:'playfair display';
  233. color:white;
  234. margin-bottom: 1px;
  235. margin-left:101px;
  236. height:65px;
  237. display:block;
  238. width:399px;
  239. text-align:center;
  240. background-color:#202020;
  241. padding-top:35px;
  242. }
  243.  
  244. .answer{
  245. padding:10px;
  246. color:white;
  247. display:block;
  248. height:auto;
  249. width:480px;
  250. text-align:justify;
  251. background-color:#202020;
  252. }
  253.  
  254. .answer img{
  255. margin-top:-10px;
  256. margin-right:-10px;
  257. margin-bottom:3px;
  258. margin-left:3px;
  259. float:right;
  260. width:24px;
  261. height:24px;
  262. border-left:3px solid white;
  263. border-bottom:3px solid white;
  264. }
  265.  
  266. .answer a.answer, a:visited.answer, a:active.answer, a:hover.answer{color:white;}
  267.  
  268. .postquote{
  269. padding:10px;
  270. color:white;
  271. display:block;
  272. height:auto;
  273. width:480px;
  274. text-align:justify;
  275. background-color:#202020;
  276. text-transform:uppercase;
  277. font-size:9px;
  278. font-style:;
  279. letter-spacing:1px;
  280. font-family:'playfair display';
  281. line-height:14px;
  282. }
  283.  
  284. .postquote .fuss{
  285. position:absolute;
  286. z-index:;
  287. opacity:0.4;
  288. font-family:'playfair display';
  289. font-size:40px;
  290. margin-top:5px;
  291. }
  292.  
  293. .postinfo{
  294. width:490px;
  295. padding-top:7px;
  296. padding-left:7px;
  297. border-top:3px double #e3e3e3;
  298. border-left:3px double #e3e3e3;
  299. margin-top:20px;
  300. font-family:calibri;
  301. font-size:9px;
  302. text-transform:uppercase;
  303. }
  304.  
  305. .postinfo a.info, a:visited.info, a:active.info{color:#202020;}
  306.  
  307. .source{
  308. float:right;
  309. text-align:right;
  310. }
  311.  
  312. .tags{margin-top:5px;text-transform:uppercase;font-size:10px;}
  313. .tags a.tags, a:visited.tags, a:active.tags{color:#202020;}
  314. .tags a:hover.tags{color:{color:main};}
  315.  
  316. #credit{
  317. position:fixed;
  318. bottom:10px;
  319. right:10px;
  320. text-transform:uppercase;
  321. font-size:9px;
  322. }
  323.  
  324. /* END POSTINFO */
  325. /* END BLOG */
  326.  
  327. ::-webkit-scrollbar-thumb:vertical{background-color: #202020;border-bottom:4px solid #fff;border-top:4px solid #fff;border-right:4px solid #fff;height: 100px;}
  328. ::-webkit-scrollbar-thumb:horizontal{background-color: #202020;border-bottom:4px solid #fff;border-left:4px solid #fff;border-right:4px solid #fff;}
  329. ::-webkit-scrollbar{height: 10px; width: 10px; background-color: #FFFFFF;}
  330.  
  331. ::-moz-selection, ::selection{background-color: #202020;color: #fff;}
  332.  
  333. #tumblr_controls{position:fixed !important;opacity:0.5;-webkit-transition:0.5s ease-in;}
  334. #tumblr_controls:hover{opacity:1;}
  335.  
  336. /* POST NOTES */
  337.  
  338. .notes{
  339. margin-top:10px;
  340. }
  341.  
  342. .notes a{color:{color:main};}
  343.  
  344. ol.notes{list-style-type:none;width:500px;margin-left:-45px;}
  345. ol.notes li.note{padding:5px;list-style-type:none;}
  346. ol.notes li.note blockquote{border-left:2px solid #202020;padding-left:5px;margin-left:20px;}
  347.  
  348. {CustomCSS}
  349.  
  350. </style>
  351. <body>
  352.  
  353. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  354. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  355. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  356. {/block:ContentSource}</div>
  357.  
  358. <div id="sidebar">
  359. <a href="/"><img src="{image:sidebar}" /></a>
  360. {block:iftitle}<h1>{title}</h1>{/block:iftitle}
  361. <div class="links">
  362. <a class="bar" href="/ask">ask</a>
  363. {block:iflink1}<a class="bar" href="{text:link1url}">{text:link1}</a>{/block:iflink1}
  364. {block:iflink2}<a class="bar" href="{text:link2url}">{text:link2}</a>{/block:iflink2}
  365. {block:iflink3}<a class="bar" href="{text:link3url}">{text:link3}</a>{/block:iflink3}
  366. {block:iflink4}<a class="bar" href="{text:link4url}">{text:link4}</a>{/block:iflink4}
  367. </div>
  368. {description}<br>
  369.  
  370. {block:Pagination}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}{CurrentPage} of {TotalPages}{block:NextPage} <a href="{NextPage}">→</a>{/block:NextPage}</div>{/block:Pagination}
  371.  
  372.  
  373. </div>
  374.  
  375. <div id="container">
  376.  
  377. {block:Posts}
  378. <div id="post">
  379.  
  380. {block:Text}
  381. {block:Title}<h1>{Title}</h1>{/block:Title}<div class="postbody">{Body}{block:More}<a href="{Permalink}">More →</a>{/block:More}</div>{/block:Text}
  382.  
  383. {block:Photo}
  384. <a href="{Permalink}">
  385. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  386. <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="500px" />
  387. </a><p>
  388. {block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}{/block:Photo}
  389.  
  390. {block:Photoset}
  391. {Photoset-500}
  392. {block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}{/block:Photoset}
  393.  
  394. {block:Quote}
  395. <div class="postquote"><div class="fuss">”</div>{Quote}</div><p>
  396. {block:Source}<div class="postbody">—{Source}</div>{/block:Source}{/block:Quote}
  397.  
  398. {block:Link}
  399. <h1><a href="{url}">{name}</a></h1>{block:Description}<div class="postbody">{Description}</div>{/block:Description}{/block:Link}
  400.  
  401. {block:Video}
  402. {Video-500}
  403. {block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}{/block:Video}
  404.  
  405. {block:Chat}
  406. {block:Title}<h1>{Title}</h1>{/block:Title}<p>
  407. {block:Lines}<div style="margin-bottom:4px;">{block:Label}<span style="text-transform: uppercase; font-family:'playfair display'; font-style:;"> {Label}</span>{/block:Label}&nbsp;&nbsp;{Line}<br></div>{/block:Lines}{/block:Chat}
  408.  
  409. {block:Audio}
  410. <div class="audio"><div class="musicplayer">{AudioPlayerWhite}</div>
  411. <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>
  412. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<br>
  413. <div style="font-size:8px;font-family:calibri;letter-spacing:1px;margin-top:5px;text-transform:uppercase;font-style:normal;">{block:Artist}{Artist}{/block:Artist}{block:Album} - {Album}{/block:Album}</div></div>
  414. {block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}{/block:Audio}
  415.  
  416. {block:Answer}
  417. <div class="answer"><img src="{AskerPortraitURL-24}" /><div style="font-size:8px;letter-spacing:1px;text-transform:uppercase;text-align:center;padding-bottom:4px;border-bottom:1px solid white;margin-bottom:5px;font-family:calibri;width:453px;">{Asker}</div>{Question}</div>
  418. <div class="postbody">{Answer}</div>
  419. {/block:Answer}
  420.  
  421. {block:Date}<div class="postinfo">
  422.  
  423. <div style="opacity:0.8;">{block:RebloggedFrom}<div class="source"><a class="info" title="{ReblogParentName}" href="{ReblogParentURL}">via</a> / <a class="info" title="{ReblogRootName}" href="{ReblogRootURL}">source</a></div>{/block:RebloggedFrom}
  424.  
  425. <a class="info" href="{Permalink}">{TimeAgo}</a>{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCount}{/block:NoteCount}
  426.  
  427. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}</div>
  428.  
  429. </div>{/block:Date}
  430.  
  431. </div>
  432. {/block:Posts}
  433.  
  434. {block:PermalinkPage}
  435.  
  436. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  437.  
  438. {/block:PermalinkPage}
  439.  
  440. </div>
  441.  
  442. <div id="credit"><a href="http://crimical.tumblr.com/">theme</a></div>
  443.  
  444. </body>
  445. </html>
Advertisement
Add Comment
Please, Sign In to add comment