delevogue

theme 13 by nanda

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