sherloeckchen

theme #8

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