- <html>
- <head>
- <title> {title} </title>
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="description" content="{MetaDescription}" />
- <!-- (c) tumblr theme #1 by WHATTHEFAWKES.tumblr.com
- for personal use only. do not steal or redistribute or edit&re-post. thank you. -->
- <!--------------------------------- DEFAULT COLORS ---------------------------------------->
- <meta name="font:body" content="arial" />
- <meta name="font:title" content="georgia" />
- <meta name="color:background" content="#f8f6d5"/>
- <meta name="color:sidebar background" content="#efebb2"/>
- <meta name="color:post background" content="#efebb2"/>
- <meta name="color:tags background" content="#f9f6cc"/>
- <meta name="color:text" content="#222222"/>
- <meta name="color:titles" content="#222222"/>
- <meta name="color:links" content="#f17b01"/>
- <meta name="color:bold" content="#577d13"/>
- <meta name="color:italics" content="#cf2711"/>
- <meta name="color:underline" content="#693601"/>
- <meta name="color:strike" content="#79a541"/>
- <meta name="color:blockquote background" content="#fff"/>
- <meta name="color:question background" content="#fff"/>
- <meta name="color:question text" content="#1d1710"/>
- <meta name="color:navigation background" content="#f9f6cc"/>
- <meta name="color:navigation text" content="#222222"/>
- <meta name="color:navigation hover background" content="#fff"/>
- <meta name="color:navigation hover text" content="#1d1710"/>
- <meta name="font:navigation" content="tahoma" />
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="if:Show sidebar image" 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="" />
- <!--------------------------------- CSS CODES ---------------------------------------->
- <style type="text/css">
- body {
- background-color: {color:background};
- background-image:url('{image:background}');
- background-repeat:no-repeat;
- background-position: top right;
- background-attachment: fixed;
- font: 11px {font:body};
- color: {color:text};
- text-align:left;
- }
- #main {
- position: absolute;
- margin:10px;
- width: 510px;
- top: 60px;
- left: 280px;
- }
- #sidebar {
- position: absolute;
- text-align:center;
- top:266px;
- left:10px;
- width:260px;
- color:#000;
- padding: 5px;
- background-color:;
- padding: 6px;
- align:left;
- }
- .sidebarpic img{max-width: 242px; text-align:center; margin-top: 2px}
- .post {
- background:{color:post background};
- padding:5px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- margin-top: 8px;
- margin-bottom: 8px;
- }
- blockquote{
- background: {color:blockquote background};
- padding:1px;
- }
- .entrydate {
- background-color: #f9f6cc;
- padding: 10px;
- }
- .pagination a, .pagination a:hover {
- font: normal 10px {font:body};
- background: #efebb2;
- color: #000;
- margin: 5px;
- padding: 10px;
- text-decoration: none;
- text-transform: uppercase;
- letter-spacing: 3px;
- }
- i { font-family: georgia; font-size: 12pt; color: {color:italics};}
- u { font-family: courier new; color:{color:underline};}
- b { font-family: Tahoma; color: {color:bold}; -webkit-transition:1s;}
- s { color: {color:strike};}
- a:link, a:visited, a:active, a:hover{
- color: {color:links};
- cursor: default;
- text-decoration: none;
- font-size: ;
- -webkit-transition:1s;
- }
- a.nav:link, a.nav:visited, a.nav:active {
- text-decoration: none;
- font-family: {font:navigation};
- font-size: 8pt;
- line-height: 9pt;
- color: {color:navigation text};
- background-color: {color:navigation background};
- cursor: crosshair;
- letter-spacing:1px;
- display: block;
- text-align:center;
- text-transform: normal;
- margin: 3px;
- padding: 3px;
- }
- a.nav:hover {
- font-family: {font:navigation};
- font-size: 8pt;
- line-height: 9pt;
- font-weight: bold;
- font-style: normal;
- color: {color:navigation hover text};
- text-align: center;
- background-color: {color:navigation hover background};
- cursor: crosshair;
- display: block;
- text-transform: normal;
- letter-spacing:1px;
- margin: 3px;
- padding: 3px;
- }
- a.navi1, a.navi1:hover { background-color: #000000; font-family: arial;font-size: 7.5pt;color: #fff; margin: 2px;text-transform: uppercase;padding: 3px 5px 3px 5px;text-align: center; -webkit-transition:1.5s; }
- .notes{
- background:{color:post background};
- padding:5px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- font: normal 9px {font:body};
- color: {color:links};
- text-align:left;
- line-height: 12px;
- margin-left: 10px;
- }
- ol.notes {
- background-color:{color:post background};
- width:510px;
- padding: 0px;
- text-align:left;
- margin: 25px 0px;
- list-style-type: none;
- }
- ol.notes li.note {
- background-color:{color:post background};
- padding: 5px;
- margin-bottom:1px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action {
- font-weight: normal;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- .question {
- color: {color:question text};
- background: {color:question background};
- font-size: 10px;
- font-weight: normal;
- font-family:{font:body};
- line-height:12px;
- border-radius: 0px;
- margin: 0 0 0px 0;
- padding: 5px;
- text-align: center;
- }
- .question_container {margin: 0 0 20px 24px;}
- .question_container img {margin: 0 22px -7px 20px;}
- .header {
- border-bottom: 0px solid #000;
- position: relative; top: px; margin: 10px 0 0 0;
- }
- .enclosed {
- font-family: {font:title};
- font-size:24px;
- margin-top: 5px; margin-bottom: 0px;
- text-align: center;
- font-weight: normal;
- color: {color:title};
- }
- .img {
- border: 0px;
- }
- .photo .reblog {
- margin: -70px 0 0;
- opacity: 0;
- -moz-opacity: 0;
- padding: 0 10px 5px;
- position: relative;
- top: 0;
- left: 0;
- text-align: right;
- }
- .photo:hover .reblog {
- opacity: .7;
- -moz-opacity: .7;
- -webkit-transition: all .4s ease-out;
- -moz-transition: all .4s ease-out;
- -o-transition: all .4s ease-out;
- transition: all .4s ease-out;
- }
- </style>
- </head>
- <body>
- <!--------------------------------- SIDEBAR CONTENT ---------------------------------------->
- <div id="sidebar">
- <center>
- <a class="navi1" href="/index"> Index.</a>
- <a class="navi1" href="/ask"> Ask.</a>
- <a class="navi1" href="/archive"> Archive.</a>
- <br>
- <div class="post">
- <div class="sidebarpic"><img src="{image:sidebar}"/></div>
- {description}
- </div>
- <div class="post">
- {block:ifLink1}<a href="{text:Link1}" class ="nav">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}" class ="nav">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}" class ="nav">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}" class ="nav">{text:Link4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}" class ="nav">{text:Link5 Title}</a>{/block:ifLink5}
- </div>
- <!-- DO NOT REMOVE CREDIT -->
- <a href="http://whatthefawkes.tumblr.com/whatthefawkes+themes" class ="nav">Theme created by Whatthefawkes</a>
- <!-- DO NOT REMOVE CREDIT -->
- </div>
- <!--------------------------------- MAIN CONTENT ---------------------------------------->
- <div id="main"><br><Br><br><br>
- {block:Posts}
- <div class="post">
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="postimage" border="0">
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- <div class="entrydate">
- <img src="http://i55.tinypic.com/2hogtpy.png" width="13"> {DayOfMonthWithZero} {ShortMonth} {Year} @ {12HourWithZero}:{Minutes}{CapitalAmPm} / <a href="{permalink}" title="{NoteCountWithLabel}" class="note_count">{NoteCount} notes</a> {block:RebloggedFrom}/ via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- </div>
- {/block:Photo}
- {block:Quote}
- <div class="header"><div class="enclosed">{Quote}</div></div>
- {block:Source}—{Source}{/block:Source}
- </br>
- <div class="entrydate">
- <img src="http://i55.tinypic.com/2hogtpy.png" width="13"> {DayOfMonthWithZero} {ShortMonth} {Year} @ {12HourWithZero}:{Minutes}{CapitalAmPm} / <a href="{permalink}" title="{NoteCountWithLabel}" class="note_count">{NoteCount} notes</a> {block:RebloggedFrom}/ via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- </div>
- {/block:Quote}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{block:Caption}
- <br>
- <div class="entrydate">
- <img src="http://i55.tinypic.com/2hogtpy.png" width="13"> {DayOfMonthWithZero} {ShortMonth} {Year} @ {12HourWithZero}:{Minutes}{CapitalAmPm} / <a href="{permalink}" title="{NoteCountWithLabel}" class="note_count">{NoteCount} notes</a> {block:RebloggedFrom}/ via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- </div>
- {/block:Photoset}
- {block:Video}
- <div class="videopost">{Video-500}</div>
- {block:Caption}{Caption}{block:Caption}
- <div class="entrydate">
- <img src="http://i55.tinypic.com/2hogtpy.png" width="13"> {DayOfMonthWithZero} {ShortMonth} {Year} @ {12HourWithZero}:{Minutes}{CapitalAmPm} / <a href="{permalink}" title="{NoteCountWithLabel}" class="note_count">{NoteCount} notes</a> {block:RebloggedFrom}/ via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- </div>
- {/block:Video}
- {block:Link}
- <div class="header"><div class="enclosed"><a href="{URL}" {Target}>{Name}</a></div></div>
- {block:Description}<caption>{Description}</caption>{/block:Description}
- <div class="entrydate">
- <img src="http://i55.tinypic.com/2hogtpy.png" width="13"> {DayOfMonthWithZero} {ShortMonth} {Year} @ {12HourWithZero}:{Minutes}{CapitalAmPm} / <a href="{permalink}" title="{NoteCountWithLabel}" class="note_count">{NoteCount} notes</a> {block:RebloggedFrom}/ via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- </div>
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="header"><div class="enclosed">{Title}</div></div>{/block:Title}
- <table>
- {block:Lines}
- <tr>
- {block:Label}<td class="name">{Label}</td>{block:Label}
- <td class="words">{Line}</td>
- </tr>
- {/block:Lines}
- </table><br>
- <div class="entrydate">
- {block:Date}<img src="http://i55.tinypic.com/2hogtpy.png" width="13"> {DayOfMonthWithZero} {ShortMonth} {Year} @ {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:PostNotes}/ <a href="{permalink}" title="{NoteCountWithLabel}" class="note_count">{NoteCount} notes</a>{/block:PostNotes} {block:RebloggedFrom}/ via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- </div>
- {/block:Chat}
- {block:Audio}
- <div style="float:right;margin-top:-3px;color:#ffffff;font-
- size:11px;padding:10px;">
- <font color="#444444">{FormattedPlayCount} plays</font></div>
- <div style="display:block;background:#e4e4e4;margin-bottom:5px;">
- {AudioPlayerGrey}</div>
- {block:Caption}{Caption}{/block:Caption}
- <div class="entrydate">
- <img src="http://i55.tinypic.com/2hogtpy.png" width="13"> {DayOfMonthWithZero} {ShortMonth} {Year} @ {12HourWithZero}:{Minutes}{CapitalAmPm} / <a href="{permalink}" title="{NoteCountWithLabel}" class="note_count">{NoteCount} notes</a> {block:RebloggedFrom}/ via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- </div>
- {/block:Audio}
- {block:Text}
- {block:Title}<div class="header"><div class="enclosed">{Title}</div></div>{/block:Title}
- {Body}
- {block:More}<br><a href="{permalink}" class="readmore" title="click here to read more">» read more</a>{/block:More}
- <div class="entrydate">
- <img src="http://i55.tinypic.com/2hogtpy.png" width="13"> {DayOfMonthWithZero} {ShortMonth} {Year} @ {12HourWithZero}:{Minutes}{CapitalAmPm} / <a href="{permalink}" title="{NoteCountWithLabel}" class="note_count">{NoteCount} notes</a> {block:RebloggedFrom}/ via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- </div>
- {/block:Text}
- {block:Answer}
- <div class="question">
- <div class="questionarrow"></div>
- {Question}
- </div>
- <div class="question_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
- {Answer}
- <div class="entrydate">
- <img src="http://i55.tinypic.com/2hogtpy.png" width="13"> {DayOfMonthWithZero} {ShortMonth} {Year} @ {12HourWithZero}:{Minutes}{CapitalAmPm}</div>
- {/block:Answer}
- </div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {block:Pagination}<br><div class="pagination">
- {block:PreviousPage}<span class="previous-page"><a href="{PreviousPage}">« Newer Posts</a></span>
- {/block:PreviousPage}
- {block:NextPage}<span class="next-page"><a href="{NextPage}">Older Posts »</a></span>
- {/block:NextPage}<br>
- {/block:Pagination}
- </div>
- {/block:Posts}
- </body>
- </html>