Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <!-- ----------------------------------
- Theme Rounded Paws,
- Theme is purely made by pastel-dollies.tumblr.com
- ---------------------------------- -->
- <!-- ----------------------------------
- ATTENTION :
- ✿ I've worked hard on all of these so I would really appreciate if you did not remove the credit on them c:
- ✿ If you don't want the credit on the blog itself, it's okay if you move it into your faq or something. As long as it's somewhere that people can easily access.
- ---------------------------------- -->
- <html>
- <head>
- <link rel="shortcut icon" href="http://static.tumblr.com/obptcxj/J83m67hxm/tumblr_likwgbbbyy1qzbrv5.png">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Background" content="#eee"/>
- <meta name="color:Content Border" content="#fbcaca">
- <meta name="color:Text" content="#c0ab9c">
- <meta name="color:Link" content="#c0ab9c">
- <meta name="color:Link Hover" content="#c0ab9c">
- <meta name="image:Background" content="http://24.media.tumblr.com/tumblr_li2hqpzkH21qcdtsho1_500.png"/>
- <meta name="image:Eiffel Tower" content="http://25.media.tumblr.com/tumblr_m3b32cVm1k1r89lywo1_500.png">
- <meta name="image:Content Background" content="http://25.media.tumblr.com/tumblr_l9nrpkrXat1qcdtsho1_500.jpg">
- <meta name="image:Sidebar Kitten" content="http://data.whicdn.com/images/10202309/tumblr_llvuvvnUV21qgt8y1o1_500_large.jpg">
- <meta name="text:Link 1 URL" content="/link1">
- <meta name="text:Link 1 Title" content="LINK 1">
- <meta name="text:Link 2 URL" content="/link2">
- <meta name="text:Link 2 Title" content="LINK 2">
- <meta name="text:Link 3 URL" content="/link3">
- <meta name="text:Link 3 Title" content="LINK 3">
- <meta name="text:Link 4 URL" content="/link4">
- <meta name="text:Link 4 Title" content="LINK 4">
- <meta name="text:Link 5 URL" content="/link5">
- <meta name="text:Link 5 Title" content="LINK 5">
- <meta name="text:Popup Close" content="see ya!">
- <meta name="text:Static Online" content="1 people here">
- <meta name="text:Static Views" content="696969 visits">
- <meta name="if:Eiffel Tower" content="1">
- <meta name="if:Popup Tilting" content="1">
- <meta name="if:Disable Right Click" content="1">
- <meta name="if:Disable Ctrl U and Ctrl C" content="1">
- <script type="text/javascript">
- // <![CDATA[
- var bgcolour="#000000"; // background colour
- var fgcolour="#CCCCCC"; // foreground colour
- var speed=100; // speed of bubbling, lower is faster
- var shades=10; // number of shades of bubble
- /****************************
- * Bubbling Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var bubbcol=new Array();
- var bubbler, bubbtxt;
- var bubbchr=new Array();
- window.onload=function() { if (document.getElementById) {
- for (bubbler=0; bubbler<=shades; bubbler++) {
- bubbtxt="#";
- for (var i=1; i<6; i+=2) {
- var bg=parseInt(bgcolour.substring(i,i+2),16);
- bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
- }
- bubbcol[bubbler+1]=bubbtxt;
- }
- bubbler=document.getElementById("bubble");
- bubbtxt=bubbler.firstChild.nodeValue;
- while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbi=document.createElement("span");
- bubbi.setAttribute("id", "bubb"+i);
- bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
- bubbler.appendChild(bubbi);
- }
- bubbler=setInterval ("bubbling()", speed);
- }}
- function dechex(dec) {
- var hex=dec.toString(16);
- if (dec<16) return "0"+hex;
- else return hex;
- }
- function bubbling() {
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbme=document.getElementById("bubb"+i);
- if (bubbchr[i]) {
- bubbme.style.color=bubbcol[bubbchr[i]];
- bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
- }
- else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
- }
- }
- // ]]>
- </script>
- {block:IfDisableRightClick}
- <script language=JavaScript>
- <!--
- //Disable right mouse click Script
- //By Maximus ([email protected]) w/ mods by DynamicDrive
- //For full source code, visit http://www.dynamicdrive.com
- var message="";
- ///////////////////////////////////
- function clickIE4(){
- if (event.button==2){
- alert(message);
- return false;
- }
- }
- function clickNS4(e){
- if (document.layers||document.getElementById&&!document.all){
- if (e.which==2|e.which==3){
- alert(message);
- return false;
- }
- }
- }
- if (document.layers){
- document.captureEvents(Event.MOUSEDOWN);
- document.onmousedown=clickNS4;
- }
- else if (document.all&&!document.getElementById){
- document.onmousedown=clickIE4;
- }
- document.oncontextmenu=new Function("return false")
- // -->
- </script>
- {/block:IfDisableRightClick}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/obptcxj/oF5m67hzk/miniventilador.gif" class="btn_close" title="{text:Popup Close}" alt="Close" /></a>');
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <title>{Title}</title>
- <style type="text/css"> a:hover {cursor: url(http://media.tumblr.com/tumblr_loq2q1sxaX1qfoi4t.png); }</style>
- <style type="text/css">
- ::selection {
- color:#A994A6;
- background-color: #E5D9E3;
- }
- ::-moz-selection {
- color:#A994A6;
- background-color: #E5D9E3;
- }
- ::-webkit-selection {
- color:#A994A6;
- background-color: #E5D9E3;
- }
- div#sidebanner{
- position:fixed !important;
- width: auto;
- height: auto;
- margin-top: 350px;
- margin-left: 800px;
- background-color: transparent;
- font-family: "arsenale white";
- font-size: 200px;
- line-height: 45px;
- text-shadow: 1px 1px 10px #888;
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- z-index: 999;
- }
- #tumblr_controls {
- opacity: 0.5;
- -webkit-transition: all .3s linear;
- -moz-transition: all .3s linear;
- transition: all .3s linear;
- }
- #tumblr_controls:hover {
- opacity: 1;
- -webkit-transition: all .1s linear;
- -moz-transition: all .1s linear;
- transition: all .1s linear;
- }
- bull {
- display : inline;
- font-size: 8px;
- font-family: 'tinytots';
- line-height: 15px;
- text-indent : 5px;
- vertical-align : middle;
- background: url('http://www.hellostar.org/wp-admin/images/q1.gif')
- no-repeat left;
- padding-left : 10px;
- padding-bottom : 2px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- }
- bull:hover {
- display : inline;
- font-size: 8px;
- font-family:'tinytots';
- line-height: 15px;
- text-indent : 5px;
- vertical-align : middle;
- background : url('http://www.hellostar.org/wp-admin/images/q2.gif')
- no-repeat left;
- padding-left : 10px;
- padding-bottom : 2px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: url(http://static.tumblr.com/obptcxj/Nbrmm3rkm/paper.gif);
- padding: 20px;
- border: 1px solid #dedbff;
- float: left;
- font-size: 1.2em;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- {block:IfPopupTilting}
- -moz-transform: rotate(2deg);
- -webkit-transform: rotate(2deg);
- -o-transform: rotate(2deg);
- -ms-transform: rotate(2deg);
- transform: rotate(2deg);
- {/block:IfPopupTilting}
- }
- img.btn_close {
- float: right;
- margin: -50px -50px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- h2{font: 9pt cambria !important; font-weight:normal; line-height:20px; margin:0px; color: #6c9ab0;}
- html::-webkit-scrollbar {width:15;height:auto;background:#fbf2ee;}
- html::-webkit-scrollbar-corner { background:#fbf2ef; }
- html::-webkit-scrollbar-button:vertical {height:2px;display:block;}
- html::-webkit-scrollbar-button:horizontal {width:2px;display:block;}
- html::-webkit-scrollbar-thumb:vertical {background-image: url(http://media.tumblr.com/tumblr_ls3hp81hls1qlzq96.png););border: 1px solid #f0ccbc;border-right:none;}
- html::-webkit-scrollbar-thumb:horizontal {background-image: url(http://media.tumblr.com/tumblr_ls3hp81hls1qlzq96.png);border: 1px solid #fbf2ee;border-bottom;}
- html::-webkit-scrollbar-thumb {background image:url(http://media.tumblr.com/tumblr_ls3hp81hls1qlzq96.png);}
- html:-webkit-scrollbar-thumb:hover {background-image:url(http://media.tumblr.com/tumblr_ls3hp81hls1qlzq96.png)}
- html::-webkit-scrollbar-track-piece {background: none;}
- html::-webkit-scrollbar:vertical {border-left:1px solid #fbf2ef;}
- html::-webkit-scrollbar:horizontal {border-top:1px solid #fbf2ef;}
- cards {
- position: fixed;
- top: 0px;
- right: -50px;
- }
- quo {
- font-family: adobe caslon pro;
- font-size: 40px;
- line-height: 15px;
- color: {color:Title};
- letter-spacing: {text:title letter spacing};
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- sourcequo {
- font-family: ck love note;
- font-size: 25px;
- line-height: 1px;
- color: {color:Title};
- letter-spacing: {text:title letter spacing};
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- @font-face {
- font-family: "arsenale white";
- src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf');
- }
- @font-face {
- font-family: "promised freedom";
- src: url('http://static.tumblr.com/obptcxj/Fd2m665kp/promised_freedom.ttf');
- }
- @font-face {
- font-family: "ck love note";
- src: url('http://static.tumblr.com/obptcxj/r26m66094/ck-love-note.ttf');
- }
- @font-face {
- font-family: "callie hand";
- src: url('http://static.tumblr.com/obptcxj/ltZm65zrd/callie_hand-trial_version.otf');
- }
- @font-face {
- font-family: "dawning of a new day";
- src: url('http://static.tumblr.com/obptcxj/mdGm65hw0/dawningofanewday.ttf');
- }
- @font-face {
- font-family: "rochester";
- src: url('http://static.tumblr.com/obptcxj/eCXm64gvi/rochester-regular.ttf');
- }
- blah {
- font-size: 16px;
- font-family: 'Rochester', cursive;
- }
- body {
- cursor:url(http://i.imgur.com/ZOrzC.png), auto;
- margin:0px;
- background-color: {color:Background};
- background-image: url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;}
- body, div, p, textarea, submit, input{
- font-family: arial;
- font-size: 10px;
- line-height:10px;
- letter-spacing:0px;
- color: {color:Text};
- }
- p {
- margin:0px;
- margin-top:0px;
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- }
- a:hover {
- cursor: url(http://media.tumblr.com/tumblr_loq2q1sxaX1qfoi4t.png), auto;
- color: {color:Link Hover};
- text-decoration: none;
- }
- div#center{
- margin:25px;
- position:relative;
- width:800px;
- background-color: transparent;
- overflow:auto;
- overflow-y:hidden;
- }
- div#page {
- width: 768px;
- background-repeat: repeat-y;
- -moz-box-shadow: 0 0 1em #DBB2B2;
- -webkit-box-shadow: 0 0 1em #DBB2B2;
- margin-top:-8px;
- margin-right: auto;
- margin-left:auto;
- }
- div#content{
- float:right;
- width:417px;
- padding:2px;
- padding-top: 2px;
- margin-right: 100px;
- margin-top: 20px;
- border: 4px solid {color:Content Border};
- border-radius: 10px;
- border-top: 1px dashed #F2E4D5;
- background: url({image:Content Background});
- }
- div#entry{
- width:400px;
- margin-top: 5px;
- margin-left:5px;
- margin-right:0px;
- padding:2px;
- background-color: white;
- border: 1px solid #F2E4D5;
- border-radius:10px;
- }
- .img{ -webkit-transition: opacity 0.6s linear; opacity: 0.75; }
- .img:hover{ -webkit-transition: opacity 0.6s linear; opacity: 1; }
- #entry .forthephotos a{
- color: #c0ab9c;
- }
- #entry .anodaone a{
- color: #c0ab9c;
- }
- #entry .anodaone{
- width:80px;
- height: auto;
- position: absolute;
- font-family: tinytots;
- font-size: 8px;
- line-height: 9px;
- text-align: center;
- overflow:hidden;
- opacity: 1;
- background: white;
- margin-top: 3px;
- margin-left: 420px;
- border: 1px dotted #F2E4D5;
- z-index: 999;
- -webkit-transition: all .3s linear;
- -moz-transition: all .3s linear;
- transition: all .3s linear;
- color: #c0ab9c;
- opacity: 0;
- padding: 3px;
- text-transform: uppercase;
- }
- #entry:hover .anodaone{
- margin-top: 90px;
- -webkit-transition: all .3s linear;
- -moz-transition: all .3s linear;
- transition: all .3s linear;
- opacity: 3;
- }
- #entry .notenote a{
- color: #c0ab9c;
- }
- #entry .notenote{
- width:80px;
- height: auto;
- position: absolute;
- font-family: tinytots;
- font-size: 8px;
- line-height: 9px;
- text-align: center;
- overflow:hidden;
- opacity: 1;
- background: white;
- margin-top: 5px;
- margin-left: -15px;
- border: 1px dotted #F2E4D5;
- z-index: 999;
- -webkit-transition: all .3s linear;
- -moz-transition: all .3s linear;
- transition: all .3s linear;
- color: #c0ab9c;
- opacity: 0;
- padding: 3px;
- text-transform: uppercase;
- }
- #entry:hover .notenote{
- opacity: 3;
- margin-left: 5px;
- background: white;
- -webkit-transition: all .3s linear;
- -moz-transition: all .3s linear;
- transition: all .3s linear;
- -moz-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- #entry .reblog1 a{
- color: #fff;
- }
- #entry .reblog1{
- width:110px;
- height: auto;
- position: absolute;
- font-family: tinytots;
- font-size: 8px;
- line-height: 9px;
- text-align: center;
- overflow:hidden;
- opacity: 1;
- background: white;
- margin-top: 25px;
- margin-left: -15px;
- border: 1px dotted #F2E4D5;
- z-index: 999;
- -webkit-transition: all .3s linear;
- -moz-transition: all .3s linear;
- transition: all .3s linear;
- -moz-transform: rotate(-360deg);
- -webkit-transform: rotate(-360deg);
- -o-transform: rotate(-360deg);
- -ms-transform: rotate(-360deg);
- transform: rotate(-360deg);
- color: #c0ab9c;
- opacity: 0;
- padding: 3px;
- text-transform: uppercase;
- }
- #entry:hover .reblog1{
- opacity: 3;
- margin-left: 5px;
- background: #d4b79d;
- -webkit-transition: all .3s linear;
- -moz-transition: all .3s linear;
- transition: all .3s linear;
- -moz-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- div#sidebar{
- position: fixed;
- width: 245px;
- height: auto;
- margin: 0px 0px 5px 5px;
- padding: 3px;
- font-size: 10px;
- line-height:13px;
- letter-spacing:0px;
- margin-bottom: 6px;
- background-color:white;
- border: 3px dashed #F2E4D5;
- border-radius: 100px
- }
- div.navi a{
- text-align: center;
- padding:3px 0px;
- margin-right:1px;
- margin-bottom:10px;
- color: #c0ab9c;
- background-color: #fff0e3;
- border: 0px solid #ffe3cf;
- position:relative;
- width: 95px;
- display: inline-block;
- -moz-border-radius: 50px 50px;
- border-radius: 50px 50px;
- -moz-box-shadow: 0 0 1px #DBB2B2;
- -webkit-box-shadow: 0 0 1px #DBB2B2;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- }
- div.navi a:hover{
- background-color:
- padding:3px 0;
- color: #fff;
- letter-spacing: 1px;
- background-color: #d3bcab;
- border: 0px solid #fff0e3;
- -moz-border-radius: 0px 0px;
- border-radius: 0px 0px;
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- z-index:2;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- }
- .sidehead{
- background: url(http://27.media.tumblr.com/tumblr_lq9rmvDH2T1qjex46o4_250.jpg);
- width: 130px;
- border: 1px solid #eaddbd;
- font-family: Dawning of a new day;
- font-size: 17px;
- color: #c0ab9c;
- padding: 8px;
- border-radius: 7px;
- }
- .portrait{
- border-radius:100%;
- background:#fff
- padding: px;
- width: 100px;
- height: 100px;
- margin-left:1px;
- margin-right: 6px;
- margin-bottom: 6px;
- margin-top: 6px;
- box-shadow: 0px 0px 0px 3px #F2E4D5;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- -moz-transform: rotate(-360deg);
- -webkit-transform: rotate(-360deg);
- -o-transform: rotate(-360deg);
- -ms-transform: rotate(-360deg);
- transform: rotate(-360deg);
- }
- .portrait:hover{
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- -moz-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- .debit{
- bottom:3px;
- left:3px;
- font-size:8px;
- z-index:4;
- position:fixed;
- padding:2px;
- background: white;
- font-family: tinytots;
- -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- border: 1px solid #F2E4D5;
- }
- .debit:hover{
- bottom:30px;
- -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- }
- .debit .links{opacity:0;
- border: 1px solid #F2E4D5;
- bottom:3px;
- left:3px;
- font-size:8px;
- z-index:4;
- position:fixed;
- background: white;
- padding:2px;
- font-family: tinytots;
- -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- }
- .debit:hover .links{
- opacity:0.9;
- -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- }
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- .title{
- font-family: arsenale white;
- font-size: 40px;
- line-height: 15px;
- color: {color:Title};
- letter-spacing: {text:title letter spacing};
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- .linkies{
- font-family: promised freedom;
- font-size: 30px;
- line-height: 15px;
- color: {color:Title};
- letter-spacing: {text:title letter spacing};
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- .quotequote{
- font-family: callie hand;
- font-size: 25px;
- line-height: 40px;
- color: {color:Title};
- letter-spacing: {text:title letter spacing};
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- .title2{
- font-family: georgia;
- font-size: 20px;
- line-height: 12px;
- color: {color:Title};
- letter-spacing: {text:title letter spacing};
- font-weight: {text:title font weight};
- padding:0px 0px 0px 0px;
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 1px;
- border-left: 1px dotted #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
- .notes img{width:10px; position:relative; top:3px;}
- .permalink{
- display: block;
- font-size: 8px;
- text-align: center;
- margin-top: 3px;
- border-top: 1px dashed #F2E4D5;
- font-family: tinytots;
- text-transform: uppercase;
- color: #c0ab9c;
- }
- @font-face {
- font-family: "tinytots";
- src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
- }
- small{font-size: 90%;}
- </style>
- <script type="text/javascript">
- // <![CDATA[
- var colour="#C48189";
- var colour3="#FBBBB9";
- var colour5="#C48189";
- var sparkles=120;
- /****************************
- * Tinkerbell Magic Sparkle *
- * (c) 2005 mf2fm web-design *
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var tiny=new Array();
- var star=new Array();
- var starv=new Array();
- var starx=new Array();
- var stary=new Array();
- var tinyx=new Array();
- var tinyy=new Array();
- var tinyv=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, rats, rlef, rdow;
- for (var i=0; i<sparkles; i++) {
- var rats=createDiv(3, 3);
- rats.style.visibility="hidden";
- document.body.appendChild(tiny[i]=rats);
- starv[i]=0;
- tinyv[i]=0;
- var rats=createDiv(5, 5);
- rats.style.backgroundColor="transparent";
- rats.style.visibility="hidden";
- var rlef=createDiv(1, 5);
- var rdow=createDiv(5, 1);
- rats.appendChild(rlef);
- rats.appendChild(rdow);
- rlef.style.top="2px";
- rlef.style.left="0px";
- rdow.style.top="0px";
- rdow.style.left="2px";
- document.body.appendChild(star[i]=rats);
- }
- set_width();
- sparkle();
- }}
- function sparkle() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<sparkles; c++) if (!starv[c]) {
- star[c].style.left=(starx[c]=x)+"px";
- star[c].style.top=(stary[c]=y)+"px";
- star[c].style.clip="rect(0px, 5px, 5px, 0px)";
- star[c].style.visibility="visible";
- starv[c]=50;
- break;
- }
- }
- for (c=0; c<sparkles; c++) {
- if (starv[c]) update_star(c);
- if (tinyv[c]) update_tiny(c);
- }
- setTimeout("sparkle()", 40);
- }
- function update_star(i) {
- if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
- if (starv[i]) {
- stary[i]+=1+Math.random()*3;
- if (stary[i]<shigh+sdown) {
- star[i].style.top=stary[i]+"px";
- starx[i]+=(i%5-2)/5;
- star[i].style.left=starx[i]+"px";
- }
- else {
- star[i].style.visibility="hidden";
- starv[i]=0;
- return;
- }
- }
- else {
- tinyv[i]=50;
- tiny[i].style.top=(tinyy[i]=stary[i])+"px";
- tiny[i].style.left=(tinyx[i]=starx[i])+"px";
- tiny[i].style.width="2px";
- tiny[i].style.height="2px";
- star[i].style.visibility="hidden";
- tiny[i].style.visibility="visible"
- }
- }
- function update_tiny(i) {
- if (--tinyv[i]==25) {
- tiny[i].style.width="1px";
- tiny[i].style.height="1px";
- }
- if (tinyv[i]) {
- tinyy[i]+=1+Math.random()*3;
- if (tinyy[i]<shigh+sdown) {
- tiny[i].style.top=tinyy[i]+"px";
- tinyx[i]+=(i%5-2)/5;
- tiny[i].style.left=tinyx[i]+"px";
- }
- else {
- tiny[i].style.visibility="hidden";
- tinyv[i]=0;
- return;
- }
- }
- else tiny[i].style.visibility="hidden";
- }
- document.onmousemove=mouse;
- function mouse(e) {
- set_scroll();
- y=(e)?e.pageY:event.y+sdown;
- x=(e)?e.pageX:event.x+sleft;
- }
- function set_scroll() {
- if (typeof(self.pageYOffset)=="number") {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body.scrollTop || document.body.scrollLeft) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }
- else {
- sdown=0;
- sleft=0;
- }
- }
- window.onresize=set_width;
- function set_width() {
- if (typeof(self.innerWidth)=="number") {
- swide=self.innerWidth;
- shigh=self.innerHeight;
- }
- else if (document.documentElement && document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;
- }
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;
- }
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height+"px";
- div.style.width=width+"px";
- div.style.overflow="hidden";
- div.style.backgroundColor=colour;
- return (div);
- }
- // ]]>
- </script>
- <script type="text/javascript">
- var rev = "fwd";
- function titlebar(val)
- {
- var msg = "♡いらっしゃい キューティーハニー♡";
- var res = " ";
- var speed = 100;
- var pos = val;
- msg = "♡いらっしゃい キューティーハニー♡";
- var le = msg.length;
- if(rev == "fwd"){
- if(pos < le){
- pos = pos+1;
- scroll = msg.substr(0,pos);
- document.title = scroll;
- timer = window.setTimeout("titlebar("+pos+")",speed);}
- else{
- rev = "bwd";
- timer = window.setTimeout("titlebar("+pos+")",speed);}}
- else{
- if(pos > 0){
- pos = pos-1;
- var ale = le-pos;
- scrol = msg.substr(ale,le);
- document.title = scrol;
- timer = window.setTimeout("titlebar("+pos+")",speed);}
- else{
- rev = "fwd";
- timer = window.setTimeout("titlebar("+pos+")",speed);
- }}}
- titlebar(0);
- </script>
- </head>
- {block:ifDisableCtrlUandCtrlC}
- <body onkeydown="return false">
- {/block:ifDisableCtrlUandCtrlC}
- {block:ifNotDisableCtrlUandCtrlC}
- <body>
- {block:ifNotDisableCtrlUandCtrlC}
- {block:ifEiffelTower}
- <cards>
- <img src="{image:Eiffel Tower}"></cards>
- {/block:ifEiffelTower}
- <div class="debit">
- STATICS
- <div class="links">
- <center>
- {text:Static Online}<script language="JavaScript">
- var ref = (''+document.referrer+'');
- var w_h = window.screen.width + " x " + window.screen.height;
- document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3881221&e1=lovelie&e2=lovelies&r=' + ref + '&wh=' + w_h + '"><\/script>');
- </script>
- <br>
- {text:Static Views}<script language="JavaScript" src="http://freehostedscripts.net/ip.php"></script>
- </center>
- </div></div>
- <div id="cage">
- <div id="center">
- <div id="sidebar">
- <center>
- <br><br><br><br>
- <img src="http://static.tumblr.com/obptcxj/N44m67i06/296ljl5.png" style="-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg);">
- <br><br>
- <div class="sidehead">
- <img src="http://static.tumblr.com/obptcxj/5lym65d7p/1z2qauf.png" align="center"> 説明 <img src="http://static.tumblr.com/obptcxj/5lym65d7p/1z2qauf.png" align="center">
- </div>
- <br>
- <img class="portrait" align="left"
- src="{image:Sidebar Kitten}"
- onmouseover="this.src='{PortraitURL-96}'"
- onmouseout="http://media.tumblr.com/2e260508829a45bb19af40b0b556788d/tumblr_inline_muenonf06C1qdlkyg.gif'" style=""/>
- <br>
- {block:Description}
- <p align="right" style="margin-right: 25px;">{Description}
- {/block:Description}
- <br><br>
- <div class="sidehead">
- <img src="http://static.tumblr.com/obptcxj/5lym65d7p/1z2qauf.png" align="center"> リンク <img src="http://static.tumblr.com/obptcxj/5lym65d7p/1z2qauf.png" align="center">
- </div>
- <br>
- <div class="navi"><a href="/" target="_blank" class="page">♡Home</a></div>
- <div class="navi"><a href="/ask" target="_blank" class="page">♡Message</a></div>
- <div class="navi"><a href="#?w=300" rel="05" class="poplight">♡Link's</a></div>
- <div class="navi"><a href="/archive" target="_blank"> ♡Past </a></div>
- <div class="navi"><a href="https://twitter.com/Ruko_shima" target="_blank"> ♡Twitter </a></div>
- <div class="navi"><a href="http://flavors.me/rukoshima" target="_blank"> ♡Flavors.me </a></div>
- <img src="http://static.tumblr.com/obptcxj/N44m67i06/296ljl5.png">
- <br>
- <div align="right">
- <br>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}
- <div class="reblog1"><center><a href="{ReblogURL}" target="_blank">Re-dream ~ ♥</a></center></div>
- <div class="notenote"><a href="{PERMALINK}" target="_blank"><center>{NoteCountWithLabel}</center></div>
- <br><br><br><center>
- <span class="title">{Title}</span><br><br><img src="http://static.tumblr.com/obptcxj/iQJm65yhm/296ljl52.png"><br><br></center>
- {/block:Title}
- <span class="entrytext" >{Body}</span>
- {/block:Text}
- {block:Link}
- <div class="reblog1"><center><a href="{ReblogURL}" target="_blank">Re-dream ~ ♥</a></center></div>
- <div class="notenote"><a href="{PERMALINK}" target="_blank"><center>{NoteCountWithLabel}</center></div>
- <br><center><br><br>
- <a href="{URL}" target="_blank" class="linkies">^ {Name} ^ →</a><br><Br>
- <br><br></center>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- <div class="img">
- {block:Photo}
- <div class="reblog1"><center><a href="{ReblogURL}" target="_blank">Re-dream ~ ♥</a></center></div>
- <div class="notenote"><a href="{PERMALINK}" target="_blank"><center>{NoteCountWithLabel}</center></div>
- {block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" style="border-radius:10px; "width=400px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}</center>
- {block:PermalinkPage}{caption}{/block:PermalinkPage}
- {/block:Photo}
- </div>
- {block:Quote}
- <div class="reblog1"><center><a href="{ReblogURL}" target="_blank">Re-dream ~ ♥</a></center></div>
- <div class="notenote"><a href="{PERMALINK}" target="_blank"><center>{NoteCountWithLabel}</center></div>
- <br><center><br><br>
- <span class="quotequote"><quo>“</quo>{Quote}<quo>”</quo></span><br><br>
- <p align="right"><sourcequo>{block:Source} — {Source}{/block:Source}</p></sourcequo>
- {/block:Quote}
- {block:Chat}
- <div class="reblog1"><center><a href="{ReblogURL}" target="_blank">Re-dream ~ ♥</a></center></div>
- <div class="notenote"><a href="{PERMALINK}" target="_blank"><center>{NoteCountWithLabel}</center></div>
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <div class="reblog1"><center><a href="{ReblogURL}" target="_blank">Re-dream ~ ♥</a></center></div>
- <div class="notenote"><a href="{PERMALINK}" target="_blank"><center>{NoteCountWithLabel}</center></div>
- <br><center><br><br>
- <div class="audio"><div style="width:300px; height:-10px;"><div style="float:center">{AudioPlayerWhite}</div><div style="margin-top:10px; float:center;">
- {block:ExternalAudio} // <a href="{ExternalAudioURL}" target="_blank">Download?</a>{/block:ExternalAudio}</div></div>
- {block:Caption}{Caption}{/block:Caption}<br>
- </centeR>
- {/block:Audio}
- {block:Video}
- <div class="reblog1"><center><a href="{ReblogURL}" target="_blank">Re-dream ~ ♥</a></center></div>
- <div class="notenote"><a href="{PERMALINK}" target="_blank"><center>{NoteCountWithLabel}</center></div>
- <center>
- {Video-400}</center>
- {block:Video}
- {block:Answer}
- <div class="notenote"><a href="{PERMALINK}" target="_blank"><center>{NoteCountWithLabel}</center></div>
- <br>
- <div style="
- border-top-left-radius: 30px;
- border-top-right-radius: 30px;
- border: 1px solid #F2E4D5;
- margin: 3px;
- min-height:30px;
- padding: 3px;
- background-color: #fff;
- box-shadow: 0px 0px 0px 3px #f2e4d5;
- font-family: tinytots;
- font-size: 8px;"><p align="center">
- {asker} <em>whispered</em>: {Question}<br></div></p>
- <Br>
- <div style="font-family: tinytots; font-size: 8px;">
- {Answer}
- </div>
- <br>
- {/block:Answer}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL" target="_blank"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- </div>
- </center>
- </body>
- <div id="05" class="popup_block">
- <center>
- <span class="title" style="color: #ffc9cd; font-size: 60px;"><strong> - linkies - </span></strong><br>
- <bull><a href="{text:Link 1 URL}" target="_blank"> {text:Link 1 Title} </a></bull><br>
- <bull><a href="{text:Link 2 URL}" target="_blank"> {text:Link 2 Title }</a></bull><br>
- <bull><a href="{text:Link 3 URL}" target="_blank"> {text:Link 3 Title} </a></bull><br>
- <bull><a href="{text:Link 4 URL}" target="_blank"> {text:Link 4 Title} </a></bull><br>
- <bull><a href="{text:Link 5 URL}" target="_blank"> {text:Link 5 Title} </a></bull><br>
- </center>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement