delevogue

theme 33 by nanda

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