Advertisement
furhrman

radioactive;

Apr 9th, 2013
980
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.27 KB | None | 0 0
  1. <!--theme2 by kahniss
  2. DON'T remove credit
  3. Don'T use as your onw
  4. DON'T use as base code-->
  5.  
  6. <html>
  7. <head>
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  16.  
  17. <!--Default Variables-->
  18. <!--Colors-->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#333333"/>
  22. <meta name="color:Link" content="#717581"/>
  23. <meta name="color:Hover" content="#333333"/>
  24. <meta name="color:Border" content="#333333"/>
  25. <meta name="color:Bordersb" content="#333333"/>
  26.  
  27. <!--Images-->
  28.  
  29. <meta name="image:Background" content=""/>
  30. <meta name="image:Sidebar" content=""/>
  31.  
  32. <!--Links-->
  33.  
  34. <meta name="text:Link1" content="/" />
  35. <meta name="text:Link1 Title" content="" />
  36. <meta name="text:Link2" content="/" />
  37. <meta name="text:Link2 Title" content="" />
  38. <meta name="text:Link3" content="/" />
  39. <meta name="text:Link3 Title" content="" />
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. ::-webkit-scrollbar {height: auto;width: 6px;}
  45. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  46. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  47.  
  48. body {
  49. background:{color:background};
  50. background-image: url('{image:background}') no-repeat fixed center;;
  51. margin:0px;
  52. color:{color:text};
  53. font-family:consolas;
  54. font-size:10px;
  55. line-height:100%;
  56. }
  57.  
  58. a {
  59. text-decoration:none;
  60. outline:none;
  61. -moz-outline-style:none;
  62. color:{color:link};
  63. -webkit-transition: all 0.5s ease;
  64. -moz-transition: all 0.5s ease;
  65. -o-transition: all 0.5s ease
  66. }
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72. blockquote blockquote {
  73. padding-left:5px;
  74. border-left:1px solid;
  75. }
  76.  
  77. h1 {
  78. font-size:12px;
  79. font-family:consolas;
  80. text-transform:uppercase;
  81. }
  82.  
  83. a:hover {
  84. opacity:10;
  85. color:{color:hover};
  86. -webkit-transition: all 0.7s ease;
  87. -moz-transition: all 0.7s ease;
  88. -o-transition: all 0.7s ease
  89. }
  90.  
  91. small{
  92. font-size:9px;
  93. line-height:110%
  94. }
  95.  
  96. big {
  97. font-size:12px;
  98. line-height:110%
  99. }
  100.  
  101. b, strong{
  102. color:{color:text}
  103. }
  104. i, em {
  105. color:{color:text}
  106. }
  107. p{
  108. margin-top:5px;
  109. margin-bottom:5px
  110. }
  111. blockquote {
  112. padding:0px;
  113. padding-left:5px;
  114. margin:5px;
  115. border-left:1px dotted {color:text}
  116. }
  117.  
  118. blockquote img {
  119. max-width:300px
  120. }
  121.  
  122. ul, li img {
  123. max-with:250px
  124. }
  125.  
  126. .audio {width:500px;height:160px;}
  127. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  128. .albumart img {width:150px;height:150px;float:left;}
  129. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  130. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  131. overflow:hidden;background-color:white;}
  132. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  133.  
  134. #entries {
  135. padding:10px;
  136. width:500px;
  137. margin-left:600px;
  138. margin-top:85px;
  139. }
  140.  
  141.  
  142. #post {
  143. width:500px;
  144. padding-bottom:3px;
  145. font-family:consolas;
  146. opacity:1;
  147. }
  148.  
  149. #sidebar {
  150. width:120px;
  151. position:fixed;
  152. margin-left:320px;
  153. margin-top:150px;
  154. opacity:1;
  155. }
  156.  
  157. #sidebarimage img{
  158. width:150px;
  159. padding:3px;
  160. border:1px solid {color:Bordersb};
  161. -webkit-transition: all 0.5s ease;
  162. -moz-transition: all 0.5s ease;
  163. -o-transition: all 0.5s ease
  164. }
  165.  
  166. #links {
  167. font-family:consolas;
  168. font-size:9px;
  169. opacity:1;
  170. text-align:center;
  171. padding-top:54px;
  172. letter-spacing:1px;
  173. text-transform:uppercase;
  174. padding-bottom:5px;
  175. margin-top:-45px;
  176. margin-left:-75px;
  177. }
  178.  
  179. #description {
  180. padding:5px;
  181. font-size:10px;
  182. width:90px;
  183. font-style:italic;
  184. opacity: 0.8;
  185. text-align:center;
  186. margin-top:-55px;
  187. margin-left:50px;
  188. border-left:1px solid {color:Border};
  189. }
  190.  
  191. #pagination {
  192. font-size:9px;
  193. text-align:center;
  194. color:{color:link};
  195. font-family:consolas;
  196. letter-spacing:2px;
  197. margin-left:11px;
  198. }
  199.  
  200. #info {
  201. text-align:center;padding:5px;
  202. margin-top:5px;
  203. margin-bottom:10px;
  204. text-transform: uppercase;
  205. font-family:consolas;
  206. font-size:9px;
  207. border-top:1px solid {color:Border};
  208. }
  209.  
  210. #tags {
  211. font-family:consolas;
  212. letter-spacing:1px;
  213. text-transform:uppercase;
  214. font-size:9px;
  215. margin-top:4px;
  216. a {display:inline; background-color:{color:linkb};
  217. padding:-4px;
  218. text-align:left;
  219. -webkit-transition: all 0.6s ease-in-out;
  220. -moz-transition: all 0.6s ease-in-out;
  221. -o-transition: all 0.6s ease-in-out;
  222. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  223.  
  224. #asker {
  225. float:left;
  226. margin-right:5px;
  227. }
  228.  
  229. #asked {
  230. font-family:consolas;
  231. text-transform:lowercase;
  232. letter-spacing:1px;
  233. padding-bottom:3px;
  234. }
  235.  
  236. #notes {
  237. font-family:consolas;
  238. text-transform:lowercase;
  239. font-size:9px;
  240. }
  241.  
  242. #question {
  243. font-family:consolas;
  244. font-style:italic;
  245. font-size:10px;
  246. }
  247.  
  248. #answer {
  249. font-family:consolas;
  250. text-transform:uppercase;
  251. font-size:10px;
  252. }
  253.  
  254. {CustomCSS}</style></head><body>
  255.  
  256. <div id="sidebar">
  257. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  258. <div id="links">
  259. <a href="/">home</a><br>
  260. <a href="/ask">ask</a><br>
  261. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
  262. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br>
  263. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br>
  264. </div>
  265.  
  266. <div id="description">{Description}</div>
  267.  
  268. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  269. </div>
  270.  
  271. <div id="entries">{block:Posts}<div id="post">
  272.  
  273. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  274.  
  275. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  276.  
  277. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  278.  
  279. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  280.  
  281. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  282.  
  283. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  284.  
  285. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  286. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  287. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  288. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  289. {/block:Audio}
  290.  
  291. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  292.  
  293. {block:Answer}<div id="asker"></div><div id="asked">{Asker} asked: {Question} {Answer}{/block:Answer}
  294.  
  295. <div id="info"> posted <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  296. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  297. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  298. {/block:Posts}
  299. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  300. {/block:Posts}</div></div></div>
  301.  
  302. <div style="position:fixed; color:{color:font}; bottom:3px; font-family: arial; right:5px;">
  303. <a href="http://kahniss.tumblr.com">THEME</a></div>
  304.  
  305. </body>
  306.  
  307. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement