sherloeckchen

theme #10

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