Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <title>{title}</title>
- <link rel="shortcut icon" href="http://drikoti.net/Goodies/Favicons/Gifs/034.gif"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <SCRIPT TYPE="text/javascript">
- <!--
- //Disable right click script
- //visit http://www.rainbow.arch.scriptmania.com/scripts/
- var message="Sorry, right-click has been disabled";
- ///////////////////////////////////
- function clickIE() {if (document.all) {(message);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {(message);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- // -->
- </SCRIPT>
- <style type="text/css">
- body{
- color:black;
- font-family: Trebuchet MS;
- font-size:10px;
- color: #999;
- background-image:url(http://30.media.tumblr.com/tumblr_lzwhafBYPL1qk0tr5o1_500.png);
- }
- a:link, a:active, a:visited{
- color: #aaa;
- text-decoration: none;
- -webkit-transition: opacity 0.3s linear;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- }
- a:hover {
- text-shadow: 1px 1px 1px #888;
- -webkit-transition:color 500ms ease-in;
- -moz-transition:color 500ms ease-in;
- -o-transition:color 500ms ease-in;
- color: transparent;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#ddd;
- -moz-border-radius:10px;
- -webkit-border-radius:10px;
- }
- ::-webkit-scrollbar {
- width:7px;
- height:5px;
- background-color:#ffffff;
- }
- #top{
- background: url(http://24.media.tumblr.com/tumblr_lq9nngeZ8j1qjex46o2_250.jpg);
- position:fixed;
- top:-10px;
- z-index:99999;
- left:0px;
- height:130px;
- width:200%;
- box-shadow:0px 0px 5px #777;
- }
- .bubble{background:#eee; text-align:center; padding:10px; border-radius: 40px 40px 0px 0px;}
- .bubble2{background:#bbb; text-align:center; padding:10px; border-radius: 0px 0px 40px 40px;}
- #entry{
- padding:2px;
- background-color:#fff;
- width:500px;
- float:left;
- padding:10px;
- margin:2px;
- }
- #post{
- width:500px;
- float:left;
- padding:5px;
- }
- #center{
- width:550px;
- padding:5px;
- margin-top:120px;
- background-color:#fff;
- margin-left:150px;
- overflow-y:hidden;
- }
- #sidebar{
- background-color:#fff;
- width:200px;
- margin-left:5px;
- float:left;
- margin-top:8px;
- padding:3px;
- }
- blockquote{border-left:1px solid #ddd; padding:5px;}
- ul, ol, li{list-style-image:url(http://www.drikoti.net/Goodies/Favicons/Gifs/fv-new13.png);}
- .heart2 {display : block; font-size: 20px; font-family: 'Cedarville Cursive'; line-height: 10px; border-bottom : 1px solid #eee; text-indent : 5px; vertical-align : middle; -webkit-transition-duration: .50s; padding-left : 10px;padding-bottom : 2px;}
- .heart2:hover {display : block; font-size: 20px; font-family: 'Cedarville Cursive'; line-height: 10px; border-bottom : 1px dashed #eee; text-indent : 5px; vertical-align : middle; -webkit-transition-duration: .50s; padding-left : 50px; padding-bottom : 2px;}
- h1{
- font-family: 'Amatic SC';
- font-size:15px;
- text-align:center;
- border-top:1px dotted #999;
- }
- h2{
- background-image:url(http://2.bp.blogspot.com/-Dx0kfqpJOQg/Tyxu1wnYfZI/AAAAAAAAIdc/FScVP7hO9Lc/s200/tumblr_l5padaXtW61qcdtsho1_500_large.png);
- font-family: 'Amatic SC';
- font-size:30px;
- text-align:center;
- border-top:1px dotted #999;
- border-bottom:1px dotted #999;
- }
- h3{
- font-family:'Allura';
- font-size:30px;
- color:#FFCD36;
- text-align:center;
- text-shadow:0px 0px 5px #FFDF80;
- margin-bottom:-5px;
- }
- h4{
- font-family:'Amatic SC';
- font-size:35px;
- color:#FFCD36;
- text-align:center;
- margin:-5px;
- }
- h5{
- font-family:'Rochester';
- font-size:25px;
- color:#FFCD36;
- text-shadow:0px 0px 5px #ddd;
- line-height:20px;
- margin:-5px;
- }
- strong, b{font-family:'Rochester';}
- .top img { display: inline-block; -moz-border-radius: 50px; -webkit-border-radius: 50px; -o-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%; width: 120px; z-index: 9999; margin-left:50px; opacity:2.5; }
- .desc{
- width:240px;
- height:50px;
- padding-left:30px;
- margin-top:-65px;
- margin-left:150px;
- background:white;
- overflow:auto;}
- .nav{
- margin-top:-50px;
- margin-left:450px;
- width:480px;
- height:40px;
- padding:5px;
- }
- .navi{
- background:#FFC71F;
- padding:5px;
- text-align:center;
- width:50px;
- float:left;
- -webkit-transition:1s;
- }
- .navi:hover{
- background:#FFDF80;
- -webkit-transition:1s;
- }
- {CustomCSS]</style>
- </head>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC:700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <body ondragstart="return false" onselectstart="return false">
- <div id="top"><br><br><div class="top"><img src="http://25.media.tumblr.com/tumblr_m9g73b75c51qbj49mo1_500.png"></div><div class="desc">{Description}</div>
- <div class="nav">
- <div class="navi"><a href="/">Home</a></div>
- <div class="navi"><a href="/ask">Ask</a></div>
- <div class="navi"><a href="/submit">Submit</a></div><br><p>
- <div class="navi"><a href="/archive">Archive</a></div>
- <div class="navi"><a href="http://flaffi.tumblr.com">Credits</a></div>
- <div class="navi"><a href="/more">Stats</a></div>
- </div></div><br>
- <div id="center">
- <div id="post">
- {block:Posts}
- <div id="entry">
- {block:Title}<h3>{Title}</h3>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- <a href="{permalink}"><img src="{PhotoURL-500}" style="border:1px solid #ddd; padding:5px;"/></a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Quote}
- <h5>{Quote}</h5>{block:Source}-{Source}{/block:Source}
- {/block:Quote}
- {block:Video}
- {Video-500}<br>
- {PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <a href="{URL}" class="link" {Target}><h4>{Name}</h4></a><BR>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- <font color="#000"> {Line}</font>
- {/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}
- <div class="bubble">{Asker} whispered {Question}</div>
- <div class="bubble2">I reply {Answer}</div>
- {/block:Answer}
- <h1><a href="{Permalink}">{NoteCount} Notes</a> <img src="http://media.tumblr.com/tumblr_m6lwvxHTYu1rrzsji.gif"> <a href="{ReblogUrl)">Reblog</a></h1>
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- {block:NoteCount}
- {NoteCount} notes
- {/block:NoteCount}
- <Br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement