Advertisement
delevogue

theme 36 by nanda

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