delevogue

theme 08 by nanda

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