delevogue

theme 25 by nanda

Sep 20th, 2013
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.81 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!-- THEME MADE BY NANDA, DO NOT REMOVE THE CREDIT OK BYE -->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head><title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  14.  
  15.  
  16. <meta name="color:Text" content="#585858"/>
  17. <meta name="color:Infobg" content="#000000"/>
  18. <meta name="color:Link" content="#a5a5a5"/>
  19. <meta name="color:Hover" content="#a5a5a5"/>
  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.  
  28. <style type="text/css">
  29.  
  30. #bite
  31. #bite a{
  32. display:block
  33. }
  34. #bite .death {
  35. margin-top:-40px;filter: alpha(opacity = 0);
  36. opacity:0;-webkit-transition: all 0.5s ease-out;
  37. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  38. }
  39.  
  40. #bite:hover .death {
  41. margin-top:0px;
  42. -webkit-transition: all 0.8s ease-out;
  43. -moz-transition: all 0.8s ease-out;
  44. transition: all 0.8s ease-out;
  45. filter: alpha(opacity = 100);
  46. filter: alpha(opacity = 100);
  47. opacity:100;
  48. }
  49.  
  50.  
  51. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  52.  
  53. ::-webkit-scrollbar-thumb{
  54. background-color: #000000;
  55. border: 2px solid #fff;
  56. height:auto;
  57. }
  58.  
  59. ::-webkit-scrollbar {
  60. height:9px;
  61. width:9px;
  62. background-color: #050505;
  63. border: 4px solid #fff;
  64. }
  65.  
  66.  
  67. body {
  68. background:{color:background};
  69. background-image: url('{image:background}') no-repeat fixed center;;
  70. margin:0px;
  71. color:{color:text};
  72. font-family:calibri;
  73. font-size:10px;
  74. line-height:100%;
  75. }
  76.  
  77. a {
  78. text-decoration:none;
  79. outline:none;
  80. -moz-outline-style:none;
  81. color:{color:link};
  82. -webkit-transition: all 0.5s ease;
  83. -moz-transition: all 0.5s ease;
  84. -o-transition: all 0.5s ease
  85. }
  86.  
  87. img {
  88. border:none;
  89. }
  90.  
  91. blockquote blockquote {
  92. padding-left:5px;
  93. border-left:1px solid;
  94. }
  95.  
  96. h1 {
  97. font-weight:normal;
  98. font-size:8px;
  99. text-align:center;
  100. font-style:normal;
  101. line-height:80%;
  102. letter-spacing:1px;
  103. text-transform:lowercase;
  104. color:{color:text};
  105. }
  106.  
  107. h2 {
  108. font-size:15px;
  109. text-align:center;
  110. line-height:100%;
  111. letter-spacing:-0.5px;
  112. color:{color:text};
  113. font-weight:normal;
  114. padding:5px;
  115. padding-bottom:2px;
  116. }
  117.  
  118. blockquote {
  119. border-left:2px solid {color:text};
  120. padding-left:5px;
  121. margin:5px;
  122. }
  123.  
  124. #theme {
  125. background-color:{color:background};
  126. width:700px;
  127. margin: 0 auto -12px auto;
  128. text-align: center;
  129. }
  130.  
  131. a:hover {
  132. opacity:10;
  133. color:{color:hover};
  134. -webkit-transition: all 0.7s ease;
  135. -moz-transition: all 0.7s ease;
  136. -o-transition: all 0.7s ease
  137. }
  138.  
  139. small{
  140. font-size:9px;
  141. line-height:110%
  142. }
  143.  
  144. big {
  145. font-size:12px;
  146. line-height:110%
  147. }
  148.  
  149. b, strong{
  150. color:{color:text}
  151. }
  152. i, em {
  153. color:{color:text}
  154. }
  155. p{
  156. margin-top:5px;
  157. margin-bottom:5px
  158. }
  159. blockquote {
  160. padding:0px;
  161. padding-left:5px;
  162. margin:5px;
  163. border-left:1px dotted {color:text}
  164. }
  165.  
  166. blockquote img {
  167. max-width:300px
  168. }
  169.  
  170. ul, li img {
  171. max-with:250px
  172. }
  173.  
  174.  
  175. #entries {
  176. padding:10px;
  177. width:400px;
  178. margin-left:600px;
  179. margin-top:85px;
  180. }
  181.  
  182.  
  183. #post {
  184. width:400px;
  185. padding-bottom:3px;
  186. opacity:1;
  187. }
  188.  
  189. #sidebar {
  190. width:230px;
  191. height:300px;
  192. position:fixed;
  193. margin-left:312px;
  194. margin-top:180px;
  195. opacity:1;
  196. }
  197.  
  198.  
  199. #sidebar img{
  200. width:200px;
  201. padding:3px;
  202. margin-left:13px;
  203. margin-top:13px;
  204. }
  205.  
  206. .links {
  207. margin-top:1px;
  208. margin-left:15px;
  209. font-size:11px;
  210. text-align:center;
  211. letter-spacing:2px;
  212. line-height:170%;
  213. background-color:#000;
  214. width:201px;
  215. }
  216.  
  217.  
  218. #description {
  219. border-right:1px solid #000;
  220. border-left:1px solid #000;
  221. padding:2px;
  222. font-size:10px;
  223. opacity: 0.8;
  224. text-align:left;
  225. margin-top:5px;
  226. margin-left:15px;
  227. width:195px;
  228. position:fixed;
  229. }
  230.  
  231. #pagination {
  232. font-size:9px;
  233. font-style:italic;
  234. text-align:left;
  235. color:{color:link};
  236. letter-spacing:2px;
  237. margin-left:11px;
  238. margin-top:11px;
  239. }
  240.  
  241. #stuffcontainer {
  242. float:left;
  243. margin-left:550px;
  244. padding:20px;
  245. padding-top:50px;
  246. padding-bottom:70px;
  247. margin-top:0px;
  248. text-align:justify;
  249. }
  250.  
  251.  
  252. #stuff {
  253. width:400px;
  254. margin-top:30px;
  255. text-align:justify;
  256. font-size:11px;
  257. line-height:90%;
  258. letter-spacing:0x;
  259. }
  260.  
  261. .caption {
  262. width:500px;
  263. text-align:justify;
  264. line-height:120%;
  265. }
  266.  
  267. /**Ask Posts**/
  268.  
  269. .ask {
  270. padding:10px;
  271. text-align:center;
  272. color:{color:asktext};
  273. background-color:{color:infobg};
  274. }
  275.  
  276. .ans {
  277. text-align:left;
  278. padding:5px;
  279. color:{color:text};
  280. }
  281.  
  282. /**Audio Posts**/
  283.  
  284. .audio {
  285. height:60px;
  286. padding:5px;
  287. margin-bottom:55px;
  288. }
  289.  
  290. .audio-album {
  291. position:absolute;
  292. width:110px;
  293. -webkit-transition: opacity 0.6s linear;
  294. opacity: 1;
  295. }
  296.  
  297. .audio-player {
  298. opacity:1;
  299. filter:alpha(opacity=90);
  300. width:25px;
  301. height:25px;
  302. overflow:hidden;
  303. position:absolute;
  304. border:30px;
  305. z-index:2;
  306. margin-left:43px;
  307. margin-top:43px;
  308. opacity:0;
  309. -webkit-transition: all 0.6s ease-out;
  310. -o-transition: all 0.6s ease-out;
  311. -webkit-transition: all 0.6s ease-out;
  312. -moz-transition: all 0.6s ease-out;
  313. }
  314.  
  315. .audio-info {
  316. margin-top:7px;
  317. position:relative;
  318. margin-left:120px;
  319. line-height:180%;
  320. padding:2px;
  321. }
  322.  
  323. .audio:hover .audio-player {
  324. opacity:.6;
  325. -webkit-transition: all 0.6s ease-out;
  326. -o-transition: all 0.6s ease-out;
  327. -webkit-transition: all 0.6s ease-out;
  328. -moz-transition: all 0.6s ease-out;
  329. }
  330.  
  331. /**Chat Posts**/
  332.  
  333. ul.chat, .chat ol, .chat li {
  334. list-style:none;
  335. margin:0px;
  336. padding:2px;
  337. }
  338.  
  339. .label {
  340. text-decoration:bold;
  341. font-weight:700;
  342. margin-right:5px;
  343. }
  344.  
  345. /**Post Info, Notes**/
  346.  
  347. #postinfo {
  348. width:395px;
  349. padding:3px;
  350. font-size:9px;
  351. color:{color:link};
  352. text-transform:lowercase;
  353. font-style:normal;
  354. letter-spacing:2px;
  355. text-align:center;
  356. border-top:1px solid #000;
  357. border-bottom:1px solid #000;
  358. -moz-transition-duration:0.5s;
  359. -webkit-transition-duration:0.5s;
  360. -o-transition-duration:0.5s;
  361. }
  362.  
  363. #postinfo a {
  364. color:{color:link};
  365. text-align:center;
  366. letter-spacing:1px;
  367. font-style:normal;
  368. }
  369.  
  370. #postinfo a:hover {
  371. color:{color:hover};
  372. }
  373.  
  374. #tags {
  375. text-align:center;
  376. font-size:10px;
  377. }
  378.  
  379. .note {
  380. text-transform:lowercase;
  381. font-style:normal;
  382. letter-spacing:0px;
  383. font-size: 9px;
  384. text-align:left;
  385. line-height:90%;
  386. margin-left:-20px;
  387. padding-bottom:-10px;
  388. }
  389.  
  390. .note li {
  391. list-style-type:none;
  392. padding:10px 25px 10px 25px;
  393. text-align:left;
  394. margin:0px;
  395. -moz-transition-duration:0.5s;
  396. -webkit-transition-duration:0.5s;
  397. -o-transition-duration:0.5s;
  398. }
  399.  
  400. #credit {
  401. position:fixed;
  402. font-size:10px;
  403. font-weight:normal;
  404. line-height:150%;
  405. letter-spacing:2px;
  406. right:10px;
  407. bottom:10px;
  408. text-transform:uppercase;
  409. text-align:center;
  410. }
  411.  
  412. #credit a {
  413. padding:3px;
  414. color:{color:link};
  415. background-color:{color:background};
  416. -moz-transition-duration:0.5s;
  417. -webkit-transition-duration:0.5s;
  418. -o-transition-duration:0.5s;
  419. }
  420.  
  421. {CustomCSS}
  422. </style></head><body>
  423.  
  424. <div id="bite">
  425. <div id="sidebar">
  426. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  427. <style type="text/css">
  428. a:hover { text-decoration: line-through; }
  429. </style>
  430. <div class="links">
  431. <a href="/">home</a> -
  432. <a href="/ask">mail</a> -
  433. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} -
  434. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  435. </div>
  436. <div class="death">
  437. <div id="description">{Description}<p>
  438. <div class="pagination">
  439. {block:Pagination}
  440. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  441. {block:JumpPagination length="5"}
  442. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  443. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  444. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  445. {/block:Pagination}</div></div>
  446. </div>
  447.  
  448. </div></div></div></div></div>
  449.  
  450. <div id="stuffcontainer">
  451.  
  452. {block:Posts}
  453.  
  454. <div id="stuff">
  455.  
  456. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  457.  
  458. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  459.  
  460. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  461. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  462.  
  463. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  464.  
  465. {block:Photoset}<center>{Photoset-400}</center>
  466. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  467.  
  468. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  469.  
  470. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  471.  
  472. {block:Answer}<div class="ask"><i>{Asker} whispered:</i> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  473.  
  474. {block:Audio}
  475. <div class="audio">
  476. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  477. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  478.  
  479. <div class="audio-info">
  480. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  481. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  482. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  483. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  484. </div></div>
  485. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  486. {/block:Audio}
  487.  
  488. <div id="postinfo">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} + <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div>
  489. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  490. </div>
  491. {/block:Posts}
  492.  
  493. {block:PostNotes}
  494. {PostNotes}
  495. {/block:PostNotes}
  496.  
  497. </div>
  498.  
  499. <div style="position:fixed; bottom:3px; margin-bottom:15px; font-size: 35px; right:3px;"><a href="http://lizzygrent.tumblr.com">✌</a></div>
  500.  
  501. </div>
  502. </div>
  503. </div>
  504. </body>
  505. </html>
Advertisement
Add Comment
Please, Sign In to add comment