Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme 022 by Stella (@tashabartons)
- editing is fine, but please don't remove my credits!
- enjoy! :3 -->
- <html><head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#fdfcfc" />
- <meta name="color:sidebar bar" content="#f8f4f1" />
- <meta name="color:sidebar" content="#fdfcfc" />
- <meta name="color:sidebar img border" content="#f8f4f1" />
- <meta name="color:pagebar" content="#faf8f7" />
- <meta name="color:pagination" content="#e2bbc1" />
- <meta name="color:navlinks" content="#fdfcfc" />
- <meta name="color:navlinks hover" content="#faf8f7" />
- <meta name="color:entries" content="#f8f4f1" />
- <meta name="color:info" content="#fdfcfc" />
- <meta name="color:title" content="#c6d8ba" />
- <meta name="color:text" content="#aaaaaa" />
- <meta name="color:link" content="#e2bbc1" />
- <meta name="color:question" content="#fdfcfc" />
- <meta name="font:title" content="georgia" />
- <meta name="font:body" content="georgia" />
- <meta name="image:sidebar" content="" />
- <meta name="image:sidebar bg" content="http://static.tumblr.com/sdb8vb3/KEhm9jow7/tumblr_l9rsdk9nog1qcdtsho1_400.png" />
- <meta name="image:pagebar bg" content="" />
- <meta name="image:background" content="" />
- <meta name="if:uppercase info" content="1" />
- <meta name="if:lowercase tags" content="1" />
- <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:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:text size" content="10" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <style type="text/css">
- body {color:{color:text}; text-align:justify; font-size:{text:text size}px; font-family:{font:body}; background-color:{color:background}; background-image:url('{image:background}'); background-attachment:fixed}
- a {color:{color:link}; text-decoration:none}
- a:hover {color:{color:text}; border-bottom:1px solid {color:link}}
- #entries {position:absolute; width:520px; margin-left:400px; margin-top:10px}
- #posts {background-color:{color:entries}; padding:10px}
- #sbarbar {float:left; position:fixed; width:320px; height:100%; margin-left:-8px; margin-top:-8px; background-color:{color:sidebar bar}; background-image:url('{image:sidebar bg}'); background-attachment:fixed}
- #sidebar {float:center; margin-left:40px; margin-top:100px; position:fixed; width:220px; height:auto; overflow:hidden; padding:10px; background-color:{color:sidebar}}
- .sbarimg {margin-top:2px; z-index:4}
- .sbarimg img {max-width:200px; height:auto; text-align:center; border:5px solid {color:sidebar img border}; margin-bottom:5px}
- .sbarimg:hover #nlinks {opacity:0.9; display:block}
- #sbartitle {text-align:center; color:{color:title}; font-family:'Dancing Script'; font-size:20px; margin-bottom:5px}
- #sbartext {margin-left:5px; margin-right:5px; font-family:{font:body}; font-size:10px; color:{color:text}; text-align:justify; font-style:normal; margin-bottom:2px}
- .hov {opacity:0.8; letter-spacing:1px; text-align:right; margin-left:15px; margin-top:8px; color:{color:sidebar}; position:absolute; font-family:{font:body}; font-style:italic; font-size:10px; text-transform:none}
- #nlinks {opacity:0; -webkit-transition: all 0.6s ease; margin-left:30px; position:absolute; z-index:10}
- #nlinks a {width:80px; height:20px; line-height:20px; font-family:{font:body}; font-size:9px; text-align:center; display:inline-block; margin:1px 0 1px 0; letter-spacing:1px; background-color:{color:navlinks}; color:{color:navlinks text}; text-transform:lowercase; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
- #nlinks a:hover {border-bottom:none; background-color:{color:navlinks hover}; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out}
- #pagebar {float:left; position:fixed; width:35px; height:100%; margin-left:312px; margin-top:-8px; background-color:{color:pagebar}; background-image:url('{image:pagebar bg}'); background-attachment:fixed}
- #pagination {margin-top:230px; text-align:center; font:24px {font:title}}
- #pagination a {color:{color:pagination}}
- #pagination a:hover {color:{color:text}; border:none}
- #title1 {font-size:14px; font-family:{font:title}; color:{color:title}; font-style:italic}
- #title2 {font-size:14px; font-family:{font:title}; color:{color:title}; font-style:italic}
- #info {width:490px; padding:5px; background-color:{color:info}; color:{color:text}; {block:ifuppercaseinfo}font:8px {font:body}; text-transform:uppercase;{/block:ifuppercaseinfo} {block:ifnotuppercaseinfo}font: 9px {font:body};{/block:ifnotuppercaseinfo} line-height:120%; text-align:center; letter-spacing:1px; margin-top:5px; opacity:0.7; -webkit-transition:opacity 0.8s linear; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out}
- #info:hover {opacity:1; -webkit-transition: opacity 0.8s linear; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out}
- #info a {color:{color:link}}
- #info a:hover {color:{color:text}}
- #tags {width:490px; margin-top:4px; background-color:transparent; color:{color:text}; font:9px {font:body}; {block:iflowercasetags}text-transform:lowercase;{/block:iflowercasetags} text-align:center; letter-spacing:1px; font-style:italic; opacity:0.7; -webkit-transition:opacity 0.8s linear; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out}
- #tags:hover {opacity:1; -webkit-transition: opacity 0.8s linear; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out}
- #tags a {color:{color:link}}
- #tags a:hover {color:{color:text}}
- .user_1 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
- .user_2 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
- .user_3 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
- .user_4 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
- .user_5 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
- .user_6 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
- .user_7 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
- .user_8 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
- .user_9 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
- .user_10 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
- #asks {text-align:center; padding:8px; background-color:{color:question}}
- .asker {margin-bottom:-8px; font-size:11px; letter-spacing:1px; font-style:italic}
- #answers {margin-left:3px; margin-top:8px}
- #audios {width:100%; height:100px; margin-bottom:5px}
- .albumart {float:left; width:100px; height:100px}
- .player {width:25px; height:25px; margin-top:34px; margin-left:33px; overflow:hidden; position:absolute; padding:3px; opacity:0.4; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out}
- .player:hover {opacity:0.7; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out}
- .audioinfo {margin-left:110px; line-height:150%; font-family:{font:body}; font-size:10px}
- #source {margin-top:3px; text-align:right; margin-bottom:5px; font-size:10px}
- b, strong {color:{color:title}}
- i, em {color:{color:text}}
- p {margin-top:5px; margin-bottom:5px}
- blockquote {border-left:2px solid {color:text}; padding-left:5px; margin:0px 2px 0px 10px}
- </style>
- </head>
- <body>
- <div id="sbarbar">
- <div id="sidebar">
- <div class="sbarimg" align="center">
- <div class="hov">hover</div>
- <div id="nlinks">
- <br><br><br><br><br><br>
- <a href="/">refresh</a>
- <a href="/ask">message</a><br>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
- <a href="http://tashabartons.tumblr.com/mythemes">theme</a>
- </div>
- <img src="{image:sidebar}" /></div>
- <div id="sbartitle">{Title}</div>
- <div id="sbartext">{block:Description}{Description}{/block:Description}</div>
- </div>
- </div>
- <div id="pagebar">
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">« </a><br>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
- </div>
- <div id="entries">{block:Posts}<div id="posts">
- {block:Quote}
- <div id="title2">"{Quote}"</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Title}<div id="title1">{Title}</div>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Link}
- <div id="title1"><a href="{URL}" class="link" {Target}>→ {Name}</a></div>
- {block:Description}<div class="description">{Description}</div>{/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="asks"><div class="asker">{Asker} inquired:</div>
- <br>{Question}</div>
- <div id="answers">{Answer}</div>
- {/block:Answer}
- {block:Audio}
- <div id="audios">
- <div class="player">{AudioPlayerWhite}</div>
- <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
- <div class="audioinfo"><br>
- <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
- <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
- <b>Album:</b> {block:Album}{Album}{/block:Album}<br>
- <b>Played:</b> {PlayCount} times</div></div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- <div id="info">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}— via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}, © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>
- {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- <BR><BR><BR>
- {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment