sherloeckchen

theme #17

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