delevogue

theme 16 by nanda

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