- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- THEME 02 BY TRUTHBEFORETHELIES | SHE WILL BE LOVED
- Please don't steal this theme or redistribute it as
- your own and everyone will be much happier. (Meaning
- keep the credit on, please.) Happy theming!
- -->
- <meta name="color:background" content="#44403C">
- <meta name="color:text" content="#575752">
- <meta name="color:side" content="#353533">
- <meta name="color:link" content="#837F79">
- <meta name="color:linkhover" content="#AA9E82">
- <meta name="color:navlinkbg" content="#AA9E82">
- <meta name="color:post" content="#353533">
- <meta name="color:info" content="#47423E">
- <meta name="image:backgroundimage" content=""/>
- <meta name="image:sideimage" content=""/>
- <meta name="text:title1" content="">
- <meta name="text:url1" content="/">
- <meta name="text:title2" content="">
- <meta name="text:url2" content="/">
- <meta name="text:title3" content="">
- <meta name="text:url3" content="/">
- <head>
- <link href='http://fonts.googleapis.com/css?family=Just+Another+Hand' rel='stylesheet' type='text/css'>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{Title}</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 {
- background-color:{color:background};
- background-image:{image:backgroundimage};
- font-family: calibri;
- font-size: 11px;
- }
- a:link, a:active, a:visited {
- color: {color:link};
- text-decoration:none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #linkhover {
- color: {color:linkhover};
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
- }
- /*TO CHANGE WHETHER IT'S ON THE LEFT OR RIGHT SIDE, EITHER MAKE THE
- MARGIN-LEFT 990PX FOR THE RIGHT SIDE OR 232PX FOR THE LEFT SIDE.*/
- .side {
- font-family: calibri;
- font-size: 11px;
- color: {color:text};
- line-height: 9px;
- text-align: center;
- background-color: {color:side};
- position: fixed;
- z-index: 999;
- padding: 10px;
- margin-top: -30px;
- margin-left: 232px;
- float: right;
- width: 200px;
- height: 110%;
- text-decoration: none;
- }
- #slinks {
- margin-top: 180px;
- font-family: trebuchet ms;
- font-size: 9px;
- text-transform: lowercase;
- font-style: italic;
- }
- #sideimage {
- postion: fixed;
- margin-top: 5px;
- margin-left: 5px;
- max-width:180px;
- border: 5px solid {color:info};
- }
- header {
- font-family: 'Just Another Hand';
- text-transform: uppercase;
- font-size: 20px;
- color: {color:title};
- line-height: 20px;
- margin-top:5px;
- margin-bottom: -10px;
- }
- navlinks {
- font-family: calibri;
- color: {color:link};
- }
- .content {
- font-family: calibri;
- font-size: 11px;
- line-height: 9px;
- color: {color:text};
- margin-left: 460px;
- width: 520px;
- text-decoration: none;
- }
- .post {
- width: 510 px;
- background-color: {color:post};
- padding: 10px;
- margin-bottom: 10px;
- }
- .navs {
- font-family: calibri;
- font-size: 12px;
- margin-top: 10px;
- text-decoration: none;
- }
- .next {
- float: center;
- text-decoration: none;
- }
- .notes {
- color: {color:text};
- padding: 5px;
- margin-left: 250px;
- }
- .notes img a {
- border: 2px;
- }
- .notes li {
- list-style-type: none;
- }
- .prev {
- float: center;
- text-decoration: none;
- }
- .postinfo {
- background-color: {color:info};
- font-family: calibri;
- text-transform: uppercase;
- font-size: 8px;
- text-align: right;
- padding-top: 10px
- padding-right: 20px;
- margin-bottom: 5px;
- letter-spacing: 1px;
- }
- .quote {
- text-align: center;
- }
- .questions {
- background-color: {color:post};
- font-family: calibri;
- font-size: 11px;
- font-color: {color:text};
- text-align: left;
- }
- .yep {
- text-align: left;
- position: absolute;
- font-family: georgia;
- font-size: 72px;
- margin-top: 27px;
- line-height: 0px;
- }
- </style>
- </head>
- <body>
- <div class="blog">
- <div class="side">
- <div id="slinks"><center></center><a href="/">home</a> - <a href="/ask">ask</a> - <a href="http://truthbeforethelies.tumblr.com/tagged/themes">theme</a>
- </div>
- <div id="sideimage"><center><img src="{image:sideimage}"></center></div>
- <header>{Title}</header>
- <p>{Description}
- <div id="navlinks">
- {block:iftitle1}<a href="{text:url1}">{text:title1}</a>{/block:iftitle1} -
- {block:iftitle2}<a href="{text:url2}">{text:title2}</a>{/block:iftitle2} -
- {block:iftitle3}<a href="{text:url3}">{text:title3}</a>{/block:iftitle3}
- <br>
- </div>
- {block:Pagination}
- <div class="navs">
- {block:NextPage}
- <div class="next">
- <a href="{NextPage}">→</a>
- </div>
- {/block:NextPage}
- {block:PreviousPage}
- <div class="prev">
- <a href="{PreviousPage}">←</a>
- </div>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {block:PermalinkPagination}
- <div class="navs">
- {block:NextPost}
- <div class="prev">
- <a href="{NextPost}">»</a>
- </div>
- {/block:NextPost}
- {block:PreviousPost}
- <div class="next">
- <a href="{PreviousPost}">«</a>
- </div>
- {/block:PreviousPost}
- </div>
- {/block:PermalinkPagination}
- </div>
- <div class="content">
- {block:Posts}
- <div class="postinfo">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- </div>
- {block:Text}
- <div class="post text">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post photo">
- <a href="{permalink}"><div class="posts"><img src="{PhotoURL-500}" width="500px"/></a>{block:IndexPage}<div id="photobox"> <a href="{ReblogURL}" target="_blank"><font color={color:Body text}></font></a></div>{/block:IndexPage}</div>
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post photoset">
- <center>{Photoset-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post quote">
- <div class="yep">“</div>
- {Quote}<div class="yep"></div>
- {block:Source}
- <div class="source">—{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Answer}<center><div id="questions"><div> <strong>{Asker}</strong>: {Question}</div></div></br></center>
- {Answer}{/block:answer}
- {block:Link}
- <div class="post link">
- <center><a href="{URL}" class="link" {Target}>{Name}</a></center>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="post chat">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- <div class="post video">
- <center>{Video-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="post audio">
- {AudioPlayerBlack}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {/block:Posts}
- </div>
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- </body>
- </html>

