Advertisement
quarentary

sherlocked theme by astralies

Jan 2nd, 2014
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.56 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. <!-- sherlocked theme by by astraliesthemes (paupiere and terrabithia)
  4.  
  5.  
  6. _..--""-. .-""--.._
  7. _.-' \ __...----...__ / '-._
  8. .' .:::...,' ',...:::. '.
  9. ( .'``'''::; ;::'''``'. )
  10. \ '-) (-' /
  11. \ / \ /
  12. \ .'.-. .-.'. /
  13. \ | \0| |0/ | /
  14. | \ | .-==-. | / |
  15. \ `/`; ;`\` /
  16. '.._ (_ | .-==-. | _) _..'
  17. `"`"-`/ `/' '\` \`-"`"`
  18. / /`; .==. ;`\ \
  19. .---./_/ \ .==. / \ \
  20. / '. `-.__) | `"
  21. | =(`-. '==. ;
  22. \ '. `-. /
  23. \_:_) `"--.....-'
  24.  
  25. please don't remove credit
  26. edit however you may like, but as stated above, don't remove credit ok
  27. don't use as a basecode, either-->
  28.  
  29. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  30.  
  31.  
  32. <head>
  33.  
  34.  
  35. <meta name="color:bg" content="#FFFFFF">
  36. <meta name="color:link" content="#E6E4E4">
  37. <meta name="color:hover" content="#454545">
  38. <meta name="color:infobg" content="transparent">
  39. <meta name="color:text" content="#9A9A9A">
  40. <meta name="color:tags" content="#EDEDED">
  41. <meta name="color:scrollbar" content="#D6D5D5">
  42. <meta name="color:border" content="#000">
  43. <meta name="color:post bg" content="rgba(250, 250, 250, 0.3)">
  44.  
  45.  
  46. <meta name="image:repeat bg" content=""/>
  47. <meta name="image:right bg" content=""/>
  48. <meta name="image:cover bg" content=""/>
  49.  
  50. <meta name="text:linkA" content="">
  51. <meta name="text:linkA url" content="/">
  52. <meta name="text:linkB" content="">
  53. <meta name="text:linkB url" content="/">
  54. <meta name="text:linkC" content="">
  55. <meta name="text:linkC url" content="/">
  56. <meta name="text:linkD" content="">
  57. <meta name="text:linkD url" content="/">
  58. <meta name="text:title size" content=" 16">
  59.  
  60. <meta name="if:infinite scroll" content="1">
  61.  
  62. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  63. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  64. <link rel="shortcut icon" href="{Favicon}" />
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  66. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. #s-m-t-tooltip {
  72. position:relative;
  73. overflow:hidden;
  74. z-index:999;
  75. max-width:120px;
  76. margin:10px 0 0 10px;
  77. border: 1px solid {color:border};
  78. background: rgba(250, 250, 250, 0.8);
  79. padding: 5px;
  80. font-family:calibri;
  81. text-transform:lowercase;
  82. text-align:center;
  83.  
  84. font-size:10px;
  85. color:#0a0a0a;
  86. -webkit-transition: all 0.2s ease;
  87. -moz-transition: all 0.2s ease;
  88. -o-transition: all 0.2s ease;
  89.  
  90.  
  91. }
  92. a {
  93. color:{color:link};
  94. text-decoration:none;
  95. -moz-transition-duration:0.5s;
  96. -webkit-transition-duration:0.5s;
  97. -o-transition-duration:0.5s;
  98. }
  99.  
  100. a:hover {
  101. color:{color:hover};
  102. text-decoration:none;
  103. -moz-transition-duration:0.5s;
  104. -webkit-transition-duration:0.5s;
  105. -o-transition-duration:0.5s;
  106. }
  107.  
  108.  
  109. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  110. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  111. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  112.  
  113. body {
  114. background-color:{color:bg};
  115. font-family: Calibri;
  116. font-weight:normal;
  117. background-image: url({image:right bg}), url({image:cover bg}), url({image:repeat bg});
  118. background-attachment: fixed;
  119. background-position: bottom right, top left, top left;
  120. background-repeat: no-repeat, no-repeat, repeat;
  121. -webkit-background-size:auto,cover, auto;
  122. -moz-background-size: auto, cover, auto;
  123. -o-background-size: auto, cover, auto;
  124. background-size: auto, cover, auto;
  125. }
  126.  
  127.  
  128.  
  129.  
  130. h1 {
  131. font-weight:normal;
  132. font-size:10px;
  133. text-align:center;
  134. font-style: italic;
  135. line-height:80%;
  136. letter-spacing:1px;
  137. text-transform: none;
  138. color:{color:text};
  139. }
  140.  
  141. h2 {
  142. font-size:15px;
  143. text-align:center;
  144. line-height:100%;
  145. letter-spacing:-0.5px;
  146. color:{color:text};
  147. font-weight:normal;
  148. padding:5px;
  149. padding-bottom:2px;
  150. }
  151.  
  152.  
  153. blockquote {
  154. border-left:2px solid {color:text};
  155. padding-left:5px;
  156. margin:5px;
  157. }
  158.  
  159. #theme {
  160. background-color:{color:bg};
  161. width:700px;
  162. margin: 0 auto -12px auto;
  163. text-align: center;
  164. }
  165.  
  166. #sidebar {
  167. color:{color:text};
  168. position:fixed;
  169. width:200px;
  170. height:auto;
  171. margin-top:180px;
  172. text-align:left;
  173. margin-left: -50px;
  174. border: 1px solid {color:border};
  175. background: {color:post bg};
  176. }
  177.  
  178.  
  179. .title {
  180. font-size: {text:title size}px ;
  181. font-style: italic;
  182. padding: 5px;
  183. }
  184.  
  185. .links {
  186. margin-bottom:10px;
  187. font-size:8px;
  188. text-transform:uppercase;
  189. text-align:center;
  190. letter-spacing:2px;
  191. padding: 5px;
  192. line-height:170%;
  193. }
  194.  
  195. .links a{
  196. padding:3px;
  197. color:{color:link};
  198. letter-spacing:0px;
  199. text-decoration:none;
  200. -moz-transition-duration:1s;
  201. -webkit-transition-duration:1s;
  202. -o-transition-duration:1s;
  203. }
  204.  
  205. .links a:hover{
  206. color:{color:hover};
  207. -moz-transition-duration:1s;
  208. -webkit-transition-duration:1s;
  209. -o-transition-duration:1s;
  210. }
  211.  
  212. .desc {
  213. margin-bottom:10px;
  214. text-align:justify;
  215. font-size:10px;
  216. width: 200;
  217. color:{color:text};
  218. letter-spacing:1px;
  219. line-height:150%;
  220. }
  221.  
  222. .desc a {
  223. color:{color:link};
  224. }
  225.  
  226. .pagi {
  227. font-size:8px;
  228. text-transform:uppercase;
  229. letter-spacing:3px;
  230. font-style:normal;
  231. text-align:center;
  232. }
  233.  
  234. .pagi a {
  235. color:{color:link};
  236. }
  237.  
  238. #stuffcontainer {
  239. float:left;
  240. margin-left:200px;
  241. margin-top:0px;
  242. text-align:justify;
  243. background-color: transparent;
  244. color:{color:text};
  245. margin-bottom: 35px;
  246. }
  247.  
  248.  
  249. #stuff {
  250. width:250px;
  251. margin-top:30px;
  252. text-align:justify;
  253. font-size:11px;
  254. line-height:90%;
  255. letter-spacing:0x;
  256. color:{color:text};
  257. padding:20px;
  258. border:1px solid {color:border};
  259. background: {color:post bg};
  260. }
  261.  
  262.  
  263. .caption {
  264. width:500px;
  265. text-align:justify;
  266. line-height:120%;
  267. }
  268.  
  269. .ask {
  270. padding:10px;
  271. text-align:left;
  272. color:{color:text};
  273. background-color:{color:infobg};
  274. border-bottom:1px solid {color:border};
  275. border-right:1px solid {color:border};
  276. }
  277.  
  278. .ans {
  279. text-align:left;
  280. padding:10px;
  281. color:{color:text};
  282. }
  283.  
  284. .audio {
  285. width:250px;
  286. padding-bottom:10px;
  287. background-color:{color:infobg};
  288. }
  289.  
  290. .albumart {
  291. float:left;
  292. padding:0px 10px 10px 0px;
  293. }
  294.  
  295. .albumart img {
  296. width:45px;
  297. height:45px;
  298. }
  299.  
  300. .playercontainer {
  301. text-align:left;
  302. padding:10px;
  303. background-color: transparent;
  304. width:220px;
  305. }
  306.  
  307. .audioinfo {
  308. padding:10px;
  309. color:{color:text};
  310. }
  311.  
  312.  
  313. .note li {
  314. list-style-type:none;
  315. border-bottom:1px solid {color:border};
  316. padding:10px 25px 10px 25px;
  317. text-align:left;
  318. margin:0px;
  319. -moz-transition-duration:0.5s;
  320. -webkit-transition-duration:0.5s;
  321. -o-transition-duration:0.5s;
  322. }
  323.  
  324.  
  325.  
  326. ul.chat, .chat ol, .chat li {
  327. list-style:none;
  328. margin:0px;
  329. padding:2px;
  330. }
  331.  
  332. .label {
  333. text-decoration:underline;
  334. font-weight:700;
  335. background-color: transparent;
  336. margin-right:5px;
  337. }
  338.  
  339. #cred {
  340. position:fixed;
  341. font-size:8px;
  342. font-weight:normal;
  343. line-height:150%;
  344. letter-spacing:2px;
  345. right:10px;
  346. bottom:10px;
  347. text-transform:uppercase;
  348. text-align:center;
  349. }
  350.  
  351. #cred a {
  352. padding:3px;
  353. color:{color:bg};
  354. background-color:{color:link};
  355. -moz-transition-duration:0.5s;
  356. -webkit-transition-duration:0.5s;
  357. -o-transition-duration:0.5s;
  358. }
  359.  
  360. {CustomCSS}
  361.  
  362. </style> <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  363. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  364. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  365. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  366. <script>
  367. (function($){
  368. $(document).ready(function(){
  369. $("[title]").style_my_tooltips();
  370. });
  371. })(jQuery);
  372. </script>{block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:infinitescroll}
  373. </head>
  374.  
  375. <body>
  376. <div id="theme">
  377. <div id="sidebar">
  378.  
  379.  
  380. <div class="desc">
  381. <center><div class="title">{title}</div>
  382. {Description}</center>
  383. <div class="links">
  384. {block:IfLinkA}
  385. <a href="{text:linkA url}" title="{text:linkA}">.01</a>
  386. {/block:IfLinkA}
  387. {block:IfLinkB}
  388. <a href="{text:linkB url}" title="{text:linkB}">.02</a>
  389. {/block:IfLinkB}
  390. {block:IfLinkC}
  391. <a href="{text:linkC url}" title="{text:linkC}">.03</a>
  392. {/block:IfLinkC}
  393. {block:IfLinkD}
  394. <a href="{text:linkD url}" title="{text:linkD}">.04</a>
  395. {/block:IfLinkD}
  396. </div>
  397. </div>{block:ifnotinfinitescroll}
  398. {block:Pagination}
  399. <div class="pagi">
  400. {block:PreviousPage}
  401. <a href="{PreviousPage}">←</a>
  402. {/block:PreviousPage}
  403. {block:NextPage}
  404. <a href="{NextPage}">→</a>
  405. {/block:NextPage}
  406. </div>
  407. {/block:Pagination}
  408. {/block:ifnotinfinitescroll}
  409. </div>
  410.  
  411. <div id="stuffcontainer">
  412. <div class = "autopagerize_page_element" >
  413. {block:Posts}
  414.  
  415. <div id="stuff">
  416.  
  417. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}<center><a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}">reblog</a></center>{/block:Text}
  418.  
  419. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1><center><a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}">reblog</a></center>{/block:Quote}
  420.  
  421. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  422. {block:Description}<p>{Description}</p>{/block:Description}<center><a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}">reblog</a></center>{/block:Link}
  423.  
  424. {block:Photo}{block:indexpage}<a href="{ReblogURL}"><img src="{PhotoURL-250}" title="{NoteCount}" /></a>{/block:indexpage}{block:permalinkpage}{PhotoURL-500}{block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}{/block:Photo}
  425.  
  426. {block:Photoset}<center>{Photoset-250}</center>
  427. <center><a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}">reblog</a></center>{/block:Photoset}
  428.  
  429. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul><center><a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}">reblog</a></center>{/block:Chat}
  430.  
  431. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}<center><a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}">reblog</a></center>{/block:Video}
  432.  
  433. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div><center><a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}">reblog</a></center>{/block:answer}
  434.  
  435. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  436. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  437. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  438. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  439. {block:Caption}{Caption}{/block:Caption}<br><center><a href="{Permalink}">{NoteCountWithLabel}</a> | <a href="{ReblogURL}">reblog</a></center>{/block:Audio}
  440.  
  441.  
  442.  
  443.  
  444.  
  445. </div>
  446. {/block:Posts}
  447. </div>
  448.  
  449.  
  450. </div>
  451. <!---plz don't be a butt and remove this ok--->
  452. <div id="cred"><a href="http://astraliesthemes.tumblr.com/" title="credit">A.</a></div>
  453.  
  454. </div>
  455. </div>
  456. </div>
  457. </body>
  458. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement