Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by icy-me0ws
- orginally by p1zzap1e
- -->
- <head>
- <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow' rel='stylesheet' type='text/css'>
- <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
- <script type="text/javascript" src="http://static.tumblr.com/oct6d4x/Lzfm173av/jquery-1.3.1.txt"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- //Get all the LI from the #tabMenu UL
- $('#tabMenu li').click(function(){
- //perform the actions when it's not selected
- if (!$(this).hasClass('selected')) {
- //remove the selected class from all LI
- $('#tabMenu li').removeClass('selected');
- //Reassign the LI
- $(this).addClass('selected');
- //Hide all the DIV in .boxBody
- $('.boxBody div.parent').slideUp('1500');
- //Look for the right DIV in boxBody according to the Navigation UL index, therefore, the arrangement is very important.
- $('.boxBody div.parent:eq(' + $('#tabMenu > li').index(this) + ')').slideDown('1500');
- }
- }).mouseover(function() {
- //Add and remove class, Personally I dont think this is the right way to do it, anyone please suggest
- $(this).addClass('mouseover');
- $(this).removeClass('mouseout');
- }).mouseout(function() {
- //Add and remove class
- $(this).addClass('mouseout');
- $(this).removeClass('mouseover');
- });
- //Mouseover with animate Effect for Category menu list
- $('.boxBody #category li').click(function(){
- //Get the Anchor tag href under the LI
- window.location = $(this).children().attr('href');
- }).mouseover(function() {
- //Change background color and animate the padding
- $(this).css('backgroundColor','#trans');
- $(this).children().animate({paddingLeft:"20px"}, {queue:false, duration:300});
- }).mouseout(function() {
- //Change background color and animate the padding
- $(this).css('backgroundColor','');
- $(this).children().animate({paddingLeft:"0"}, {queue:false, duration:300});
- });
- //Mouseover effect for Posts, Comments, Famous Posts and Random Posts menu list.
- $('#.boxBody li').click(function(){
- window.location = $(this).children().attr('href');
- }).mouseover(function() {
- $(this).css('backgroundColor','#trans');
- }).mouseout(function() {
- $(this).css('backgroundColor','');
- });
- });
- </script>
- <!-- DEFAULT VARIABLES -->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#888"/>
- <meta name="image:background" content="" />
- <meta name="color:text" content="#000"/>
- <meta name="color:title" content="#000"/>
- <meta name="color:link" content="#777"/>
- <meta name="color:hover" content="#ccc"/>
- <meta name="text:title one" content="message">
- <meta name="text:title two" content="faq">
- <meta name="text:title three" content="love">
- <meta name="text:title four" content="links">
- <meta name="image:sidebar" content=""/>
- <meta name="text:Your url" content=""/>
- <meta name="text:faq" content="1. be nice. 2. be friendly. 3. etc">
- <meta name="text:quote" content="insert short quote here" />
- <meta name="text:Link One Title" content="" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link Two Title" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Three Title" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Four Title" content="" />
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Five Title" content="" />
- <meta name="text:Link Five" content="" />
- <title>{title}</title>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#bebebe;
- height:auto;
- border-bottom: 1px solid #aaaaaa;
- border-top: 1px solid #aaaaaa;
- border-left: 1px solid #aaaaaa;
- border-right: 1px solid #aaaaaa;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#bebebe;
- height:auto !important;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:7px;
- border-left: 1px solid #aaaaaa;
- background-color:#ECECEC;
- }
- blockquote {
- border-left: 3px solid #8a8a8a;
- padding: 3px 3px 3px 5px;
- background-color: #eee;
- }
- .title{
- color:{color:Title};
- text-shadow: 1px 1px 2px ;
- font-family: dawning;
- font-style: normal;
- font-size: 17px;
- line-height:15px;
- letter-spacing:1px;
- font-weight:normal;
- text-align: center;
- display: block;
- }
- @font-face { font-family: "dawning";src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf'); }
- .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
- .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
- @font-face {
- font-family: "tinytots";
- src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
- }
- body{
- color: {color:Text};
- background-image:url({image:Background});
- background-color:{color:Background};
- background-postition:center;
- background-attachment: fixed;
- background-repeat: repeat;
- font-family: helvetica;
- font-size: 9px;
- letter-spacing: 0px;
- line-height: 15px;
- text-align:justify;
- cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
- }
- A:link, A:visited, A:active{
- color: {color:Link};
- text-decoration:none;
- -webkit-transition-duration: 1.0s;
- }
- A:hover{
- color: {color:Hover};
- cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
- }
- arr {font-family: "arr"; font-size:30px; z-index:1;}
- @font-face {
- font-family: "arr";
- src: url('http://static.tumblr.com/oct6d4x/Zyvlqqu92/arsenale_white.ttf');
- }
- .nav a {
- padding:3px;
- padding-top:4px;
- margin-top:2px;
- margin-left:0px;
- display:block;
- font-family:helvetica;
- font-size:8px;
- text-align: left;
- text-transform:uppercase;
- text-decoration:none;
- color:#696969;
- background-color:#EEECEC;
- border: 1px solid #dadada;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .nav a:hover{
- color: #EEECEC;
- background-color:#fff;
- text-align: center;
- border-left:8px solid #eee;
- -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:underline;
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- }
- div#content{
- float:left;
- width: 560px;
- padding:0px 0px 0px 0px;
- margin-top:-553px;
- margin-left:250px;
- margin-bottom:0px;
- height:auto;
- }
- #entry {
- background-color:#fff;
- overflow-x: hidden;
- float:left;
- width:248px;
- height: 175px;
- overflow:hidden;
- padding:3px;
- border: 2px #dadada solid;
- margin:2px;
- -moz-border-radius:0px;
- -webkit-border-radius:0px;
- }
- #entry .permalink{
- position: absolute;
- width:250px;
- margin-top: 0px;
- margin-left:0px;
- font-family: helvetica;
- font-size: 10px;
- padding: 1px;
- text-align: center;
- overflow:hidden;
- opacity: 0.0;
- line-height: 20px;
- background-color: white;
- -webkit-transition: color 0.2s ease-in;
- -moz-transition: color 0.2s ease-in;
- }
- #entry:hover .permalink{
- margin-left: 0px;
- overflow:visible;
- -webkit-transition: opacity 0.2s linear; opacity: 0.8;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .bubble {align:right;background: #eee;position: relative;}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;}
- .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
- #tabMenu{margin-top:90px; padding:0 0 0 15px;list-style:none;}#tabMenu li{float:left;height:30px;width:40px;cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}li.comments{background:url(http://static.tumblr.com/oct6d4x/LDrm173j7/tabcomment.png
- ) no-repeat 0 -33px;}li.posts{background:url(http://static.tumblr.com/oct6d4x/KtUm173jn/tabstar.png) no-repeat 0 -33px;}li.category{background:url(http://static.tumblr.com/oct6d4x/ESdm173k2/tabfolder.png) no-repeat 0 -33px;}li.famous{background:url(http://static.tumblr.com/oct6d4x/FHHm173kq/tabheart.png) no-repeat 0 -33px;}li.random{background:url(http://static.tumblr.com/oct6d4x/eLom173l7/tabrandom.png) no-repeat 0 -32px;}li.mouseover{background-position:0 0;}li.mouseout{background-position:0 -32px;}li.selected{background-position:0 0;}.box{width:227px}.boxTop{background:url(http://static.tumblr.com/oct6d4x/Qvqm173m2/boxtop.png) no-repeat;height:11px;clear:both}.boxBody{background-color:transparent; border-right: 0px solid #000; border-left: 0px solid #000; }.boxBottom{background:url(http://static.tumblr.com/oct6d4x/GXNm173m9/boxbottom.png) no-repeat;height:11px;}.boxBody div.parent{display:none;}.boxBody div.show{display:block;}.boxBody div ul{margin:0 10px 0 22px;padding:0;width:185px;list-style-image:url(http://static.tumblr.com/oct6d4x/6vzm1vbdh/15vodd.gif)}.boxBody div li{border-bottom:1px dotted #000000;padding:3px 0;cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
- }.boxBody div ul li.last{border-bottom:none}.boxBody div li span{font-size:8px;font-style:italic;color:#000;}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <body>
- <div class="box">
- <ul id="tabMenu">
- <li class="posts selected"></li>
- <li class="comments" title="{text:Title One}"></li>
- <li class="category" title="{text:Title Two}"></li>
- <li class="famous" title="{text:Title Three}"></li>
- <li class="random" title="{text:Title Four}"></li>
- </ul>
- <div class="boxTop"></div>
- <div class="boxBody">
- <div id="posts" class="show parent">
- <a href="/"><img src="{image:Sidebar}" width="223" style="background: white; padding-right: 0px; padding-left: -3px; border: 3px solid #dadada; padding-left: 2px; margin-top: 5px; margin-left: -2px;"/></a>
- <center><ul>{Description}</center></div>
- <br>
- <div id="comments" class="parent">
- <iframe frameborder="0" scrolling="no" width="100%" height="150" src="http://www.tumblr.com/ask_form/{text:Your url}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p></span>
- </div>
- <div id="category" class="parent">
- {text:faq}
- </div>
- <div id="famous" class="parent">
- <span style="font-family:dawning;font-size:17px;">
- <div align="center">
- <br>"{text:quote}"
- <br><br>
- </div></div>
- <div id="random" class="parent">
- <div style="margin:2px;"><br> <center>{block:ifLinkOneTitle}<div class="nav a"><a href="{text:Link One}"><center>{text:Link One Title}</center></a></div>{/block:ifLinkOneTitle} {block:ifLinkTwoTitle}<div class="nav a "><a href="{text:Link Two}"><center>{text:Link Two Title}</center></a></div>{/block:ifLinkTwoTitle} {block:ifLinkThreeTitle}<div class="nav a"><a href="{text:Link Three}"><center>{text:Link Three Title}</center></a></div>{/block:ifLinkThreeTitle} {block:ifLinkFourTitle}<div class="nav a"><a href="{text:Link Four}"><center>{text:Link Four Title}</center></a></div>{/block:ifLinkFourTitle} {block:ifLinkFiveTitle}<div class="nav a"><a href="{text:Link Five}"><center>{text:Link Five Title}</center></a></div>{/block:ifLinkFiveTitle} </center>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- <div class="permalink">
- <a href="{permalink}">posted {timeago}</a> / <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span></a>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=250px height=175px/>{LinkCloseTag}
- {/block:Photo}
- {block:Quote}
- <span class="title">{Quote}</span>
- {block:Source}{Source}{/block:Source}
- {/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>
- {/block:Chat}
- {block:Audio}
- <center><div style="width:300px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
- {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question} </div>{Answer} <p align=right><a href="{Permalink}">{notecountwithlabel}</a></font></a></align>{/block:Answer}
- {block:Video}http://www.tumblr.com/customize-classic#
- <center>
- <div class="video2">{Video-400}</div><BR>
- {block:Caption}{Caption}</a>{/block:Caption}</center>
- {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>
- <div style="position: fixed; right:2px; bottom:2px;">
- <a href="http://icy-me0ws.tumblr.com">credit</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement