delevogue

theme 34 by nanda

Dec 20th, 2013
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 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="#000000"/>
  17. <meta name="color:Link" content="#919191"/>
  18. <meta name="color:Hover" content="#4c4c4c"/>
  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 url" content="/">
  25. <meta name="text:link2" content="">
  26. <meta name="text:link2 url" content="/">
  27. <meta name="text:link3" content="">
  28. <meta name="text:link3 url" content="/">
  29.  
  30. <style type="text/css">
  31.  
  32. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  33.  
  34. ::-webkit-scrollbar-thumb{
  35. background-color: #dddddd;
  36. border: 2px solid #fff;
  37. height:auto;
  38. }
  39.  
  40. ::-webkit-scrollbar {
  41. height:9px;
  42. width:9px;
  43. background-color: #eeeeee;
  44. border: 4px solid #fff;
  45. }
  46.  
  47.  
  48. body {
  49. background:#ffffff;
  50. background-image: url('{image:background}') no-repeat fixed center;;
  51. margin:0px;
  52. color:{color:text};
  53. font-family:arial;
  54. font-size:10px;
  55. line-height:100%;
  56. }
  57.  
  58. a {
  59. text-decoration:none;
  60. outline:none;
  61. -moz-outline-style:none;
  62. color:{color:link};
  63. -webkit-transition: all 0.5s ease;
  64. -moz-transition: all 0.5s ease;
  65. -o-transition: all 0.5s ease
  66. }
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72. blockquote blockquote {
  73. padding-left:5px;
  74. border-left:1px solid;
  75. }
  76.  
  77. h1 {
  78. font-weight:normal;
  79. font-size:8px;
  80. text-align:center;
  81. font-style:normal;
  82. line-height:80%;
  83. letter-spacing:1px;
  84. text-transform:lowercase;
  85. color:{color:text};
  86. }
  87.  
  88. h2 {
  89. font-size:15px;
  90. text-align:center;
  91. line-height:100%;
  92. letter-spacing:-0.5px;
  93. color:{color:text};
  94. font-weight:normal;
  95. padding:5px;
  96. padding-bottom:2px;
  97. }
  98.  
  99. blockquote {
  100. border-left:2px solid {color:text};
  101. padding-left:5px;
  102. margin:5px;
  103. }
  104.  
  105. #theme {
  106. background-color:{color:background};
  107. width:700px;
  108. margin: 0 auto -12px auto;
  109. text-align: center;
  110. }
  111.  
  112. a:hover {
  113. opacity:10;
  114. color:{color:hover};
  115. -webkit-transition: all 0.7s ease;
  116. -moz-transition: all 0.7s ease;
  117. -o-transition: all 0.7s ease
  118. }
  119.  
  120. small{
  121. font-size:9px;
  122. line-height:110%
  123. }
  124.  
  125. big {
  126. font-size:12px;
  127. line-height:110%
  128. }
  129.  
  130. b, strong{
  131. color:{color:text}
  132. }
  133. i, em {
  134. color:{color:text}
  135. }
  136. p{
  137. margin-top:5px;
  138. margin-bottom:5px
  139. }
  140. blockquote {
  141. padding:0px;
  142. padding-left:5px;
  143. margin:5px;
  144. border-left:1px dotted {color:text}
  145. }
  146.  
  147. blockquote img {
  148. max-width:300px
  149. }
  150.  
  151. ul, li img {
  152. max-with:250px
  153. }
  154.  
  155.  
  156. #entries {
  157. padding:10px;
  158. width:400px;
  159. margin-left:600px;
  160. margin-top:85px;
  161. }
  162.  
  163.  
  164. #post {
  165. width:400px;
  166. padding-bottom:3px;
  167. opacity:1;
  168. }
  169.  
  170. #sidebar {
  171. width:230px;
  172. height:300px;
  173. position:fixed;
  174. margin-left:170px;
  175. margin-top:180px;
  176. opacity:1;
  177. }
  178.  
  179. #sidebar img{
  180. width:250px;
  181. padding:3px;
  182. margin-left:13px;
  183. margin-top:13px;
  184. -moz-transition-duration:0.5s;
  185. -webkit-transition-duration:0.5s; -o-transition-duration:0.5s;
  186. }
  187.  
  188. #sidebar img:hover {
  189. opacity:0.7;
  190. -moz-transition-duration:0.5s;
  191. -webkit-transition-duration:0.5s; -o-transition-duration:0.5s;
  192. }
  193.  
  194. .links {
  195. border-left:double #eeeeee;
  196. font-size:9px;
  197. text-align:left;
  198. letter-spacing:2px;
  199. line-height:200%;
  200. text-transform:lowercase;
  201. width:200px;
  202. -webkit-transition: all 0.7s ease;
  203. -moz-transition: all 0.7s ease;
  204. -o-transition: all 0.7s ease;
  205. }
  206.  
  207. .links a{
  208. color:{color:links};
  209. letter-spacing:1px;
  210. padding:4px 5px 4px 5px;
  211. margin-bottom:2px;
  212. }
  213.  
  214. .links a:hover{
  215. text-decoration:underline;
  216. }
  217.  
  218.  
  219. #description {
  220. padding:2px;
  221. font-size:11px;
  222. line-height:13px;
  223. opacity: 0.8;
  224. text-align:left;
  225. margin-top:1px;
  226. margin-left:15px;
  227. width:245px;
  228. position:fixed;
  229. }
  230.  
  231. #pagination {
  232. font-size:9px;
  233. font-style:italic;
  234. text-align:center;
  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:double #eeeeee;
  357. border-bottom:double #eeeeee;
  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. font:georgia;
  378. }
  379.  
  380. .note {
  381. text-transform:lowercase;
  382. font-style:normal;
  383. letter-spacing:0px;
  384. font-size: 9px;
  385. text-align:left;
  386. line-height:90%;
  387. margin-left:-20px;
  388. padding-bottom:-10px;
  389. }
  390.  
  391. .note li {
  392. list-style-type:none;
  393. padding:10px 25px 10px 25px;
  394. text-align:left;
  395. margin:0px;
  396. -moz-transition-duration:0.5s;
  397. -webkit-transition-duration:0.5s;
  398. -o-transition-duration:0.5s;
  399. }
  400.  
  401. #credit {
  402. position:fixed;
  403. font-size:10px;
  404. font-weight:normal;
  405. line-height:150%;
  406. letter-spacing:2px;
  407. right:10px;
  408. bottom:10px;
  409. text-transform:uppercase;
  410. text-align:center;
  411. }
  412.  
  413. #credit a {
  414. padding:3px;
  415. color:{color:link};
  416. background-color:{color:background};
  417. -moz-transition-duration:0.5s;
  418. -webkit-transition-duration:0.5s;
  419. -o-transition-duration:0.5s;
  420. }
  421.  
  422. {CustomCSS}
  423. </style></head><body>
  424.  
  425. <div id="sidebar">
  426. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  427. <div id="description">{Description}<br>
  428. <div class="pagination">
  429. {block:Pagination}
  430. <div class="pagi">
  431. {block:PreviousPage}
  432. <a href="{PreviousPage}">«</a>
  433. {/block:PreviousPage}
  434. {block:NextPage}
  435. <a href="{NextPage}">»</a>
  436. {/block:NextPage}
  437. </div>
  438. {/block:Pagination}</div>
  439. <div class="links">
  440. <p><a href="/">home</a><br>
  441. <a href="/faq">mail</a><br>
  442. <a href="{text:link1 url}">{text:link1}</a><br>
  443. <a href="{text:link2 url}">{text:link2}</a><br>
  444. <a href="{text:link3 url}">{text:link3}</a>
  445. </div>
  446. </div>
  447. </div>
  448.  
  449. </div></div></div></div></div>
  450.  
  451. <div id="stuffcontainer">
  452.  
  453. {block:Posts}
  454.  
  455. <div id="stuff">
  456.  
  457. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  458.  
  459. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  460.  
  461. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  462. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  463.  
  464. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  465.  
  466. {block:Photoset}<center>{Photoset-400}</center>
  467. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  468.  
  469. {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}
  470.  
  471. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  472.  
  473. {block:Answer}<div class="ask"><i>{Asker} whispered:</i> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  474.  
  475. {block:Audio}
  476. <div class="audio">
  477. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  478. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  479.  
  480. <div class="audio-info">
  481. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  482. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  483. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  484. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  485. </div></div>
  486. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  487. {/block:Audio}
  488.  
  489. <div id="postinfo">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} + <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div>
  490. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  491. </div>
  492. {/block:Posts}
  493.  
  494. {block:PostNotes}
  495. {PostNotes}
  496. {/block:PostNotes}
  497.  
  498. </div>
  499.  
  500. <div style="position:fixed; bottom:3px; margin-bottom:15px; font-size: 35px; right:3px;"><a href="http://lizzygrent.tumblr.com">✌</a></div>
  501.  
  502. </div>
  503. </div>
  504. </div>
  505. </body>
  506. </html>
Advertisement
Add Comment
Please, Sign In to add comment