Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by icy-me0ws
- -->
- <html lang="en">
- <head>
- <title>{title}</title>
- <script type="text/javascript">
- // <![CDATA[
- var bgcolour="{color:sidebanner 2}"; // background colour
- var fgcolour="{color:sidebanner 1}"; // 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>
- <!-- DEFAULT VARIABLES -->
- <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#fff"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:title" content="#000"/>
- <meta name="color:text shadow" content="#ffffff"/>
- <meta name="color:link" content="#777"/>
- <meta name="color:hover" content="#ccc"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="if:show photo" content="0"/>
- <meta name="if:infinite scrolling" content="0"/>
- <meta name="text:sidebanner" content="lol sidebanner" />
- <meta name="color:sidebanner 1" content="#000000"/>
- <meta name="color:sidebanner 2" content="#CCCCCC"/>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
- <style type="text/css">
- a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
- #biter
- #bite a {display:block}
- #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
- #bite:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
- img{
- -webkit-transition: opacity 0.2s linear;
- opacity: 0.60s;
- }
- img:hover{
- -webkit-transition: opacity 0.8s linear;
- opacity: 1;
- }
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- {block:iftinycursor}body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}{/block:iftinycursor}
- body {
- 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: verdana;
- text-transform:uppercase;
- font-size: 7.5px;
- 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;
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- }
- a:hover {
- color:{color:Hover};
- text-decoration: italic;
- font-style: none;
- text-shadow:1px 1px 5px {color:text shadow}
- }
- .nav a {
- height: 10px;
- padding:3px;
- padding-top:4px;
- margin-top:1px;
- margin-left:0px;
- display:block;
- font-family:verdana;
- font-size:8px;
- text-align: left;
- text-transform:uppercase;
- text-decoration:none;
- color:{color:text links};
- background-color:#fff;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- }
- .nav a:hover{
- color: {color:hover text links};
- background-color:{color:hover background links};
- text-align: left;
- border-left:8px solid #dadada;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- font-style:italic;
- text-decoration:none;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 0px;
- }
- div#center{
- margin:auto;
- position:relative;
- width:800px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- div#content{
- float:right;
- width:330px;
- padding-left: 2px;
- padding-right: 2px;
- padding-top: 2px;
- padding-bottom: 2px;
- background-color:#dadada;
- margin-right: 340px;
- }
- div#entry{
- background-color:#dadada;
- margin-top:px;
- padding-top:0px;
- padding-bottom:2px;
- }
- @font-face { font-family: "sweetiepie"; src: url('http://static.tumblr.com/4yxykdm/h9hlrfl0t/sweetie_pie_1_.ttf'); }
- #entry .perma a{
- color:#000;
- }
- #entry .perma{
- position:absolute;
- margin-top:40px;
- width:330px;
- height:14px;
- padding-bottom:2px;
- padding-top:3px;
- background-color:#ffffff;
- overflow:hidden;
- font-size:17px;
- font-family: COMING SOON;
- font-color: #0000000
- letter-spacing:-1px;
- line-height:13px;
- text-align: center;
- opacity:0.0;
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- #entry:hover .perma{
- margin-top:1px;
- overflow:visible;
- -webkit-transition: all 0.4s linear; opacity: 0.8;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- @font-face {font-family: "verdana";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
- div#sidebar{
- position:fixed !important;
- width: 210px;
- height:700px;
- margin-top: 0px;
- margin-left: 500px;
- padding: 3px;
- line-height:11px;
- letter-spacing:0px;
- margin-bottom: 6px;
- background-color:#ccc;
- }
- div#sidebanner{
- position:fixed !important;
- width: auto;
- height: auto;
- margin-top: 250px;
- margin-left: -90px;
- background-color: transparent;
- font-family: sweetiepie;
- font-size: 45px;
- line-height: 40px;
- text-align: center;
- text-shadow: 1px 1px 1px #888;
- -webkit-transform: rotate(-90deg);
- -moz-transform: rotate(-90deg);
- }
- @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- .title{
- font-family: coming soon;
- font-size: 13px;
- line-height: 15px;
- color: {color:Title};
- letter-spacing: 0px;
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- .blogtitle{
- font-family: coming soon;
- font-size: 40px;
- line-height: 15px;
- color: {color:Title};
- letter-spacing: 0px;
- font-weight: normal;
- padding:10px 10px 10px 10px;
- }
- .video embed, .post div.video object {width:260px !important; height:180px !important;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 1px;
- border-left: 1px solid #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- 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: 10px;
- text-align: right;
- text-decoration: none;
- }
- small{font-size: 90%;}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="cage">
- <div id="center">
- <div id="sidebar">
- <center>
- {block:ifshowblogtitle}<span class=blogtitle><a href="/">
- </a></span><br>{/block:ifshowblogtitle}
- <center>
- <div class="blogtitle"><center><a href="/"></a></center></div>
- {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=210px></a>{/block:ifshowphoto}
- <center>
- {description}
- </div>
- <div id="sidebanner"><span id="bubble">{text:sidebanner}</span></div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span><div align="right"><a href="{Permalink}"></span></a></div>{/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}<div align="right"><a href="{Permalink}"></span></a></div>
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a></span></div>
- <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=330px/></a></center>{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=330px/></center>{LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {LinkCloseTag}
- {/block:Photo}
- {block:Quote}
- <span class="entrytext">{Quote}</span>
- {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
- <P ALIGN=Right><a href="{Permalink}"></a></span>
- {/block:Quote}
- {block:Chat}
- {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>
- <div align="right"><a href="{Permalink}"></a></span>
- {/block:Chat}
- {block:Audio}
- <center><div style="width:170px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
- {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
- <div align="right"><a href="{Permalink}">Reblog</a><a href="{ReblogURL}" target="_blank"></a></span>
- {/block:Audio}
- {block:Video}<center>
- <div class="video">{Video-250}</div><BR>
- {block:Caption}<a href="{Permalink}">{Caption}</a>{/block:Caption}</center>
- <div class="perma">
- <div align="right"><a href="{Permalink}">{timeago}</a>Reblog<a href="{ReblogURL}" target="_blank"></a></span></div>
- {block:Video}
- {block:PostNotes}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
- <div id="postnotes">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- </div>
- </center>
- </body>
- </html>
- <div style="position:fixed; bottom:2px; left:2px;">
- <a href="http://icy-me0ws.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement