Advertisement
delevogue

unreleased theme

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