Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <!--
- _____________________________________
- I PROBABLY STILL ADORE YOU WITH YOUR HANDS AROUND MY NECK
- © racheyzane.tumblr.com
- _____________________________________
- !-->
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#bbb8b1" />
- <meta name="color:selection" content="#faf6ed" />
- <meta name="color:link" content="#d1caa9" />
- <meta name="color:hover link" content="#bda087" />
- <meta name="color:nav link" content="#b6a090" />
- <meta name="color:nav background" content="#f5f5f3" />
- <meta name="color:bold" content="#cccbba" />
- <meta name="color:italic" content="#d6d5cf" />
- <meta name="color:scrollbar" content="#d8cebb" />
- <meta name="color:border" content="#f7f3e3" />
- <meta name="color:title background" content="#f8f6f2" />
- <meta name="font:title" content="georgia" />
- <meta name="text:body" content="cambria" />
- <meta name="image:sidebar" content="" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta name="if:regular posts" content="1" />
- <meta name="if:small posts" content="0" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- opacity: 0.5;
- -webkit-transition: all 0.6s ease;}
- iframe#tumblr_controls:hover{
- opacity: 1;
- -webkit-transition: all 0.6s ease;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:30px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar};
- height:5px!important;
- }
- ::-webkit-scrollbar {
- background-color:{color:background};;
- height:5px;
- width:5px;
- }
- ::-moz-selection {
- background: {color:selection};
- }
- ::selection {
- background: {color:selection};
- }
- body {color:{color:text};
- background-color:{color:background};
- background-attachment:fixed;
- font-size:10px;
- line-height:100%;
- text-align:justify;
- }
- a:link, a:active, a:visited {
- color: {color:link};
- text-decoration:none;
- -webkit-transition: all 0.6s ease;
- }
- a:hover {
- color:{color:hover link};
- -webkit-transition: all 0.6s ease;
- }
- b {
- font-weight: bold;
- color:{color:bold};
- }
- i {
- font-style:italic;
- color:{color:italic};
- }
- #sbar {
- height: auto;
- margin-left: 150px;
- position:fixed;
- overflow:hidden;
- margin-top:150px;
- width: 245px;
- }
- #simg {
- height:auto;
- width: 200px;
- padding:auto;
- -webkit-transition: all 0.6s ease;
- display:block;
- }
- #simg img {
- width:200px;
- border: 1px solid {color:border};
- padding: 5px;
- background:white;
- }
- #nav {
- width: 200px;
- display:block;
- font-size:9px;
- position:absolute;
- margin-left:-230px;
- margin-top:-50%;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- opacity:0;
- }
- #simg:hover #nav {
- margin-left: 6px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- opacity: 1;
- }
- #nav a {
- display:block;
- color: {color:nav link};
- text-align:center;
- -webkit-transition: all 0.6s ease;
- color:{color:nav link};
- opacity:0.8;
- font-family:{font:title};
- font-style:italic;
- background: {color:nav background};
- margin-bottom: 3px;
- padding: 1px;
- letter-spacing:2px;
- text-tranform:lowercase;
- }
- #nav a:hover {
- opacity: 1;
- }
- #notes img {
- width:0px;
- height:0px;
- opacity:0;
- margin-right:-55px;
- position:absolute;
- }
- #cudzyslow {
- display: block;
- background: url(http://static.tumblr.com/akhimg2/fAbm9o4gq/untitled-2.png) no-repeat 0 10px;
- text-align:justify;
- padding-left: 30px;
- padding-top:10px;
- margin-top:-10px;
- width:170px;
- }
- {block:indexpage}
- #posts{
- overflow:hidden;
- padding: 3px;
- -webkit-transition: all 0.9s ease;
- max-width:500px;
- padding-top: 8px;
- padding-bottom: 8px;
- }
- #posts:hover #side {
- opacity:1;
- -webkit-transition: all 0.9s ease;
- }
- #side {
- margin-left: 505px;
- margin-top: 10px;
- border-left: 1px solid {color:border};
- padding-left: 3px;
- -webkit-transition: all 0.9s ease;
- opacity:0;
- position:absolute;
- display: inline-block;
- }
- img {
- max-width: 500px;
- }
- #entries {
- margin-left:500px;
- margin-bottom:-10px;
- max-width:500px;
- }
- {/block:indexpage}
- {block:ifregularposts}
- #posts{
- overflow:hidden;
- padding: 3px;
- -webkit-transition: all 0.9s ease;
- max-width:500px;
- padding-top: 8px;
- padding-bottom: 8px;
- }
- #posts:hover #side {
- opacity:1;
- -webkit-transition: all 0.9s ease;
- }
- #side {
- margin-left: 505px;
- margin-top: 10px;
- border-left: 1px solid {color:border};
- padding-left: 3px;
- -webkit-transition: all 0.9s ease;
- opacity:0;
- position:absolute;
- display: inline-block;
- }
- img {
- max-width: 500px;
- }
- #entries {
- margin-left:400px;
- margin-bottom:-10px;
- max-width:500px;
- }
- {/block:ifregularposts}
- {block:ifsmallposts}
- #posts{
- overflow:hidden;
- padding: 3px;
- -webkit-transition: all 0.9s ease;
- max-width:400px;
- padding-top: 8px;
- padding-bottom: 8px;
- }
- #posts:hover #side {
- opacity:1;
- -webkit-transition: all 0.9s ease;
- }
- #side {
- margin-left: 405px;
- margin-top: 10px;
- border-left: 1px solid {color:border};
- padding-left: 3px;
- -webkit-transition: all 0.9s ease;
- opacity:0;
- position:absolute;
- display: inline-block;
- }
- img {
- max-width: 400px;
- }
- #entries {
- margin-left:400px;
- margin-bottom:-10px;
- max-width:400px;
- }
- {/block:ifsmallposts}
- {block:permalinkpage}
- #posts{
- overflow:hidden;
- padding: 3px;
- -webkit-transition: all 0.9s ease;
- max-width:500px;
- padding-top: 8px;
- padding-bottom: 8px;
- }
- #posts:hover #side {
- opacity:1;
- -webkit-transition: all 0.9s ease;
- }
- #side {
- margin-left: 505px;
- margin-top: 10px;
- border-left: 1px solid {color:border};
- padding-left: 3px;
- -webkit-transition: all 0.9s ease;
- opacity:0;
- position:absolute;
- display: inline-block;
- }
- img {
- max-width: 500px;
- }
- #entries {
- margin-left:400px;
- margin-bottom:-10px;
- max-width:500px;
- }
- {/block:permalinkpage}
- #credit {
- padding-right: 5px;
- padding-left: 5px;
- right: 1px;
- bottom:10px;
- background-color:transparent;
- position:fixed;
- -webkit-transition: all 0.6s ease;
- font-family:rebuchet ms;
- text-transform:uppercase;
- font-size:10px;
- border-right: 25px solid {color:border};
- letter-spacing: -1px;
- font-family:trebuchet ms;
- }
- #credit:hover {
- border-right: 45px solid {color:border};
- }
- h1{
- font-size:15px;
- line-height:15px;
- letter-spacing:-1px;
- text-align:left;
- padding-bottom: 3px;
- text-transform: lowercase;
- border-bottom: 1px solid {color:border};
- }
- #quote {
- font-size: 12px;
- letter-spacing:-1px;
- line-height: 100%;
- margin-left: 10px;
- padding: 3px;
- border-bottom: 1px solid {color:border};
- width:80%;
- text-align:center;
- }
- #quote:first-letter{
- font-weight:bold;
- font-size:19px;
- }
- blockquote {
- padding-left:7px;
- margin:2px;
- border-left:1px solid {color:border};
- }
- img a{border:none; width:100%}
- .user_1 .label {text-transform:uppercase;}
- .user_2 .label {text-transform:uppercase;}
- .user_3 .label {text-transform:uppercase;}
- .user_4 .label {text-transform:uppercase;}
- .user_5 .label {text-transform:uppercase;}
- .user_6 .label {text-transform:uppercase;}
- .user_7 .label {text-transform:uppercase;}
- .user_8 .label {text-transform:uppercase;}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
- #notes {font-weight:normal}
- #notes li {padding-bottom:0.5em}
- #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px; border-radius:50%;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1}
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="credit">
- <a href="http://racheyzane.tumblr.com">© racheyzane</a>
- </div>
- <div id="sbar">
- <div id="simg">
- <img src="{image:sidebar}">
- <div id="nav">
- <a href="/">refresh</a>
- <a href="/ask">message</a>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- </div>
- </div>
- <div style="font-size:15px; letter-spacing: -1px; font-family:{font:title}; background:{color:title background}; padding-left: 35px; padding-top: 3px; padding-bottom:5px; width:177px; margin-top: 5px; margin-bottom:5px;"><div style="display:inline;font-size:11px; text-align:right;">{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}</div><a href="/"><i>{title}</i></a>
- <div style="display:inline;font-size:11px; text-align:right;"> {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div></div>
- <div id="cudzyslow">
- {Description}</div></div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- <div id="side">
- {block:Date}<a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{Year}</a>{/block:Date}<br>
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:Title}<h1>{Title} </h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}
- <div id="quote">
- {Quote}</div>
- <div align="right">{Source}</div>
- {/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name} </h1></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}
- {block:indexpage}
- {block:ifregularposts}
- <img src="{PhotoURL-500}">
- {Caption}
- {/block:ifregularposts}
- {block:ifsmallposts}
- <img src="{PhotoURL-400}">
- {Caption}
- {/block:ifsmallposts}
- {/block:indexpage}
- {block:permalinkpage}
- <img src="{PhotoURL-500}">
- {Caption}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}{block:indexpage}
- {block:ifregularposts}
- {Photoset-500}
- {Caption}
- {/block:ifregularposts}
- {block:ifsmallposts}
- {Photoset-400}
- {Caption}
- {/block:ifsmallposts}
- {/block:indexpage}{block:permalinkpage}
- {Photoset-500}
- {Caption}
- {/block:permalinkpage}{/block:Photoset}
- {block:Chat}<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:Video}{block:indexpage}
- {block:ifregularposts}
- {Video-500}
- {Caption}
- {/block:ifregularposts}
- {block:ifsmallposts}
- {Video-400}
- {Caption}
- {/block:ifsmallposts}
- {/block:indexpage}{block:permalinkpage}
- {Video-500}
- {Caption}
- {/block:permalinkpage}{/block:Video}
- {block:Answer}<div style="border-bottom: 1px solid {color:border}; padding-bottom: 3px;"><ii><div style="color: {color:link}; text-transform:lowercase; display:inline;">{Asker}</div> asked</ii>: {Question}</div>
- {Answer}{/block:answer}
- {block:AudioPlayer}
- {audioplayergrey}<br>
- {block:artist}<b>{artist}</b>{/block:artist}
- {block:trackname} / <i>{trackname}</i>{/block:trackname}
- {block:album} / {album}{/block:album}<br>
- </center><br>
- {/block:AudioPlayer}
- {block:PermalinkPage}
- {block:Date}
- <div style="text-transform:uppercase">
- <br><b><big>{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year} ({12Hour}:{Minutes}{AmPm})</b></big>
- </div>
- {/block:Date}
- <div style="border-top: 1px solid {color:border}; border-bottom: 1px solid {color:border}; padding: 5px; margin-top: 5px; font-size:9px; opacity: 0.8; letter-spacing:-1px; text-align:left; width:500px;">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
- {block:HasTags}tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br>
- {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {block:ContentSource}source: <a href="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- </div>
- <br>
- {/block:Posts}
- <div id="notes">{block:PostNotes} {PostNotes} {/block:PostNotes}</div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement