Advertisement
delevogue

theme 24 by nanda

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