Advertisement
lonodon

THEME 05; SHADOWS BY LONODON

Oct 5th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.41 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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <meta name="color:body" content="#666666"/>
  11. <meta name="color:links" content="#6f6e6e"/>
  12. <meta name="color:sblinks" content="#a8a8a8">
  13. <meta name="color:hover" content="#fafafa"/>
  14. <meta name="color:info" content="#a8a8a8">
  15. <meta name="color:desc" content="#aaaaaa">
  16. <meta name="color:bg" content="#ffffff">
  17. <meta name="color:scrollbar" content="#AAAAAA">
  18. <meta name="color:scrollbarbg" content="#ffffff">
  19. <meta name="image:sb" content=""/>
  20. <meta name="image:sb2" content=""/>
  21. <meta name="text:titlesb" content=""/>
  22. <meta name="text:linkAurl" content="/">
  23. <meta name="text:linkBurl" content="/">
  24. <meta name="text:linkCurl" content="/">
  25. <meta name="text:linkDurl" content="/">
  26.  
  27. <!--
  28. ╱╭╮╭╮╱╱╱╱╱╱╱╱╱╱╱╭╮╱╱╱╱╱╱╭╮╱╱╱╱╱╱╱╱╱╱╱╭╮
  29. ╭╯╰┫┃╱╱╱╱╱╱╱╱╱╱╱┃┃╱╱╱╱╱╱┃┃╱╱╱╱╱╱╱╱╱╱╱┃┃
  30. ╰╮╭┫╰━┳━━┳╮╭┳━━╮┃╰━┳╮╱╭╮┃┃╭━━┳━╮╭━━┳━╯┣━━┳━╮
  31. ╱┃┃┃╭╮┃┃━┫╰╯┃┃━┫┃╭╮┃┃╱┃┃┃┃┃╭╮┃╭╮┫╭╮┃╭╮┃╭╮┃╭╮╮
  32. ╱┃╰┫┃┃┃┃━┫┃┃┃┃━┫┃╰╯┃╰━╯┃┃╰┫╰╯┃┃┃┃╰╯┃╰╯┃╰╯┃┃┃┃
  33. ╱╰━┻╯╰┻━━┻┻┻┻━━╯╰━━┻━╮╭╯╰━┻━━┻╯╰┻━━┻━━┻━━┻╯╰╯
  34. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃
  35. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯
  36. -->
  37.  
  38. <!--THEME 05; SHADOWS BY LONODON. REMOVE CREDIT AND YOU DIE. BASE CODE BY HOGWAT. ASK FORMAT BY CUPHAZ. -->
  39.  
  40.  
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. @font-face{font-family:"Double Feature";src:url('http://static.tumblr.com/9wzbixa/pY7mj2hgs/doublefeature20.ttf');}
  46.  
  47. #bite
  48. #bite a{
  49. display:block;
  50. }
  51. #bite .death {
  52. margin-right:0px;filter: alpha(opacity = 0);
  53. opacity:0;-webkit-transition: all 0.5s ease-out;
  54. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  55. }
  56.  
  57. #bite:hover .death {
  58. margin-left:0px;
  59.  
  60. -webkit-transition: all 0.8s ease-out;
  61. -moz-transition: all 0.8s ease-out;
  62. transition: all 0.8s ease-out;
  63. filter: alpha(opacity = 100);
  64. filter: alpha(opacity = 100);
  65. opacity:8;
  66.  
  67. }
  68.  
  69.  
  70. ::-webkit-scrollbar-thumb {
  71. height:auto;
  72. background-color:{color:Scrollbar};
  73. }
  74.  
  75. ::-webkit-scrollbar {
  76. height:9px;
  77. width:4px;
  78. background-color:{color:ScrollbarBg};
  79. }
  80.  
  81. body {
  82. background-color:{color:bg};
  83. font-family:century gothic;
  84. font-size:10px;
  85. text-align:justify;
  86. color:{color:body};
  87. margin:0;
  88. }
  89.  
  90. a {
  91. color:{color:links};
  92. text-decoration:none;
  93. -moz-outline-style:none;
  94. }
  95.  
  96. a:hover{
  97. color:{color:hover};
  98. -moz-transition-duration:0.3s;
  99. -webkit-transition-duration:0.3s;
  100. -o-transition-duration:0.3s;
  101. }
  102.  
  103. img {
  104. border:none;
  105. }
  106.  
  107. blockquote {
  108. padding-left:5px;
  109. border-left:2px solid;
  110. }
  111.  
  112. blockquote blockquote {
  113. padding-left:5px;
  114. border-left:2px solid;
  115. }
  116.  
  117. h1{
  118. font-family:double feature;
  119. line-height:100%;}
  120.  
  121.  
  122. /*SIDEBAR*/
  123.  
  124. #sidebar{
  125. position:fixed;
  126. margin-top:100px;
  127. margin-left:200px;
  128. width:150px;
  129. }
  130.  
  131. #sidebarimg img{
  132. width:120px;
  133. width:120px;margin-top:65px;
  134. position: absolute; z-index:5000; -moz-border-radius: 100px;
  135. border-radius: 100px;-webkit-transition-duration:1s;
  136. -moz-transition-duration: 1s;
  137. -o-transition-duration: 1s;
  138. -webkit-filter:grayscale(100%);
  139. }
  140.  
  141. #sidebarimg img:hover{
  142. width:120px;opacity:0;-moz-transition-duration:0.3s;
  143. -webkit-transition-duration:0.3s;
  144. -o-transition-duration:0.3s;
  145.  
  146. }
  147.  
  148.  
  149.  
  150. #links{
  151. width:120px;
  152. font-size:10px;
  153. margin-left:0px;
  154. margin-top:2px;
  155. text-align:center;
  156. }
  157.  
  158. #links a{
  159. color:{color:sblinks};
  160. }
  161.  
  162. #links a:hover{
  163. color:{color:hover};
  164. -moz-transition-duration:0.3s;
  165. -webkit-transition-duration:0.3s;
  166. -o-transition-duration:0.3s;
  167. }
  168.  
  169. #desc{
  170. width:120px;
  171. margin-top:65px;
  172. font-size:10px;
  173. color:{color:desc};color:#fff;
  174. position: absolute; z-index:5000;
  175. -moz-border-radius: 195px;
  176. text-align:center;
  177. font-family:'calibri';
  178. width:115px;
  179. background-color: #000;
  180. font-size:9px;
  181. position:fixed;
  182. padding-top:8.5px;
  183. padding-left:4px;
  184. padding-right:2px;
  185. padding-bottom:8px;
  186. -webkit-border-radius: 400px;
  187. -moz-border-radius: 400px;
  188. border-radius: 400px;
  189. -webkit-transition: all 0.8s ease-out;
  190. -moz-transition: all 0.8s ease-out;
  191. transition: all 0.8s ease-out;
  192. -webkit-transition-duration:1s;
  193. -moz-transition-duration: 1s;
  194. -o-transition-duration: 1s;
  195. }
  196.  
  197.  
  198. .pagi {
  199. font-size:8px;
  200. text-transform:uppercase;
  201. letter-spacing:3px;
  202. font-style:normal;
  203. text-align:center;
  204. margin-left:-10px;
  205. font-family:cambria;
  206. }
  207.  
  208. .pagi a {
  209. color:{color:sblinks};
  210. }
  211.  
  212.  
  213. /*ENTRIES*/
  214.  
  215. #container {
  216. width:500px;
  217. padding:10px;
  218. margin-left:450px;
  219. margin-top:55px;
  220. }
  221.  
  222. #posts{
  223. width:500px;
  224. padding:25px;
  225. margin-top:30px;
  226. }
  227.  
  228.  
  229. /*POST INFO*/
  230.  
  231. #info {
  232. text-align:left;
  233. margin-top:-10px;
  234. text-transform:uppercase;
  235. font-size:8px;
  236. font-style:none;
  237. border-bottom:1px solid ;
  238. }
  239.  
  240. #tags {
  241. font-family:cambria;
  242. letter-spacing:0px;
  243. text-transform:lowercase;
  244. font-size:10px;
  245. font-family:century gothic;
  246. font-style:none;
  247. margin-top:-5px;
  248. margin-bottom:0px;
  249. text-align:left;
  250. }
  251.  
  252. #tags
  253. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  254. ;}
  255.  
  256. #titlesb{
  257. font-family:double feature;
  258. font-size:25px;
  259. color:#000;
  260. margin-top:-70px;
  261. margin-left:-30px;
  262. letter-spacing:1px;
  263. line-height:75%;
  264. text-align:center;
  265.  
  266. }
  267. #web{
  268. position:relative;
  269. width:100px;
  270. margin-top:-10.5px;
  271. margin-left:-40.5px;
  272. position: absolute;
  273. z-index:100;
  274. }
  275.  
  276. #web:hover{
  277. z-index:100;}
  278.  
  279. .bubble {
  280. align:right;background: #000;
  281. margin:7px 0px 5px 0px;
  282. padding:10px;
  283. position: relative;
  284. color:#fff;
  285. }
  286.  
  287. .bubble p {
  288. margin:1px 0px;
  289. }
  290.  
  291. .bubble span {
  292. display:block;
  293. position:absolute;
  294. width:1px;
  295. height:1px
  296. font-size: 0;
  297. line-height: 1px;
  298. left:-10px;
  299. top:10px;
  300. border-right:7px solid transparent;
  301. border-left:7px solid transparent;
  302. border-top:10px solid #000;
  303. }
  304.  
  305. .askborder {
  306. float: left;
  307. margin: 1px 4px 0 0;
  308. padding: 2px;
  309. background: #000;
  310. }
  311.  
  312. /*CREDIT*/
  313.  
  314. #maker{
  315. float:right;
  316. position:fixed;
  317. bottom:5px;
  318. right:15px;
  319. padding:5px;
  320. size:25px;
  321. text-transform:uppercase;
  322. }
  323.  
  324. #maker a{
  325. color:{color:links};
  326. }
  327.  
  328.  
  329. {CustomCSS}
  330.  
  331. </style></head>
  332.  
  333.  
  334. <body>
  335.  
  336. <div id="sidebar"><div id="bite">
  337. <div id="sidebarimg">
  338. <script language="JavaScript">
  339. <!--
  340.  
  341. /*
  342. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  343. Over 400+ free JavaScripts here!
  344. Keep this notice intact please
  345. */
  346.  
  347. function random_imglink(){
  348. var myimages=new Array()
  349. //specify random images below. You can have as many as you wish
  350. myimages[1]="{image:sb}"
  351. myimages[2]="{image:sb2}"
  352.  
  353. var ry=Math.floor(Math.random()*myimages.length)
  354. if (ry==0)
  355. ry=1
  356. document.write('<img src="'+myimages[ry]+'" border=0>')
  357. }
  358. random_imglink()
  359. //-->
  360. </script> </div><div class="death">
  361.  
  362. <div id="desc"><div id="links">
  363. <a href="{text:linkAurl}">01.</a>
  364. <a href="{text:linkBurl}">02.</a>
  365. <a href="{text:linkCurl}">03.</a>
  366. <a href="{text:linkDurl}">04.</a>
  367. </div><br>{description}{block:Pagination}
  368. <div class="pagi">
  369. {block:PreviousPage}
  370. <a href="{PreviousPage}">←</a>
  371. {/block:PreviousPage}
  372. {block:NextPage}
  373. <a href="{NextPage}">→</a>
  374. {/block:NextPage}
  375. {/block:Pagination}</div>
  376. </div></div><div id="titlesb" style="margin-top:-25px; margin-left:-30px; opacity:8;">{text:titlesb}</div><div id="web"><img src="http://www.clker.com/cliparts/e/4/2/b/12387041882086566248tom_spiders_web.svg.med.png" style="width:200px;"></div></div>
  377. </div>
  378.  
  379.  
  380. <div id="container">
  381. {block:Posts}
  382. <div id="post">
  383.  
  384. <!--TEXT POSTS-->
  385.  
  386. {block:Text}
  387. {block:Title}<h1>{Title}</h1>{/block:Title}
  388. {Body}
  389. {/block:Text}
  390.  
  391. <!--ASKS-->
  392.  
  393. {block:Answer}
  394. <div class="bubble">{Question}</div><br><div class="bubble" style="background:transparent; margin-top:-30px; margin-left:20px; margin-bottom:10px;"><span></span></div>
  395. <img src="{AskerPortraitURL-48}" width="20px" height="20px" style="border-radius:15px; margin-top:-4px;" align="left" class="askborder"><div style="text-transform:uppercase;">{Asker}</div><br>
  396. {Answer}{/block:Answer}
  397.  
  398. <!--QUOTE POSTS-->
  399. {block:Quote}
  400.  
  401. <div class="quote">
  402. <div class="quotetext_{Length}"><h1>❝{Quote}❞</h1></div>
  403. {block:Source}<div class="source">{Source}</div>{/block:Source}
  404. </div>
  405. {/block:Quote}
  406.  
  407. <!--LINK POSTS-->
  408.  
  409. {block:Link}
  410. <a href="{URL}"><h1>{Name}</h1></a>
  411. {block:Description}{Description}{/block:Description}
  412. {/block:Link}
  413.  
  414. <!--CHAT POSTS-->
  415.  
  416. {block:Chat}
  417. {block:Title}<h1>{Title}</h1>{/block:Title}
  418. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  419. {Line}</li>{/block:Lines}</ul>
  420. {/block:Chat}
  421.  
  422. <!--PHOTO POSTS-->
  423.  
  424. {block:Photo}
  425. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  426.  
  427. {block:Caption}{Caption}{/block:Caption}
  428. {/block:Photo}
  429.  
  430. <!--PHOTOSET POSTS-->
  431.  
  432. {block:Photoset}
  433. {Photoset-500}
  434. {block:Caption}{Caption}{/block:Caption}
  435. {/block:Photoset}
  436.  
  437. <!--VIDEO POSTS-->
  438.  
  439. {block:Video}
  440. {Video-500}
  441. {block:Caption}{Caption}{/block:Caption}
  442. {/block:Video}
  443.  
  444.  
  445. <!--AUDIO-->
  446.  
  447. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  448. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  449. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  450. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  451. {/block:Audio}
  452.  
  453.  
  454. <!--POST INFO-->
  455.  
  456. <div id="permalink">
  457. {block:Date}<div id="info">
  458. <div id="info">
  459. <br>posted <a href="{Permalink}">{MonthNumberWithZero}-{DayOfMonthWithZero} | <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  460. {block:ContentSource} | <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource} | <a href="{ReblogURL}" target="_blank"><font face="web" style = "font-size: 8px;font-family:century gothic;">REBLOG</font></a></div>{/block:Date}
  461. <div id="tags"><img src="http://media.tumblr.com/tumblr_mcfehapJ6c1qdlkyg.gif" style="margin-top:4px;padding-bottom:0px;">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div></div></div>
  462. <div class="postnote">
  463. {block:PostNotes}{PostNotes}{/block:PostNotes}
  464. </div>
  465. </div><br>
  466.  
  467. {/block:Posts}</div></div></div>
  468. <br><br><br><br>
  469.  
  470.  
  471. </div></div>
  472.  
  473. {/block:Posts}
  474.  
  475. <!--THEME MAKER'S CREDIT-->
  476. <div id="maker" style="position:fixed;"><a href="http://lonodon.tumblr.com">LONODON</a></div>
  477.  
  478. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement