Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!--
- Basecode by: THTSKNDCOOL.tumblr.com
- Heavily Tweaked by: PRETTYFASHIONCHIC.tumblr.com
- Basecode by: THTSKNDCOOL.tumblr.com
- Heavily Tweaked by: PRETTYFASHIONCHIC.tumblr.com
- Basecode by: THTSKNDCOOL.tumblr.com
- Heavily Tweaked by: PRETTYFASHIONCHIC.tumblr.com
- Basecode by: THTSKNDCOOL.tumblr.com
- Heavily Tweaked by: PRETTYFASHIONCHIC.tumblr.com
- DO NOT DELETE THE CREDITS OR I'LL REPORT YOU!
- -->
- <head>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
- </script>
- <title>
- {block:PostTitle}{PostTitle} - {/block:PostTitle}{Title}
- </title>
- <link href='http://fonts.googleapis.com/css?
- family=Cedarville+Cursive&;;v1' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:background" content="http://static.tumblr.com/n4cxsf1/I3glvypmi/tumblr_lr3lzjzh0k1qf72le.png">
- <meta name="image:potrait" content="http://27.media.tumblr.com/tumblr_lwksxxNosz1r5f0jbo1_500.png">
- <meta name="color:background" content="#ffffff">
- <meta name="color:text" content="#A87BB1"">
- <meta name="color:link" content="#A87BB1">
- <meta name="color:link hover" content="#000000">
- <meta name="color:side" content="#ffffff">
- <meta name="color:perma bg" content="#000000">
- <meta name="color:nav bg" conent="#fdf1f1">
- <meta name="color:nav text" content="#d2cfcf">
- <meta name="if:infinite scrolling" content="1">
- <meta name="text:3" content="link 3">
- <meta name="text:3URL" content="http://">
- <meta name="text:4" content="link 4">
- <meta name="text:4URL" content="http://">
- <meta name="text:5" content="link 5">
- <meta name="text:5URL" content="http://">
- {block:IfInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- </head>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background-image:url('{image:background}');
- background-color:{color:link};
- height:100px;
- border: 1px outset {color:link};
- -moz-border-radius:7px; -webkit-border-radius:7px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-image:url('{image:background}');
- background-color:{color:link};
- height:13px !important;
- border: 1px outset{color:link};
- -moz-border-radius:7px; -webkit-border-radius:7px;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:8px;
- background-color:#fff;
- }
- #tumblr_controls{
- position:fixed!important;
- }
- .title{font-family:Cedarville Cursive;font-size:16px;}
- @font-face {font-family:"Cedarville Cursive";src:url('http://static.tumblr.com/n4cxsf1/Y97lvl76c/cedarville_cursive.ttf');}
- body{
- background-color:{color:background};
- background-image:url('{image:background}');
- background-repeat:repeat;
- color:{color:text};
- text-align:center;
- font-size:10px;
- font-family:arial;
- margin-top:30px;
- margin-left:0px;
- overflow-x:hidden;
- background-attachment:fixed;
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;}
- a:link, a:active, a:visited{
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;}
- #navi{
- color:{color:Links};
- }
- #navi a {
- display:relative;
- max-width:500px;
- text-align:center;color:{color:Links};
- }
- #navi .gate {
- margin-top:-10px;
- filter: alpha(opacity = 0);
- opacity:0;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;transition: all 1s ease-out;
- text-align:center;text-transform:lowercase;
- }
- #navi:hover .gate {
- margin-top:5px;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;transition: all 1s ease-out;
- filter: alpha(opacity = 80);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- h3{
- color: #b1b1b1;
- font-family: 'Cedarville Cursive';
- font-weight: bold;
- font-size: 18px;
- font-weight: normal;
- line-height:15px;
- letter-spacing: 1px;
- font-style: normal;
- text-transform: lowercase;
- text-align: left;
- padding: 0px;
- margin:0px;
- text-shadow: 1px 1px 2px #e1dad4;
- }
- a:hover{
- color:{color:link hover};
- text-decoration:none;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- -o-transition: all 0.2s ease-out;
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;}
- .side{
- margin-top:0px;
- margin-left:170px;
- background-color:{color:side};
- width:230px;
- height:auto;
- -moz-box-shadow: 0px 0px 5px #999;
- -webkit-box-shadow: 0px 0px 5px #999;
- box-shadow: 0px 0px 5px #999;
- position:fixed;}
- .side:hover{
- opacity:1;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- .des{margin-top:30px;
- margin-left:200px;
- background-color:{color:side};
- width:200px;
- height:auto;
- position:fixed;
- padding:2px;}
- .des:hover{}
- .post{-moz-box-shadow: 0px 0px 5px #999;
- -webkit-box-shadow: 0px 0px 5px #999;
- box-shadow: 0px 0px 5px #999;
- width:500px;
- background-color:#fff;
- margin-top:5px;
- margin-left:410px;}
- .post:hover .perma{
- opacity: .8;
- transition: opacity 0.5s;
- -moz-transition: opacity 0.5s;
- -webkit-transition: opacity 0.5s;
- -o-transition: opacity 0.5s;}
- .perma{float:left;
- text-align:center;
- margin-top:0px;
- margin-left:0px;
- position: absolute;
- width:150px;
- opacity: 0;
- padding:2px;
- background-color:#000000;
- transition: opacity 0.1s,height 0.f1s,padding 0.1s;
- -moz-transition: opacity 0.1s ,height 0.1s,padding 0.1s;
- -webkit-transition: opacity 0.1s ,height 0.1s,padding 0.1s;
- -o-transition: opacity 0.1s ,height 0.1s,padding 0.1s;}
- .chat{text-align:justify;}
- .bubble {
- position: relative;
- background-color:{color:nav bg};
- padding:10px;
- text-align:center;
- width:420px;
- -moz-border-radius:10px;
- -webkit-border-radius:10px;
- -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
- -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
- box-shadow: 0px 0 1px rgba(0,0,0,0);
- margin-left:50px;
- }
- .bubble:after {
- position: absolute;
- display: block;
- content: "";
- border-color: {color:nav bg} transparent transparent transparent;
- border-style: solid;
- border-width: 10px;
- height:0;
- width:0;
- position:absolute;
- bottom:-19px;
- left:1em;
- }
- {CustomCSS}
- .askerportrait {
- float: left;
- margin-right: 495px;
- padding-top: 1px;
- padding-left: 1px;
- padding-bottom: 10px;
- }
- .askerportrait img {
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- div.navigate a{
- background: {color:nav bg}; color: {color:nav text}; display:block; width: 82px; height: 12px; text-align: center; padding:3px; margin-left:1px; margin-top:1px; position:relative; text-align: center; z-index:1; -moz-border-radius:7px; -webkit-border-radius:7px; display: inline-block;-webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;
- }
- div.navigate a:hover{
- background-color:transparent;-webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- -o-transition: all 0.2s ease-out;color:{color:nav bg};
- }
- </style>
- <body>
- <div style=" background-image: url('http://media.tumblr.com/tumblr_lr9h3j7Htm1qaj7nf.png'); top: 0px; left: 0px; width: 1000%; height: 40px; z-index: 100; position: fixed;"></div>
- {block:IfDisableDragAndSelect}
- <BODY onselectstart="return false;" ondragstart="return false;">{/block:IfDisableDragAndSelect}
- <div class="des">
- {block:IfPotraitImage}<center><img src="{image:potrait}" width="200" height="auto"></center>{/block:IfPotraitImage}
- <h3>about me..</h3>
- {Description}
- <br>
- ------------------------------------------------------------
- <br>
- <div id="navi">
- <center><h3>Navigation</h3></center>
- <div class="gate">
- <a href="/">home</a> • <a href="/ask">ask</a> • <a href="{text:3URL}">{text:3}</a> • <a href="{text:4URL}">{text:4}</a> • <a href="{text:5URL}">{text:5}</a> •
- </div></div>
- ------------------------------------------------------------
- <br>
- <div id="navi">
- <center><h3>Credits</h3></center>
- <div class="gate">
- <a href="http://thtskndcool.tumblr.com">BASECODE BY THTSKNDCOOL</a><br>
- <a href="http://fairycandles.tumblr.com">BANNER BY FAIRYCANDLES</a><br>
- <a href="http://prettyfashionchic.tumblr.com">HEAVILY TWEAKED BY PRETTYFASHIONCHIC</a>
- </div>
- </div></div>
- </div>
- {block:Posts}<div class="post">
- {block:Photo}
- {block:IndexPage}<div class="perma">
- <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
- {/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}<br>{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Text}<div style="padding:3px;">
- {block:IndexPage}<div class="perma">
- <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div style="text-align:justify;">{Body}</div>
- {/block:IndexPage}
- {block:PermalinkPage}{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div style="text-align:justify;">{Body}</div>{/block:PermalinkPage}
- </div>{/block:Text}
- {block:Photoset}
- {block:IndexPage}<div class="perma">
- <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>{Photoset-500}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{block:Caption}<br>{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<div style="padding:3px">
- {block:IndexPage}
- <div class="perma">
- <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- <div class="title">"{Quote}"</div>
- {block:Source}{Source}{/block:Source}
- {/block:IndexPage}
- {block:PermalinkPage}<div class="title">"{Quote}"</div>
- {block:Source}{Source}{/block:Source}{/block:PermalinkPage}
- </div>{/block:Quote}
- {block:Link}<div style="padding:3px;">
- {block:IndexPage}
- <div class="perma">
- <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- <div class="title"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:IndexPage}
- {block:PermalinkPage}<div class="title"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:PermalinkPage}
- </div>{/block:Link}
- {block:Chat}<div style="padding:3px">
- {block:IndexPage}
- <div class="perma">
- <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <strong>{Label}</strong>
- {/block:Label}
- {Line}</li>
- {/block:Lines}</ul>{/block:IndexPage}
- {block:PermalinkPage}{block:Title}<div class="title">{Title}</div>{/block:Title}<br><ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <strong>{Label}</strong>
- {/block:Label}
- {Line}</li>
- {/block:Lines}</ul>
- {/block:PermalinkPage}
- </div>{/block:Chat}
- {block:Audio}<div style="padding:3px">
- {block:IndexPage}
- <div class="perma">
- <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {AudioPlayerWhite}<br>{PlayCountWithLabel}
- {/block:IndexPage}
- {block:PermalinkPage}
- {AudioPlayerWhite}<br>{block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- </div>{/block:Audio}
- {block:Video}
- {block:IndexPage}
- <div class="perma">
- <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {Video-500}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}<br>{block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Video}
- {block:Answer}<div style="padding:3px">
- <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question} </div>{Answer}
- </div>{/block:Answer}
- {block:PermalinkPage}
- {block:Date}Posted on {DayOfMonth}/{MonthNumber}/{ShortYear} at {12Hour}:{Minutes}{AmPm}<br>
- {TimeAgo}
- {/block:Date}
- {block:HasTags}
- <br> Tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}
- {/block:HasTags}
- {block:NoteCount}<br>With {NoteCountWithLabel}{/block:NoteCount}
- {block:PostNotes}<br>Post Notes:<br><div style="text-align:justify;">{PostNotes}</div>{/block:PostNotes}
- {/block:PermalinkPage}
- </div>{/block:Posts}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment