- <!--
- the sun will rise (theme #2) by amy (whoredairs). this theme is dedicated to the hunger games- may the odds be ever in your favor!
- "Deep in the meadow, under the willow
- A bed of grass, a soft green pillow
- Lay down your head, and close your sleepy eyes
- And when again they open, the sun will rise."
- -
- THIS THEME IS NOT TO BE USED AS A BASE.
- DO NOT REDISTRIBUTE OR REMOVE THE CREDIT.
- -
- -->
- <head>
- <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Basic' rel='stylesheet' type='text/css'>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#CDD9CC" />
- <meta name="color:sidebar" content="#E2EBDD" />
- <meta name="color:sidebar hover" content="F5FCF3" />
- <meta name="color:posts" content="#E2EBDD" />
- <meta name="color:ask" content="F5FCF3" />
- <meta name="color:navigation" content="#E2EBDD" />
- <meta name="color:navigation links" content="#C1CCBC" />
- <meta name="color:info" content="F5FCF3" />
- <meta name="color:text" content="#919992" />
- <meta name="color:links" content="#92A587" />
- <meta name="color:links hover" content="#E4EEDE" />
- <meta name="color:scrollbarbg" content="#BCC7BB" />
- <meta name="color:scrollbar" content="#D7EBD5" />
- <meta name="color:selection" content="#D7EBD5" />
- <meta name="image:background picture" content=""/>
- <meta name="image:sidebar picture" content=""/>
- <meta name="font:body" content="georgia"/>
- <meta name="font:title" content="georgia"/>
- <meta name="text:link 1 title" content="title of link" />
- <meta name="text:link 1" />
- <meta name="text:link 2 title" content="title of link" />
- <meta name="text:link 2" />
- <meta name="text:link 3 title" content="title of link" />
- <meta name="text:link 3" />
- <meta name="text:link 4 title" content="title of link" />
- <meta name="text:link 4" />
- <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">
- ::-webkit-scrollbar {
- width: 12px;
- height:auto;
- background:{color:scrollbarbg};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background:{color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background:{color:scrollbar};
- }
- ::selection{
- color:{color:Text};
- background-color:{color:selection}
- }
- body {
- color:{color:text};
- background-color: {color:background};
- background-image: url('{image:Background}');
- background-attachment: fixed;
- background-repeat: no-repeat;
- background-position: center;
- font-family: 'Basic', sans-serif; ;
- font-size: 10px;
- text-align: justify
- }
- a:link, a:active, a:visited{
- color: {color:links};
- text-decoration:none;
- }
- a:hover{
- color:{color:links hover};
- }
- #entries {
- margin-right: 210px;
- float: right;
- text-align: justify;
- }
- #posts {
- background-color: {color:posts};
- width: 500px;
- text-align: justify;
- margin-bottom:7px;
- padding: 4px;
- font-family: 'Basic', sans-serif;
- }
- #posts:hover #info {
- opacity:0.8;
- }
- .blogtitle {
- color: {color:title};
- font-family: 'Parisienne', cursive;
- font-size: 21px;
- text-align:center;
- text-shadow: #FFFFFF -3px 0px 7px;
- position:fixed;
- line-spacing:80%;
- background-color:transparent;
- width:260px;
- height:auto;
- margin-left:240px;
- margin-top:90px;
- z-index:2;
- }
- .blogtitle:hover {
- text-shadow: #EDF2F0 0px 0px 0px {opacity:0.9};
- opacity:0.5
- }
- #sidebar {
- margin-left:0px;
- width:260px;
- }
- #sbar {
- width:260px;
- margin-left:230px;
- top: 130px;
- height: 300px;
- position:fixed;
- background-color: {color:sidebar};
- padding:0px;
- border-bottom-right-radius: 98px;
- -moz-border-radius-bottomright: 98px;
- -moz-border-radius-topleft: 99px;
- border-top-left-radius: 99px;
- }
- #sidebarpicture img {
- width: 260px;
- height: 300px;
- margin-left:0px;
- margin-top:0px;
- height: auto;
- text-align:center;
- opacity:1.0;
- filter:alpha(opacity=10);
- -moz-border-radius-bottomright: 99px;
- border-bottom-right-radius: 99px;
- -moz-border-radius-topleft: 99px;
- border-top-left-radius: 99px;
- }
- #stext {
- top:130px;
- margin-left:0px;
- position: fixed;
- width:250px;
- height:217px;
- background-color: {color:sidebar};
- font-size: 9px;
- text-align: center;
- font-family: 'Basic', sans-serif;
- border-right: 0px solid;
- letter-spacing: 1px;
- padding: 5px;
- padding-top:80px;
- filter:alpha(opacity=30);
- -moz-opacity:0.3;
- -khtml-opacity: 0.2;
- opacity: 0.3;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- -moz-border-radius-bottom-right: 97.7px;
- border-bottom-right-radius: 97.7px;
- -moz-border-radius-topleft: 97.7px;
- border-top-left-radius: 97.7px;
- }
- #stext:hover{
- width:250px;
- height:215px;
- background-color: {color:sidebar hover};
- opacity:0.87;
- }
- #title{
- color:{color:title};
- font-family: 'Parisienne', cursive;
- font-size:17px;
- line-height:90%;
- letter-spacing: 1.5px;
- font-weight:normal;
- text-transform:lowercase;
- margin-left:5px;
- padding-top:2px;
- text-align:left
- }
- .ask {
- background-color: {color:ask};
- height:auto;
- width:500px;
- font-family:'Bad Script', cursive;
- font-size:12px;
- text-align:center;
- border-bottom:1.5px solid {color:background; width:60%};
- padding:2px;
- }
- #answer {
- color:{color:font};
- }
- #asker {
- margin-left:350px;
- font-size:10px;
- text-align:left;
- text-transform:uppercase;
- color:{color:text};
- }
- #navigation {
- width:103px;
- margin-left: 180px;
- margin-top: 220px;
- position: fixed;
- }
- #navigation a{
- width: 50px;
- height: 40px;
- display: table;
- font-family: 'Bad Script', cursive;
- font-size: 12px;
- font-color: {color:text}
- letter-spacing: 1px;
- line-height:40px;
- text-align: center;
- background-color: {color:navigation};
- margin: 2px 0px 2px 0px;
- opacity: 0.8;
- z-index: 8
- }
- #navigation a:hover{
- opacity: 1
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #linknav {
- margin-top:314px;
- margin-left:74px;
- position:fixed;
- }
- #linknavtitle {
- background-color:{color:navigation links};
- opacity:0.7;
- height: 5px;
- width: 189px;
- font-size:13px;
- color:{color:text};
- font-family: trebuchet ms;
- text-align:right;
- text-transform:lowercase;
- letter-spacing:3px;
- line-height:1px;
- position:fixed;
- padding: 5px;
- -webkit-transform: rotate(-90deg);
- -moz-transform: rotate(-90deg);
- -o-transform: rotate(-90deg);
- writing-mode: tb-rl;
- z-index:0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -moz-border-radius-top-right: 20px;
- border-top-right-radius: 20px;
- -moz-border-radius-top-left: 20px;
- border-top-left-radius: 20px;
- }
- #linknavtitle:hover {
- opacity:1;
- -moz-border-radius-top-right: 0px;
- border-top-right-radius: 0px;
- -moz-border-radius-top-left: 0px;
- border-top-left-radius: 0px;
- }
- #linknav:hover #links {
- opacity:1;
- margin-top:-85px;
- z-index:0;
- padding-left:15px;
- }
- #links {
- opacity:0;
- margin-left:-10px;
- -webkit-transition: all 1.3s ease-in-out;
- -moz-transition: all 1.3s ease-in-out;
- -o-transition: all 1.3s ease-in-out;
- -ms-transition: all 1.3s ease-in-out;
- transition: all 1.3s ease-in-out;
- }
- #links a {
- width:60px;
- height:40px;
- margin-left:30px;
- margin-top:5px;
- display:table;
- font-family: 'Bad Script', cursive;
- font-size:11px;
- font-color: {color:links};
- text-align:center;
- text-transform:lowercase;
- line-height:40px;
- background-color:{color:navigation links};
- z-index:1;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- -moz-border-radius-topleft: 2px;
- border-top-left-radius: 2px;
- }
- #links a:hover {
- color:{color:links};
- background-color:{color:navigation};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- z-index:1
- }
- #audiopost {display:block;
- background-color:white;
- }
- #pagination {
- width: 49px;
- height: 20px;
- position:fixed;
- font-family: 'Basic', sans-serif;
- font-size: 10px;
- font-color: {color:links}
- letter-spacing: 1px;
- text-align: center;
- line-height: 20px;
- background-color: {color:navigation};
- margin-left:181px;
- margin-top:400px;
- opacity:0.8
- }
- #info {
- margin-left:510px;
- padding:5px;
- width:100px;
- height:auto;
- background-color: transparent;
- font-family: 'Basic', sans-serif;
- font-size:11px;
- font-weight:bold;
- text-align:left;
- text-transform:lowercase;
- line-height:90%;
- letter-spacing: -0.75px;
- position:absolute;
- opacity:0;
- -webkit-transition-duration: 0.7s;
- -moz-transition-duration: 0.7s;
- -moz-border-radius-topleft: 15px;
- border-top-left-radius: 15px;
- -moz-border-radius-bottomright: 15px;
- border-bottom-right-radius: 15px;
- }
- blockquote {
- padding:0px;
- padding-left:5px;
- margin:5px;
- border-left:2px solid {color:text}
- }
- #audio {
- background-color:black;
- width:500px;
- }
- .user_1 .label {
- color:{color:text};
- font-weight:bold;
- }
- .user_2 .label {
- color:{color:text};
- 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
- }
- </style>
- </head>
- <body>
- <div id="navigation">
- <a href="/">refresh</a> <a href="/ask">message</a><a href="/archive">past</a> <a href="http://whoredairs.tumblr.com">theme</a></div></div>
- <div id="linknav">
- <div id="linknavtitle">links <b>↑</b></div>
- <div id="links">
- <a href="{text:link 1}">{text:link 1 title}</a>
- <a href="{text:link 2}">{text:link 2 title}</a>
- <a href="{text:link 3}">{text:link 3 title}</a>
- <a href="{text:link 4}">{text:link 4 title}</a>
- </div></div></div>
- <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</a>
- </div>
- <div id="sidebar">
- <div class= "blogtitle""><a href="/">{Title}</a></div>
- <div id="sbar">
- <div id="sidebarpicture"><img src="{image:sidebar picture}"></div>
- <div id="stext">{Description}</div>
- </div></div>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- <div id="info">
- {block:date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}<br><font color=F0848B>♥</font>{NoteCountWithLabel}{/block:NoteCount}</a> {/block:date}
- <br><br>
- {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}" target="_blank">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {block:Text}<div id="title">{block:Title}{Title}{/block:Title}</div> <p align=justify>{Body}</p>{/block:Text}
- {block:Link}<div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Quote}<div id="title">"{Quote}"<br></div><br>{block:Source}~ {Source}{/block:Source}{/block:Quote}
- {block:Answer}<div class= ask><center>{Question}</center><br></div><div id= asker>~ {Asker}</div><div id="answer">{Answer}</div>{/block:Answer}
- {block:Chat}{block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}<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:Audio}<div id="audio">{AudioPlayerBlack}</div><center>{block:Caption}{Caption}{/block:Caption}{PlayCount} plays</center>{/block:Audio}
- {block:Video}<center>{Video-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photo}{LinkOpenTag}<a href="{Permalink}"><img width="500" src="{PhotoURL-HighRes}"></a>{LinkCloseTag}<br>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}<br>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- </div>
- {/block:posts}
- <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </body>

