sherloeckchen

theme #13/2

May 10th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <title>{Title}</title>
  6.  
  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. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic|Old+Standard+TT:400,700,400italic|Alice|Vidaloka|Arapey:400italic,400' rel='stylesheet' type='text/css'>
  12.  
  13. <meta name="color:links" content=""/>
  14. <meta name="image:header" content=""/>
  15. <meta name="if:longtitle" content="1"/>
  16. <meta name="if:titlebackgroundwhite" content="1"/>
  17. <meta name="if:headergrayscale" content="1"/>
  18. <meta name="text:link1" content=""/>
  19. <meta name="text:link1url" content=""/>
  20. <meta name="text:link2" content=""/>
  21. <meta name="text:link2url" content=""/>
  22. <meta name="text:link3" content=""/>
  23. <meta name="text:link3url" content=""/>
  24. <meta name="text:link4" content=""/>
  25. <meta name="text:link4url" content=""/>
  26.  
  27. <script type="text/javascript"
  28. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  29.  
  30. </head>
  31.  
  32. <style type="text/css">
  33.  
  34. ::-webkit-scrollbar-thumb:vertical{
  35. background-color:black;
  36. }
  37.  
  38. ::-webkit-scrollbar-thumb:horizontal{
  39. background-color:black;
  40. }
  41.  
  42. ::-webkit-scrollbar{
  43. height:5px;
  44. width:5px;
  45. background-color:white;
  46. }
  47.  
  48. body{
  49. background-color:white;
  50. font-family:times, serif;
  51. font-size:10px;
  52. letter-spacing:0px;
  53. margin:0px;
  54. color:black;
  55. text-align:justify;
  56. }
  57.  
  58. a, a:active, a:visited{
  59. text-decoration:none;
  60. color:{color:links};
  61. -webkit-transition:0.5s ease-in;
  62. -moz-transition:0.5s ease-in;
  63. -o-transition:0.5s ease-in;
  64. transition:0.5s ease-in;
  65. }
  66.  
  67. #con{
  68. width:500px;
  69. margin:300px auto 0px;
  70. }
  71.  
  72. #header{
  73. position:fixed;
  74. width:100%;
  75. height:200px;
  76. margin-bottom:80px;
  77. margin-top:-300px;
  78. background:#212121 url('{image:header}') top center no-repeat;
  79. {block:ifheadergrayscale}-webkit-filter:grayscale(1);{/block:ifheadergrayscale}
  80. }
  81.  
  82. #header .w{
  83. width:606px;
  84. margin:50px auto 0;
  85. }
  86.  
  87. #header .h{
  88. {block:ifnottitlebackgroundwhite}color:white;{/block:ifnottitlebackgroundwhite}
  89. {block:iftitlebackgroundwhite}color:black;{/block:iftitlebackgroundwhite}
  90. cursor:default;
  91.  
  92. width:273px;
  93. padding:6px 10px 4px;
  94. font-family:'vidaloka';
  95. text-transform:uppercase;
  96. font-size:15px;
  97. line-height:20px;
  98. text-align:center;
  99. font-style:;
  100. }
  101.  
  102. #header .box{
  103. padding:4px 10px 5px;
  104. overflow:auto;
  105. max-height:42px;
  106. text-align:center;
  107. {block:iflongtitle}
  108. width:283px;
  109. {/block:iflongtitle}
  110. }
  111.  
  112. #header .bottom{
  113. text-align:center;
  114. font-size:7px;
  115. letter-spacing:1px;
  116. text-transform:uppercase;
  117. margin-top:25px;
  118. }
  119.  
  120. #header .bottom a{
  121. color:white;
  122. margin:0px 10px 0px;
  123. border-bottom:0px;
  124. padding:5px;
  125. }
  126.  
  127. #header .bottom a:hover{
  128. color:transparent;
  129. }
  130.  
  131. .pagination{
  132. position:fixed;
  133. bottom:0px;
  134. width:500px;
  135. background-color:white;
  136. padding:10px 0px 10px;
  137. text-align:center;
  138. font-family:;
  139. letter-spacing:1px;
  140. font-size:9px;
  141. opacity:0.7;
  142. -webkit-transition:0.6s ease-in;
  143. }
  144.  
  145. .pagination:hover{
  146. opacity:1;
  147. }
  148.  
  149. .pagination a{
  150. margin:0px 6px 0px;
  151. padding:1px 3px 1px;
  152. border:1px solid transparent;
  153. }
  154.  
  155. .pagination a.page{
  156. color:black;
  157. }
  158.  
  159. .pagination a.page:hover{
  160. color:#f2f2f2;
  161. }
  162.  
  163. .pagination a.arrow{
  164. font-size:8px;
  165. color:black;
  166. }
  167.  
  168. .pagination span.current{
  169. margin:0px 6px 0px;
  170. padding:1px 3px 1px;
  171. color:{color:links};
  172. }
  173.  
  174. /* POSTS */
  175.  
  176. h2{
  177. text-align:center;
  178. font-weight:normal;
  179. text-transform:uppercase;
  180. font-size:9px;
  181. letter-spacing:1px;
  182. margin:0px 0px 10px;
  183. }
  184.  
  185. h3{
  186. text-align:center;
  187. font-weight:normal;
  188. margin:0px 0px 75px;
  189. text-transform:uppercase;
  190. font-size:8px;
  191. letter-spacing:1px;
  192. }
  193.  
  194. .post{
  195. width:500px;
  196. background-color:white;
  197. border:0px solid black;
  198. {block:IndexPage}margin-bottom:150px;{/block:IndexPage}
  199. {block:PermalinkPage}margin-bottom:10px;{/block:PermalinkPage}
  200. }
  201.  
  202. .op{
  203. {block:IndexPage}opacity:1;{/block:IndexPage}
  204. -webkit-transition:0.5s ease-in;
  205. }
  206.  
  207. .op:hover{
  208. opacity:1;
  209. }
  210.  
  211. .post h1{
  212. text-align:center;
  213. margin:0px 0px 10px;
  214. font-size:20px;
  215. letter-spacing:-1px;
  216. font-style:italic;
  217. }
  218.  
  219. span.more{font-family:cambria !important;}
  220.  
  221. /* QUOTES */
  222.  
  223. .postquote{
  224. display:block;
  225. width:350px;
  226. margin:0px auto 20px;
  227. line-height:15px;
  228. text-align:center;
  229. font-style:italic;
  230. font-size:9px;
  231. letter-spacing:0px;
  232. word-spacing:2px;
  233. text-transform:uppercase;
  234. }
  235.  
  236. .quotesource{
  237. text-align:right;
  238. margin-top:-8px;
  239. }
  240.  
  241. .quotesource span{
  242. background-color:white;
  243. padding-left:10px;
  244. }
  245.  
  246. .quoteborder{
  247. border-bottom:3px double #f2f2f2;
  248. }
  249.  
  250. /* AUDIO POSTS */
  251.  
  252. .musicplayer{
  253. width:27px;
  254. height:27px;
  255. overflow:hidden;
  256. z-index:2;
  257. display:block;
  258. background-color:black;
  259. margin:38px 0px 0px 180px;
  260. position:absolute;
  261. opacity:1;
  262. -webkit-transition: all 0.7s ease-in-out;
  263. -moz-transition: all 0.7s ease-in-out;
  264. -o-transition: all 0.7s ease-in-out;
  265. }
  266.  
  267. .audio{
  268. position:absolute;
  269. width:398px;
  270. height:100px;
  271. background-color:black;
  272. margin-left:102px;
  273. }
  274.  
  275. .covers{
  276. width:100px;
  277. height:100px;
  278. }
  279.  
  280. .audioimg{
  281. width:100px;
  282. height:100px;
  283. position:absolute;
  284. }
  285.  
  286. .audioimg img{
  287. float:left;
  288. opacity:1;
  289. width:100px;
  290. }
  291.  
  292. .audioinfo{
  293. display:none;
  294. font-size:11px;
  295. text-transform:uppercase;
  296. margin-bottom:1px;
  297. margin-left:201px;
  298. height:65px;
  299. display:block;
  300. width:299px;
  301. text-align:center;
  302. background-color:white;
  303. padding-top:35px;
  304. letter-spacing:1px;
  305. }
  306.  
  307. /* ASK */
  308.  
  309. .question{
  310. margin-bottom:10px;
  311. background-color:black;
  312. color:white;
  313. width:480px;
  314. padding:10px;
  315. min-height:30px;
  316. }
  317.  
  318. .question img{
  319. float:left;
  320. border-right:10px solid transparent;
  321. border-bottom:5px solid transparent;
  322. }
  323.  
  324. /* POST INFO */
  325.  
  326. .postinfo{
  327. width:150px;
  328. margin-left:520px;
  329. position:absolute;
  330. padding:2px 10px 2px 7px;
  331. text-transform:uppercase;
  332. font-family:;
  333. font-size:7px;
  334. letter-spacing:1px;
  335. opacity:0;
  336. -webkit-transition:0.5s ease-in;
  337. -moz-transition:0.5s ease-in;
  338. -o-transition:0.5s ease-in;
  339. transition:0.5s ease-in;
  340. }
  341.  
  342. .post:hover .postinfo{
  343. opacity:1;
  344. }
  345.  
  346. .postinfo a.info, a:visited.info, a:active.info{
  347. color:black;
  348. }
  349.  
  350. .permainfo{
  351. text-align:right;
  352. margin-top:30px;
  353. border-top:1px solid #f2f2f2;
  354. padding-top:10px;
  355. text-transform:uppercase;
  356. font-family:;
  357. font-size:7px;
  358. letter-spacing:1px;
  359. line-height:10px;
  360. margin-bottom:60px;
  361. }
  362.  
  363. .tags{
  364. margin-top:5px;
  365. {block:IndexPage}text-align:left;font-size:8px;{/block:IndexPage}
  366. {block:PermalinkPage}text-align:right;font-size:8px;text-transform:uppercase;letter-spacing:0px;{/block:PermalinkPage}
  367. }
  368.  
  369. .tags a.tags, a:visited.tags, a:active.tags{
  370. color:black;
  371. {block:IndexPage}display:block;margin:2px 0px 2px;{/block:IndexPage}
  372. {block:PermalinkPage}margin:0px 0px 0px 10px;{/block:PermalinkPage}
  373. }
  374.  
  375. .tags a:hover.tags{
  376. color:{color:links};
  377. }
  378.  
  379. ol.notes{list-style-type:none;width:500px;margin-left:-40px;font-size:8px;text-transform:uppercase;line-height:10px;}
  380. ol.notes li.note{padding:5px;width:490px;margin-bottom:7px;border-bottom:1px solid #f2f2f2;padding-bottom:10px;}
  381. ol.notes li.note img.avatar{height:15px;float:left;margin-top:-3px;}
  382. ol.notes li.note span.action{margin-left:10px;}
  383. ol.notes li.note blockquote{border-left:2px solid #202020;padding-left:5px;margin-left:35px;}
  384.  
  385. #theme{
  386. position:fixed;
  387. bottom:10px;
  388. right:10px;
  389. -webkit-border-radius:100px;
  390. padding:3px 4px 2px;
  391. text-transform:uppercase;
  392. -webkit-transition:0.6s ease-in;
  393. cursor:default;
  394. font-size:8px;
  395. }
  396.  
  397. #theme:hover{
  398. background-color:{color:links};
  399. color:white;
  400. }
  401.  
  402. </style>
  403. <body>
  404.  
  405. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  406. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  407. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  408. {/block:ContentSource}</div>
  409.  
  410. <div id="header">. <div class="w">
  411.  
  412. <table style="width:100%;"><tr>
  413. <td style="{block:iftitlebackgroundwhite}background-color:white;{/block:iftitlebackgroundwhite}height:40px"> <div class="h">{title}</div> </td>
  414. <td style="background-color:white"> <div class="box">{description}</div> </td>
  415. </tr></table>
  416.  
  417. <div class="bottom">
  418. <a href="/">home</a>
  419. <a href="/ask">message</a>
  420. {block:iflink1}<a href="{text:link1url}">{text:link1}</a>{/block:iflink1}
  421. {block:iflink2}<a href="{text:link2url}">{text:link2}</a>{/block:iflink2}
  422. {block:iflink3}<a href="{text:link3url}">{text:link3}</a>{/block:iflink3}
  423. {block:iflink4}<a href="{text:link4url}">{text:link4}</a>{/block:iflink4}
  424. </div>
  425.  
  426. </div></div>
  427.  
  428. <div id="con">
  429.  
  430. {block:TagPage}
  431. <h3>{block:Pagination}{TotalPages} pages of {/block:Pagination}posts tagged with <u>{Tag}</u></h3>
  432. {/block:TagPage}
  433.  
  434. {block:Posts}
  435.  
  436. <div class="post">
  437.  
  438.  
  439.  
  440.  
  441. {block:Date}{block:IndexPage}<div class="postinfo">
  442.  
  443. <a class="info" href="{Permalink}">{TimeAgo}{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCount}{/block:NoteCount}</a>
  444.  
  445. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  446.  
  447. </div>{/block:IndexPage}{/block:Date}
  448.  
  449.  
  450.  
  451. {block:Quote}
  452. <div class="postquote">{Quote}</div>
  453. {block:Source}<div class="quoteborder"> </div>
  454. <div class="quotesource"><span>{Source}</span></div>{/block:Source}
  455. {/block:Quote}
  456.  
  457. {block:Photo}
  458. <div class="op"><a href="{block:IndexPage}{Permalink}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"><img src="{PhotoURL-500}" /></a></div>
  459. {Caption}
  460. {/block:Photo}
  461.  
  462. {block:Photoset}
  463. <div class="op">{Photoset-500}</a></div>
  464. {Caption}
  465. {/block:Photoset}
  466.  
  467. {block:Link}
  468. <h2><a href="{url}">{name}</a></h2>{block:Description}{Description}{/block:Description}
  469. {/block:Link}
  470.  
  471. {block:Chat}
  472. {block:Title}<h2>{Title}</h2>{/block:Title}
  473. {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}
  474. {/block:Chat}
  475.  
  476. {block:Audio}
  477. <div class="audio"><div class="musicplayer">{AudioPlayerBlack}</div></div>
  478. <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>
  479. {Caption}
  480. {/block:Audio}
  481.  
  482. {block:Text}
  483. {block:Title}<h2>{Title}</h2>{/block:Title}{Body}{block:More}<a href="{Permalink}">More <span class="more">→</span></a>{/block:More}
  484. {/block:Text}
  485.  
  486. {block:Video}
  487. {Video-500}
  488. {Caption}
  489. {/block:Video}
  490.  
  491. {block:Answer}
  492. <div class="question"><a href="{AskerURL}"><img src="{AskerPortraitURL-30}" /></a>
  493. {Question}</div>
  494.  
  495. {Answer}
  496. {/block:Answer}
  497.  
  498. </div>
  499.  
  500. {block:PermalinkPage}
  501.  
  502. {block:Date}<div class="permainfo">
  503.  
  504. {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}&nbsp; ∙ &nbsp;{12Hour}:{Minutes}{AmPm}{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCountWithLabel}{/block:NoteCount}<br />
  505.  
  506. {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}
  507. {/block:RebloggedFrom}
  508.  
  509. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  510.  
  511. </div>{/block:Date}
  512.  
  513. {block:PostNotes}{PostNotes}{/block:PostNotes}
  514. {/block:PermalinkPage}
  515.  
  516. {/block:Posts}
  517.  
  518. {block:Pagination}
  519. <div class="pagination">
  520. {block:PreviousPage}<a class="arrow" href="{PreviousPage}">←</a>{/block:PreviousPage}
  521. {block:JumpPagination length="5"}
  522. {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
  523. {block:JumpPage}<a class="page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  524. {block:NextPage}<a class="arrow" href="{NextPage}">→</a>{/block:NextPage}
  525. {/block:Pagination}
  526.  
  527. </div>
  528.  
  529. <a href="http://crimical.tumblr.com/"><div id="theme">t.</div></a>
  530.  
  531. </div></body>
  532. </html>
Advertisement
Add Comment
Please, Sign In to add comment