delevogue

theme 23 by nanda

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