Advertisement
starlland

theme #20

Sep 15th, 2013
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.17 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2.  
  3.  
  4. <html>
  5.  
  6. <!--
  7.  
  8.  
  9.  
  10. uududedasjklfnalkdmas
  11. it's my signature because i'm that fly
  12.  
  13. -------------------------------
  14. © racheyzane.tumblr.com
  15.  
  16.  
  17.  
  18. !-->
  19.  
  20.  
  21.  
  22. <head>
  23.  
  24. <script type="text/javascript"
  25. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  26. <script>
  27. $(document).ready(function() {
  28. //
  29. $('a.poplight[href^=#]').click(function() {
  30. var popID = $(this).attr('rel'); //Get Popup Name
  31. var popURL = $(this).attr('href'); //Get Popup href to define size
  32. var query= popURL.split('?');
  33. var dim= query[1].split('&');
  34. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  35. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close" class="btn_close" title="Close" alt="Close"> </a>');
  36. var popMargTop = ($('#' + popID).height() + 80) / 2;
  37. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  38. //Apply Margin to Popup
  39. $('#' + popID).css({
  40. 'margin-top' : -popMargTop,
  41. 'margin-left' : -popMargLeft
  42. });
  43. $('body').append('<div id="fade"></div>');
  44. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  45. return false;
  46. });
  47. $('a.close, #fade').live('click', function() {
  48. $('#fade , .popup_block').fadeOut(function() {
  49. $('#fade, a.close').remove(); //fade them both out
  50. });
  51. return false;
  52. });
  53. });
  54. </script>
  55.  
  56.  
  57.  
  58. <!-- DEFAULT VARIABLES -->
  59. <meta name="color:background" content="#ffffff" />
  60.  
  61. <meta name="color:text" content="#4b4b4b" />
  62. <meta name="color:selection" content="#f5f4f3" />
  63. <meta name="color:link" content="#222222" />
  64. <meta name="color:scrollbar" content="#292929" />
  65. <meta name="color:border" content="#f1f1f0" />
  66. <meta name="color:bckgr" content="#f0efed" />
  67. <meta name="color:bold" content="#666561" />
  68. <meta name="color:italic" content="#7e7e7d" />
  69.  
  70. <meta name="text:body" content="cambria" />
  71.  
  72. <meta name="text:Link1" content="" />
  73. <meta name="text:Link1 Title" content="" />
  74. <meta name="text:Link2" content="" />
  75. <meta name="text:Link2 Title" content="" />
  76. <meta name="text:Link3" content="" />
  77. <meta name="text:Link3 Title" content="" />
  78. <meta name="text:Link4" content="" />
  79. <meta name="text:Link4 Title" content="" />
  80. <meta name="text:Link5" content="" />
  81. <meta name="text:Link5 Title" content="" />
  82. <meta name="text:Link6" content="" />
  83. <meta name="text:Link6 Title" content="" />
  84.  
  85.  
  86.  
  87. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  88. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  89. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  90. <link rel="shortcut icon" href="{Favicon}" />
  91. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  92.  
  93.  
  94.  
  95.  
  96. <style type="text/css">
  97.  
  98.  
  99. #fade { /*--Transparent background layer--*/
  100. display: none; /*--hidden by default--*/
  101. background: #000000;
  102. position: fixed; left: 0; top: 0;
  103. width: 100%; height: 100%;
  104. opacity: .80;
  105. z-index: 9999;
  106. }
  107. .popup_block{
  108. display: none; /*--hidden by default--*/
  109. background: #fff;
  110. padding: 20px;
  111. border: 3px solid #c2c2c1;
  112. float: left;
  113. font-size: 10px;
  114. position: fixed;
  115. top: 50%; left: 50%;
  116. z-index: 99999;
  117. /*--CSS3 Box Shadows--*/
  118. -webkit-box-shadow: 0px 0px 10px #000;
  119. -moz-box-shadow: 0px 0px 10px #000;
  120. box-shadow: 0px 0px 10px #000;
  121. /*--CSS3 Rounded Corners--*/
  122. -webkit-border-radius: 0px;
  123. -moz-border-radius: 0px;
  124. border-radius: 0px;
  125. }
  126. img.btn_close {
  127. float: right;
  128. margin: -5px -5px 0 0;
  129. }
  130. /*--Making IE6 Understand Fixed Positioning--*/
  131. *html #fade {
  132. position: absolute;
  133. }
  134. *html .popup_block {
  135. position: absolute;
  136. }
  137.  
  138.  
  139.  
  140.  
  141. iframe#tumblr_controls {
  142. top:0px !important;
  143. right:3px !important;
  144. position: fixed !important;
  145. opacity: 0.5;
  146. -webkit-transition: all 0.6s ease;}
  147.  
  148. iframe#tumblr_controls:hover{
  149. opacity: 1;
  150. -webkit-transition: all 0.6s ease;
  151. }
  152.  
  153.  
  154.  
  155. ::-webkit-scrollbar-thumb:vertical {
  156. background-color:{color:scrollbar};
  157. height:30px;
  158. }
  159.  
  160. ::-webkit-scrollbar-thumb:horizontal {
  161. background-color:{color:scrollbar};
  162. height:8px!important;
  163. }
  164.  
  165. ::-webkit-scrollbar {
  166. background-color:{color:background};
  167. height:8px;
  168. width:8px;
  169. }
  170.  
  171. ::-moz-selection {
  172. background: {color:selection};
  173. }
  174. ::selection {
  175. background: {color:selection};
  176. }
  177.  
  178.  
  179.  
  180. body {color:{color:text}; background-color:{color:background}; background-attachment:fixed; font-size:10px; line-height:100%; text-align:justify; font-family:{text:body}; }
  181.  
  182. a:link, a:active, a:visited {color: {color:link}; text-decoration:none; -webkit-transition: all 0.6s ease;}
  183.  
  184. a:hover {color:{color:hover link}; -webkit-transition: all 0.6s ease;}
  185.  
  186.  
  187.  
  188.  
  189. b {font-weight: bold;color:{color:bold};}
  190. i {font-style:italic;color:{color:italic};}
  191. k {color:red; font-size:8px;}
  192.  
  193.  
  194.  
  195.  
  196. #sbar {margin-left: 50px; bottom:100px; position: fixed; padding:10px; width:200px;}
  197.  
  198.  
  199. #simg {padding:8px; display:inline-block; position:fixed;}
  200. #simg img { border:8px solid {color:bckgr};}
  201.  
  202. #desc {display:inline-block; width: 110px; text-align:left; margin-top:30px; margin-left:100px; position:relative;}
  203.  
  204. #notes img {width:0px;height:0px;opacity:0;margin-right:-55px;position:absolute;}
  205.  
  206. #nav {margin-bottom:7px; width:196px; margin-left:8px; margin-top:10px; padding:5px; border-top:1px solid {color:border};}
  207.  
  208. #nav a {padding:5px; font-size:9px; font-family:georgia;color:{color:nav}; opacity:0.7;}
  209.  
  210. #nav a:hover {text-decoration:underline; opacity:1;}
  211.  
  212. #navig a {border-bottom:1px solid {color:border}; margin-bottom:5px; padding:3px; display:block;}
  213.  
  214. #navig a:hover {background:{color:bckgr};}
  215.  
  216. .date a {background:{color:bckgr}; font-family:trebuchet ms; adding:5px; margin-bottom:10px;}
  217.  
  218. .ask img {border:1px solid {color:border}; margin:4px; display:inline-block; padding:6px;}
  219. .q {margin:7px; padding:5px; display:inline-block; color:{color:link}; background:{color:nav}; width:430px;}
  220.  
  221. .msc {border-left:4px solid {color:bckgr}; padding-left: 5px; margin-top:5px; font-size:12px;}
  222.  
  223.  
  224. .tags {border-bottom: 1px dashed {color:border}; padding-bottom:5px;}
  225.  
  226. #posts{overflow:hidden;padding: 3px;padding-top: 8px;padding-bottom: 8px;max-width:405px; margin-top:5px; margin-left:400px;}
  227.  
  228. #entries {max-width:100%; margin-top:50px; }
  229.  
  230.  
  231. #pagination { position:fixed;margin-left:220px; margin-top:60px;}
  232.  
  233.  
  234.  
  235. h1{font-size:19px;line-height:15px;letter-spacing:-1px;text-align:right;padding: 5px; font-style:italic;text-transform: lowercase; border-right:8px solid {color:nav}; font-family:cambria;}
  236.  
  237. h2 {font-size:11px; color:#cdcdcd; letter-spacing:2px;}
  238.  
  239.  
  240.  
  241.  
  242. #quote { font-size: 16px;margin-left: 18px; padding: 3px;text-align:justify;font-style:italic;font-family:cambria; z-index:2; position:relative; display:inline;}
  243.  
  244.  
  245. blockquote {padding-left:5px; border-left:1px solid {color:border};}
  246. img a{border:none; width:100%}
  247.  
  248.  
  249.  
  250. .user_1, .user_3, .user_5, .user_7,
  251. .user_7 , .user_9 .user_11 {background-color:{color:bckgr}; padding:3px;}
  252.  
  253. .user_2, .user_4, .user_6, .user_8,
  254. .user_10, .user_12 {background-color:{color:background};padding:3px;
  255. }
  256. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:5px;}
  257.  
  258.  
  259.  
  260. #notes {font-weight:normal; margin-left:400px; width:400px;}
  261. #notes li {padding-bottom:0.5em}
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271. #credit {font-size: 35px; display:inline; bottom:3px; right:3px; position:fixed; -webkit-transition: all 0.6s ease; text-align:center;}
  272. #credit a {color:black;}
  273. #credit a:hover {background:none;}
  274. #black {z-index:9999; display:inline; position:absolute; bottom:20px; right:12px;}
  275. #blue {font-size: 35px; display:inline; position:absolute; opacity:0; z-index:0;-webkit-transition: all 0.6s ease;bottom:0px; color:aqua; bottom:20px; right:14px;}
  276. #red {font-size: 35px; display:inline;position:absolute; opacity:0; z-index:0;-webkit-transition: all 0.6s ease;bottom:20px; color:red; right:10px;}
  277. #credit:hover #red {right:8px; opacity:0.6; z-index:0;}
  278. #credit:hover #blue {right:17px; opacity:0.6; z-index:0;}
  279. #credit:hover #rz a {opacity:1;-webkit-transition: all 0.6s ease; bottom:-10px;};
  280. #rz {bottom:5px; position:fixed;-webkit-transition: all 0.6s ease;}
  281. #rz a { opacity:0;-webkit-transition: all 0.6s ease;}
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1}
  289. </style>
  290. <style type="text/css">{CustomCSS}</style>
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302. </head>
  303.  
  304.  
  305.  
  306. <body>
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313. <div id="credit">
  314. <div id="black"><a href="http://racheyzane.tumblr.com">▲</a></div>
  315. <div id="red">▲</div>
  316. <div id="blue">▲</div>
  317. <div id="rz"><div style="font-size:8px; text-transform:uppercase; font-family:calibri; letter-spacing:1px; margin-top:10px;"><a href="http://racheyzane.tumblr.com">racheyzane</a></div></div>
  318. </div>
  319.  
  320.  
  321.  
  322.  
  323.  
  324. <div id="sbar">
  325.  
  326.  
  327.  
  328.  
  329. <div style="margin-top:5px; margin-bottom:5px; width:200px;">
  330. <div id="simg">
  331. <img src="{PortraitURL-64}">
  332. </div>
  333. <div id="desc">{Description}<br><br>
  334.  
  335. <center>
  336. {block:Pagination}
  337. <i><small>{block:PreviousPage}
  338. <a href="{PreviousPage}">prev</a> /
  339. {/block:PreviousPage}
  340. {block:NextPage}
  341. <a href="{NextPage}">next</a></small>
  342. {/block:NextPage}</i>
  343. {/block:Pagination}
  344. </center>
  345.  
  346.  
  347. </div>
  348.  
  349.  
  350.  
  351. <div id="nav">
  352. <div align="right">
  353. <a href="/"><img src="http://media.tumblr.com/tumblr_m8k250d52A1r62h7q.png"</a>
  354. <a href="/ask"><img src="http://media.tumblr.com/tumblr_m8k20aam071r62h7q.png"></a>
  355. <a href="#?w=180" rel="navi" class="poplight"><img src="http://media.tumblr.com/tumblr_m8k2077Zkw1r62h7q.png"></a></div>
  356. </div>
  357.  
  358.  
  359. </div>
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. </div>
  368.  
  369.  
  370.  
  371. </div>
  372.  
  373.  
  374. <div id="entries">
  375. {block:Posts}
  376. <div id="posts">
  377.  
  378.  
  379. <div style="margin-top:-2px;">
  380. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  381. {block:Text}{Body}{/block:Text}
  382. </div>
  383.  
  384. {block:Quote}
  385. <div id="quote">
  386. "{Quote}"</div>
  387. <div style="text-align:right; text-transform:uppercase; font-size:8px; margin-top:10px; border-top:1px dotted {color:bg};">{Source}</div>
  388. {/block:Quote}
  389. <br>
  390.  
  391.  
  392.  
  393. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  394. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  395.  
  396.  
  397. {block:Photo}
  398. <img src="{PhotoURL-400}">
  399. {Caption}
  400. {/block:Photo}
  401.  
  402.  
  403. {block:Photoset}
  404. {Photoset-400}
  405. {Caption}
  406. {/block:Photoset}
  407.  
  408.  
  409.  
  410.  
  411. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  412.  
  413.  
  414.  
  415. {block:Video}
  416. {Video-400}
  417. {Caption}
  418. {/block:Video}
  419.  
  420. {block:Answer}<div class="ask"><img align="left" src="{AskerPortraitURL-24}"> <div class="q">{Asker} asked:<BR> {Question}</div></div><br><br>
  421. {Answer}{/block:answer}
  422.  
  423.  
  424.  
  425. {block:AudioPlayer}
  426. {audioplayerwhite}<br>
  427. <div class="msc">
  428. {block:artist}<b>{artist}</b>{/block:artist}
  429. {block:trackname}<br><i>{trackname}</i>{/block:trackname}
  430. {block:album}<br>{album}{/block:album}<br></div>
  431. <br>
  432. {Caption}
  433. {/block:AudioPlayer}
  434.  
  435.  
  436.  
  437. <div style="font-family:rebuchet ms; font-size:9px; text-transform:lowercase;margin-top:22px; padding:5px; text-align:right;">
  438.  
  439. <div class="tags">
  440. <div style="display:inline; margin-left:10px;">{block:NoteCount}<a href="{Permalink}"><k>♥</k> {NoteCount}</a> {/block:NoteCount}</div>
  441.  
  442. {block:RebloggedFrom}<div style="display:inline; margin-left:20px; padding-left:10px;">via <a href="{ReblogParentURL}">{ReblogParentName}</a> </div> <div style="display:inline; margin-left:20px; padding-left:10px;">{block:ContentSource}&copy; <a href="{SourceURL}"><b>{ReblogRootName}</b></a>{/block:ContentSource}</div>{/block:RebloggedFrom}
  443. </div>
  444.  
  445. </div>
  446.  
  447. <div style="margin-left:30px;">{block:Tags}<div style="margin-right: 10px;display:inline-block;font-size:9px; text-transform:lowercase;"><a href="{TagURL}">{Tag}</a></div>{/block:Tags}</div></div>
  448. </div>
  449. </div>
  450.  
  451.  
  452.  
  453.  
  454. {/block:Posts}
  455. </div>
  456.  
  457. <div id="notes">{block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  458.  
  459.  
  460.  
  461.  
  462. </div>
  463. </div>
  464.  
  465.  
  466.  
  467.  
  468. </center>
  469. </div>
  470.  
  471. </body>
  472.  
  473.  
  474. <div id="navi" class="popup_block">
  475. <center><h2>navigation links</h2></center>
  476. <div id="navig">
  477. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  478. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  479. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  480. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  481. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  482. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  483. </div>
  484. </div>
  485.  
  486.  
  487. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement