Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!-- RIBBONS OF HOPE THEME BY CLARICE - leshistoire.tumblr.com, Please do not redistribute the codes or even claim this theme as yours. Thanks a lot. Hope you like this theme. :) Thank you backgroundlabs for the backgrounds. -->
- <head>
- <title>{title}</title>
- <meta name="color:Links" content="#7f5a58">
- <meta name="color:Hover" content="#dddddd">
- <link rel="shortcut icon" href="http://i12.photobucket.com/albums/a213/superkate_2468/favicon-5-1.png">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
- <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <script>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script type="text/javascript">
- // <![CDATA[
- var colour="#C48189";
- var colour3="#FBBBB9";
- var colour5="#C48189"
- var sparkles=50;
- /******************************
- * Tinkerbell Magic Sparkle *
- * (c) 2005 mf2fm web-design *
- * http://www.mf2fm.com/rv *
- * Generated at pnoyonline.com *
- * tumblr layouts - pnoyonline *
- * 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);
- var rats=createDiv3(5, 5);
- rats.style.backgroundColor="transparent";
- rats.style.visibility="hidden";
- var rlef=createDiv(1, 5);
- var rlef=createDiv3(1, 5);
- var rdow=createDiv(5, 1);
- var rdow=createDiv3(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;
- }
- }
- /******************************
- * Modified by *
- * pnoyonline.com *
- * Generated at pnoyonline.com *
- * tumblr layouts - pnoyonline *
- ****************************/
- 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);
- }
- function createDiv3(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=colour3;
- return (div);
- }
- // ]]>
- </script>
- <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>
- <style type="text/css">
- body {
- background-image:url('http://26.media.tumblr.com/tumblr_lz8030VZa51rnpeyto1_250.png');
- background-color:#fff;
- background-attachment:fixed;
- background-repeat:repeat;
- color:{color:Body font};
- font-family:trebuchet MS;
- font-size:10px;
- line-height:11px;
- }
- a, a:link, a:visited, a:active {
- color: {color:Links};
- text-decoration: none;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 0.5s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 0.5s;
- }
- a:hover {
- color: {color:Hover};
- background-color: transparent;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 0.5s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 0.5s;
- text-decoration:none;
- }
- #paging a {
- text-align:center;
- display:inline-block;
- color: #000;
- background-color: #fff;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 0.5s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 0.5s;
- padding:3px;
- }
- #paging a:hover {
- text-align:center;
- color: #000;
- background-color: #eee;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 0.5s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 0.5s;
- text-align:center;
- border:2px solid #CFECEC;
- }
- #paging a span {
- line-height:10px;
- }
- .hoverlink2 {
- border-radius:50px;
- background: #FBBBB9;
- width:90px;
- height:15px;
- margin-left:2px;
- text-align:center;
- padding-top:6px;
- font-color:#fff;
- margin-bottom:10px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- text-transform:uppercase;
- }
- .hoverlink2:hover {
- border-radius:0px;
- background-color:#C48793;
- width:90px;
- height:15px;
- margin-left:2px;
- text-align:center;
- padding-top:6px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .3s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .3s;
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- }
- .hoverlink {
- border-radius:50px;
- background: #FBBBB9;
- width:45px;
- height:20px;
- margin-left:2px;
- text-align:center;
- padding-top:8px;
- font-color:#fff;
- margin-bottom:10px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- text-transform:uppercase;
- }
- .hoverlink:hover {
- border-radius:0px;
- background-color:#C48793;
- width:45px;
- height:20px;
- margin-left:2px;
- text-align:center;
- padding-top:8px;
- -moz-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- transform: rotate(360deg);
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- }
- .circlelink {
- left:6px;
- border-radius:100px;
- bottom:5px;
- background: #FBBBB9;
- width:70px;
- height:40px;
- margin-left:2px;
- text-align:center;
- font-color:#fff;
- margin-bottom:10px;
- padding-top:30px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- text-transform:uppercase;
- position:fixed;
- }
- .circlelink:hover {
- border-radius:100px;
- position:fixed;
- background-color:transparent;
- width:70px;
- height:40px;
- margin-left:2px;
- text-align:center;
- padding-top:30px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- }
- .circlelink2 {
- left:66px;
- background-color:transparent;
- border-radius:100px;
- bottom:5px;
- width:70px;
- height:40px;
- margin-left:2px;
- text-align:center;
- font-color:#fff;
- margin-bottom:10px;
- padding-top:30px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- text-transform:uppercase;
- position:fixed;
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- }
- .circlelink2:hover {
- border-radius:100px;
- position:fixed;
- background: #FBBBB9;
- width:70px;
- height:40px;
- margin-left:2px;
- text-align:center;
- padding-top:30px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- }
- #entry2 {
- top:100px;
- float:right;
- width:410px;
- padding:10px;
- margin-bottom:20px;
- background:url('http://26.media.tumblr.com/tumblr_l9nwvthXb31qcdtsho1_250.gif');
- padding-right:10px;
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- }
- #linkbar {
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- top:-2px;
- left:380px;
- position:fixed;
- border-left:6px double #FBBBB9;
- border-right:6px double #FBBBB9;
- border-bottom:5px solid #FBBBB9;
- border-bottom-right-radius:20px;
- border-bottom-left-radius:20px;
- width:50px;
- height:auto;
- margin-bottom:40px;
- padding-top:10px;
- background:#FFF;
- background-repeat:repeat;
- }
- #pagingbar {
- bottom:140px;
- left:980px;
- position:fixed;
- border-left:6px double #FBBBB9;
- border-right:6px double #FBBBB9;
- border-bottom:5px solid #FBBBB9;
- border-top:5px solid #FBBBB9;
- width:50px;
- height:15px;
- margin-bottom:40px;
- padding-top:10px;
- background:#FFF;
- background-repeat:repeat;
- }
- #linkbar2 {
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- bottom:-39px;
- left:980px;
- position:fixed;
- border-left:6px double #FBBBB9;
- border-right:6px double #FBBBB9;
- border-top:5px solid #FBBBB9;
- border-top-right-radius:20px;
- border-top-left-radius:20px;
- width:50px;
- height:158px;
- margin-bottom:40px;
- padding-top:10px;
- background:#FFF;
- background-repeat:repeat;
- }
- #entry {
- float:right;
- width:400px;
- padding:4px;
- background-color:#fff;
- border:1px dotted #a3a3a3;
- }
- #entry .permalink {
- opacity:0;
- width:270px;
- height:15px;
- font-family:'trebuchet MS';
- line-height:15px;
- margin-top:-5px;
- font-size:9px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .3s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .3s;
- position:absolute;
- text-transform:uppercase;
- background-color: #FBBBB9;
- letter-spacing:2px;
- text-align:center;
- overflow:hidden;
- }
- #entry:hover .permalink {
- width:120px;
- opacity:.9;
- margin-top:0px;
- text-align:center;
- margin-left:-15px;
- padding-right:3px;
- color:#fff;
- margin-top:2px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .9s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .9s;
- line-height:16px;
- height:15px;
- overflow:visible;
- -moz-box-shadow: 0 0 10px #000;
- -webkit-box-shadow: 0px 0px 6px #000;
- }
- #entry .permalink2 {
- opacity:0;
- width:270px;
- height:15px;
- font-family:'trebuchet MS';
- line-height:15px;
- margin-left:84px;
- margin-top:-5px;
- font-size:9px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .3s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .3s;
- position:absolute;
- text-transform:uppercase;
- background-color:#fff;
- letter-spacing:2px;
- text-align:center;
- overflow:hidden;
- }
- #entry:hover .permalink2 {
- width:135px;
- opacity:.9;
- margin-top:0px;
- text-align:center;
- margin-left:84px;
- padding-right:3px;
- color:#000;
- left:-10px;
- margin-top:20px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .9s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .9s;
- line-height:16px;
- height:15px;
- overflow:visible;
- -moz-box-shadow: 0 0 10px #000;
- -webkit-box-shadow: 0px 0px 6px #000;
- }
- .text {
- font-family: 'Allura', cursive;
- font-size:23px;
- line-height:28px;
- }
- .quote {
- font-family: 'Dawning of a new day', cursive;
- font-size:23px;
- line-height:28px;
- }
- .link {
- font-family:'Amatic SC';
- font-size:28px;
- line-height:19px;
- text-align:center;
- }
- #descrip {
- text-align:justify;
- padding:3px;
- margin-top:2px;
- margin-bottom:4px;
- margin-left:2px;
- margin-right:2px;
- height:auto;
- overflow:hidden;
- }
- .title {
- font-size:25px;
- letter-spacing:1px;
- text-align:center;
- line-height:24px;
- color:#aeaeae;
- font-family: 'Euphoria Script', cursive;
- }
- #head {
- top:-1ox;
- height:30px;
- padding-bottom:4px;
- position:absolute;
- z-index:1;
- width:100%;
- }
- #mainbar {
- top:20px;
- margin:auto;
- position:relative;
- width:504px;
- overflow:hidden;
- }
- header {
- text-align: center;
- background: transparent;
- font-size: 6.5pt;
- color: #d5a9a7;
- font-family: trebuchet ms;
- text-transform: uppercase;
- letter-spacing: 5px; fixed;
- opacity: 100;
- padding: 3px;
- line-height: 12px;
- margin-bottom: 7px;
- border-bottom: 3px dotted #aeaeae;
- }
- .links {
- width: 150px;
- height: 20px;
- background-color: #fff;
- font-size:8.5px;
- letter-spacing:0px;
- line-height:15px;
- text-align:center;
- margin-top:4x;
- margin-left:5px;
- -webkit-transition-duration: .6s;
- border-top-right-radius:70px;
- border-bottom-right-radius:0px;
- border-top-left-radius:0px;
- border-bottom-left-radius:70px;
- -moz-box-shadow: 0 0 1px #8A8A8A;
- -webkit-box-shadow: 0 0 4px#8A8A8A;
- display: inline-block;
- }
- .links:hover {
- background-color: #868585;
- -webkit-transition-duration: .9s;
- border-top:3px solid #fff;
- border-top-right-radius:0px;
- border-bottom-right-radius:70px;
- border-top-left-radius:70px;
- border-bottom-left-radius:0px;
- }
- #box2 {
- margin-top:-1px;
- margin-left:74px;
- height:auto;
- width:1px;
- padding:3px;
- background:url('http://26.media.tumblr.com/tumblr_l9nwvthXb31qcdtsho1_250.gif');
- margin-bottom:20px;
- padding-top:8px;
- padding-bottom:8px;
- opacity:.3;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- }
- #box2:hover {
- opacity:1;
- width:500px;
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- }
- #box {
- width:405px;
- height:auto;
- padding:3px;
- background:#FFF;
- background-repeat:repeat;
- margin-left:7px;
- }
- #aa{
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- position:fixed !important;
- left:287px; padding-top:6px;
- top: 256px;
- padding-bottom:14px;
- padding-top:15px;
- text-align:center;
- height:7px;
- width:79px;
- overflow:hidden;
- border:4px solid #FBBBB9;
- border-bottom:15px solid #FBBBB9;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -moz-transform: rotate(-14deg);
- -webkit-transform: rotate(-14deg);
- -o-transform: rotate(-14deg);
- -ms-transform: rotate(-14deg);
- transform: rotate(-14deg);
- background: #fff;
- z-index:999;
- color:#7f5a58;
- }
- #aa:hover{
- top:70px;
- border:5px double #FBBBB9;
- padding:5px;
- height:360px;
- width:120px;
- -moz-transform: rotate(-0deg);
- -webkit-transform: rotate(-0deg);
- -o-transform: rotate(-0deg);
- -ms-transform: rotate(-0deg);
- transform: rotate(-0deg);
- }
- #bb2{
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- position:fixed !important;
- left:193px; padding-top:6px;
- top: 190px;
- padding-bottom:14px;
- padding-top:15px;
- text-align:center;
- height:7px;
- width:79px;
- overflow:hidden;
- border:4px solid #FBBBB9;
- border-bottom:15px solid #FBBBB9;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -moz-transform: rotate(10deg);
- -webkit-transform: rotate(10deg);
- -o-transform: rotate(10deg);
- -ms-transform: rotate(10deg);
- transform: rotate(10deg);
- background: #fff;
- z-index:999;
- color:#7f5a58;
- }
- #bb2:hover{
- border:5px double #FBBBB9;
- padding:5px;
- height:235px;
- width:120px;
- -moz-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- -o-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- #cc3{
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- position:fixed !important;
- left:1050px; padding-top:6px;
- top: 256px;
- padding-bottom:14px;
- padding-top:15px;
- text-align:center;
- height:7px;
- width:79px;
- overflow:hidden;
- border:4px solid #FBBBB9;
- border-bottom:15px solid #FBBBB9;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -moz-transform: rotate(18deg);
- -webkit-transform: rotate(18deg);
- -o-transform: rotate(18deg);
- -ms-transform: rotate(18deg);
- transform: rotate(18deg);
- background: #fff;
- z-index:999;
- color:#7f5a58;
- }
- #cc3:hover{
- border:5px double #FBBBB9;
- left:1041px;
- padding:5px;
- height:170px;
- width:120px;
- -moz-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- -o-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- #dd4{
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- position:fixed !important;
- left:1142px; padding-top:6px;
- top: 190px;
- padding-bottom:14px;
- padding-top:15px;
- text-align:center;
- height:7px;
- width:79px;
- overflow:hidden;
- border:4px solid #FBBBB9;
- border-bottom:15px solid #FBBBB9;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -moz-transform: rotate(-24deg);
- -webkit-transform: rotate(-24deg);
- -o-transform: rotate(-24deg);
- -ms-transform: rotate(-24deg);
- transform: rotate(-24deg);
- background: #fff;
- z-index:999;
- color:#7f5a58;
- }
- #dd4:hover{
- border:5px double #FBBBB9;
- left:1110px;
- padding:5px;
- height:190px;
- width:170px;
- text-align:justify;
- -moz-transform: rotate(-0deg);
- -webkit-transform: rotate(-0deg);
- -o-transform: rotate(-0deg);
- -ms-transform: rotate(-0deg);
- transform: rotate(-0deg);
- }
- UL {
- text-transform: uppercase;
- font-size: 7px;
- letter-spacing: 1px;
- font-family: 'tahoma';
- line-height: 9px;
- list-style: square;
- }
- left
- {
- margin-left:5px;
- }
- ::-webkit-scrollbar {
- width: 4px;
- height: 30px;
- background: #ffffff;
- background-repeat: repeat-y;
- background-attachment: fixed;
- }
- ::-webkit-scrollbar-thumb {
- background:#FBBBB9;
- }
- ::-webkit-scrollbar:horizontal {
- width: 30px;
- height: 4px;
- background: #ffffff;
- background-repeat: repeat-y;
- background-attachment: fixed;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background:#FBBBB9;
- }
- #hoveringbox{
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- position:fixed !important;
- left:208px; padding-top:6px;
- top: -70px;
- padding-bottom:14px;
- padding-top:15px;
- text-align:center;
- height:50px;
- width:79px;
- overflow:hidden;
- border:4px solid #FBBBB9;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background: #fff;
- z-index:999;
- color:#7f5a58;
- }
- #hoveringbox:hover{
- top:20px;
- border:5px double #FBBBB9;
- }
- .ropelink {
- position:fixed;
- left:280px;
- top:-190px;
- }
- .ropelink2 {
- position:fixed;
- left:195px;
- top:-260px;
- }
- .ropelink3 {
- position:fixed;
- left:1050px;
- top:-190px;
- }
- .ropelink4 {
- position:fixed;
- left:1135px;
- top:-260px;
- }
- </style>
- </head>
- <body>
- <div class="ropelink"><img src="http://25.media.tumblr.com/tumblr_m2bfsbxQSq1r77gqoo1_500.png" height="450px"></div>
- <div class="ropelink2"><img src="http://25.media.tumblr.com/tumblr_m2bfsbxQSq1r77gqoo1_500.png" height="450px"></div>
- <div class="ropelink3"><img src="http://25.media.tumblr.com/tumblr_m2bfsbxQSq1r77gqoo1_500.png" height="450px"></div>
- <div class="ropelink4"><img src="http://25.media.tumblr.com/tumblr_m2bfsbxQSq1r77gqoo1_500.png" height="450px"></div>
- <div id="pagingbar"><center><div style="text-align:center;margin-bottom:5px;">
- {block:previouspage}<a href="{PreviousPage}"><span>←</a></span>{/block:previouspage} <font color="#FBBBB9">♥</font>
- {block:nextpage}<a href="{NextPage}"><span> →</span></a>{/block:nextpage}
- </center>
- </div></div><div id="head">
- <!-- Link 2 -->
- <div id="aa"><center>
- LINK2<p>
- <div class="hoverlink2"><a href="/tagged/fashion">Fashion</a></div>
- <div class="hoverlink2"><a href="/tagged/Photography">Photography</a></div>
- <div class="hoverlink2"><a href="/tagged/camera">Camera</a></div>
- <div class="hoverlink2"><a href="/tagged/pastelvin">Pastel/Vintage</a></div>
- <div class="hoverlink2"><a href="/tagged/Hair">Hair</a></div>
- <div class="hoverlink2"><a href="/tagged/Paris">Paris</a></div>
- <div class="hoverlink2"><a href="/tagged/travel">Travel</a></div>
- <div class="hoverlink2"><a href="/tagged/food">Food/Drinks</a></div>
- <div class="hoverlink2"><a href="/tagged/cosmetics">Cosmetics</a></div>
- <div class="hoverlink2"><a href="/tagged/inspiration">Inspiration</a></div>
- <div class="hoverlink2"><a href="/tagged/Others">Others</a></div>
- </p>
- </center></div></div>
- <!-- Link 1 -->
- <div id="bb2"><center>
- LINK1<p><div class="hoverlink2"><a href="/tumblrfamily">Tumily</a></div>
- <div class="hoverlink2"><a href="/blogroll">Blogroll</a></div>
- <div class="hoverlink2"><a href="/tagged/sweetcandyskittles">Blog Posts</a></div> <div class="hoverlink2"><a href="/tagged/photographs">Shots</a></div>
- <div class="hoverlink2"><a href="/tagged/fanmails">Fanmails!</a></div><div class="hoverlink2"><a href="/tagged/fansigns">Fansigns</a></div><div class="hoverlink2"><a href="/tagged/answered">Replies</a></div></p>
- </center></div>
- <!-- Link 3 -->
- <div id="cc3"><center>
- Link 3<p><div class="hoverlink2">
- Put links?</center></div>
- <!-- Link 4 -->
- <div id="dd4"><center>LINK4<p>Put somthing heree! Anything you want.</p></center></div></div>
- <div id="linkbar2">
- <div class="hoverlink"><a href="/">HOME</a></div>
- <div class="hoverlink"><a href="/ask">Ask</a></div>
- <div class="hoverlink"><a href="/submit">submit</a></div>
- <div class="hoverlink"><a href="http://leshistoire.tumblr.com">Theme</a></div>
- </div></div>
- <div id="mainbar">
- <div id="box2"><div id="box">
- <div class="title">{title}</div>
- <header>About me:</header>
- <div id="descrip">
- <font color="000" size="1px">{description}</div></font>
- </div></div>
- {block:Posts}
- <table width="1010" border="0" align="center" cellspacing="0px" cellpadding="0px">
- <tr>
- <div id="entry2"><div id="entry">
- {block:IndexPage}<div class="permalink"><a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a> notes</div><div class="permalink2"><a href="{ReblogURL}" title="Reblog!" target="_blank">Re-dream</a></div>{/block:IndexPage}
- {block:Text}
- {block:Title}<div class="text"><center>{Title}</center></div>{/block:Title}
- <center><img src="http://25.media.tumblr.com/tumblr_lywhnkO8kE1r77gqoo1_250.png"></center>
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom:3px;-moz-border-radius:10px;-webkit-border-radius:10px;">{LinkCloseTag}
- {/block:Photo}
- {block:Photo}
- {Photoset-400}
- {/block:Photo}
- {block:Quote}<center><div class="quote">"{Quote}"</div></center><br>
- {block:Source}<left><b>- {Source}</b></left>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="link"><a href="{URL}" target="_blank">{Name} →</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Answer}<div style=" background-color: #fcfcfc; padding: 5px; border: 1px solid #eeeeee;padding-bottom:10px;">{Asker} <i>whispered:</i> <strong>{Question}</strong></div>
- <p>{Answer}</p>{/block:Answer}
- {block:Chat}
- {block:Title}<div class="text">{Title}</div>{/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- <i>{Line}</i><br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}<center>
- {AudioPlayerBlack}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:PermalinkPage}
- {/block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </td>
- </tr>
- </table>
- {/block:Posts}
- </div></div>
- <!-- Flickr&Twitter -->
- <div class="circlelink"><a href="FLICKR URL">Flickr</a></div>
- <div class="circlelink2"><a href="TWITTER URL">Twitter</div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment