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>
- <!--
- _____________________________________
- THIS COULD BE THE END
- © racheyzane.tumblr.com
- DO NOT STEAL THE CODE!
- _____________________________________
- !-->
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#585757" />
- <meta name="color:selection" content="#ebebeb" />
- <meta name="color:link" content="#8d8d8d" />
- <meta name="color:hover link" content="#8895a3" />
- <meta name="color:nav link" content="#919191" />
- <meta name="color:nav link hover" content="#474747" />
- <meta name="color:scrollbar" content="#858585" />
- <meta name="color:border" content="#dfdfdf" />
- <meta name="color:bg" content="#f7f6f5" />
- <meta name="color:nav bg" content="#eeeeec" />
- <meta name="color:bold" content="#aaaaa9" />
- <meta name="color:italic" content="#616160" />
- <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 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">
- #fade {
- display: none;
- background: #000;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- background: #FFFFFF;
- padding: 20px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 99999;
- }
- img.btn_close {
- float: right;
- margin: -55px -55px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- 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;
- font-family:cambria;
- }
- 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: 600px;
- position:fixed;
- overflow:hidden;
- margin-top:110px;
- width: 200px;
- display:inline;
- font-size:11px;
- }
- #simg {
- width:180px;
- padding:2px;
- padding-bottom:-1px;
- display:block;
- }
- #simg img {
- border: 1px solid {color:border};
- padding:5px;
- background:{color:bg};
- width:180px;
- }
- #nav {
- text-align:center;
- font-size:11px;
- font-style:italic;
- margin-top:15px;
- margin-bottom:15px;
- }
- #nav a {
- margin-right:6px;
- margin-bottom:6px;
- letter-spacing:-1px;
- color:{color:nav link};
- background:{color:nav bg};
- padding: 5px;
- display:inline-block;
- }
- #nav a:hover {
- color:{color:nav link hover};
- }
- #pagination {
- text-align:center;
- margin-top:10px;
- }
- #pagination a {
- font-size:10px;
- padding-top:3px;
- padding-bottom:5px;
- padding:2px;
- margin-right:20px;
- }
- #notes img {
- width:0px;
- height:0px;
- opacity:0;
- margin-right:-55px;
- position:absolute;
- }
- {block:indexpage}
- #posts{
- overflow:hidden;
- padding: 3px;
- -webkit-transition: all 0.9s ease;
- max-width:500px;
- padding-top: 8px;
- padding-bottom: 8px;
- }
- img {
- max-width: 500px;
- }
- #entries {
- margin-left:50px;
- margin-bottom:-10px;
- max-width:500px;
- }
- {/block:indexpage}
- {block:permalinkpage}
- #posts{
- overflow:hidden;
- padding: 3px;
- -webkit-transition: all 0.9s ease;
- max-width:500px;
- padding-top: 8px;
- padding-bottom: 8px;
- }
- img {
- max-width: 500px;
- }
- #entries {
- margin-left:50px;
- margin-bottom:-10px;
- max-width:5400px;
- }
- {/block:permalinkpage}
- #credit {
- padding:5px;
- right: 10px;
- bottom:10px;
- background:{color:bg};
- position:fixed;
- -webkit-transition: all 0.6s ease;
- font-size:12px;
- font-family:
- letter-spacing: -1px;
- opacity:0.7;
- }
- #credit:hover {
- background:{color:text};
- color:{color:background};
- }
- #credit a:hover {
- color:{color:background};
- }
- 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">theme</a>
- </div>
- <div id="sbar">
- <div id="simg">
- <img src="{image:sidebar}">
- </div>
- <div id="nav">
- <a href="/">home</a>
- <a href="/ask">ask</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}
- </div>
- <center>{Description}</center>
- <div id="pagination">
- <center>
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="current_page"><a>{PageNumber}</a></span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">→</a>
- {/block:NextPage}
- {/block:Pagination}
- </center>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- <div style="margin-top:-8px;">
- {block:Title}<h1>{Title} </h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- </div>
- {block:Quote}
- <div id="quote">
- {Quote}</div>
- <div align="right">{Source}</div>
- {/block:Quote}
- <br>
- {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}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{block:indexpage}
- {block:permalinkpage}
- <img src="{PhotoURL-500}">
- {Caption}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}{block:indexpage}{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/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}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:indexpage}{block:permalinkpage}
- {Video-500}
- {Caption}
- {/block:permalinkpage}{/block:Video}
- {block:Answer}<div style="border-bottom: 1px solid {color:border}; padding: 8px; background: {color:bg};"><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>
- {Caption}
- {/block:AudioPlayer}
- <div style="border-top:1px solid {color:border}; margin-top:8px; padding-top:8px;">
- <div style="margin-right:13px; display:inline;">{block:Date} <a href="{Permalink}">{DayOfMonth} {MonthNumberWithZero} {Year}</a>{/block:Date}</div> <div style="margin-right:13px;display:inline;">{block:NoteCount}({NoteCount}){/block:NoteCount}</div> <div style="margin-right:13px;display:inline;">{block:RebloggedFrom}via → <a href="{ReblogParentURL}">{ReblogParentName}</a></div>
- {block:ContentSource}© <a href="{SourceURL}"><b>{SourceLink}</b></a>{/block:ContentSource}{/block:RebloggedFrom}<br>
- <div style="margin-left:15px;">{block:HasTags}{block:Tags}<div style="margin-right: 10px;text-transform:lowercase;display:inline;"><a href="{TagURL}">{Tag}</a></div>{/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PermalinkPage}
- {block:Date}
- <div style="text-transform:uppercase">
- <br><b><big>{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year} ({24Hour}:{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.9; text-align:left; width:500px;">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</di>
- {block:HasTags}<br>tagged:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {block:ContentSource}<br>source: <a href="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- <div id="notes">{block:PostNotes} {PostNotes} {/block:PostNotes}</div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment