Advertisement
thepinkrebellion

Au Grande theme by thepinkrebellion

Mar 29th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.00 KB | None | 0 0
  1.  
  2.  
  3. <html lang="en">
  4.  
  5. <head>
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  11.  
  12. {Block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/Block:ifinfinitescrol}
  13.  
  14. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  15.  
  16.  
  17. {block:ifinfinitescroll}
  18. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  19. {/block:ifinfinitescroll}
  20.  
  21. <script type="text/javascript"
  22.  
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24.  
  25. <script>
  26.  
  27. $(document).ready(function() {
  28.  
  29. //
  30.  
  31. $('a.poplight[href^=#]').click(function() {
  32.  
  33. var popID = $(this).attr('rel'); //Get Popup Name
  34.  
  35. var popURL = $(this).attr('href'); //Get Popup href to define size
  36.  
  37. var query= popURL.split('?');
  38.  
  39. var dim= query[1].split('&');
  40.  
  41. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  42.  
  43. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwraXumj1qf72le.png" class="btn_close" title="Close it" alt="Close" /></a>');
  44.  
  45. var popMargTop = ($('#' + popID).height() + 80) / 2;
  46.  
  47. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  48.  
  49. //Apply Margin to Popup
  50.  
  51. $('#' + popID).css({
  52.  
  53. 'margin-top' : -popMargTop,
  54.  
  55. 'margin-left' : -popMargLeft
  56.  
  57. });
  58.  
  59. $('body').append('<div id="fade"></div>');
  60.  
  61. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  62.  
  63. return false;
  64.  
  65. });
  66.  
  67. $('a.close, #fade').live('click', function() {
  68.  
  69. $('#fade , .popup_block').fadeOut(function() {
  70.  
  71. $('#fade, a.close').remove(); //fade them both out
  72.  
  73. });
  74.  
  75. return false;
  76.  
  77. });
  78.  
  79. });
  80.  
  81. </script>
  82.  
  83.  
  84. <script type="text/javascript"
  85. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  86. <script>
  87. $(document).ready(function() {
  88. //
  89. $('a.poplight[href^=#]').click(function() {
  90. var popID = $(this).attr('rel'); //Get Popup Name
  91. var popURL = $(this).attr('href'); //Get Popup href to define size
  92. var query= popURL.split('?');
  93. var dim= query[1].split('&');
  94. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  95. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwraXumj1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
  96. var popMargTop = ($('#' + popID).height() + 60) / 2;
  97. var popMargLeft = ($('#' + popID).width() + 60) / 2;
  98. //Apply Margin to Popup
  99. $('#' + popID).css({
  100. 'margin-top' : -popMargTop,
  101. 'margin-left' : -popMargLeft
  102. });
  103. $('body').append('<div id="fade"></div>');
  104. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  105. return false;
  106. });
  107. $('a.close, #fade').live('click', function() {
  108. $('#fade , .popup_block').fadeOut(function() {
  109. $('#fade, a.close').remove(); //fade them both out
  110. });
  111. return false;
  112. });
  113. });
  114. </script>
  115.  
  116. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  117. <script type="text/javascript">
  118. WebFontConfig = {
  119. google: { families: [ 'Short+Stack::latin'] }
  120. };
  121. (function() {
  122. var wf = document.createElement('script');
  123. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  124. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  125. wf.type = 'text/javascript';
  126. wf.async = 'true';
  127. var s = document.getElementsByTagName('script')[0];
  128. s.parentNode.insertBefore(wf, s);
  129. })(); </script>
  130.  
  131. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  132. <script type="text/javascript">
  133. WebFontConfig = {
  134. google: { families: [ 'Short+Stack::latin'] }
  135. };
  136. (function() {
  137. var wf = document.createElement('script');
  138. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  139. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  140. wf.type = 'text/javascript';
  141. wf.async = 'true';
  142. var s = document.getElementsByTagName('script')[0];
  143. s.parentNode.insertBefore(wf, s);
  144. })(); </script>
  145.  
  146.  
  147.  
  148. <title>{Title}
  149. </title>
  150.  
  151.  
  152. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  153. <script type="text/javascript">
  154. $(document).ready(function () {
  155. $('li.drawer div:nth-child(2)').hide();
  156. $('li.drawer h4').click(function () {
  157. if ($(this).hasClass('open')) {
  158. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  159. else {
  160. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  161. $(this).next().slideDown();
  162. $(this).addClass('open');}
  163. });
  164. });
  165. </script>
  166.  
  167. <style type="text/css">
  168.  
  169. #navigate a{ background: {color:hover menu}; display:block; text-align: center; padding:2px; font-family: short stack; font-size: 9px; text-transform: uppercase; margin-top:2px; position:relative; z-index:1; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; } #navigate a:hover{ border-left: 20px solid white; border-right: 20px solid white; -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; }
  170.  
  171.  
  172.  
  173. div#corner{
  174.  
  175.  
  176.  
  177. position:fixed !important;
  178.  
  179.  
  180.  
  181. width:auto;
  182.  
  183.  
  184.  
  185. height:auto;
  186.  
  187.  
  188.  
  189. margin-top:0px;
  190.  
  191.  
  192.  
  193. margin-left:0px;
  194.  
  195.  
  196.  
  197. padding:1px;
  198.  
  199.  
  200.  
  201. padding-right:2px;
  202.  
  203.  
  204.  
  205. background-color:{color:hover menu};
  206.  
  207.  
  208.  
  209. }
  210.  
  211.  
  212.  
  213.  
  214.  
  215. #biter
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235. #bite a {display:block}
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  276.  
  277. .popup_block{
  278. display: none;
  279. background: #fcfbf8;
  280. padding: 10px;
  281. font-family: verdana;
  282. border: 3px solid #f2e7e2;
  283. float: left;
  284. font-size: 10px;
  285. position: fixed;
  286. top: 50%; left: 50%;
  287. z-index: 1;
  288. -webkit-border-radius: 10px;
  289. -moz-border-radius: 10px;
  290. border-radius: 10px;
  291. }
  292. img.btn_close {
  293. float: right;
  294. margin: -5px -5px 0 0;
  295. }
  296. *html .popup_block {
  297. position: absolute;
  298. }
  299.  
  300.  
  301.  
  302. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  303.  
  304.  
  305.  
  306.  
  307. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  308.  
  309.  
  310.  
  311.  
  312. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  313.  
  314. #facebook
  315.  
  316. {
  317.  
  318. top:49px;
  319.  
  320.  
  321.  
  322. display:block;
  323.  
  324.  
  325.  
  326. margin:0;
  327.  
  328.  
  329.  
  330. padding:0px 0 0;
  331.  
  332.  
  333.  
  334. position:fixed;
  335.  
  336.  
  337.  
  338. text-align:center;
  339.  
  340.  
  341.  
  342. width:100px;
  343.  
  344.  
  345.  
  346. z-index:999;
  347.  
  348.  
  349.  
  350. right:-25px;
  351.  
  352.  
  353.  
  354. }
  355.  
  356. #biter
  357.  
  358.  
  359.  
  360.  
  361. #bite a {display:block}
  362.  
  363.  
  364.  
  365.  
  366. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  367.  
  368.  
  369.  
  370.  
  371. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  372.  
  373. .popup_block{
  374. display: none; /*--hidden by default--*/
  375. background: {color:posts background};
  376. padding: 10px;
  377. border: 00px solid #ddd;
  378. float: left;
  379. font-size: 1.2em;
  380. position: fixed;
  381. top: 50%; left: 50%;
  382. z-index: 99999;
  383. border: 2px solid #363636;
  384. -moz-box-shadow: 0 0 5px #CFCFCF;
  385. -webkit-box-shadow: 0 0 5px #CFCFCF;
  386. -webkit-border-radius: 10px;
  387. -moz-border-radius: 10px;
  388. border-radius: 10px;
  389. }
  390.  
  391. img.btn_close {
  392. float: right;
  393. margin: -5px -5px 0 0;
  394. }
  395. /*--Making IE6 Understand Fixed Positioning--*/
  396. *html #fade {
  397. position: absolute;
  398. }
  399. *html .popup_block {
  400. position: absolute;
  401. }
  402.  
  403. @import url(http://fonts.googleapis.com/css?family=Short+Stack);
  404. #fade { /*--Transparent background layer--*/
  405. display: none; /*--hidden by default--*/
  406. background: #000;
  407. position: fixed; left: 0; top: 0;
  408. width: 100%; height: 100%;
  409. opacity: .80;
  410. z-index: 9999;
  411.  
  412.  
  413.  
  414. {block:ifenableminicursor}<style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
  415.  
  416. ul#drawers a {text-decoration: none; color: #000;}
  417.  
  418. ul#drawers li h4 {margin: 0; padding: 0px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;
  419. transition: background-color 0.2s ease-out;}
  420.  
  421. h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
  422.  
  423. li.drawer h4.open {background-color: ; border-top: 0px;}
  424.  
  425. li.drawer div {padding: 0px; margin: 0px; line-height: 10px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
  426.  
  427. li.drawer div li {list-style-type: disc;}
  428.  
  429. li.drawer div ul {-webkit-padding-start: 12px;}</style><link rel="shortcut icon" href="http://27.media.tumblr.com/tumblr_lztovoGEfG1r41o5go1_100.gif">
  430. {/block:ifenableminicursor}
  431.  
  432. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  433.  
  434.  
  435. {block:ifinfinitescroll}
  436. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  437. {/block:ifinfinitescroll}
  438.  
  439. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  440. <meta name="color:background" content="#FF9046"/>
  441. <meta name="if:infinite scroll" content="1"/>
  442. <meta name="color:sidebar background" content="#ffffff" />
  443. <meta name="color:posts background" content="#ffffff" />
  444. <meta name="color:text" content="#000000"/>
  445. <meta name="color:title" content="#000000"/>
  446. <meta name="color:links" content="#000000"/>
  447. <meta name="color:link hover" content="#686868"/>
  448. <meta name="color:hover menu" content="#FF9046"/>
  449. <meta name="text:title font size" content="12px"/>
  450. <meta name="text:text font size" content="10px"/>
  451. <meta name="text:title line height" content="12px"/>
  452. <meta name="text:text line height" content="11px"/>
  453. <meta name="if:tiny scrollbar" content="1/">
  454. <meta name="text:ReblogName" content="Reblog"/>
  455. <meta name="text:HoverName" content="H O V E R"/>
  456.  
  457. <meta name="font:text" content="'Short Stack', cursive;"/>
  458. <meta name="font:title" content="'Short Stack', cursive;"/>
  459.  
  460. <meta name="image:Sidebar" content="1"/>
  461. <meta name="image:Background" content=""/>
  462.  
  463. <meta name="if:show sidebar photo" content="0"/>
  464. <meta name="if:rounded corners" content="1"/>
  465. <meta name="if:show captions" content="0"/>
  466. <meta name="if:enable mini cursor" content="1"/>
  467. <meta name="if:custom scrollbar" content="0"/>
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474. <style type="text/css">
  475.  
  476. {block:ifcustomscrollbar}
  477. ::-webkit-scrollbar {width: 9px; height: 3px; background: {color:background}}
  478. ::-webkit-scrollbar-thumb {background-color: #ffffff;}
  479. {/block:ifcustomscrollbar}
  480.  
  481. body {
  482. margin:0px;
  483. background-color: {color:Background};
  484. background-image:url({image:Background});
  485. background-attachment: fixed;
  486. background-repeat: repeat;
  487. }
  488.  
  489. body, div, p, textarea, submit, input{
  490. font-family:'Short Stack', cursive; {font:text};
  491. font-size: 12px;
  492. line-height:{text:text line height};
  493. color:{color:Text};
  494. }
  495.  
  496. p {
  497. margin:0px;
  498. margin-top:0px;
  499. }
  500.  
  501. a:link, a:active, a:visited{
  502. color: {color:links};
  503. text-decoration: none;
  504. }
  505.  
  506. a:hover {
  507. {block:ifnotrainbowlinks}
  508. color:{color:link hover};
  509. {block:ifnotrainbowlinks}
  510. text-decoration: none;
  511. }
  512.  
  513. {block:iftinyscrollbar}
  514. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  515.  
  516. ::-webkit-scrollbar-thumb { background-color: #FFFFFF; -webkit-border-radius: 1ex; border: 1px solid BLACK;}
  517. {/block:iftinyscrollbar}
  518.  
  519.  
  520. div#center{
  521. margin:auto;
  522. position:relative;
  523. width:730px;
  524. background-color:;
  525. overflow:auto;
  526. overflow-y:hidden;
  527. }
  528.  
  529.  
  530.  
  531. div#content{
  532. float:left;
  533. width:400px;
  534. padding:2px;
  535. padding-bottom:0px;
  536. margin-left:50px;
  537. margin-top:1px;
  538. margin-bottom:2px;
  539. background-color:{color:posts background};
  540. }
  541. .navlinks {
  542. height:12px;
  543. font-family: 'Short Stack', cursive;
  544. font-size: 11px;
  545. text-transform: lowercase;
  546. background-color:#FFFFFF;
  547. color:#000000;
  548. border:dashed 1px;
  549. margin-top: 1px;
  550. float:center;
  551. text-align:center;
  552. display:block;
  553. width: 60px;
  554. text-align: center;
  555. padding-top:2px;
  556. margin-left:2px;
  557. margin-top:2px;
  558. position:relative;
  559. text-align: center;
  560. -webkit-transition-duration: .6s;
  561. border-top-right-radius:55px;
  562. border-bottom-right-radius:0px;
  563. border-top-left-radius:17px;
  564. border-bottom-left-radius:55px;
  565. display: inline-block;
  566. }
  567.  
  568. .navlinks:hover {
  569. font-family: open sans;
  570. text-transform:uppercase;
  571. background-color: #7ABFFF;
  572. border: solid 1px #fff;
  573. -moz-transition: all .2s ease-in-out;
  574. -o-transition: all .2s ease-in-out;
  575. transition: all .2s ease-in-out;
  576. -webkit-transition: all .2s ease-in-out;
  577. -webkit-transition-duration: .8s;
  578.  
  579. }
  580.  
  581.  
  582. #musicplayer {text-align: center;font-size: 11px;position:fixed;left:20px;top:-43px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;z-index:999;}
  583.  
  584. #musicplayer:hover {top:0px;}
  585.  
  586. #music {padding: 0px 0 0px 0;background: #fff;width:60px;}
  587.  
  588. #musictab {font-family:century gothic;text-shadow: 0 1px 0 #FFFFFF;height:15px;padding: 10px 0 2px 0;background:#fff;width: 26px; margin-left:0px; margin-top:0px;}
  589.  
  590. div#sidebar{
  591. {block:ifroundedcorners}
  592. -moz-border-radius:5px;
  593. border-radius:5px;
  594. {/block:ifroundedcorners}
  595. position:fixed !important;
  596. width:225px;
  597. height:100%
  598. margin-top:130px;
  599. margin-left:500px;
  600. padding:2px;
  601. background-color:#FFFFFF;
  602. -webkit-box-shadow: 12px 12px 5px #FFFFFF;
  603.  
  604. -moz-box-shadow: 12px 12px 5px #FFFFFF;
  605.  
  606. box-shadow: 0px 0px 20px #FFFFFF;
  607.  
  608. -moz-border-radius:7px;
  609.  
  610. border-radius:7px;
  611. }
  612.  
  613. div#links{
  614. position:fixed !important;
  615. width: 83px;
  616. height:auto;
  617. margin-left:-10px;
  618. margin-top: 85px;
  619. padding: 1px;
  620. font-size: 10px;
  621. line-height:12px;
  622. letter-spacing:0px;
  623. margin-bottom: 5px;
  624. }
  625.  
  626. .navigate {
  627. width: 39px;
  628. height: 34px;
  629. background-color: #ffffff;
  630. font-size:11px;
  631. letter-spacing:0px;
  632. font-family:
  633. margin-top:5px;
  634. margin-left:-19px;
  635. line-height:37px;
  636. border: dashed 1px {Color:Links};
  637. text-align:center;
  638. -webkit-transition-duration: .6s;
  639. border-top-right-radius:55px;
  640. border-bottom-right-radius:0px;
  641. border-top-left-radius:17px;
  642. border-bottom-left-radius:55px;
  643. display: inline-block;
  644. }
  645.  
  646. .navigate:hover {
  647. text-transform:uppercase;
  648. background-color: #7ABFFF;
  649. border: solid 1px {color:posts background};
  650. -moz-transition: all .2s ease-in-out;
  651. -o-transition: all .2s ease-in-out;
  652. transition: all .2s ease-in-out;
  653. -webkit-transition: all .2s ease-in-out;
  654. -webkit-transition-duration: .8s;
  655.  
  656. }
  657.  
  658.  
  659. a:link, a:active, a:visited{
  660. color: {color:Link};
  661. text-decoration: none;
  662. -webkit-transition: color 0.3s ease-out;
  663. -moz-transition: color 0.3s ease-out;
  664. transition: color 0.3s ease-out;
  665. }
  666.  
  667. a:hover{
  668. color:{color:Hover};
  669. text-shadow:3px 2px 3px #000000;
  670. -webkit-transition: color 0.2s ease-out;
  671. -moz-transition: color 0.2s ease-out;
  672. text-decoration: none;
  673. font-style: none;}
  674.  
  675. #musicplayer{
  676. text-align: center;
  677. font-size: 11px;
  678. {block:IndexPage}position:fixed;left:109px;top:-43px;{/block:IndexPage}
  679. {block:PermalinkPage}position:fixed;left:128px;top:-43px;{/block:PermalinkPage}
  680. -webkit-transition: all .4s ease-in-out;
  681. -moz-transition: all .4s ease-in-out;
  682. -o-transition: all .4s ease-in-out;
  683. z-index:999;
  684. }
  685.  
  686.  
  687.  
  688.  
  689.  
  690. #musicplayer:hover{
  691. top:0px;
  692. }
  693.  
  694.  
  695.  
  696.  
  697. #music{
  698. padding:3px;
  699. background: #fff;
  700. width:60px;
  701. z-index: 9999;
  702. text-align:center;
  703. -moz-border-radius:0px;
  704. border-bottom-right-radius:6px;
  705.  
  706. }
  707.  
  708.  
  709.  
  710.  
  711. #musictab{
  712. font-family:cambria;
  713. height: auto;
  714. padding:1px;
  715. background:#fff;
  716. width: 30px;
  717. -moz-border-radius:0px;
  718. border-bottom-right-radius:6px;
  719. border-bottom-left-radius:6px;
  720. }
  721.  
  722. div#entry{
  723. background-color: #000000;
  724. margin-top:0px;
  725. padding-top:0px;
  726. padding-bottom:2px;
  727. background-color:{color:posts background};
  728. }
  729.  
  730.  
  731.  
  732. #entry .permalink{
  733. width:auto;
  734. position: absolute;
  735. font-family: 'Amatic SC', cursive;
  736. font-size: 20px;
  737. line-height: 22px;
  738. letter-spacing: 2px;
  739. text-align: right;
  740. overflow:hidden;
  741. opacity: 0.0;
  742. background-color:#F1F1F1;
  743. -webkit-transition: all 0.2s linear;
  744. -moz-transition: all 0.2s linear;
  745. transition: all 0.2s linear;
  746. }
  747.  
  748.  
  749. #entry:hover .permalink{
  750. width: 400px;
  751. background-color:F1F1F1;
  752. overflow:visible;
  753. -webkit-transition: opacity 1.0s linear; opacity: 1.0;
  754. -webkit-transition: all 0.3s linear;
  755. -moz-transition: all 0.3s linear;
  756. transition: all 0.3s linear;
  757. }
  758.  
  759. div#corner{
  760. position:fixed !important;
  761. width:auto;
  762. height:auto;
  763. margin-top:0px;
  764. margin-left:0px;
  765. padding:1px;
  766. padding-right:2px;
  767. background-color:#ffffff;
  768. }
  769.  
  770. #postnotes{
  771. text-align: justify;}
  772.  
  773. #postnotes blockquote{
  774. border: 0px;}
  775.  
  776.  
  777. .title{
  778. font-family:'Amatic SC', cursive;
  779. font-size: 22px;
  780. line-height: 25px;;
  781. color: {color:title};
  782. letter-spacing: 0px;
  783. font-weight: normal;
  784. padding:0px 0px 0px 0px;
  785. }
  786.  
  787. .blogtitle{
  788. font-family:'Amatic SC', cursive;
  789. font-size: 48px;
  790. line-height: 25px;;
  791. color: {color:title};
  792. letter-spacing: 0px;
  793. font-weight: normal;
  794. padding:0px 0px 0px 0px;
  795. }
  796.  
  797.  
  798. blockquote{
  799. padding:0px 0px 2px 5px;
  800. margin:0px 0px 0px 0px;
  801. border-left: 1px solid #555555;
  802. }
  803.  
  804. blockquote p, ul{
  805. margin:0px;
  806. padding:0px;
  807. }
  808.  
  809. a img{border: 0px;}
  810.  
  811. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  812.  
  813. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  814. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  815.  
  816. .notes img{
  817. width:10px;
  818. position:relative;
  819. top:3px;
  820. }
  821.  
  822. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  823. {block:IndexPage}
  824. width:400px !important;
  825. {/block:IndexPage}
  826. }
  827.  
  828. </style>
  829.  
  830.  
  831.  
  832.  
  833.  
  834. <link rel="shortcut icon" href="{Favicon}">
  835. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  836. <meta name="viewport" content="width=820" />
  837.  
  838. <script type="text/javascript">
  839. // <![CDATA[
  840. // all colours must be in format '#NNNNNN', not 'red' or 'rgb(7,8,9)'
  841. var fgcolour="#FA257A"; // foreground colour
  842. var hlcolour="#FFC9C9"; // highlight colour
  843. var bgcolour="#ffffff"; // background colour
  844. var glcolour="#DA3376"; // colour of glow around letters
  845. var speed=66; // speed colours change, 1 second = 1000
  846. var delay=50; // how long to wait between wipes
  847. var alink="http://www.mf2fm.com/rv"; // page to link text to (set to ="" for no link)
  848.  
  849. /****************************
  850. *Multi-Wipe Neon Text Effect*
  851. *(c)2003-12 mf2fm web-design*
  852. * http://www.mf2fm.com/rv *
  853. * DON'T EDIT BELOW THIS BOX *
  854. ****************************/
  855. var w_txt, w_txl;
  856. var w_flp=bgcolour;
  857. var w_sty=Math.floor(Math.random()*8);
  858. var w_cnt=-1;
  859. var wipes=new Array();
  860. var wrand=new Array();
  861. window.onload=function() { if (document.getElementById) {
  862. var i, wiper, wipei;
  863. wiper=document.getElementById("wipe");
  864. w_txt=wiper.firstChild.nodeValue;
  865. w_txl=w_txt.length;
  866. while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
  867. for (i=0; i<w_txl; i++) {
  868. wipei=document.createElement("span");
  869. wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
  870. wipes[i]=wipei.style;
  871. wipes[i].textShadow=glcolour+" 0px 0px 5px";
  872. wipes[i].color=fgcolour;
  873. wiper.appendChild(wipei);
  874. }
  875. if (alink) {
  876. wiper.style.cursor="pointer";
  877. wiper.onclick=function() { top.location.href=alink; }
  878. }
  879. for (i=0; i<w_txl; i++) wrand[i]=i;
  880. wiper=setInterval("randwipe()", speed);
  881. }}
  882.  
  883. function c(i, shade) {
  884. if (shade==bgcolour) wipes[i].textShadow="none";
  885. else wipes[i].textShadow=glcolour+" 0px 0px 5px";
  886. wipes[i].color=shade;
  887. }
  888.  
  889. function randwipe() {
  890. var w_old;
  891. if (w_cnt++<w_txl+2+delay*(w_flp==fgcolour)) eval("wipe"+w_sty+"();");
  892. else {
  893. w_cnt=-1;
  894. w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
  895. w_old=w_sty;
  896. while (w_old==w_sty) w_sty=Math.floor(Math.random()*8);
  897. }
  898. }
  899.  
  900. function dechex(dec) { return ((dec<16)?"0":"")+dec.toString(16); }
  901.  
  902. function wipe0() { // curtains
  903. if (w_cnt<Math.floor(w_txl/2)) {
  904. c(w_cnt, hlcolour);
  905. c(w_txl-w_cnt-1, hlcolour);
  906. }
  907. else if (w_cnt<w_txl) {
  908. c(w_cnt, w_flp);
  909. c(w_txl-w_cnt-1, w_flp);
  910. }
  911. }
  912.  
  913. function wipe1() { // random
  914. var i, rand, temp;
  915. if (w_cnt==0) {
  916. for (i=0; i<w_txl; i++) {
  917. rand=Math.floor(Math.random()*w_txl);
  918. temp=wrand[i];
  919. wrand[i]=wrand[rand];
  920. wrand[rand]=temp;
  921. }
  922. }
  923. if (w_cnt<w_txl) c(wrand[w_cnt], hlcolour);
  924. if (w_cnt>0 && w_cnt<w_txl+1) c(wrand[w_cnt-1], w_flp);
  925. }
  926.  
  927. function wipe2() { // forwards
  928. if (w_cnt<w_txl) c(w_cnt, hlcolour);
  929. if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
  930. }
  931.  
  932. function wipe3() { // backwards
  933. if (w_cnt<w_txl) c(w_txl-(w_cnt+1), hlcolour);
  934. if (w_cnt>0 && w_cnt<w_txl+1) c(w_txl-w_cnt, w_flp);
  935. }
  936.  
  937. function wipe4() { // searchlight
  938. if (w_cnt<w_txl) c(w_cnt, hlcolour);
  939. if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
  940. if (w_cnt>1 && w_cnt<w_txl+2) c(w_cnt-2, hlcolour);
  941. if (w_cnt>2 && w_cnt<w_txl+3) c(w_cnt-3, (w_flp==fgcolour)?bgcolour:fgcolour);
  942. if (w_cnt==w_txl+2) w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
  943. }
  944.  
  945. function wipe5() { // fade
  946. var i;
  947. if (w_cnt<w_txl+3) {
  948. var start=(w_flp==fgcolour)?bgcolour:fgcolour;
  949. var temp="#";
  950. for (i=1; i<6; i+=2) {
  951. var hex1=parseInt(start.substring(i,i+2),16);
  952. var hex2=parseInt(w_flp.substring(i,i+2),16);
  953. temp+=dechex(Math.floor(hex1+(hex2-hex1)*(w_cnt/(w_txl+2))));
  954. }
  955. for (i=0; i<w_txl; i++) c(i, temp);
  956. }
  957. }
  958.  
  959. function wipe6() { // flash
  960. var i;
  961. if (w_cnt<6*Math.floor(w_txl/6)+3) {
  962. if (w_cnt%6==0 || w_cnt%6==3) for (i=0; i<w_txl; i++) c(i, hlcolour);
  963. else if (w_cnt%6==1) for (i=0; i<w_txl; i++) c(i, w_flp);
  964. else if (w_cnt%6==4) for (i=0; i<w_txl; i++) c(i, (w_flp==fgcolour)?bgcolour:fgcolour);
  965. }
  966. }
  967.  
  968. function wipe7() { // checkerboard
  969. var qtr=Math.floor(w_txl/4);
  970. if (w_cnt<qtr) {
  971. c(w_cnt, hlcolour);
  972. c(w_cnt+2*qtr, hlcolour);
  973. }
  974. else if (w_cnt<2*qtr) {
  975. c(w_cnt-qtr, w_flp);
  976. c(w_cnt+qtr, w_flp);
  977. }
  978. else if (w_cnt<3*qtr) {
  979. c(w_cnt-qtr, hlcolour);
  980. c(w_cnt+qtr, hlcolour);
  981. }
  982. else if (w_cnt<w_txl) {
  983. c(w_cnt-2*qtr, w_flp);
  984. c(w_cnt, w_flp);
  985. }
  986. }
  987. // ]]>
  988. </script>
  989.  
  990. </head>
  991. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  992. </script>
  993. <script type="text/javascript">
  994. $(document).ready(function(){
  995. $(".links_body").hide();
  996. $(".links_head").click(function(){
  997. $(this).next(".links_body").slideToggle('fast');
  998. }); }); </script>
  999. <style type="text/css">
  1000. .links_list {
  1001. margin:0px; padding:0px; width:180px;}
  1002. .links_head {
  1003. padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  1004. .links_body {
  1005. padding:10px; text-align:left; color: #fff; display:none;}
  1006. </style>
  1007. <body>
  1008.  
  1009. <SCRIPT TYPE="text/javascript">
  1010. <!--
  1011. function clickIE() {if (document.all) {(message);return false;}}
  1012. function clickNS(e) {if
  1013. (document.layers||(document.getElementById&&!document.all)) {
  1014. if (e.which==2||e.which==3) {(message);return false;}}}
  1015. if (document.layers)
  1016. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1017. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1018. document.oncontextmenu=new Function("return false")
  1019. // -->
  1020. </SCRIPT>
  1021.  
  1022.  
  1023. <SCRIPT TYPE="text/javascript">
  1024. <!--
  1025. function clickIE() {if (document.all) {(message);return false;}}
  1026. function clickNS(e) {if
  1027. (document.layers||(document.getElementById&&!document.all)) {
  1028. if (e.which==2||e.which==3) {(message);return false;}}}
  1029. if (document.layers)
  1030. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1031. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1032. document.oncontextmenu=new Function("return false")
  1033. // -->
  1034. </SCRIPT>
  1035. <div id="fb-root"></div>
  1036. <script>(function(d, s, id) {
  1037. var js, fjs = d.getElementsByTagName(s)[0];
  1038. if (d.getElementById(id)) return;
  1039. js = d.createElement(s); js.id = id;
  1040. js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
  1041. fjs.parentNode.insertBefore(js, fjs);
  1042. }(document, 'script', 'facebook-jssdk'));</script>
  1043. <script language=JavaScript>
  1044.  
  1045. <!—
  1046.  
  1047.  
  1048.  
  1049. //Disable right mouse click Script
  1050.  
  1051. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  1052.  
  1053. //For full source code, visit http://www.dynamicdrive.com
  1054.  
  1055.  
  1056.  
  1057. var message=”Function Disabled!”;
  1058.  
  1059.  
  1060.  
  1061. ///////////////////////////////////
  1062.  
  1063. function clickIE4(){
  1064.  
  1065. if (event.button==2){
  1066.  
  1067. alert(message);
  1068.  
  1069. return false;
  1070.  
  1071. }
  1072.  
  1073. }
  1074.  
  1075.  
  1076.  
  1077. function clickNS4(e){
  1078.  
  1079. if (document.layers||document.getElementById&&!document.all){
  1080.  
  1081. if (e.which==2||e.which==3){
  1082.  
  1083. alert(message);
  1084.  
  1085. return false;
  1086.  
  1087. }
  1088.  
  1089. }
  1090.  
  1091. }
  1092.  
  1093.  
  1094.  
  1095. if (document.layers){
  1096.  
  1097. document.captureEvents(Event.MOUSEDOWN);
  1098.  
  1099. document.onmousedown=clickNS4;
  1100.  
  1101. }
  1102.  
  1103. else if (document.all&&!document.getElementById){
  1104.  
  1105. document.onmousedown=clickIE4;
  1106.  
  1107. }
  1108.  
  1109.  
  1110.  
  1111. document.oncontextmenu=new Function(“alert(message);return false”)
  1112.  
  1113.  
  1114.  
  1115. // —>
  1116.  
  1117. </script>
  1118.  
  1119.  
  1120.  
  1121. {block:ifnotinfinitescrolling}
  1122. <br><p>{block:Pagination}<center>
  1123. {block:PreviousPage}<a href="{PreviousPage}"><font size="2">&#8592; </font></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><font size="2">&#8594;</font></a>{/block:NextPage}</center>{/block:Pagination}
  1124. {/block:ifnotinfinitescrolling}
  1125. </div>
  1126.  
  1127.  
  1128.  
  1129.  
  1130. <div id="cage">
  1131. <div id="center">
  1132.  
  1133. <div id="sidebar">
  1134. <center><big><big><big><span id="wipe">{Title}</span></big></big></big></center>
  1135. <center>
  1136. {block:ifshowsidebarphoto}<center><img src="{image:sidebar}" width=200px></img></center><br>{/block:ifshowsidebarphoto}
  1137. <center>
  1138. <br>
  1139. <div id="bite">
  1140. <h4><center>{text:HoverName}</center></h4>
  1141.  
  1142. <div class="death">
  1143.  
  1144.  
  1145.  
  1146. <div align="center">
  1147. <br><div id="navigate">
  1148. <a href="#?w=500" rel="02" class="poplight">message</a>
  1149. {block:HasPages}
  1150. {block:Pages}<a href="{URL}">{Label}</a>&nbsp;&nbsp;&nbsp;{/block:Pages}
  1151. {/block:HasPages}
  1152. <a href="http://thepinkrebellion.tumblr.com/">theme</a>
  1153. </p>
  1154.  
  1155.  
  1156.  
  1157. </big>
  1158.  
  1159.  
  1160.  
  1161. </div>
  1162.  
  1163.  
  1164.  
  1165. </li>
  1166.  
  1167.  
  1168.  
  1169. </ul>
  1170.  
  1171.  
  1172.  
  1173. <br>
  1174.  
  1175.  
  1176.  
  1177. </div>
  1178.  
  1179.  
  1180.  
  1181. </div>
  1182.  
  1183.  
  1184.  
  1185. </div>
  1186. </a></span><br>
  1187. {Description}
  1188.  
  1189.  
  1190.  
  1191. </center>
  1192. <br>
  1193. </br>
  1194.  
  1195.  
  1196.  
  1197.  
  1198. {block:ifnotinfinitescrolling}
  1199. <br><p>{block:Pagination}<center>
  1200. {block:PreviousPage}<a href="{PreviousPage}"><font size="2">&#8592; </font></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><font size="2">&#8594;</font></a>{/block:NextPage}</center>{/block:Pagination}
  1201. {/block:ifnotinfinitescrolling}
  1202. </div>
  1203.  
  1204. <div id="content">
  1205.  
  1206. {block:Posts}
  1207.  
  1208. <div id="entry">
  1209.  
  1210. {block:IndexPage}
  1211. <div class="permalink">
  1212. {TimeAgo} <a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">{text:ReblogName}</a></span></div>
  1213. {/block:IndexPage}
  1214.  
  1215. {block:Text}
  1216. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1217. {Body}
  1218. {/block:Text}
  1219.  
  1220. {block:Link}
  1221. <a href="{URL}" class="title">{Name}</a>
  1222. {block:Description}{Description}{/block:Description}
  1223. {block:Link}
  1224.  
  1225. {block:Photo}<center>
  1226. {block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=400px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  1227. {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  1228. {/block:Photo}
  1229.  
  1230. {block:Photoset}
  1231. <center><div class="photoset_photo">{Photoset-500}</div></center>
  1232. {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  1233. {/block:Photoset}
  1234.  
  1235. {block:Quote}
  1236. <span class="title">{Quote}</span>
  1237. {block:Source}<p align="center">-{Source}</p>{/block:Source}
  1238. </span>
  1239. {/block:Quote}
  1240.  
  1241. {block:Chat}
  1242. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1243. <ul class="chat">
  1244. {block:Lines}
  1245. <li class="user_{UserNumber}">
  1246. {block:Label}
  1247. <span class="label">{Label}</span>
  1248. {/block:Label}
  1249. {Line}
  1250. </li>
  1251. {/block:Lines}
  1252. </ul>
  1253. {/block:Chat}
  1254.  
  1255. {block:Answer}
  1256. <div class="entry" id="answer">
  1257. <div style="padding-bottom:5px"><span style="font-weight: bold; margin-right: 10px;">{Asker}</span>whispered: {Question}</div>
  1258. {Answer}
  1259. {block:IndexPage}<a href="{Permalink}"><div class="per"><center> {NoteCount} notes</center></div></a>{/block:IndexPage}
  1260. </div>
  1261. {/block:Answer}
  1262.  
  1263. {block:Audio}
  1264. <center><div class="audio"><div style="width:400px; height:-10px;"><div style="float:center">{AudioPlayerGrey}</div><div style="margin-top:10px; float:right;">
  1265. </div></div>{block:ifshowcaptions}{caption}{/block:ifshowcaptions}</center>
  1266. {/block:Audio}
  1267.  
  1268. {block:Video}<center>
  1269. {Video-400}</center>{block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  1270. {block:Video}
  1271.  
  1272. {block:PermalinkPage}{block:ifnotshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifnotshowcaptions}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{/block:PermalinkPage}
  1273.  
  1274. {block:PostNotes}{PostNotes}
  1275. {/block:PostNotes}
  1276. </div>
  1277.  
  1278. {/block:Posts}
  1279.  
  1280. </div></div>
  1281.  
  1282. </div>
  1283. </center>
  1284.  
  1285.  
  1286.  
  1287.  
  1288. </body>
  1289. <div id="02" class="popup_block">
  1290. <Center><iframe frameborder="0" scrolling="no" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  1291. </center></div>
  1292. </div></div></div></div></div></div></div></div></div></div>
  1293.  
  1294.  
  1295. </div><div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:5;opacity:0.75;"><a href="http://thepinkrebellion.com">theme</a></div>
  1296.  
  1297. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement