Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- {block:ifbanner}
- <center><img src="{image:banner}"></center>
- {/block:ifbanner}
- <head>
- <!-- vintage hearts theme by DanaTeruel
- please do not remove the credits. if you do so
- i will steal your fridge tonight c; -->
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script type="text/javascript" src="scrolltopcontrol.js">
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/n4cxsf1/dZMlwng1d/btt_button_eiffel.txt"></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="What do you think you're doing? :[";
- ///////////////////////////////////
- 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("alert(message);return false")
- // -->
- </script>
- <meta name="image:sidebar" content="" />
- <meta name="if:Fade Image on Hover" content="" />
- <meta name="if:Fade Image not on Hover" content="" />
- <meta name="if:Banner" content="" />
- <meta name="color:background" content="" />
- <meta name="color:text" content="" />
- <meta name="image:banner" content="" />
- <meta name="if:Rounded Corners" content="" />
- <meta name="if:Drop Shadow" content="" />
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <style type="text/css">
- /** FONTS USED IN THE THEME **/
- @font-face { font-family: "sweetiepie"; src: url('http://static.tumblr.com/4yxykdm/h9hlrfl0t/sweetie_pie_1_.ttf'); }
- /** FONTS USED IN THE THEME **/
- {block:ifFadeImagenotonHover}
- img{
- -webkit-transition: opacity 0.8s linear;
- opacity: 0.60;
- }
- img:hover{
- -webkit-transition: opacity 0.8s linear;
- opacity: 1;
- }
- {/block:ifFadeImagenotonHover}
- {block:ifFadeImageonHover}
- img{
- -webkit-transition: opacity 0.8s linear;
- opacity: 1;
- }
- img:hover{
- -webkit-transition: opacity 0.8s linear;
- opacity: 0.60;
- }
- {/block:ifFadeImageonHover}
- div.button a{
- display: inline-block;
- color: #a8a8a8;
- background-color:#f1e9ec;
- height:15px;
- width:240px;
- padding-left:5px;
- padding-top:2px;
- border-right:8px solid #938b8e;
- }
- div.button a:hover{
- width:132px;
- text-align:right;
- border-right:65px solid #938b8e;
- padding-right:2px;
- color: #a8a8a8;
- background-color:#f1e9ec;
- -webkit-transition: 0.5s
- }
- .heart {display : block; font-size: 8pt; line-height: 15px; border-bottom : 1px solid #f4f4f3; 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;}
- .heart:hover {display : block; font-size: 8pt; line-height: 15px; border-bottom : 1px dashed #E0DCD6; 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;}
- body{
- color:{color:text};
- font-family:verdana;
- font-size:10px;
- background-color:{color:background};
- }
- #cent{
- width:508px;
- margin-top:20px;
- margin-left:400px;
- background-color:#fff;
- position:absolute;
- padding:5px;
- {block:ifRoundedCorners}
- border-radius:30px;
- {/block:ifRoundedCorners}
- {block:ifDropShadow}
- -moz-box-shadow: 0px 0px 10px #999;
- -webkit-box-shadow: 0px 0px 10px #999;
- box-shadow: 0px 0px 10px #999;
- {/block:ifDropShadow}
- }
- #post{
- padding:2px;
- background-color:#fff;
- width:500px;
- float:left;
- margin:2px;
- border-radius:40px;
- {block:ifDropShadow}
- -moz-box-shadow: 0px 0px 10px #999;
- -webkit-box-shadow: 0px 0px 10px #999;
- box-shadow: 0px 0px 10px #999;
- {/block:ifDropShadow}
- }
- #notess{
- position:absolute;
- font-size:10px;
- padding:2px;
- text-align:right;
- background-color:#ff00d4;
- border-radius:40px;
- }
- #notess a:hover{
- -webkit-transform: rotate(-360deg);
- -moz-transform: rotate(-360deg);
- }
- #sidebar1{
- margin-left:100px;
- margin-top:20px;
- background-color: #F5E9DE;
- width:250px;
- position:absolute;
- padding:5px;
- border: 3px solid #FFFFFF; border-left: 8px solid #FFFFFF;border-right: 8px solid #FFFFFF; border-radius:150px 150px 20px 20px;
- {block:ifDropShadow}
- -moz-box-shadow: 0px 0px 10px #999;
- -webkit-box-shadow: 0px 0px 10px #999;
- box-shadow: 0px 0px 10px #999;
- {/block:ifDropShadow}
- }
- #sidebar2{
- margin-left:1000px;
- margin-top:30px;
- background-color: #F5E9DE;
- width:250px;
- position:absolute;
- padding:5px;
- {block:ifDropShadow}
- -moz-box-shadow: 0px 0px 10px #999;
- -webkit-box-shadow: 0px 0px 10px #999;
- box-shadow: 0px 0px 10px #999;
- {/block:ifDropShadow}
- border: 3px solid #FFFFFF; border-left: 8px solid #FFFFFF;border-right: 8px solid #FFFFFF; border-radius:150px 150px 20px 20px;
- }
- div.imgdes{
- background: url(http://i42.tinypic.com/20r2o8y.png);
- border-radius: 0px;
- padding: 5px;
- margin-bottom: 1px;
- width: 190px;
- border: 1px solid #ebd8c5;
- letter-spacing: 2px;
- text-align: center;
- font-size:45px;
- line-height:15px;
- margin:2px;
- z-index:10;
- text-shadow: 2px 2px 2px #dddddd;
- font-family:halohandletter;
- font-size: 26px;
- color:#c0ab9c;
- -moz-border-radius: 50px 50px 50px 50px;
- -webkit-border-radius: 50px 50px 50px 50px;
- }
- #source {
- font-family:sweetie pie;
- color:#ebd8c5;
- }
- div.imgdes1{
- background: url(http://i42.tinypic.com/20r2o8y.png);
- border-radius: 0px;
- padding: 5px;
- margin-bottom: 1px;
- width: 190px;
- border: 1px solid #ebd8c5;
- letter-spacing: 2px;
- text-align: center;
- font-size:45px;
- line-height:15px;
- margin:2px;
- z-index:10;
- text-shadow: 2px 2px 2px #dddddd;
- font-family:halohandletter;
- font-size: 26px;
- color:#c0ab9c;
- -moz-border-radius: 50px 50px 50px 50px;
- -webkit-border-radius: 50px 50px 50px 50px;
- }
- @font-face { font-family: "halohandletter"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf');} halo {font-family: "halohandletter"; font-size:75px; z-index:1;position: fixed !important; color: white; text-shadow: 0 0 8px #ffdfdf;}
- {CustomCSS]</style>
- </head>
- <body>
- <div id="sidebar1">
- <center><img src="http://media.tumblr.com/tumblr_lt6atrVP7I1ql1l0v.gif"><br></center>
- <center><div class="imgdes1">The blogette</div> </center>
- <center><img src="{image:sidebar}" height=150> <br> </center>
- {Description}
- <center><img src="http://media.tumblr.com/tumblr_lt6atrVP7I1ql1l0v.gif"><br></center>
- <center><div class="imgdes1">about the blog</div> </center>
- <div class="heart">Right click is disabled</div>
- <div class="heart">Infinite scrolling is on</div>
- <div class="heart"><script language="JavaScript" src="http://s1.freehostedscripts.net/ghitcounter.php?site=ID282915&s=9"></script>
- </div>
- <div class="heart"><!-- Start FreeOnlineUsers.com -->
- <a href="http://www.freeonlineusers.com">
- <font color=#f7adad><script type="text/javascript" src="http://st2.freeonlineusers.com/on4.php?id=1365837"> </script> stole my heart</font></a>
- <!-- End FreeOnlineUsers.com --></div>
- <div class="heart">Theme made by dana teruel </div>
- <center><img src="http://media.tumblr.com/tumblr_lt6atrVP7I1ql1l0v.gif"><br></center>
- <center><div class="imgdes1">kiss me</div> </center>
- <div class="button">
- <a href="/">Home</a>
- <a href="/ask">Message</a>
- <a href="/faq">Frequently Asked Questions</a>
- <a href="http://">link</a>
- <a href="http://">link</a>
- <a href="http://">link</a>
- <a href="http://">link</a>
- <a href="http://">link</a>
- <a href="http://">link</a>
- <a href="http://danateruel.tumblr.com">Credit</a>
- </div>
- </div>
- <div id="sidebar2">
- <center><img src="http://media.tumblr.com/tumblr_lt6as0z5Vu1ql1l0v.gif">
- </center>
- <center><div class="imgdes1">about the princess</div></center>
- <img src="http://24.media.tumblr.com/tumblr_m5vr6aEa3S1qlluv1o1_500.png" align='left' style="border: 1px solid #E7CEBA; background:#fff; width: 90px;margin: 3px" />
- <!-- CHANGE THIS PART -->
- I WANNA BE A BOTTLE BLONDE
- I DON'T KNOW WHY BUT I FEEL CONNED
- I WANNA BE AN IDLE TEEN
- I WISH I HADN'T BEEN SO CLEAN
- I WANNA STAY INSIDE ALL DAY
- I WANT THE WORLD TO GO AWAY
- I WANT BLOOD, GUTS AND CHOCOLATE CAKE
- I WANNA BE A REAL FAKE
- <!-- CHANGE THIS PART -->
- <center><img src="http://media.tumblr.com/tumblr_lt6as0z5Vu1ql1l0v.gif">
- </center>
- <center><div class="imgdes1">music</div></center>
- PUT YOUR MUSIC CODE HERE :D
- <center><img src="http://media.tumblr.com/tumblr_lt6as0z5Vu1ql1l0v.gif">
- </center>
- <center><div class="imgdes1">tags</div></center>
- kawaii - cats - fashion - swag - love - diamonds
- <!-- DELETE THIS PART -->
- <center><img src="http://media.tumblr.com/tumblr_lt6as0z5Vu1ql1l0v.gif">
- </center>
- <center><div class="imgdes1">the theme has</div></center>
- <li>if Fade on Hover option</li>
- <li>if Not Fade on Hover option</li>
- <li>if Rounded Corners (except for sidebars)</li>
- <li>if Drop Shadow</li>
- and etc
- <!-- DELETE THIS PART -->
- </div>
- <div id="cent">
- {block:Posts}
- <div id="post">
- <div id="notess">
- <a href="{Permalink}">{NoteCount} loves</a>
- </div>
- <br></br>
- {block:Title}{Title}{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
- <div class="babe"><a href="{Permalink}"><div class="joshua">{NoteCount}</div></a></div>
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- <div id="source">
- {block:Source}-{Source}{/block:Source}</div>
- </div>
- {/block:Quote}
- {block:Video}
- {Video-500}<br>
- {PlayCountWithLabel}
- <div class="babe"><a href="{Permalink}"><div class="joshua">{NoteCount}</div></a></div>
- {/block:Video}
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a><BR>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- {Line}
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerGrey}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- {Asker} whispered : <b>{Question}</b><Br>
- and I whispered :
- {Answer}
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- {block:NoteCount}
- {NoteCount} loves
- {/block:NoteCount}
- <Br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <!-- vintage hearts theme by DanaTeruel
- please do not remove the credits. if you do so
- i will steal your fridge tonight c; -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement