delevogue

theme 05 by nanda

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