sherloeckchen

theme #9

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