Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head profile="http://gmpg.org/xfn/11">
- <!-- THEME BY EVILCREATUREOFTHENIGHT - DO NOT, UNDER ANY CIRCUMSTANCES, REMOVE THE CREDITS. DO NOT USE THIS AS A BASE WITHOUT ASKING ME FIRST. DO NOT REDISTRIBUTE. MORE LINKS ON MY THANK YOU PAGE. -->
- <!-- VARIABLES -->
- <meta name="color:Background" content="#eee"/>
- <meta name="image:Background" content="http://media.tumblr.com/tumblr_m9k8nuFzZK1rpww75.jpg"/>
- <meta name="image:Sidebar img" content="http://static.tumblr.com/1w07jwa/7wZmczn33/lll.png"/>
- <meta name="color:Title" content="#be3062"/>
- <meta name="color:Color 1" content="#cf839e"/>
- <meta name="color:Color 2" content="#be3062"/>
- <meta name="color:Color 3" content="#be3062"/>
- <meta name="color:Second Title" content="#e2477e"/>
- <meta name="text:Second Title" content="NOW AT ..."/>
- <meta name="text:New Blog URL" content="new url here"/>
- <!-- FONTS -->
- <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/de00tfu/Up4m81goe/jquery.easing.1.3.js" type="text/javascript"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/de00tfu/Up4m81goe/jquery.easing.1.3.js" type="text/javascript"></script>
- <!-- TTITLE -->
- <title>{Title}</title>
- <!-- Favicon -->
- <link rel="shortcut icon" href="{Favicon}"/>
- <!-- CSS CODE-->
- <style>
- /*** PAGE ***/
- body {
- background-image: url('{image:Background}');
- background-attachment:
- fixed; background-repeat: repeat; font-family: tahoma; font-size: 11px;}
- #page{width: 900px;}
- #sidebar{width: 900px; float: left; position: fixed; margin-top: 200px; margin-left: -30px; }
- .posts{
- width: 616px;
- float: right;
- padding-bottom:15px;
- }
- @font-face { font-family: tinytots; src: url("http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf") format("truetype");}
- a, a:link{ height:0px;
- cursor: hand;
- text-decoration: none; color: {color:Title};}
- a:hover{color: {color:Color 3};}
- #title1 {
- width: 441px;
- padding-top: 0px;
- padding-bottom: 0px;
- margin-left: 125px;
- margin-top:0px;
- font-size: 40px;
- text-align: center;
- color: {color:Title};
- font-family: 'Petit Formal Script', cursive;
- font-decoation: italic;
- font-transform: bold;
- letter-spacing:-2px;
- background-color: #eee;
- line-height: 45px;
- padding: 0px;
- text-shadow: 1px 1px 2px #808080;
- -moz-border-radius-topright: 90px;
- -webkit-border-top-right-radius: 90px;
- border-top-right-radius: 90px;
- -moz-border-radius-bottomright: 90px;
- -webkit-border-bottom-right-radius: 90px;
- border-bottom-right-radius: 90px;
- border-left: 2px #aa3355;
- border-left: 6px solid #aa3355;
- }
- #title2 {
- width: 321px;
- padding-top: 10px;
- margin-top: 10px;
- font-size: 10px;
- margin-left: 160px;
- text-align: center;
- color: {color:Second Title};
- font-family: Calibri;
- font-decoation: italic;
- font-transform: uppercase;
- letter-spacing:4px;
- background-color: transparent;
- padding: 0px;
- text-transform: uppercase;
- text-shadow: 1px 1px 2px #C0C0C0;
- }
- .imagem { margin-bottom:2px;margin-top:10px; margin-left:-5px;}
- .imagem img {background:transparent;width:0px; height:280px;align:center;border: 0px solid #eeeeee; }
- .imgholder{
- position:relative;
- width:120px;
- height:120px;
- border-radius:100px;
- float:left;
- margin:40px 30px;}
- .imgholder img{
- position:absolute;
- left:0;
- top:0;
- width:120px;
- height:120px;
- z-index:5;
- border-radius:100px;
- -moz-border-radius:100px;
- -webkit-border-radius:100px;
- opacity:0.3;
- filter: alpha(opacity = 30);
- box-shadow:0 0 5px #000;
- -moz-box-shadow:0 0 5px #000;
- -webkit-box-shadow:0 0 5px #000;
- transform: scale(0.5,0.5);
- -ms-transform: scale(0.5,0.5);
- -moz-transform: scale(0.5,0.5);
- -webkit-transform: scale(0.5,0.5);
- transition:
- opacity 1s,
- transform 1s ease-in-out 0.3s;
- -moz-transition:
- opacity 1s,
- -moz-transform 1s ease-in-out 0.3s;
- -webkit-transition:
- opacity 1s,
- -webkit-transform 1s ease-in-out 0.3s;}
- .imgholder:hover img{
- opacity:1;
- filter: alpha(opacity = 100);
- transform: scale(1,1);
- -ms-transform: scale(1,1);
- -moz-transform: scale(1,1);
- -webkit-transform: scale(1,1);}
- .imgholder figcaption{
- position:absolute;
- left:-5px;
- top:40%;
- width:130px;
- color:{color:Color 1};
- font-size: 12px;
- font-family: 'Electrolize';
- font-weight:bold;
- text-shadow:-1px -1px 0 #fff;
- z-index:4;
- transition: top 0.5s ease-out;
- -moz-transition: top 0.5s ease-out;
- -webkit-transition: top 0.5s ease-out;}
- .imgholder:hover figcaption{
- top:120%; color:#fff;
- text-shadow:-1px -1px 0 #94768c;}
- .imgholder .circle{
- position:absolute;
- border-radius:100px;
- -moz-border-radius:100px;
- -webkit-border-radius:100px;}
- .imgholder .outer1{
- top:-8px;
- left:-8px;
- width:120px;
- height:120px;
- z-index:2;
- border:8px solid;
- border-color:{color:Color 1};
- box-shadow:0 0 3px #af97a9;
- -moz-ox-shadow:0 0 3px #af97a9;
- -webkit-box-shadow:0 0 3px #af97a9;
- background: #ffffff;
- background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f8f1f6 100%);
- background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#f8f1f6));
- background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f8f1f6 100%);
- background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#f8f1f6 100%);
- background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#f8f1f6 100%);
- background: radial-gradient(center, ellipse cover, #ffffff 0%,#f8f1f6 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2efff',GradientType=1 );
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -moz-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- transition:
- transform 1.8s ease-in-out,
- box-shadow 1s ease-out,
- border-color 1.5s;
- -moz-transition:
- -moz-transform 1.8s ease-in-out,
- -moz-box-shadow 1s ease-out,
- border-color 1.5s;
- -webkit-transition:
- -webkit-transform 1.8s ease-in-out,
- -webkit-box-shadow 1s ease-out,
- border-color 1.5s;}
- .imgholder:hover .outer1{
- border-color:{color:Color 3} {color:Color 1} {color:Color 3} {color:Color 2};
- box-shadow:0 0 10px #ab8da4;
- -moz-box-shadow:0 0 10px #ab8da4;
- -webkit-box-shadow:0 0 10px #ab8da4;
- transform:rotate(-10deg);
- -ms-transform:rotate(-10deg);
- -moz-transform:rotate(-10deg);
- -webkit-transform:rotate(-10deg);}
- .imgholder .outer2{
- top:-18px;
- left:-18px;
- width:136px;
- height:136px;
- z-index:1;
- border:10px solid;
- border-color: {color:Color 3} {color:Color 2} {color:Color 3} {color:Color 1};
- box-shadow:0 0 20px #866b7f;
- -moz-box-shadow:0 0 20px #866b7f;
- -webkit-box-shadow:0 0 20px #866b7f;
- opacity:0;
- filter: alpha(opacity = 0);
- transform: scale(1.3,1.3) rotate(180deg);
- -ms-transform: scale(1.3,1.3) rotate(180deg);
- -moz-transform: scale(1.3,1.3) rotate(180deg);
- -webkit-transform: scale(1.3,1.3) rotate(180deg);
- transition:
- opacity 0.5s,
- transform 0.7s ease-out;
- -moz-transition:
- opacity 0.5s,
- -moz-transform 0.7s ease-out;
- -webkit-transition:
- opacity 0.5s,
- -webkit-transform 0.7s ease-out;}
- .imgholder:hover .outer2{
- opacity:0.9;
- filter: alpha(opacity = 90);
- transform: scale(1,1) rotate(-10deg);
- -ms-transform: scale(1,1) rotate(-10deg);
- -moz-transform: scale(1,1) rotate(-10deg);
- -webkit-transform: scale(1,1) rotate(-10deg);}
- </style>
- <meta http-equiv="x-dns-prefetch-control" content="off"/><meta http-equiv="x-dns-prefetch-control" content="off"/>
- <link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'>
- </head>
- <body>
- <!-- PAGE -->
- <center>
- <div id="page">
- <br>
- <!-- SIDEBAR -->
- <div id="sidebar">
- <div style=" position: absolute; bottom: 245px; right: 512px;">
- <div class="imgholder">
- <div class="outer1 circle"></div>
- <div class="outer2 circle"></div>
- <figure>
- <a href="{text:New Blog URL}"><img src="{image:Sidebar img}"></a>
- <figcaption class="caption"></figcaption>
- </figure> </div>
- </div>
- <div id="banner">
- <div style="background: url(''); height: 10px; width: 100%; bottom: 0px; left: 0px; position: fixed; z-index: 4;"></div>
- <div id="title1">moved</div>
- <div id="title2">{text:Second Title} </div>
- <div class="imagem"><center><img src="{image:Sidebar img}"><br>
- </div>
- </div>
- <div id="curvan"></div>
- </div>
- <!-- SIDEBAR -->
- </div>
- </div>
- </center>
- <!-- PAGE -->
- <div style=" position: fixed; bottom: 5px; right: 5px;"><small><a href="http://evilcreatureofthenight.tumblr.com">THEME</a></small></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment