delevogue

theme 20 by nanda

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