Advertisement
bakerrstreet

Theme No. 5 (Diamonds)

Oct 27th, 2012
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.23 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. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!--CUSTOMIZABLE-->
  11. <meta name="color:background" content="#fbfbfb"/>
  12. <meta name="color:post" content="#f1f0f0"/>
  13. <meta name="color:text" content="#181818"/>
  14. <meta name="color:tags" content="#b49999"/>
  15. <meta name="color:title" content="#fff"/>
  16. <meta name="color:links" content="#ba2640"/>
  17. <meta name="color:links hover" content="#f78f1e"/>
  18. <meta name="color:border" content="#352504"/>
  19.  
  20. <!--SIDEBAR-->
  21. <meta name="color:diamond1" content="#6d2243"/>
  22. <meta name="color:diamond2" content="#ec5e0c"/>
  23. <meta name="color:diamond3" content="#ba2640"/>
  24. <meta name="color:diamond4" content="#f78f1e"/>
  25. <meta name="color:Sidebar Text" content="#fde5dc"/>
  26. <meta name="color:Sidebar Title" content="#fff"/>
  27. <meta name="color:Sidebarlinks bg" content="#ffdc68"/>
  28. <meta name="color:Sidebarlinks" content="#a7321c"/>
  29. <meta name="color:Sidebarlinks Hover" content="#352504"/>
  30.  
  31. <!--ASK-->
  32. <meta name="color:balloon" content="#696969"/>
  33. <meta name="color:balloon text" content="#fdfafa"/>
  34.  
  35. <meta name="color:scrollbar" content="#f0c9b8"/>
  36. <meta name="color:scrollbg" content="#ebe5cf"/>
  37.  
  38. <!--image-->
  39. <meta name="image:background" content=""/>
  40. <meta name="image:diamond1" content=""/>
  41. <meta name="image:diamond2" content=""/>
  42. <meta name="image:diamond3" content=""/>
  43. <meta name="image:diamond4" content=""/>
  44.  
  45. <!--TEXT-->
  46. <meta name="text:Link1 Url" content="" />
  47. <meta name="text:Link1 Title" content="" />
  48. <meta name="text:Link2 Url" content="" />
  49. <meta name="text:Link2 Title" content="" />
  50. <meta name="text:Link3 Url" content="" />
  51. <meta name="text:Link3 Title" content="" />
  52. <meta name="text:Link4 Url" content="" />
  53. <meta name="text:Link4 Title" content="" />
  54.  
  55.  
  56. <link href='http://fonts.googleapis.com/css?family=Pinyon+Script' rel='stylesheet' type='text/css'>
  57. <link href='http://fonts.googleapis.com/css?family=Sail' rel='stylesheet' type='text/css'>
  58. <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
  59. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700italic' rel='stylesheet' type='text/css'>
  60.  
  61.  
  62. <style type="text/css">
  63. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  64. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  65. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  66. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  67. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  68. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  69. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  70. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  71. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt;}
  72.  
  73. body {
  74. font-family: calibri;
  75. font-size:11px;
  76. color: {color:text};
  77. background-color:{color:background};
  78. background-image:url({image:Background});
  79. background-position:center top;
  80. background-repeat: repeat;
  81. background-attachment:fixed;
  82. }
  83.  
  84. a, a:active, a:visited{color:{color:links}; text-decoration: none; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  85. a:hover { color:{color:links hover};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  86. blockquote{padding:0px 5px 0px 10px; margin:0px; border-left:2px solid {color:border};}
  87. blockquote img{display:block; max-width:250px;}
  88. blockquote blockquote{position:relative; left:6px; margin:-5px; padding:0px 5px 0px 10px}
  89.  
  90.  
  91. #sidebar {
  92. width:auto; height:250px;
  93. position:fixed;
  94. left:350px;
  95. top:48%;
  96. margin-top:-125px;
  97. }
  98. #sidebar:hover #menu {opacity:1!important;
  99. -webkit-transition: all 0.7s linear; -moz-transition: all 0.7s linear; transition: all 0.7s linear;}
  100. #sidebar:hover #description {opacity:1!important; -webkit-transition: all 1.2s linear; -moz-transition: all 1.2s linear; transition: all 1.2s linear;}
  101.  
  102. #diamond1 img, #diamond2 img, #diamond4 img {
  103. width:180px; height:180px;
  104. position:absolute;
  105. top:-120px;
  106. left:-70px;
  107. z-index:9;
  108. opacity:1;
  109. -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;
  110. -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);
  111. -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
  112. -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; -o-transform-origin: 0 100%; transform-origin: 0 100%;
  113. }
  114.  
  115. #diamond3 img {
  116. width:180px; height:180px;
  117. position:absolute;
  118. top:3px;
  119. left:57px;
  120. z-index:9;
  121. opacity:1;
  122. -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;
  123. -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
  124. -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
  125. -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; -o-transform-origin: 0 100%; transform-origin: 0 100%;
  126. }
  127.  
  128.  
  129. #sidebar:hover #diamond1 img, #sidebar:hover #diamond2 img, #sidebar:hover #diamond3 img, #sidebar:hover #diamond4 img {
  130. opacity:0; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear;
  131. }
  132.  
  133. #diamond1, #diamond2, #diamond3, #diamond4 {overflow:hidden;}
  134.  
  135.  
  136. #diamond1 {
  137. position:absolute;
  138. top:0px;
  139. width: 95px;
  140. height: 95px;
  141. background: {color:diamond1};
  142. margin: 3px 0 0 30px;
  143. z-index:999;
  144. padding:10px;
  145. /*Box Shadow*/
  146. -webkit-box-shadow: -3px 3px 3px grey; -moz-box-shadow:-3px 3px 3px grey;box-shadow:-3px 3px 3px grey;
  147. /*Transition*/
  148. -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;
  149. /* Rotate */
  150. -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
  151. -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);
  152. /* Rotate Origin */
  153. -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; -o-transform-origin: 0 100%; transform-origin: 0 100%;
  154. }
  155.  
  156. #sidebar:hover #diamond1 {
  157. width:180px;
  158. height:180px;
  159. /* Rotate */
  160. -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg);
  161. -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
  162. /* Rotate Origin */
  163. -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; -o-transform-origin: 0 100%; transform-origin: 0 100%;
  164. /*Transiton*/
  165. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  166. /*Box Shadow*/
  167. -webkit-box-shadow: 1px 1px 10px grey; -moz-box-shadow:1px 1px 10px grey;box-shadow:1px 1px 10px grey;
  168. }
  169.  
  170. #diamond2 {
  171. position:absolute;
  172. top:75px;
  173. left:60px;
  174. width: 115px; height: 115px;
  175. background: {color:diamond2};
  176. margin: 3px 0 0 30px;
  177. z-index:99;
  178. /* Rotate */
  179. -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
  180. -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);
  181. /* Rotate Origin */
  182. -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; -o-transform-origin: 0 100%; transform-origin: 0 100%;
  183. /*Box Shadow*/
  184. -moz-box-shadow:-3px 3px 3px grey; -webkit-box-shadow: -3px 3px 3px grey; box-shadow:-3px 3px 3px grey;
  185. /*Transiton*/
  186. -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;
  187. }
  188. #sidebar:hover #diamond2 {
  189. top:165px;
  190. left:0px;
  191. /*Transiton*/
  192. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  193. /*Box Shadow*/
  194. -moz-box-shadow: -1px -1px 10px grey; -webkit-box-shadow: -1px -1px 10px grey;box-shadow:-1px -1px 10px grey;
  195. }
  196.  
  197. #diamond3 {
  198. position:absolute;
  199. bottom:50px;
  200. right:-65px;
  201. width: 115px;
  202. height: 115px;
  203. background: {color:diamond3};
  204. margin: 3px 0 0 30px;
  205. z-index:999;
  206. /* Rotate */
  207. -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);
  208. -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
  209. /* Rotate Origin */
  210. -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; -o-transform-origin: 0 100%; transform-origin: 0 100%;
  211. /*Box Shadow*/
  212. -moz-box-shadow: 3px 3px 3px grey; -webkit-box-shadow: 3px 3px 3px grey; box-shadow:3px 3px 3px grey;
  213. /*Transiton*/
  214. -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;
  215. }
  216.  
  217. #sidebar:hover #diamond3 {
  218. width:200px; height:200px;
  219. bottom:47px; right:-30px;
  220. /* Rotate */
  221. -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg);
  222. -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
  223. /* Rotate Origin */
  224. -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; -o-transform-origin: 0 100%; transform-origin: 0 100%;
  225. /*Transiton*/
  226. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  227. /*Box Shadow*/
  228. -moz-box-shadow: -1px -1px 10px grey;
  229. -webkit-box-shadow: -1px -1px 10px grey;
  230. box-shadow: -1px -1px 10px grey;
  231. }
  232.  
  233. #diamond4 {
  234. position:absolute;
  235. bottom:50px;
  236. left:-70px;
  237. width: 115px;
  238. height: 115px;
  239. background: {color:diamond4};
  240. margin: 3px 0 0 30px;
  241. z-index:99;
  242. /* Rotate */
  243. -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
  244. -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);
  245. /* Rotate Origin */
  246. -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; -o-transform-origin: 0 100%; transform-origin: 0 100%;
  247. /*Box Shadow*/
  248. -moz-box-shadow: -3px 3px 3px grey;
  249. -webkit-box-shadow: -3px 3px 3px grey;
  250. box-shadow: -3px 3px 3px grey;
  251. /*Transiton*/
  252. -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;
  253. }
  254.  
  255. #sidebar:hover #diamond4 {
  256. bottom:165px;
  257. left:0px;
  258. /*Transiton*/
  259. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  260. /*Box Shadow*/
  261. -moz-box-shadow: -1px -1px 10px grey;
  262. -webkit-box-shadow: -1px -1px 10px grey;
  263. box-shadow: -1px -1px 10px grey;
  264. }
  265.  
  266. #menu {z-index:99; opacity:0; position:relative; margin-top:41px;-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  267.  
  268. #menu .links a {
  269. font: 8px 'Arial';
  270. letter-spacing:2px;
  271. text-transform:uppercase!important;
  272. width:100px;
  273. height:13px;
  274. overflow:hidden;
  275. text-align: center;
  276. display: block;
  277. margin- left:-5px;
  278. margin-right:-5px;
  279. vertical-align: middle;
  280. line-height: 15px;
  281. margin-bottom: 2px;
  282. padding: 2px;
  283. background-color:{color:Sidebarlinks bg};
  284. color: {color:Sidebarlinks};
  285. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  286.  
  287. #menu .links a:hover {color:{color:Sidebarlinks Hover}; text-shadow: none; -webkit-transition: all 0.7s linear; -moz-transition: all 0.7s linear; transition: all 0.7s linear;}
  288.  
  289. #description {z-index:99; text-align:justify; color:{color:Sidebar Text}; opacity:0; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; font-size:10px; line-height:9px;}
  290.  
  291. #description .title {
  292. font-family:'Allura', cursive;
  293. font-size:36px;
  294. margin: 10px auto 15px auto;
  295. line-height:23px;
  296. text-align:center!important;
  297. }
  298.  
  299. #description .title, #description a.title {
  300. color:{color:Sidebar Title};}
  301.  
  302.  
  303.  
  304. #entry {
  305. position:absolute;
  306. right:100px;
  307. top:-50px;
  308. width: 675px;
  309. height:100%;
  310. z-index: 9;
  311. }
  312.  
  313.  
  314. #posts {
  315. width:540px;
  316. height:auto;
  317. position:absolute;
  318. right:60px;
  319. margin-top:90px;
  320. margin-bottom:0px;
  321. }
  322.  
  323. #post {
  324. position:relative;
  325. left:20px;
  326. width:500px;
  327. margin-bottom:0px;
  328. text-align: justify;
  329. line-height:8.5px;
  330. background-color:{color:post};
  331. padding: 10px;
  332. font-family:'PT Sans Narrow';
  333. line-height:1;
  334. border-bottom: solid 5px {color:border};
  335. -webkit-box-shadow: 0 8px 6px -6px gray;
  336. -moz-box-shadow: 0 8px 6px -6px gray;
  337. box-shadow: 0 8px 6px -6px gray;
  338. }
  339.  
  340. #posts .border {
  341. border-bottom: solid 5px {color:border};
  342. width:540px;}
  343.  
  344. #post .title {
  345. font-family: 'Sail', cursive;
  346. font-size:24px;
  347. margin-bottom:5px;
  348. line-height:23px;
  349. color:{color:title};
  350. }
  351. #post .quote {font-family:'Allura', cursive;
  352. font-size:24px;
  353. margin-bottom:5px;
  354. line-height:23px;
  355. }
  356.  
  357.  
  358. #details {
  359. font-size:9px;
  360. font-family: calibri;
  361. width:auto;
  362. height:auto;
  363. text-align:center;
  364. margin-left: 20px;
  365. padding-left: 5px;
  366. margin-top:2px;
  367. }
  368.  
  369. #post .balloon {align:right; background:{color:balloon}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  370. #post .balloon p {margin:1px 0px;}
  371. #post .balloon span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:balloon};}
  372. #post .balloon a {font-family: 'bebas';}
  373. #post .balloon, #post .balloon a{color:{color:balloon text};}
  374.  
  375.  
  376. #post .askborder {float: left;margin: 1px 4px 0 0;padding: 2px;}
  377. #post img.askborder {border-radius: 48px; -moz-border-radius: 48px; -o-border-radius: 48px; box-border-radius: 48px;}
  378. #post .answer {margin-left:60px;border:none;}
  379.  
  380. #navigation {
  381. width:auto;
  382. height:auto;
  383. position:fixed;
  384. left:370px;
  385. bottom:12%;
  386. }
  387.  
  388. </style>
  389. </head>
  390.  
  391.  
  392. <body>
  393. <div id="sidebar">
  394.  
  395. <div id="diamond1">
  396. <img src="{image:Diamond1}" />
  397. <div id="description">
  398. <div class="title">{Title}</div>
  399. {Description}
  400. </div>
  401. </div>
  402.  
  403. <div id="diamond2"><img src="{image:Diamond2}" />
  404. </div>
  405.  
  406. <div id="diamond3">
  407. <img src="{image:Diamond3}"/>
  408.  
  409. <center>
  410. <div id="menu">
  411. <div class="links">
  412. <a href="/">Home</a>
  413. <a href="/ask">Ask</a>
  414. <a href="{text:Link1 Url}">{text:Link1 Title}</a>
  415. <a href="{text:Link2 Url}">{text:Link2 Title}</a>
  416. <a href="{text:Link3 Url}">{text:Link3 Title}</a>
  417. <a href="{text:Link4 Url}">{text:Link4 Title}</a>
  418. </div>
  419. </div>
  420. </center>
  421. </div>
  422.  
  423. <div id="diamond4">
  424. <img src="{image:Diamond4}" />
  425. </div>
  426.  
  427.  
  428. </div>
  429.  
  430. <div id="navigation">
  431. <a href="{PreviousPage}">«</a>
  432. <a href="{NextPage}">»</a>
  433. </div>
  434.  
  435. <div id="entry">
  436. <div id="posts">
  437. {block:Posts}
  438. <div id="post">
  439.  
  440. <!--TITLE-->
  441. {block:Title}<div class="title">{Title}</div>{/block:Title}
  442. {block:Text}{Body}{/block:Text}
  443.  
  444. <!--QUOTE-->
  445. {block:Quote}<div class="quote">"{Quote}"</div>{/block:Quote}
  446. {block:Source}<div style="text-align:right; font-stlye:italic;">— {Source}</div>{/block:Source}
  447.  
  448. <!--LINK-->
  449. {block:Link}<a href="{URL}" class="title">{Target}{Name}&nbsp;</a>
  450. {block:Description}{Description}{/block:Description}{/block:Link}
  451.  
  452. <!--PHOTO-->
  453. {block:Photo}
  454. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  455. {block:Caption}{Caption}{/block:Caption}
  456. {/block:Photo}
  457.  
  458. <!--PHOTOSETS-->
  459. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  460. {/block:Photoset}
  461.  
  462. <!--CHAT-->
  463. {block:Chat}
  464. {block:Title}{Title}{/block:Title}
  465. {block:Lines}
  466. {block:Label}<b>{Label}</b>{/block:Label}
  467. {Line}<br />
  468. {/block:Lines}<br />
  469. {/block:Chat}
  470.  
  471. <!--VIDEO-->
  472. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  473.  
  474. <!--AUDIO-->
  475. {block:Audio}
  476. <div class="player">{AudioPlayer}</div>
  477. {block:TrackName}{TrackName} - {/block:TrackName}{block:Artist}<i>{Artist}</i> | {/block:Artist}<b>{FormattedPlayCount}</b> plays
  478. {block:Caption}<br />{Caption}{/block:Caption}
  479. {/block:Audio}
  480.  
  481. <!--ANSWER-->
  482. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder">
  483. <div class="balloon"><span></span>{Asker}: {Question}&nbsp;</div>
  484. <div class="answer">{Answer}</div>
  485. {/block:Answer}
  486.  
  487. </div>
  488. <div id="details" style="font-family:'Droid Serif'; font-style:italic; letter-spacing:-1px;">
  489. <a href="{Permalink}">{NoteCount}</a>&nbsp;&nbsp;&nbsp;notes
  490. {block:ContentSource}&nbsp;&nbsp;&nbsp;<a href="{SourceURL}">&copy;</a>&nbsp;{SourceTitle}{/block:ContentSource}&nbsp;&nbsp;&nbsp;
  491. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  492. </div>
  493.  
  494. <div id="details" style="font-style:italic">
  495. {block:HasTags}{block:Tags}<a href="{TagUrl}"><img src="http://static.tumblr.com/zakpmbe/eTgmaoqba/tags.png" style="height:10px;"></a>{Tag}&nbsp; {/block:Tags}{/block:HasTags}
  496. </div>
  497.  
  498. <div style="margin-bottom:50px;"></div>
  499.  
  500. {block:PermalinkPage}
  501. <div id="details">
  502. {block:PostNotes}{PostNotes}{/block:PostNotes}
  503. </div>
  504. {/block:PermalinkPage}
  505.  
  506. {/block:Posts}
  507. </div>
  508. </div>
  509.  
  510.  
  511.  
  512. <div style="position:fixed; bottom:-5px; left:5px;"><a href="http://bakerrstreet.tumblr.com/"><img src="http://static.tumblr.com/zakpmbe/Vwjmcjoub/bsth_logo_black_drop_shadow.png" style="width:50px; height:auto;"/></a></div>
  513.  
  514.  
  515.  
  516. </body>
  517. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement