Advertisement
lonodon

THEME 08; COLORS BY LONODON.

Nov 25th, 2013
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.40 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. ▀▀█▀▀ ▒█░▒█ ▒█▀▀▀ ▒█▀▄▀█ ▒█▀▀▀
  11. ░▒█░░ ▒█▀▀█ ▒█▀▀▀ ▒█▒█▒█ ▒█▀▀▀
  12. ░▒█░░ ▒█░▒█ ▒█▄▄▄ ▒█░░▒█ ▒█▄▄▄
  13.  
  14. ▒█▀▀█ ▒█░░▒█
  15. ▒█▀▀▄ ▒█▄▄▄█
  16. ▒█▄▄█ ░░▒█░░
  17.  
  18. ▒█░░░ ▒█▀▀▀█ ▒█▄░▒█ ▒█▀▀▀█ ▒█▀▀▄ ▒█▀▀▀█ ▒█▄░▒█
  19. ▒█░░░ ▒█░░▒█ ▒█▒█▒█ ▒█░░▒█ ▒█░▒█ ▒█░░▒█ ▒█▒█▒█
  20. ▒█▄▄█ ▒█▄▄▄█ ▒█░░▀█ ▒█▄▄▄█ ▒█▄▄▀ ▒█▄▄▄█ ▒█░░▀█ -->
  21.  
  22. <!-- THEME 08; COLORS BY LONODON. DO NOT STEAL OR REMOVE CREDIT. I SWEAR I WILL HUNT YOU DOWN. BASE CODE BY HOGWAT. ASK FORMAT BY CUPHAZ.-->
  23.  
  24. <meta name="color:body" content="#666666"/>
  25. <meta name="color:links" content="#068cad"/>
  26. <meta name="color:sblinks" content="#ffffff">
  27. <meta name="color:hover" content="#ffffff"/>
  28. <meta name="color:desc" content="#000000">
  29. <meta name="color:bg" content="#ffffff">
  30. <meta name="color:scrollbar" content="#068cad">
  31. <meta name="color:scrollbarbg" content="#ffffff">
  32. <meta name="image:sb" content=""/>
  33. <meta name="image:header" content=""/>
  34. <meta name="text:YOURNAMEHERE" content="yourname"/>
  35. <meta name="text:linktoyouraboutpage" content="/"/>
  36. <meta name="text:updatestab" content="updatesherelol"/>
  37. <meta name="text:link A" content=""/>
  38. <meta name="text:link A url" content="/">
  39. <meta name="text:link B" content=""/>
  40. <meta name="text:link B url" content="/">
  41. <meta name="text:link C" content=""/>
  42. <meta name="text:link C url" content="/">
  43. <meta name="text:link D" content=""/>
  44. <meta name="text:link D url" content="/">
  45. <meta name="text:link E" content=""/>
  46. <meta name="text:link E url" content="/">
  47. <meta name="text:link F" content=""/>
  48. <meta name="text:link F url" content="/">
  49. <meta name="text:link G" content=""/>
  50. <meta name="text:link G url" content="/">
  51. <meta name="text:link H" content=""/>
  52. <meta name="text:link H url" content="/">
  53.  
  54.  
  55. <style type="text/css">
  56. / * --- Layout ------- * /
  57. # Content {position: relative; width: 800px; background: # fff; background-repeat: repeat-y; margin-left: auto, margin-right: auto; margin-top: 0px;}
  58. # Header {background: url ('IMAGE'); background-repeat: repeat-x; width: 800px; height: 49px; margin-left: 0px auto;}
  59. # Footer {background: url ('IMAGE'); background-repeat: no-repeat; background-position: bottom; width: 800px; height: 49px; clear: both;}
  60. / * --- * ------- POST /
  61. # Main {width: 500px; float: right; position: relative; margin-left: 0px;}
  62. . Box {background: # cbb99d; overflow: hidden; padding: 13px; font-family: Verdana, Geneva, sans-serif; font-size: 8pt; color: # fff; text-align: justify; outline: 0px solid # ; margin-top: 10px; margin-bottom: 10px;}
  63.  
  64. / * --- SIDEBAR ------- * /
  65. # Sidebar {width: 285px; float: left; margin-top: 5px; position: relative; margin-top: 0px; margin-right: 15px;}
  66. . Side {background: # eebdc5; padding: 7px; text-align: justify; color: # fff; margin-bottom: 10px; margin-top: 10px;}
  67.  
  68. ::selection {
  69. background: #fe0470;
  70. }
  71. ::-moz-selection {
  72. background: #fe0470;
  73. }
  74.  
  75.  
  76. #updates {
  77. text-align: center;
  78. font-size: 11px;
  79. position:fixed;
  80. left:78px;
  81. top:-120px;
  82. -webkit-transition: all .5s ease-in-out;
  83. -moz-transition: all .5s ease-in-out;
  84. -o-transition: all .5s ease-in-out;
  85. z-index:999;
  86. }
  87.  
  88. #updates:hover {top:0px;}
  89.  
  90. #update {
  91. color:#fff;
  92. border-right-style:solid;
  93. border-bottom-style:solid;
  94. border-left-style:solid;
  95. border-width:1px;
  96. border-color:#000;
  97. font-size:9px;
  98. padding: 5px 0 5px 0;
  99. background: #000;
  100. width:100px;
  101. height:105px;
  102. z-index: 9999;
  103. }
  104.  
  105. #updatestab {
  106. color:#fff;
  107. border-top-style:none;
  108. border-right-style:solid;
  109. border-bottom-style:solid;
  110. border-left-style:solid;
  111. border-width:1px;
  112. border-color:#000;
  113. text-align: center;
  114. height:10px;
  115. padding: 6px 0 8px 0;
  116. background:#000;
  117. width: 100px;
  118. }
  119.  
  120.  
  121. @font-face {font-family:"Bebas Neue";src:url("http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf");}
  122.  
  123. h2{
  124. font-family:bebas neue;
  125. font-size:30px;
  126.  
  127. }
  128.  
  129. ::-webkit-scrollbar-thumb {
  130. height:auto;
  131. background-color:{color:Scrollbar};
  132. }
  133.  
  134. ::-webkit-scrollbar {
  135. height:9px;
  136. width:4px;
  137. background-color:{color:ScrollbarBg};
  138. }
  139.  
  140. body {
  141. background-color:{color:bg};
  142. font-family:calibri;
  143. font-size:9px;
  144. text-align:justify;
  145. color:{color:body};
  146. margin:0;
  147. }
  148.  
  149. a {
  150. color:{color:links};
  151. text-decoration:none;
  152. -moz-outline-style:none;
  153. }
  154.  
  155. a:hover{
  156. color:{color:hover};
  157. -moz-transition-duration:0.3s;
  158. -webkit-transition-duration:0.3s;
  159. -o-transition-duration:0.3s;
  160. }
  161.  
  162. img {
  163. border:none;
  164. }
  165.  
  166. blockquote {
  167. padding-left:5px;
  168. border-left:2px solid;
  169. }
  170.  
  171. blockquote blockquote {
  172. padding-left:5px;
  173. border-left:2px solid;
  174. }
  175.  
  176.  
  177. #sidebar{
  178. position:fixed;
  179. margin-top:200px;
  180. margin-left:225px;
  181. width:250px;
  182. }
  183.  
  184. #sidebarimg img{
  185. width:200px;
  186. }
  187.  
  188. #sidebarimg a:hover{
  189. padding:10px;
  190. background-color:{color:link};
  191. -moz-transition-duration:0.3s;
  192. -webkit-transition-duration:0.3s;
  193. -o-transition-duration:0.3s;
  194. }
  195.  
  196. #header{
  197. position:fixed;
  198. margin-top:-55px;
  199. margin-left:180px;
  200. width:150px;
  201. }
  202.  
  203. #headerimg img{
  204. width:800px;
  205. height:200px;
  206. }
  207.  
  208.  
  209. #links{
  210. width:780px;
  211. font-size:10px;
  212. word-spacing:15px;
  213. letter-spacing:2px;
  214. text-transform:uppercase;
  215. margin-left:0px;
  216. margin-top:-2px;
  217. text-align:center;
  218. background:#000;
  219. padding:10px;
  220. }
  221.  
  222. #links a{
  223. color:{color:sblinks};
  224. -moz-transition-duration:2s;
  225. -webkit-transition-duration:2s;
  226. -o-transition-duration:2s;
  227. }
  228.  
  229. #links a:hover{
  230. text-decoration:line-through;
  231. color:{color:hover};
  232. -moz-transition-duration:3s;
  233. -webkit-transition-duration:3s;
  234. -o-transition-duration:3s;
  235. }
  236.  
  237. #desc{
  238. width:200px;
  239. margin-top:5px;
  240. font-size:10px;
  241. text-align:center;
  242. color:{color:desc};
  243. }
  244.  
  245.  
  246. .pagi {
  247. font-size:8px;
  248. text-transform:uppercase;
  249. letter-spacing:3px;
  250. font-style:normal;
  251. text-align:center;
  252. margin-left:-20px;
  253. width:280px;
  254. }
  255.  
  256. .pagi a {
  257. color:{color:links};
  258. margin-left:-15px;
  259. }
  260.  
  261. .pagi {margin-left:-25px;margin-top: 10px; font-size: 7px; text-align: center;}
  262.  
  263. .pagi a {margin-left:-25px;color: {color:link}; padding: 2px 6px;}
  264.  
  265. .pagi a:hover {background-color: {color:link}; color: {color:bg};}
  266.  
  267. .ar {font-family: arial;}
  268.  
  269. .current_page {
  270. background-color: {color:link};
  271. color: {color:bg};
  272. padding: 2px 6px;}
  273.  
  274. #container {
  275. width:500px;
  276. padding:10px;
  277. margin-left:450px;
  278. margin-top:55px;
  279. }
  280.  
  281. #posts{
  282. width:500px;
  283. padding:25px;
  284. margin-top:30px;
  285. }
  286.  
  287. #info {
  288. text-align:left;
  289. margin-top:-10px;
  290. text-transform:uppercase;
  291. font-size:8px;
  292. font-style:none;
  293. border-bottom:1px solid ;
  294. }
  295.  
  296. #tags {
  297. font-family:cambria;
  298. letter-spacing:0px;
  299. text-transform:uppercase;
  300. font-size:8px;
  301. font-family:CALIBRI;
  302. font-style:none;
  303. margin-top:-10px;
  304. margin-bottom:0px;
  305. text-align:left;
  306. }
  307.  
  308. #tags
  309. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  310. ;}
  311.  
  312. .bubble {
  313. align:right;background: #000;
  314. margin:7px 0px 5px 0px;
  315. padding:10px;
  316. z-index:1000;
  317. color:#fff;
  318. }
  319.  
  320. .bubble p {
  321. margin:1px 0px;
  322. }
  323.  
  324. .bubble span {
  325. display:block;
  326. width:1px;
  327. height:1px
  328. font-size: 0;
  329. line-height: 1px;
  330. left:-10px;
  331. top:10px;
  332. border-right:7px solid transparent;
  333. border-left:7px solid transparent;
  334. border-top:10px solid #000;
  335. }
  336.  
  337. .askborder {
  338. float: left;
  339. margin: 1px 4px 0 0;
  340. padding: 2px;
  341. background: #000;
  342. }
  343.  
  344.  
  345. /*DO NOT REMOVE CREDIT*/
  346.  
  347.  
  348. #maker {
  349. position:fixed;
  350. background-color:{color:links};
  351. color:{color:bg};
  352. padding-top:3px;
  353. padding-left:5px;
  354. padding-right:5px;
  355. padding-bottom:3px;
  356. bottom:10px;
  357. right:10px;
  358. font-family:calibri;
  359. font-style:none;
  360. font-size:10px;
  361. letter-spacing:0px;
  362. -moz-transition-duration:0.5s;
  363. -webkit-transition-duration:0.5s;
  364. -o-transition-duration:0.5s;
  365. }
  366.  
  367. #maker a {
  368. position:fixed;
  369. background-color:{color:links};
  370. color:{color:bg};
  371. padding-top:3px;
  372. padding-left:5px;
  373. padding-right:5px;
  374. padding-bottom:3px;
  375. bottom:10px;
  376. right:10px;
  377. font-family:calibri;
  378. font-size:10px;
  379. -moz-transition-duration:0.5s;
  380. -webkit-transition-duration:0.5s;
  381. -o-transition-duration:0.5s;
  382. }
  383.  
  384. #maker a:hover {
  385. color:{color:links};
  386. background-color:{color:bg};
  387. -moz-transition-duration:0.5s;
  388. -webkit-transition-duration:0.5s;
  389. -o-transition-duration:0.5s;
  390. }
  391.  
  392.  
  393. {CustomCSS}
  394.  
  395. </style></head>
  396.  
  397.  
  398. <body>
  399.  
  400.  
  401.  
  402. <div id="updates">
  403. <div id="update"> <center>
  404. {text:updatestab}
  405. </center></div>
  406. <div id="updatestab">UPDATES</div>
  407. </div>
  408. <div id="sidebar">
  409. <div id="sidebarimg">
  410. <img src="{image:sb}"></div><br><b><big><i><center><a href="{text:linktoyouraboutpage}" style="margin-left:-40px;">+{text:YOURNAMEHERE}</a></center></b></big></i><div id="desc">{description}</div>
  411. {block:Pagination}
  412. <div class="pagi" style="margin-left-25px;">
  413. {block:Pagination}
  414. {block:PreviousPage}<a href="{PreviousPage}">prev</a>
  415. {/block:PreviousPage}</div><div class="pagi" style="margin-left-25px;">{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  416. {/block:Pagination}</div></div>
  417. <div id="header">
  418. <div id="headerimg">
  419. <img src="{image:header}">
  420. <div id="links">
  421. <a href="{text:link A url}">{text:link A}</a>
  422. <a href="{text:link B url}">{text:link B}</a>
  423. <a href="{text:link C url}">{text:link C}</a>
  424. <a href="{text:link D url}">{text:link D}</a>
  425. <a href="{text:link E url}">{text:link E}</a>
  426. <a href="{text:link F url}">{text:link F}</a>
  427. <a href="{text:link G url}">{text:link G}</a>
  428. <a href="{text:link H url}">{text:link H}</a>
  429. </div></div></div>
  430.  
  431.  
  432. <div id="container"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  433. {block:Posts}
  434. <div id="post">
  435.  
  436. {block:Text}
  437. {block:Title}<h2>{Title}</h2>{/block:Title}
  438. {Body}
  439. {/block:Text}
  440.  
  441. <!--ASKS-->
  442.  
  443. {block:Answer}
  444. <div class="bubble">{Question}</div><br><div class="bubble" style="background:transparent; margin-top:-30px; margin-left:20px; margin-bottom:10px;"><span></span></div>
  445. <img src="{AskerPortraitURL-48}" width="15px" height="15px" style="border-radius:15px; margin-top:-4px;" align="left" class="askborder"><div style="text-transform:uppercase;">{Asker}</div><br>
  446. {Answer}{/block:Answer}
  447. {block:Quote}
  448.  
  449. <div class="quote">
  450. <div class="quotetext_{Length}"><h2>❝{Quote}❞</h2></div>
  451. {block:Source}<div class="source">{Source}</div>{/block:Source}
  452. </div>
  453. {/block:Quote}
  454.  
  455. {block:Link}
  456. <h2><a href="{URL}">{Name}</a></h2>
  457. {block:Description}{Description}{/block:Description}
  458. {/block:Link}
  459.  
  460.  
  461. {block:Chat}
  462. {block:Title}<h2>{Title}</h2>{/block:Title}
  463. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  464. {Line}</li>{/block:Lines}</ul>
  465. {/block:Chat}
  466.  
  467. {block:Photo}
  468. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  469.  
  470. {block:Caption}{Caption}{/block:Caption}
  471. {/block:Photo}
  472.  
  473. {block:Photoset}
  474. {Photoset-500}
  475. {block:Caption}{Caption}{/block:Caption}
  476. {/block:Photoset}
  477.  
  478.  
  479. {block:Video}
  480. {Video-500}
  481. {block:Caption}{Caption}{/block:Caption}
  482. {/block:Video}
  483.  
  484.  
  485. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" position="fixed" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  486. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  487. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  488. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  489. {/block:Audio}
  490.  
  491. <div id="permalink">
  492. {block:Date}<div id="info">
  493. <div id="info">
  494. <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}
  495. {block:ContentSource} | <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource} | <a href="{ReblogURL}" target="_blank"><font face="web" style = "font-size: 8px;font-family:calibri;">REBLOG</font></a></div>{/block:Date}
  496. <div id="tags"><BR>Filed under: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}</div></div></div>
  497. <div class="postnote">
  498. {block:PostNotes}{PostNotes}{/block:PostNotes}
  499. </div>
  500. </div><br>
  501.  
  502. {/block:Posts}</div></div></div>
  503. <br><br><br><br>
  504.  
  505.  
  506. </div></div>
  507.  
  508. {/block:Posts}
  509.  
  510. <!--DO NOT REMOVE CREDIT-->
  511. <div id="maker"><a href="http://lonodon.tumblr.com">LD</a></div>
  512.  
  513.  
  514. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement