sherloeckchen

theme #5

Sep 29th, 2012
7,079
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.46 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4. theme #5 by sherloeckchen. ask if you've got questions, i hope i can help!
  5. please don't remove the credit or use as base. you can change whatever you like as long as the credit is still in tact. :)
  6. -->
  7.  
  8. <html>
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14. <meta name="description" content="{MetaDescription}" />
  15.  
  16. <meta name="image:sidebar" content=""/>
  17. <meta name="color:main" content="#87224A"/>
  18. <meta name="color:dark" content="#202020"/>
  19. <meta name="text:bodyfont" content="cambria"/>
  20. <meta name="text:infofont" content="calibri"/>
  21. <meta name="if:blogtitle" content="0"/>
  22. <meta name="if:sidebarpicture" content="0"/>
  23.  
  24. <meta name="if:link1" content="1"/>
  25. <meta name="text:link1url" content="/"/>
  26. <meta name="text:link1title" content="title"/>
  27. <meta name="if:link2" content="1"/>
  28. <meta name="text:link2url" content="/"/>
  29. <meta name="text:link2title" content="title"/>
  30. <meta name="if:link3" content="1"/>
  31. <meta name="text:link3url" content="/"/>
  32. <meta name="text:link3title" content="title"/>
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Cabin+Condensed|Oranienbaum|Capriola' rel='stylesheet' type='text/css'>
  35.  
  36. <!-- CUSTOMIZABLE TOOLTIP -->
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  38.  
  39. <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
  40.  
  41. <script>
  42. $().ready(function() {
  43. $("[title]").style_my_tooltips({
  44. tip_follows_cursor: "on", //on/off
  45. tip_delay_time: 300 //milliseconds
  46. });
  47. });
  48. </script>
  49.  
  50. </head>
  51.  
  52. <style type="text/css">
  53.  
  54. body{
  55. background-color:white;
  56. color:#202020;
  57. font-family:'{text:bodyfont}', times, serif;
  58. font-size:10px;
  59. line-height:120%;
  60. letter-spacing:0px;
  61. text-align:justify;
  62. }
  63.  
  64. a{color:{color:main};text-decoration:none;-webkit-transition:0.4s ease-in;}
  65. a:active{color:{color:main};text-decoration:none;-webkit-transition:0.4s ease-in;}
  66. a:visited{color:{color:main};text-decoration:none;-webkit-transition:0.4s ease-in;}
  67. a:hover{color:{color:dark};}
  68.  
  69. blockquote{margin-left:10px;padding-left:5px;border-left:10px solid #202020;}
  70.  
  71. small{font-size:9px;}
  72. big{font-size:13px;font-family:'{text:infofont}';}
  73.  
  74. /* SIDEBAR */
  75.  
  76. #sidebar{
  77. margin-top:55px;
  78. margin-left:125px;
  79. width:210px;
  80. position:fixed;
  81. }
  82.  
  83. #sidebar img{
  84. width:210px;
  85. }
  86.  
  87. .descr a{color:{color:main};}
  88. .descr a:active{color:{color:main};}
  89. .descr a:visited{color:{color:main};}
  90. .descr a:hover{color:{color:dark};}
  91.  
  92. .blogtitle{
  93. margin-bottom:6px;
  94. font-size:14px;
  95. font-weight:;
  96. text-align:center;
  97. letter-spacing:0px;
  98. font-family:'{text:infofont}';
  99. text-transform:uppercase;
  100. }
  101. .blogtitle a{color:{color:dark};}
  102.  
  103. .sidelinks{
  104. margin-top:8px;
  105. margin-bottom:8px;
  106. text-align:center;
  107. }
  108.  
  109. .sidelinks a, a:active, a:visited{
  110. padding:2px 4px 3px;
  111. font-size:10px;
  112. font-style:italic;
  113. -webkit-transition:0.4s ease-in;
  114. background-color:transparent;
  115. color:{color:dark};
  116. }
  117.  
  118. .sidelinks a:hover{background-color:{color:dark};color:#fff;}
  119.  
  120. .pagination{
  121. text-align:center;
  122. font-size:9px;
  123. letter-spacing:1px;
  124. color:#202020;
  125. margin-top:6px;
  126. }
  127. .pagination a, a:active, a:visited, a:hover{color:{color:dark};}
  128.  
  129. /* END SIDEBAR */
  130.  
  131. /* BLOG */
  132.  
  133. #container{
  134. width:500px;
  135. margin-left:450px;
  136. margin-top:100px;
  137. margin-bottom:100px;
  138. }
  139.  
  140. #post{
  141. width:500px;
  142. margin-bottom:90px;
  143. }
  144.  
  145. #post a{color:{color:main};}
  146. #post a:active{color:{color:main};}
  147. #post a:visited{color:{color:main};}
  148. #post a:hover{color:{color:dark};}
  149.  
  150. .posttitle{
  151. text-align:center;
  152. font-family:'{text:infofont}';
  153. text-transform:uppercase;
  154. font-style:;
  155. letter-spacing:1px;
  156. font-size:13px;
  157. margin-bottom:5px;
  158. }
  159.  
  160. .musicplayer{
  161. width:27px;
  162. height:27px;
  163. overflow:hidden;
  164. z-index:2;
  165. display:block;
  166. background-color:white;
  167. padding: 38px 38px 35px 35px;
  168. position:absolute;
  169. opacity:0.1;
  170. -webkit-transition: all 0.7s ease-in-out;
  171. -moz-transition: all 0.7s ease-in-out;
  172. -o-transition: all 0.7s ease-in-out;
  173. }
  174.  
  175. #post:hover .musicplayer{opacity:1;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  176.  
  177. .audio{
  178. position:absolute;
  179. width:40px;
  180. height:40px;
  181. }
  182.  
  183. .audioimg{
  184. width:100px;
  185. height:100px;
  186. position:absolute;
  187. }
  188.  
  189. .audioimg img{
  190. float:left;
  191. opacity:1;
  192. width:100px;
  193. }
  194.  
  195. .audioinfo{
  196. font-size:13px;
  197. text-transform:uppercase;
  198. font-family:'{text:infofont}';
  199. color:white;
  200. margin-bottom: 1px;
  201. margin-left:101px;
  202. height:65px;
  203. display:block;
  204. width:399px;
  205. text-align:center;
  206. background-color:{color:dark};
  207. padding-top:35px;
  208. }
  209.  
  210. .answer{
  211. padding:10px;
  212. color:white;
  213. display:block;
  214. height:auto;
  215. width:480px;
  216. text-align:justify;
  217. background-color:{color:dark};
  218. }
  219.  
  220. .answer a{color:white !important;}
  221.  
  222. .postquote{
  223. padding:10px;
  224. color:white;
  225. display:block;
  226. height:auto;
  227. width:480px;
  228. text-align:justify;
  229. background-color:{color:dark};
  230. }
  231.  
  232. ol.notes{list-style-type:none;width:500px;margin-left:-45px;}
  233. ol.notes li.note{padding:5px;}
  234. ol.notes li.note blockquote{border-left:2px solid {color:dark};padding-left:5px;margin-left:20px;}
  235.  
  236. /* POSTINFO */
  237.  
  238. .postinfo{width:500px;padding-top:5px;border-top:3px double #e3e3e3;margin-top:20px;opacity:1;font-family:'{text:infofont}';text-align:center;opacity:1;}
  239. .postinfo img{float:right;height:10px;}
  240.  
  241. .postsource{text-align:right;float:right;}
  242.  
  243. span.timeago{font-size:9px;text-transform:uppercase;}
  244.  
  245. span.rootname a{color:{color:dark} !important;-webkit-transition:0.4s ease-in;}
  246. span.rootname a:hover{color:{color:main} !important;}
  247.  
  248. .tags{line-height:16px;margin-top:2px;}
  249. .tags a{background-color:transparent;color:#202020 !important;padding:1px 2px 1px;margin-right:3px;margin-left:3px;}
  250. .tags a:hover{background-color:{color:dark};color:white !important;}
  251.  
  252. /* END POSTINFO */
  253. /* END BLOG */
  254.  
  255. ::-webkit-scrollbar-thumb:vertical{background-color:{color:dark};border-bottom:4px solid #fff;border-top:4px solid #fff;border-right:4px solid #fff;height: 100px;}
  256. ::-webkit-scrollbar-thumb:horizontal{background-color:{color:dark};border-bottom:4px solid #fff;border-left:4px solid #fff;border-right:4px solid #fff;}
  257. ::-webkit-scrollbar{height: 12px; width: 12px; background-color: #FFFFFF;}
  258.  
  259. ::-moz-selection, ::selection{background-color:{color:dark};color: #fff;}
  260.  
  261. #tumblr_controls{position:fixed !important;opacity:0.5;-webkit-transition:0.5s ease-in;}
  262. #tumblr_controls:hover{opacity:1;}
  263.  
  264. #s-m-t-tooltip{
  265. position:absolute;
  266. font-size:9px;
  267. z-index:5000;
  268. background-color:{color:dark};
  269. color:#fff;
  270. padding: 4px 7px;
  271. }
  272.  
  273. .credit{
  274. bottom:10px;
  275. right:10px;
  276. position:fixed;
  277. font-family:'{text:infofont}';
  278. text-transform:uppercase;
  279. }
  280.  
  281. .credit a, a:active, a:visited{color:{color:main};-webkit-transition:0.4s ease-in;}
  282. .credit a:hover{color:{color:dark};}
  283.  
  284. </style>
  285. <body>
  286.  
  287. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  288. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  289. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  290. {/block:ContentSource}</div>
  291.  
  292. <div id="sidebar">
  293. {block:ifblogtitle}<div class="blogtitle"><a href="/">{title}</a></div>{/block:ifblogtitle}
  294. {block:ifsidebarpicture}<a href="/"><img src="{image:sidebar}" /></a>{/block:ifsidebarpicture}
  295. <div class="sidelinks">
  296. <a href="/ask">ask</a>
  297. <a href="/archive">archive</a>
  298. {block:iflink1}<a href="{text:link1url}">{text:link1title}</a>{/block:iflink1}
  299. {block:iflink2}<a href="{text:link2url}">{text:link2title}</a>{/block:iflink2}
  300. {block:iflink3}<a href="{text:link3url}">{text:link3title}</a>{/block:iflink3}
  301. </div>
  302. <div class="descr">{description}</div><br>
  303. {block:Pagination}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}<i>{CurrentPage} of {TotalPages}</i>{block:NextPage} <a href="{NextPage}">→</a>{/block:NextPage}</div>{/block:Pagination}
  304. </div>
  305.  
  306. <div id="container">
  307.  
  308. {block:Posts}
  309. <div id="post">
  310.  
  311. {block:Text}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}{Body}{block:More}<a href="{Permalink}">More →</a>{/block:More}{/block:Text}
  312.  
  313. {block:Photo}<a href="{Permalink}">
  314. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  315. <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="500px" />
  316. </a><p>
  317. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  318.  
  319. {block:Photoset}{Photoset-500}
  320. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  321.  
  322. {block:Quote}<div class="postquote">{Quote}</div><p>
  323. {block:Source}—{Source}{/block:Source}{/block:Quote}
  324.  
  325. {block:Link}<a href="{URL}"><div class="posttitle">{Name}</div></a>{block:Description}{Description}{/block:Description}{/block:Link}
  326.  
  327. {block:Video}
  328. {Video-500}
  329. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  330.  
  331. {block:Chat}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}<p>
  332. {block:Lines}<div style="margin-bottom:4px;">{block:Label}<span style="text-transform: uppercase; font-family:'cabin condensed'; font-style:;"> {Label}</span>{/block:Label}&nbsp;&nbsp;{Line}<br></div>{/block:Lines}{/block:Chat}
  333.  
  334. {block:Audio}
  335. <div class="audio"><div class="musicplayer">{AudioPlayerWhite}</div>
  336. <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>
  337. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<br>
  338. <div style="font-size:9px;font-family:Georgia;margin-top:5px;">{block:Artist}{Artist}{/block:Artist}{block:Album} - {Album}{/block:Album}</div></div>
  339. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  340.  
  341. {block:Answer}
  342. <div class="answer"><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;">{Asker}</div>{Question}</div>
  343. {Answer}
  344. {/block:Answer}
  345.  
  346. {block:Date}<div class="postinfo">
  347.  
  348. {block:NoteCount}{NoteCount}&nbsp; ∙ &nbsp;{/block:NoteCount}<span class="timeago"><a href="{Permalink}">{TimeAgo}</a>{block:RebloggedFrom}&nbsp; ∙ &nbsp;<span class="rootname"><a href="{ReblogRootURL}">{ReblogRootName}</a>&nbsp; &nbsp;<a href="{ReblogParentURL}">(via)</a>{/block:RebloggedFrom}</span></span>
  349. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  350.  
  351. </div>{/block:Date}
  352.  
  353. </div>
  354. {/block:Posts}
  355.  
  356. {block:PermalinkPage}
  357. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  358. {/block:PermalinkPage}
  359.  
  360. </div>
  361.  
  362. <div class="credit"><a href="http://sherloeckchen.tumblr.com/">theme</a></div>
  363.  
  364. </body>
  365. </html>
Advertisement
Add Comment
Please, Sign In to add comment