- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- THEME 01 BY TRUTHBEFORETHELIES | COUGH SYRUP
- 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="#FAF8F0">
- <meta name="color:text" content="#B5AD92">
- <meta name="color:side" content="#F7F3E6">
- <meta name="color:link" content="#B6A889">
- <meta name="color:linkhover" content="#AA9E82">
- <meta name="color:navlinkbg" content="#AA9E82">
- <meta name="color:post" content="#F7F3E6">
- <meta name="color:info" content="#F3EEDE">
- <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=Amatic+SC:700' 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};
- }
- 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;
- }
- #blog {
- position: absolute;
- top: 10%;
- left: 20%;
- right: 20%;
- }
- .sideimage {
- margin-left: 180px;
- postion: fixed;
- }
- .sideimg {
- max-width:250px;
- }
- .side {
- font-family: trebuchet ms;
- font-size: 9px;
- color: {color:text};
- line-height: 9px;
- text-align: center;
- background-color: {color:side};
- position: fixed;
- padding: 5px;
- margin-top: 140px;
- margin-left: 180px;
- float: left;
- width: 250px;
- text-decoration: none;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- padding: 10px;
- }
- h4 {
- font-family: 'Amatic SC';
- font-size: 20px;
- color: {color:title};
- line-height: 20px;
- margin-bottom:-7px;
- margin-top:0px;
- }
- navlinks {
- font-family: trebuchet ms;
- color: {color:link};
- }
- .content {
- font-family: trebuchet ms;
- font-size: 9px;
- 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;
- margin-top: -25px;
- -moz-border-radius-bottomright: 10px;
- -webkit-border-bottom-right-radius: 10px;
- }
- .navs {
- font-family: arial black;
- font-size: 25px;
- text-decoration: none;
- }
- .next {
- float: right;
- text-decoration: none;
- }
- .notes {
- color: {color:text};
- padding: 5px;
- margin: 10px;
- }
- .notes img a {
- border: 2px;
- }
- .notes li {
- list-style-type: none;
- }
- .prev {
- float: left;
- text-decoration: none;
- }
- .postinfo {
- background-color: {color:info};
- font-family: calibri;
- text-transform: uppercase;
- font-size: 8px;
- text-align: right;
- }
- #tags {
- font-family: calibri;
- text-transform: uppercase;
- font-size: 8px;
- text-align: left;
- margin-left: -12px;
- }
- .quote {
- text-align: center;
- }
- .yep {
- text-align: left;
- font-family: arial black;
- font-size: 24px;
- line-height: 5px;
- }
- .yeps {
- text-align: right;
- font-family: arial black;
- font-size: 24px;
- line-height: 5px;
- }
- </style>
- </head>
- <body>
- <div class="blog">
- <div class="side">
- <div id="sideimage"><center><img src="{image:sideimage}"></center></div>
- <h4>{Title}</h4>
- <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 id="theme"><a href="http://truthbeforethelies.tumblr.com/tagged/themes">†</a></div>
- </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">
- <br><br><br><br><br><br>
- {block:Posts}
- <div class="postinfo">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">©</a>{/block:ContentSource}</div>
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </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">
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0"/>{LinkCloseTag}</center>
- <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="yeps">”</div>
- {block:Source}
- <div class="source">› {Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {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>

