Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---
- theme by vicki
- don't repost or copy!!
- --->
- <html>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#FCF8F5" />
- <meta name="color:posts" content="#FCF8F5" />
- <meta name="color:info" content="#FAF3E8" />
- <meta name="color:questions" content="#fcf9f5" />
- <meta name="color:text" content="#855e56" />
- <meta name="color:title" content="#dfa888" />
- <meta name="color:link" content="#ce6e6a" />
- <meta name="color:link hover" content="#aa686b" />
- <meta name="color:slink bg" content="#eeded3" />
- <meta name="color:sbarimg" content="#f7ede1" />
- <meta name="color:border" content="#f0e0d1" />
- <meta name="font:title" content="georgia" />
- <meta name="font:body" content="helvetica" />
- <meta name="font:info" content="georgia" />
- <meta name="image:sidebar" content="" />
- <meta name="text:simgheight" content="300" />
- <meta name="image:background" 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="text:link4" 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}" />
- <link href='http://fonts.googleapis.com/css?family=Yesteryear|Engagement|Norican|Cookie'
- rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- color:{color:text};
- background-color:{color:background};
- background-image: url('{image:background}');
- background-position:bottom right;
- background-attachment:fixed;
- background-repeat:no-repeat;
- text-align:justify;
- font-family:{font:body};
- font-size:11px;}
- a {color:{color:link}; text-decoration: none;}
- a:hover {color:{color:link hover}; -webkit-transition-duration: 0.7s; -moz-transition-
- duration: 0.7s;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:slink bg};
- height:30px;}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:slink bg;};
- height:5px;}
- ::-webkit-scrollbar {
- background-color:{color:background};
- height:5px;
- width:10px;}
- /* POSTS */
- #entries {margin-left:520px; width:515px; margin-top:5px; z-index:1;}
- #posts {margin-bottom:15px; background-color:{color:posts}; padding:8px;}
- #posts:hover .pt {opacity:1; margin-left:20px; width:200px; -webkit-transition: all .7s
- ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all 7s ease-in-out; -ms-
- transition: all .7s ease-in-out; transition: all .7s ease-in-out;}
- .pinfo {width:200px; height:auto; margin-left:507px;}
- .pt {font-family:{font:body}; font-size:10px; width:200px; position:absolute; text-
- align:left; opacity:0; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s
- ease-in-out; -o-transition: all 7s ease-in-out; -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- .pt:hover {opacity:1; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s
- ease-in-out; -o-transition: all 7s ease-in-out; -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- #notes {z-index:1;}
- #info {width:400px; margin:15px 0px -3px 47px; background-color:{color:info}; font-
- family:calibri; font-size:10px; text-transform: uppercase; color:{color:text}; border-top:1px
- solid {color:border}; letter-spacing:0px; padding:5px;}
- #tags {font-family:{font:info}; font-style:italic; font-size:10px; text-transform: lowercase;
- color:{color:text}; letter-spacing:1px;}
- #questions {background-color:{color:questions}; color: {color:text}; text-align:left;
- padding:5px; font-family:{font:body}; font-size:11px;}
- .arrow {color:{color:questions}; text-align:right; padding:3px; font-family:{font:body};
- font-size:22px;}
- .asker {text-align:right; padding:3px; margin-top:-23px; font-family:calibri; text-
- transform:uppercase; font-size:11px;}
- .tagtitle {border-bottom:2px solid {color:border}; line-height:110%;}
- /* LINKS */
- #c1 {height:30px; width:50px; margin-left:13px;}
- #c1:hover .t1 {opacity:1; height:50px; margin-top:-50px; -webkit-transition: all .5s ease-
- in-out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-
- transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
- .l1 {height:30px; width:50px; background-color: {color:slink bg};}
- .t1 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
- font-family:calibri; color:{color:text}; font-size:10px; line-height:30px; text-align:
- center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-transition:
- all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;}
- .t1 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
- transition-duration: 0.7s;}
- .t1 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
- 0.7s; font-style:italic;}
- #c2 {height:30px; width:50px; margin-left:68px; margin-top:-30px;}
- #c2:hover .t2 {opacity:1; height:50px; margin-top:-50px; -webkit-transition: all .5s ease-
- in-out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-
- transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
- .l2 {height:30px; width:50px; background-color: {color:slink bg};}
- .t2 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
- font-family:calibri; color:{color:text}; font-size:10px; line-height:30px; text-align:
- center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-transition:
- all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;}
- .t2 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
- transition-duration: 0.7s;}
- .t2 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
- 0.7s; font-style:italic;}
- #c3 {height:30px; width:50px; margin-left:123px; margin-top:-30px;}
- #c3:hover .t3 {opacity:1; height:50px; margin-top:-50px; -webkit-transition: all .5s ease-
- in-out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-
- transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
- .l3 {height:30px; width:50px; background-color: {color:slink bg};}
- .t3 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
- font-family:calibri; color:{color:text}; font-size:10px; line-height:30px; text-align:
- center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-transition:
- all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;}
- .t3 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
- transition-duration: 0.7s;}
- .t3 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
- 0.7s; font-style:italic;}
- #c4 {height:30px; width:50px; margin-left:178px; margin-top:-30px;}
- #c4:hover .t4 {opacity:1; height:50px; margin-top:-50px; -webkit-transition: all .5s ease-
- in-out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-
- transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
- .l4 {height:30px; width:50px; background-color: {color:slink bg};}
- .t4 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
- font-family:calibri; color:{color:text}; font-size:10px; line-height:30px; text-align:
- center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-transition:
- all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;}
- .t4 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
- transition-duration: 0.7s;}
- .t4 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
- 0.7s; font-style:italic;}
- #c5 {height:30px; width:50px; margin-top:-5px; margin-left:13px;}
- #c5:hover .t5 {opacity:1; height:55px; margin-top:0px; -webkit-transition: all .5s ease-in-
- out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition:
- all .5s ease-in-out; transition: all .5s ease-in-out;}
- .l5 {height:30px; width:50px; background-color: {color:slink bg};}
- .t5 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
- font-family:calibri; color:{color:text}; font-size:10px; line-height:80px; margin-top:-20px;
- text-align: center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-
- transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s
- ease-in-out; transition: all .5s ease-in-out;}
- .t5 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
- transition-duration: 0.7s;}
- .t5 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
- 0.7s; font-style:italic;}
- #c6 {height:30px; width:50px; margin-top:-5px; margin-left:68px; margin-top:-30px;}
- #c6:hover .t6 {opacity:1; height:55px; margin-top:0px; -webkit-transition: all .5s ease-in-
- out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition:
- all .5s ease-in-out; transition: all .5s ease-in-out;}
- .l6 {height:30px; width:50px; background-color: {color:slink bg};}
- .t6 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
- font-family:calibri; color:{color:text}; font-size:10px; line-height:80px; margin-top:-20px;
- text-align: center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-
- transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s
- ease-in-out; transition: all .5s ease-in-out;}
- .t6 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
- transition-duration: 0.7s;}
- .t6 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
- 0.7s; font-style:italic;}
- #c7 {height:30px; width:50px; margin-top:-5px; margin-left:123px; margin-top:-30px;}
- #c7:hover .t7 {opacity:1; height:55px; margin-top:0px; -webkit-transition: all .5s ease-in-
- out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition:
- all .5s ease-in-out; transition: all .5s ease-in-out;}
- .l7 {height:30px; width:50px; background-color: {color:slink bg};}
- .t7 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
- font-family:calibri; color:{color:text}; font-size:10px; line-height:80px; margin-top:-20px;
- text-align: center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-
- transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s
- ease-in-out; transition: all .5s ease-in-out;}
- .t7 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
- transition-duration: 0.7s;}
- .t7 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
- 0.7s; font-style:italic;}
- #c8 {height:30px; width:50px; margin-top:-5px; margin-left:178px; margin-top:-30px;}
- #c8:hover .t8 {opacity:1; height:55px; margin-top:0px; -webkit-transition: all .5s ease-in-
- out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition:
- all .5s ease-in-out; transition: all .5s ease-in-out;}
- .l8 {height:30px; width:50px; background-color: {color:slink bg};}
- .t8 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
- font-family:calibri; color:{color:text}; font-size:10px; line-height:80px; margin-top:-20px;
- text-align: center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-
- transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s
- ease-in-out; transition: all .5s ease-in-out;}
- .t8 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
- transition-duration: 0.7s;}
- .t8 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
- 0.7s; font-style:italic;}
- /* SIDEBAR */
- #sidebar {background-color:{color:background}; font-family:{font:body}; font-size:10px;
- margin-left:235px; margin-top:65px; height:auto; width:245px; position: fixed;}
- #sbarimg img {max-width:245px;}
- #sbarimg:hover .descrip {background-color:{color:sbarimg}; opacity:.8; -webkit-transition:
- all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all 7s ease-in-out;
- -ms-transition: all .7s ease-in-out; transition: all .7s ease-in-out;}
- .descrip {opacity:0; width:235px; height:{text:simgheight}px; padding:0px 5px 0px 5px;
- position:absolute; z-index:1; -webkit-transition: all .7s ease-in-out; -moz-transition: all
- .7s ease-in-out; -o-transition: all 7s ease-in-out; -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- #title {font-size:28px; font-family: 'Cookie', cursive; padding: 3px; margin-top:35px;
- margin-bottom:-10px; text-align:center; color:{color:title}; letter-spacing:2px; height:
- auto; line-height:60%;}
- #pagination {font-family:{font:body}; font-size:10px; text-align:center; font-weight:bold;}
- h1{color:{color:title}; font-family:{font:title}; font-size:14px; line-height:14px; font-
- weight:normal; text-align:left; font-style: italic; margin:0px; padding: 0px;}
- h2{color:{color:title}; font-family:{font:title}; font-size:13px; line-height:14px; font-
- weight:normal; font-style: italic; text-align:left; font-style: italic; margin:0px; padding:
- 0px;}
- b, strong{color:{color:title};}
- i, em {color:{color:text};}
- p{margin-top:6px; margin-bottom:6px}
- blockquote {border-left:2px {color:border} solid; padding-left:5px; margin:0px 2px 0px 10px;}
- img a {border:none; width:100%}
- .audio {background-color:black; display:block; width:390px;}
- .user_1 .label {color:{color:title}; font-weight:bold}
- .user_2 .label {color:{color:text}; font-weight:bold}
- .user_3 .label {color:{color:title}; font-weight:bold}
- .user_4 .label {color:{color:text}; font-weight:bold}
- .user_5 .label {color:{color:title}; font-weight:bold}
- .user_6 .label {color:{color:text}; font-weight:bold}
- .user_7 .label {color:{color:title}; font-weight:bold}
- .user_8 .label {color:{color:text}; font-weight:bold}
- .user_9 .label {color:{color:title}; font-weight:bold}
- .user_10 .label {color:{color:text}; font-weight:bold}
- .user_11 .label {color:{color:title}; font-weight:bold}
- .user_12 .label {color:{color:text}; font-weight:bold}
- .user_13 .label {color:{color:title}; font-weight:bold}
- .user_14 .label {color:{color:text}; font-weight:bold}
- .user_15 .label {color:{color:title}; font-weight:bold}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
- .notes img{width:10px; position:relative; top:1px;}
- ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-
- color:transparent!important;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="sidebar">
- <div style="margin-left:13px;" id="c1"><div class="t1"><a href="/">home</a></div><div
- class="l1"></div></div>
- <div id="c2"><div class="t2"><a href="/archive">archive</a></div><div class="l2"></div></div>
- <div id="c3"><div class="t3"><a href="/ask">ask</a></div><div class="l3"></div></div>
- <div id="c4"><div class="t4"><a href="http://markedandtied.tumblr.com/">theme</a></div><div
- class="l4"></div></div>
- <div id="sbarimg">
- <center><div class="descrip"><div id="title">{Title}</div><br>
- {block:Description}{Description}{/block:Description}<br><br><br>
- <div id="pagination"><center>{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage}/
- {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- {/block:Pagination}</center></div></div>
- <center><img src="{image:sidebar}"></center></div>
- {block:ifLink1}<div id="c5"><div class="l5"></div><div class="t5"><a href="{text:Link1}">
- {text:Link1 Title}</a></div></div>{/block:ifLink1}
- {block:ifLink2}<div id="c6"><div class="l6"></div><div class="t6"><a href="{text:Link2}">
- {text:Link2 Title}</a></div></div>{/block:ifLink2}
- {block:ifLink3}<div id="c7"><div class="l7"></div><div class="t7"><a href="{text:Link3}">
- {text:Link3 Title}</a></div></div>{/block:ifLink3}
- {block:ifLink4}<div id="c8"><div class="l8"></div><div class="t8"><a href="{text:Link4}">
- {text:Link4 Title}</a></div></div>{/block:ifLink4}
- </div>
- <br>
- <div id="entries">
- {block:Posts}
- <div id="posts"><div class="pinfo">
- <div class="pt">{block:HasTags}<div class="tagtitle"><i>TAGGED AS:</i></div>{block:Tags} #<a
- href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}<h2>"{Quote}"</h2>
- <br><div style="float:right; margin-top:-10px;"><i>- {Source}</i></div>
- {block:Caption}{Caption}{/block:Caption}{/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">
- <center>{Question}</center></div>
- <div class="arrow"><div style="margin-top:-10px; margin-right:160px;">?</div></div>
- <div class="asker"><table style="margin-left:335px;"><tr><td valign="middle"><img
- src="{AskerPortraitURL-16}"></td><td valign="middle">{Asker}</td></tr></table></div>
- {Answer}{/block:Answer}
- {block:Audio}<table><tr><td>{block:AlbumArt}<div class="art"><img src="{AlbumArtURL}"
- width="100px"></div>{/block:AlbumArt}</td><td valign="top">
- <span class="audio"><center>{AudioPlayerBlack}</center></span></td></tr></table>
- {block:Caption}{Caption}{/block:Caption}{/block:Audio}
- <div id="info">{block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
- {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <span
- style="float:right;">{block:RebloggedFrom}<i><a href="{ReblogParentURL}"><a
- href="{ReblogParentURL}">via</a> / {/block:RebloggedFrom}{block:ContentSource}<a
- href="{SourceURL}">source</a></i>{/block:ContentSource}</span></div></div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment