delevogue

theme 12 by nanda

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