Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!--
- so you pulled my heart out and i don't mind bleeding
- theme by emma
- [racheyzane.tumblr.com]
- do not copy!
- !-->
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#D3C7B4" />
- <meta name="color:link" content="#DBCF48" />
- <meta name="color:hover link" content="#99698A" />
- <meta name="color:nav link" content="#D3BA95" />
- <meta name="color:nav link hover background" content="#F8F7E8" />
- <meta name="color:info link" content="#B1B1B1" />
- <meta name="color:info link hover" content="#D6D6D6" />
- <meta name="color:link1" content="#EEF2F7" />
- <meta name="color:link2" content="#F8F3E3" />
- <meta name="color:link3" content="#F0F095" />
- <meta name="color:link4" content="#A88698" />
- <meta name="color:link5" content="#F8EEE1" />
- <meta name="color:link6" content="#F0E6E6" />
- <meta name="color:ask background" content="#FCFAF7" />
- <meta name="color:border" content="#E2DCBE" />
- <meta name="color:bold" content="#F1E77A" />
- <meta name="color:italic" content="#d49483" />
- <meta name="color:info" content="#FCFBF5" />
- <meta name="color:info1" content="#FCFCFC" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:sidebar 2" content=""/>
- <meta name="font:title" content="georgia" />
- <meta name="font:body" content="georgia" />
- <meta name="font:info" content="georgia" />
- <meta name="font:questions" content="trebuchet ms" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 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">
- body {color:{color:text};
- background-color:{color:background};
- background-attachment:fixed;
- font-family:{font:body};
- 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;
- opacity: 5;
- }
- a:hover {
- color:{color:hover link};
- -webkit-transition: all 0.6s ease;
- opacity: 5;
- }
- b {
- font-weight: bold;
- color:{color:bold};
- }
- i {
- font-style: italic;
- color:{color:italic};
- }
- #entries {
- margin-left:600px;
- margin-top:20px;
- margin-bottom:20px;
- width:500px;
- }
- #sbar {
- width: 500px;
- height: auto;
- margin-left: 100px;
- text-align: center;
- }
- .simg {
- width:200px;
- }
- .simg img {
- border-radius: 50px 0px 50px 0px;
- width:200px;
- display: block;
- }
- .sideimg {
- position:fixed;
- -webkit-transition: all 1s ease-in;
- opacity: 0;
- }
- .sideimg img {
- width:200px;
- border-radius: 50px 0px 50px 0px;
- }
- .sideimg:hover {
- opacity:2;
- }
- #sidebar {
- margin-top: 200px;
- width:200px;
- height: auto;
- margin-left:100px;
- position:fixed;
- overflow:hidden;
- background-color: {color:background};
- padding:3px;}
- #stext {
- font-size:9px;
- font-color:{color:text};
- font-family:{font:body};
- width: 200px;
- padding-top:8px;
- }
- #nav {
- position:fixed;
- margin-top: 20px;
- margin-left:210px;
- border-left: 8px solid;
- border-color:{color:border};
- }
- #link1 a, #link2 a, #link3 a, #link4 a, #link5 a, #link6 a {
- display:block;
- height:25px;
- width:42px;
- color:{color:nav link};
- font-family:{font:title};
- font-size:10px;
- padding-top: 15px;
- letter-spacing:-1px;
- border-radius: 10px;
- -webkit-transition: all 0.6s ease; opacity: 5;
- }
- #link1 a:first-letter, #link2 a:first-letter, #link3 a:first-letter, #link4 a:first-letter, #link5 a:first-letter, #link6 a:first-letter {
- font-weight: bold;
- color:{color:italic};
- }
- #nav a:hover {
- color:{color:italic};
- background-color:{color:nav link hover background};
- -webkit-transition: all 0.6s ease;
- opacity: 5;
- border-right: 4px solid;
- color:{color:link};
- }
- #link1 {width:44px; border-radius: 10px; margin:8px; display: block; background-color:{color:link1};}
- #link2 {width:44px; border-radius: 10px; margin:8px;display: block; background-color:{color:link2};}
- #link3 {width:44px; border-radius: 10px; margin:8px; display: block; background-color:{color:link3};}
- #link4 {width:44px; border-radius: 10px; margin:8px; display: block; background-color:{color:link4};}
- #link5 {width:44px; border-radius: 10px; margin:8px; display: block; background-color:{color:link5};}
- #link6 {width:44px; border-radius: 10px; margin:8px; display: block; background-color:{color:link6};}
- #pagination {
- font-family:georgia;
- text-align:center;
- font-size:24px;
- padding-top: 10px;
- padding-bottom: 4px;
- }
- #posts{
- overflow:hidden;
- background-color: {color:background};
- padding: 3px;
- }
- h1{
- color:{color:title};
- font-family:{font:body};
- font-size:19px;
- line-height:15px;
- letter-spacing:0px;
- font-style:italic;
- text-align:center;
- padding-bottom: 3px;
- }
- #tags{
- font-family:{font:info};
- background-color:{color:info};
- font-size:9px;
- text-align:left;
- margin-left:10px;
- padding: 5px;
- border-left: 10px solid;
- border-color:{color:link2};
- -webkit-transition: all 0.6s ease; opacity: 5;
- }
- #info{
- font-family:{font:info};
- font-size:9px;
- border-left: 10px solid;
- border-color:{color:link1};
- text-transform:l;
- text-align:left;
- padding: 5px;
- background-color:{color:info1};
- -webkit-transition: all 0.6s ease; opacity: 5;
- }
- #info a {
- color:{color:info link};
- }
- #info a:hover {
- color:{color:info link hover};
- }
- #tags a {
- color:{color:info link};
- }
- #tags:hover {
- border-left:15px solid;
- border-color:{color:link2};
- -webkit-transition: all 0.6s ease; opacity: 5;
- }
- #tags a:hover {
- color:{color:info link hover};
- }
- #info:hover {
- border-left:15px solid;
- border-color:{color:link1};
- -webkit-transition: all 0.6s ease; opacity: 5;
- }
- #questions {
- background-color:{color:ask background};
- border-bottom: 3px solid;
- border-color: {color:border};
- text-align:center;
- text-transform: uppercase;
- color: {color:ask};
- padding:10px;
- margin-bottom:0px;
- font-family:{font:questions};
- font-size:9px;
- -webkit-transition: all 0.6s ease; opacity: 5;
- }
- #questions a {
- color:{color:info link}
- }
- #questions a:hover {
- color:{color:info link hover};
- }
- #questions:hover {
- border-bottom: 3px solid;
- border-color:{color:info link hover};
- -webkit-transition: all 0.6s ease; opacity: 5;
- }
- blockquote {
- border-left:2px {color:body} solid;
- padding-left:5px;
- margin:0px 2px 0px 10px
- }
- #quote {
- font-family: {font:title};
- font-size: 15px;
- letter-spacing:-1px;
- line-height: 100%;
- margin-left: 10px;
- padding: 10px;
- border-left: 5px solid;
- border-color: {color:border};
- }
- #quote:first-letter{
- font-weight:bold;
- font-size:19px;
- }
- blockquote {
- padding-left:7px;
- margin:2px;
- border-left:5px solid {color:border};
- }
- img a{border:none; width:100%}
- .audio{display:block;}
- .user_1 .label {color:{color:border}; font-weight:bold}
- .user_2 .label {color:{color:title}; font-weight:bold}
- .user_3 .label {color:{color:border}; font-weight:bold}
- .user_4 .label {color:{color:title}; font-weight:bold}
- .user_5 .label {color:{color:border}; font-weight:bold}
- .user_6 .label {color:{color:title}; font-weight:bold}
- .user_7 .label {color:{color:border}; font-weight:bold}
- .user_8 .label {color:{color:title}; font-weight:bold}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
- 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="sbar"><div id="sidebar">
- <div id="nav">
- <div id=link1><a href="/">home</a></div>
- <div id=link2><a href="/ask">askbox</a></div>
- <div id=link3>{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</div>
- <div id=link4>{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</div>
- <div id=link5>{block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</div>
- <div id=link6><a href="http://racheyzane.tumblr.com/">theme</a></div>
- </div>
- <div class="simg">
- <div class="sideimg">
- <img src="{image:sidebar}"></div><img src="{image:sidebar 2}"></div>
- <br>
- <div id="stext">{block:Description}{Description}{/block:Description}<br /></div><br>
- <div id="pagination"><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"><small>«</small></a> {/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}"><small>»</small></a>{/block:NextPage}</div>
- <br>
- </div></div></div></div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Title}<h1>{Title} </h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}
- <div id="quote">{Quote}<br><small>{Source}</small></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}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/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}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="questions"><b><a>{Asker}</a></b>:<br><br>{Question} <br></div>
- {Answer}{/block:answer}
- {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
- <div id="info">posted <a>{TimeAgo}</a> • <a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{Year}</a> • {block:NoteCount}{block:NoteCount}{/block:NoteCount}{NoteCountWithLabel} <br>{block:RebloggedFrom}<a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a> | {/block:RebloggedFrom}
- {block:ContentSource}© <a href="{SourceURL}"><b>{SourceLink}</b></a>{/block:ContentSource}{block:HasTags}</div>
- <div id="tags">
- {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div><br>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement