moanszayn

Underground Kings

Oct 25th, 2013
639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 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.  
  5. THEME BY AILEEN AKA LUSTINGLOU
  6. FOLLOW THE RULES AND STAY GUCCI
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Text" content="#bbbbbb"/>
  20. <meta name="color:selection" content="#A2B2F5"/>
  21. <meta name="color:Link" content="#aaaaaa"/>
  22. <meta name="color:Tags" content="#cccccc"/>
  23. <meta name="color:Hover" content="#f1f1f1"/>
  24. <meta name="color:Line" content="#f2f2f2"/>
  25. <meta name="color:scrollbarbg" content="A2B2F5"/>
  26.  
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:sidebar2" content=""/>
  29. <meta name="image:sidebar3" content=""/>
  30.  
  31. <meta name="text:toptitle" content="">
  32.  
  33. <meta name="text:linkA" content="">
  34. <meta name="text:linkA url" content="/">
  35. <meta name="text:linkB" content="">
  36. <meta name="text:linkB url" content="/">
  37. <meta name="text:linkC" content="">
  38. <meta name="text:linkC url" content="/">
  39. <meta name="text:linkD" content="">
  40. <meta name="text:linkD url" content="/">
  41. <meta name="text:linkE" content="">
  42. <meta name="text:linkE url" content="/">
  43.  
  44.  
  45.  
  46. <style type="text/css">
  47. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbarbg};}
  48. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  49. ::-webkit-scrollbar {background-color:{color:scrollbarbg};height:7px;width:11px;border:5px solid #fff;}
  50. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbarbg};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  51. }
  52.  
  53.  
  54.  
  55. body {
  56. background:{color:background};
  57. margin:0px;
  58. color:{color:text};
  59. font-family:Arial, Helvetica;
  60. font-size:9px;
  61. line-height:100%;
  62. }
  63.  
  64. a {
  65. text-decoration:none;
  66. -moz-outline-style:none;
  67. color:{color:link};
  68. }
  69.  
  70. img {
  71. border:none;
  72. }
  73.  
  74.  
  75. h1 {
  76. font-size:12px;
  77. text-transform:uppercase;
  78. }
  79.  
  80. blockquote {
  81. padding-left:5px;
  82. border-left:2px solid;
  83. }
  84.  
  85. blockquote blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90.  
  91. a:hover {
  92. opacity:1;
  93. color:{color:hover};
  94. -webkit-transition: all 0.5s ease;
  95. -moz-transition: all 0.5s ease;
  96. -o-transition: all 0.5s ease
  97. }
  98.  
  99. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  100.  
  101. @font-face {font-family:Caviar Dreams;src:url(http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf); }
  102.  
  103.  
  104.  
  105. #title {
  106. margin-left:182px;
  107. top:205px;
  108. position:fixed;
  109. font-size:21px;
  110. letter-spacing:-0px;
  111. color:#000;
  112. text-shadow: #000 0.0em 0.0em 0.1em;
  113. width:150px;
  114. text-align:center;
  115. font-family:Caviar Dreams;
  116. -webkit-transition: all 0.5s ease;
  117. text-transform:uppercase;
  118. line-height:110%;
  119. }
  120.  
  121. #title:hover{
  122. color:#BCA2F5;
  123. text-shadow: #BCA2F5 0.1em 0.1em 0.1em;
  124. -webkit-transition: all 0.5s ease;
  125. }
  126.  
  127.  
  128.  
  129. #sidebar {
  130. position:fixed;
  131. width:200px;
  132. margin-left:70px;
  133. margin-top:155px;
  134. }
  135.  
  136. #sidebarimage {
  137. width 150px;
  138. }
  139.  
  140. #sidebarimage img {
  141. width:160px;
  142. padding:0px;
  143. border:5px solid #000;
  144. }
  145.  
  146. #sidebarimage2 {
  147. width 150px;
  148. position:fixed;
  149. z-index:999;
  150. }
  151. #sidebarimage2 img {
  152. width:160px;
  153. margin-left:175px;
  154. margin-top:-100px;
  155. border:5px solid #000;
  156.  
  157.  
  158. }
  159.  
  160. #sidebarimage3 {
  161. width 150px;
  162. position:fixed;
  163. z-index:999;
  164. }
  165. #sidebarimage3 img {
  166. width:160px;
  167. margin-left:0px;
  168. margin-top:5px;
  169. border:5px solid #000;
  170.  
  171.  
  172. }
  173.  
  174.  
  175.  
  176. .desc {
  177. position:fixed;
  178. margin-top:65px;
  179. margin-left:168px;
  180. font-family:arial;
  181. line-height:110%;
  182. font-size:9.5px;
  183. font-style:normal;
  184. width:165px;
  185. padding:9px;
  186. text-align:justify;
  187. color:#000;
  188.  
  189. }
  190.  
  191. .desc a
  192. { color:#000;
  193. -moz-transition-duration:0.6s;
  194. -webkit-transition-duration:0.6s;
  195. -o-transition-duration:0.6s;
  196. }
  197.  
  198.  
  199. .links {
  200. position:fixed;
  201. margin-top:-378px;
  202. margin-left:490px;
  203. width:498px;
  204. padding: 9px;
  205. word-spacing:12px;
  206. font-family:arial;
  207. text-align:center;
  208. text-transform:uppercase;
  209. border-top:#C3B0D6 solid 3px;
  210. border-bottom:#C3B0D6 solid 3px;
  211. color:#fff;
  212. background:#000;
  213. padding:16px;
  214. }
  215.  
  216. .links a {
  217. color:#fff;
  218. font-size: 16px;
  219.  
  220. -webkit-transition-duration:0.6s
  221.  
  222.  
  223. }
  224.  
  225. .links a:hover {
  226. text-decoration:line-through;
  227. }
  228.  
  229.  
  230. #pagi{
  231. color:#000;
  232. width:175px;
  233. font-size:15px;
  234. text-align:center;
  235. margin-left:170px;
  236. margin-top:-115px;
  237. position:fixed;
  238. font-family:Bebas Neue;
  239. word-spacing:3px;
  240.  
  241.  
  242. }
  243.  
  244.  
  245. #all {
  246. padding:10px;
  247. width:500px;
  248. margin-left:450px;
  249. margin-top:50px;
  250. font-size:10px;
  251. }
  252.  
  253.  
  254.  
  255. #posts {
  256. width:500px;
  257. padding-bottom:20px;
  258. padding:10px;
  259. margin-top:70px;
  260. margin-left:100px;
  261. background-color:#000;
  262. padding:15px;
  263. color:#fff;
  264. }
  265.  
  266.  
  267.  
  268.  
  269. #details {
  270. text-align:center;
  271. font-family:arial;
  272. margin-top:8px;
  273. letter-spacing:0px;
  274. text-transform:uppercase;
  275. font-size:10px;
  276. font-style:none;
  277. border-top:1px solid {color:Line};
  278. }
  279.  
  280.  
  281. #tags {
  282. font-family:arial;
  283. letter-spacing:0px;
  284. text-transform:lowercase;
  285. font-size:10px;
  286. font-style:normal;
  287. margin-top:2px;
  288. text-align:center;
  289. }
  290.  
  291. #tags a {
  292. display:inline-block;
  293. padding:-3px;
  294. text-align:center;
  295. color:{color:Tags};
  296. -webkit-transition: all 0.6s ease-in-out;
  297. -moz-transition: all 0.6s ease-in-out;
  298. -o-transition: all 0.6s ease-in-out;
  299. -ms-transition: all 0.6s ease-in-out;
  300. -transition: all 0.6s ease-in-out;
  301. }
  302.  
  303.  
  304. #question {
  305. padding:15px;
  306. background:#F5F5F5;
  307. font-family:Caviar Dreams;
  308. font-size:12px;
  309. letter-spacing:2px;
  310. text-align:right;
  311. font-style:italic;
  312. color:{color:text};
  313.  
  314. }
  315.  
  316. /*--credit--*/
  317.  
  318.  
  319. #credit{
  320. right:8px;
  321. bottom: 2px;
  322. position:fixed;
  323. padding:5px;
  324. }
  325.  
  326. #credit a:hover { color: {color:linkhover};}
  327.  
  328. {CustomCSS}
  329. iframe#tumblr_controls { right:3px !important; position: fixed !important; z-index:999999999999999999999999999999999999999999999 !important; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; -webkit-filter: invert(100%);}
  330. ::-moz-selection {background: {color:selection}; color:#fff;}
  331.  
  332. ::selection {background:{color:selection}; color:#fff; }
  333. </style>
  334.  
  335.  
  336.  
  337. </head><body>
  338.  
  339.  
  340. <div id="sidebar">
  341. <div id="title">{Title}</div>
  342.  
  343. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  344. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  345. <div id="sidebarimage3"><img src="{image:sidebar3}"></div>
  346. <div class="desc">
  347. {Description}
  348. </div>
  349.  
  350.  
  351.  
  352. <div class="links">
  353. {block:IfLinkA}
  354. <a href="{text:linkA url}">{text:linkA}</a>
  355. {/block:IfLinkA}
  356. {block:IfLinkB}
  357. <a href="{text:linkB url}">{text:linkB}</a>
  358. {/block:IfLinkB}
  359. {block:IfLinkC}
  360. <a href="{text:linkC url}">{text:linkC}</a>
  361. {/block:IfLinkC}
  362. {block:IfLinkD}
  363. <a href="{text:linkD url}">{text:linkD}</a>
  364. {/block:IfLinkD}
  365. {block:IfLinkE}
  366. <a href="{text:linkE url}">{text:linkE}</a>
  367. {/block:IfLinkE}
  368. </div>
  369.  
  370. {block:Pagination}<div id="pagi">
  371.  
  372.  
  373. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  374. {block:JumpPagination length="5"}
  375. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  376. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  377. {/block:JumpPagination}
  378. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  379. </div>{/block:Pagination}
  380.  
  381. </div>
  382.  
  383. <div id="all">{block:Posts}<div id="posts">
  384.  
  385. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  386.  
  387. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  388.  
  389. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  390.  
  391. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  392.  
  393. {block:Quote}{Quote}{/block:Quote}
  394.  
  395. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  396. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  397. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  398. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  399. {/block:Audio}
  400.  
  401. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  402.  
  403. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  404.  
  405.  
  406. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:12px;font-style:italic;">— {Asker} was like: </span>{Question}</div><center><font face="arial">{Answer}</font>{/block:Answer}
  407.  
  408. <div id="details">
  409. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}; at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">©{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}<a style="color:#C3B0D6;"> ♥ </a><a href="{Permalink}">{NoteCount}</a>
  410. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  411. {/block:Posts}
  412. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  413. {/block:Posts}</div></div></div>
  414.  
  415.  
  416. <div id="credit" data="credit"><a href="http://lustinglou.tumblr.com"><img src="http://24.media.tumblr.com/d51c7e63ee92e592f42bead860a1cb3e/tumblr_mrczibkCXy1som5q2o1_500.png" width="50px" height="65px"></a></div>
  417.  
  418. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment