delevogue

theme 04 by nanda

Apr 29th, 2013
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.70 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.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#afafaf"/>
  17. <meta name="color:Link" content="#868686"/>
  18. <meta name="color:Hover" content="#f0f0f0"/>
  19. <meta name="color:Scrollbar" content="#cccccc"/>
  20.  
  21. <meta name="image:Sidebar" content=""/>
  22.  
  23. <meta name="text:Link1" content="/" />
  24. <meta name="text:Link1 Title" content="" />
  25. <meta name="text:Link2" content="/" />
  26. <meta name="text:Link2 Title" content="" />
  27. <meta name="text:Link3" content="/" />
  28. <meta name="text:Link3 Title" content="" />
  29.  
  30. <style type="text/css">
  31.  
  32.  
  33. #bite
  34. #bite a{
  35. display:block
  36. }
  37. #bite .death {
  38. margin-right:0px;filter: alpha(opacity = 0);
  39. opacity:0;-webkit-transition: all 0.5s ease-out;
  40. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  41. }
  42.  
  43. #bite:hover .death {
  44. margin-left:0px;
  45.  
  46. -webkit-transition: all 0.8s ease-out;
  47. -moz-transition: all 0.8s ease-out;
  48. transition: all 0.8s ease-out;
  49. filter: alpha(opacity = 100);
  50. filter: alpha(opacity = 100);
  51. opacity:8;
  52. }
  53.  
  54. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  55.  
  56. body {
  57. background:{color:background};
  58. background-image: url('{image:background}') no-repeat fixed center;;
  59. margin:0px;
  60. color:{color:text};
  61. font-family:consolas;
  62. font-size:9px;
  63. line-height:100%;
  64. }
  65.  
  66. a:link, a:active, a:visited
  67.  
  68. }
  69.  
  70. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  71. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  72. ::-webkit-scrollbar {background-color:{color:Scrollbar};height:5px;width:4px;}
  73.  
  74. a {
  75. text-decoration:none;
  76. outline:none;
  77. -moz-outline-style:none;
  78. color:{color:link};
  79. -webkit-transition: all 0.5s ease;
  80. -moz-transition: all 0.5s ease;
  81. -o-transition: all 0.5s ease
  82. }
  83.  
  84. img {
  85. border:none;
  86. }
  87.  
  88. blockquote blockquote {
  89. padding-left:5px;
  90. border-left:1px solid;
  91. }
  92.  
  93. h1 {
  94. font-size:12px;
  95. font-family:consolas;
  96. text-transform:uppercase;
  97. }
  98.  
  99. a:hover {
  100. opacity:10;
  101. color:{color:hover};
  102. -webkit-transition: all 0.7s ease;
  103. -moz-transition: all 0.7s ease;
  104. -o-transition: all 0.7s ease
  105. }
  106.  
  107. small{
  108. font-size:9px;
  109. line-height:110%
  110. }
  111.  
  112. big {
  113. font-size:12px;
  114. line-height:110%
  115. }
  116.  
  117. b, strong{
  118. color:{color:text}
  119. }
  120. i, em {
  121. color:{color:text}
  122. }
  123. p{
  124. margin-top:5px;
  125. margin-bottom:5px
  126. }
  127. blockquote {
  128. padding:0px;
  129. padding-left:5px;
  130. margin:5px;
  131. border-left:1px dotted {color:text}
  132. }
  133.  
  134. blockquote img {
  135. max-width:300px
  136. }
  137.  
  138. ul, li img {
  139. max-with:250px
  140. }
  141.  
  142. .audio {width:500px;height:160px;}
  143. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  144. .albumart img {width:150px;height:150px;float:left;}
  145. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  146. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  147. overflow:hidden;background-color:white;}
  148. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  149.  
  150. #entries {
  151. padding:10px;
  152. width:500px;
  153. margin-left:600px;
  154. margin-top:85px;
  155. }
  156.  
  157.  
  158. #post {
  159. width:500px;
  160. padding-bottom:3px;
  161. font-family:consolas;
  162. opacity:1;
  163. }
  164.  
  165. #sidebar {
  166. width:85px;
  167. position:fixed;
  168. margin-left:320px;
  169. margin-top:150px;
  170. opacity:1;
  171. }
  172.  
  173. #sidebarimage img{
  174. width:85px;
  175. padding:3px;
  176. border:0.5px solid;
  177. border-color: {color:Border};
  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:1px;
  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-size:9px;
  221. }
  222.  
  223. #tags {
  224. font-family:consolas;
  225. letter-spacing:1px;
  226. text-transform:uppercase;
  227. font-size:9px;
  228. margin-top:4px;
  229. a {display:inline; background-color:{color:linkb};
  230. padding:-4px;
  231. text-align:left;
  232. -webkit-transition: all 0.6s ease-in-out;
  233. -moz-transition: all 0.6s ease-in-out;
  234. -o-transition: all 0.6s ease-in-out;
  235. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  236.  
  237. #asker {
  238. float:left;
  239. margin-right:5px;
  240. }
  241.  
  242. #asked {
  243. font-family:consolas;
  244. text-transform:lowercase;
  245. letter-spacing:1px;
  246. padding-bottom:3px;
  247. }
  248.  
  249. #notes {
  250. font-family:consolas;
  251. text-transform:lowercase;
  252. font-size:9px;
  253. }
  254.  
  255. #question {
  256. font-family:consolas;
  257. font-style:italic;
  258. font-size:10px;
  259. }
  260.  
  261. #answer {
  262. font-family:consolas;
  263. text-transform:uppercase;
  264. font-size:10px;
  265. }
  266.  
  267. {CustomCSS}</style></head><body>
  268.  
  269. <div id="bite">
  270. <div id="sidebar">
  271. <div id="links">
  272. <center><a href="/">un</a><p>
  273. <a href="/ask">deux</a><p>
  274. {block:ifLink1}<a href="{text:Link1}">trois</a>{/block:ifLink1}<p>
  275. {block:ifLink2}<a href="{text:Link2}">quatre</a>{/block:ifLink2}<p>
  276. {block:ifLink3}<a href="{text:Link3}">cinq</a>{/block:ifLink3}<p>
  277. </div>
  278. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  279. <br>
  280.  
  281. <div class="death">
  282. <div id="description">{Description}</div>
  283. <div class="pagination">
  284. {block:Pagination}<center>
  285. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  286. {block:JumpPagination length="3"}
  287. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  288. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  289. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}</center>
  290. {/block:Pagination}</center>
  291. </div></div></div>
  292.  
  293. <div id="entries">{block:Posts}<div id="post">
  294.  
  295. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  296.  
  297. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  298.  
  299. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  300.  
  301. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  302.  
  303. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  304.  
  305. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  306.  
  307. {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>
  308. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  309. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  310. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  311. {/block:Audio}
  312.  
  313. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  314.  
  315. {block:Answer}<div id="asker"></div><div id="asked">{Asker} told me once: {Question} {Answer}{/block:Answer}
  316.  
  317. <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}
  318. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  319. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  320. {/block:Posts}
  321. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  322. {/block:Posts}</div></div></div>
  323.  
  324. <div style="position:fixed; bottom:3px; margin-bottom:15px; font-size: 35px; right:3px;"><a href="http://alezturner.tumblr.com">✌</a></div>
  325.  
  326. </body>
  327.  
  328. </html>
Advertisement
Add Comment
Please, Sign In to add comment