Advertisement
delevogue

theme 17 by nanda

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