- <!DOCTYPE html>
- <html>
- <head>
- <!--
- Theme 04 Time Leap
- by yukoki/k--amikorosu
- 1. Light/Heavy CSS editting is allowed.
- 2. Do not use as base code.
- 3. Do not remove credit.
- 4. Do not claim theme as your own.
- -->
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Bold Text" content="#8e9092" />
- <meta name="color:Italic Text" content="#f8ad58" />
- <meta name="color:Body Links" content="#f8ad58" />
- <meta name="color:Hover Body Links" content="#686767" />
- <meta name="color:Highlighted Text BG" content="#d3ccc9" />
- <meta name="color:Highlighted Text Colour" content="#ffffff" />
- <meta name="color:Sidebar Background" content="#e2e2e2" />
- <meta name="color:Title" content="#000000" />
- <meta name="color:Sidebar Links" content="#5a91f7" />
- <meta name="color:Hover Sidebar Links" content="#ebab64" />
- <meta name="color:Sidebar Bold" content="#979694" />
- <meta name="color:Sidebar Italic" content="#f7bb82" />
- <meta name="color:Description" content="#70707a" />
- <meta name="color:Link Background" content="#b9b9b9" />
- <meta name="color:Link Text" content="#ffffff" />
- <meta name="color:Hover Link Background" content="#5781f1" />
- <meta name="color:Hover Link Text" content="#ffffff" />
- <meta name="color:Permalink Border" content="#000000" />
- <meta name="color:Blockquote" content="#706868">
- <meta name="color:Pagination" content="#000000" />
- <meta name="color:Pagination Hover" content="#f59d29" />
- <meta name="color:Pagination Background" content="#f5f0f0" />
- <meta name="color:Post Background" content="#f5f0f0" />
- <meta name="color:Post Title Colour" content="#424d7a" />
- <meta name="color:Post Quote Colour" content="#515153" />
- <meta name="color:Ask Text" content="#000000" />
- <meta name="color:Ask Background" content="#dad8d4" />
- <meta name="color:Asker Bottom Border" content="#ffffff" />
- <meta name="color:Icon Border" content="#000000" />
- <meta name="color:Icon Quotation Marks" content="#000000">
- <meta name="color:Icon Quote" content="#000000" />
- <meta name="color:Icon Links Background" content="#686a6d" />
- <meta name="color:Hover Icon Links Text" content="#ffffff" />
- <meta name="color:Hover Icon Links Background" content="#000000" />
- <meta name="text:Icon Quote" content="When you're having fun, doesn't it mean that someone else suffers?" />
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 6 URL" content="" />
- <meta name="text:Link 6" content="" />
- <meta name="font:Body" content="Helvetica" />
- <meta name="image:Background" content="http://25.media.tumblr.com/701504378e726d2e79d2cc9f3eb51510/tumblr_mizm45mUwE1raxlx4o1_250.jpg" />
- <meta name="image:Sidebar Image" content="http://25.media.tumblr.com/a2e7cdfdf6ee03e24b2da006ff4340bd/tumblr_mizm83vj8L1raxlx4o7_500.jpg" />
- <meta name="image:Sidebar BG" content="http://24.media.tumblr.com/c95706edcd409f8184e1bbaa6a8c53cd/tumblr_mizm45mUwE1raxlx4o3_250.jpg" />
- <meta name="if:Infinite Scroll" content="0" />
- <meta name="if:Show Icon Quote" content="1" />
- <meta name="if:Show Permalink Border" content="1" />
- <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <style type="text/css">
- iframe#tumblr_controls {
- right:3px !important; position:fixed !important;
- }
- body {
- background-color: {color:Background};
- font-family: {font:Body};
- background-image: url({image:Background});
- background-attachment: fixed;
- margin: 0;
- word-wrap: break-word;
- text-decoration: none;
- }
- #icon {
- text-decoration: none;
- position: fixed;
- margin-left: 297px;
- height: 64px;
- width: 64px;
- margin-top: 30px;
- border: 7px solid {color:Icon Border};
- }
- {block:IfShowIconQuote}
- #iconquote {
- text-decoration: none;
- position: fixed;
- margin-left: 304px;
- height: 64px;
- width: 64px;
- display: block;
- margin-top: 37px;
- }
- #iconquote .quote {
- font-family: georgia;
- font-style: Italic;
- font-size: 14px;
- max-width: 200px;
- position: fixed;
- margin-top: 5px;
- margin-left: -210px;
- text-align: right;
- color: {color:Icon Quote};
- }
- #iconquote b,strong {
- color:{color:Icon Quotation Marks};
- }
- {/block:IfShowIconQuote}
- #iconlinkhome {
- text-decoration: none;
- font-size: 10px;
- text-transform: uppercase;
- font-family: consolas;
- text-align: center;
- margin-top: 0px;
- margin-left: 310px;
- position: fixed;
- float: left;
- padding-top: 40px;
- width: 9px;
- height: 160px;
- color: {color:Hover Icon Links Text};
- -moz-border-radius-bottomleft: 5px;
- border-bottom-left-radius: 5px;
- -moz-border-radius-bottomright: 5px;
- border-bottom-right-radius: 5px;
- -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.4s ease-in-out;
- background-color: {color:Icon Links Background};
- }
- #iconlinkhome a {
- text-decoration:none;
- color: {color:Hover Icon Links Text};
- }
- #iconlinkhome:hover {
- background-color: {color:Hover Icon Links Background};
- color: {color:Hover Icon Links Text};
- margin-top: 0px;
- width: 9px;
- padding-top: 109px;
- height: 91px;
- -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.4s ease-in-out;
- }
- #iconlinkask {
- text-decoration: none;
- font-size: 10px;
- font-family: consolas;
- text-align: center;
- padding-top: 40px;
- margin-left: 325px;
- text-transform: uppercase;
- position: fixed;
- float: left;
- width: 9px;
- height: 220px;
- color: {color:Hover Icon Links Text};
- -moz-border-radius-bottomleft: 5px;
- border-bottom-left-radius: 5px;
- -moz-border-radius-bottomright: 5px;
- border-bottom-right-radius: 5px;
- -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.4s ease-in-out;
- background-color: {color:Icon Links Background};
- }
- #iconlinkask a {
- text-decoration:none;
- color: {color:Hover Icon Links Text};
- }
- #iconlinkask:hover {
- background-color: {color:Hover Icon Links Background};
- color: {color:Hover Icon Links Text};
- margin-top: 0px;
- width: 9px;
- height: 151px;
- padding-top: 109px;
- }
- #iconlinkpast {
- text-decoration: none;
- text-transform: uppercase;
- font-size: 10px;
- font-family: consolas;
- text-align: center;
- margin-top: 0px;
- margin-left: 340px;
- position: fixed;
- float: left;
- padding-top: 40px;
- width: 9px;
- height: 180px;
- color: {color:Hover Icon Links Text};
- -moz-border-radius-bottomleft: 5px;
- border-bottom-left-radius: 5px;
- -moz-border-radius-bottomright: 5px;
- border-bottom-right-radius: 5px;
- -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.4s ease-in-out;
- background-color: {color:Icon Links Background};
- }
- #iconlinkpast a {
- text-decoration:none;
- color: {color:Hover Icon Links Text};
- }
- #iconlinkpast:hover {
- background-color: {color:Hover Icon Links Background};
- color: {color:Hover Icon Links Text};
- margin-top: 0px;
- padding-top: 109px;
- height: 111px;
- width: 9px;
- }
- #iconlinktheme {
- text-decoration: none;
- font-size: 10px;
- font-family: consolas;
- text-transform: uppercase;
- text-align: center;
- margin-top: 0px;
- margin-left: 355px;
- position: fixed;
- padding-top: 40px;
- float: left;
- width: 9px;
- height: 140px;
- color: {color:Hover Icon Links Text};
- -moz-border-radius-bottomleft: 5px;
- border-bottom-left-radius: 5px;
- -moz-border-radius-bottomright: 5px;
- border-bottom-right-radius: 5px;
- -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.4s ease-in-out;
- background-color: {color:Icon Links Background};
- }
- #iconlinktheme a {
- text-decoration:none;
- color: {color:Hover Icon Links Text};
- }
- #iconlinktheme:hover {
- background-color: {color:Hover Icon Links Background};
- color: {color:Hover Icon Links Text};
- margin-top: 0px;
- width: 9px;
- padding-top: 109px;
- height: 71px;
- }
- #sidebar {
- background-color: {color:Sidebar Background};
- width: 200px;
- position: fixed;
- bottom: 0px;
- left: 990px;
- padding: 10px;
- background-image: url({image:Sidebar BG});
- -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.4s ease-in-out;
- border-top-left-radius: 15px;
- border-top-right-radius: 15px;
- }
- #sidebar b,strong {
- color:{color:Sidebar Bold};
- }
- #sidebar i,em {
- color:{color:Sidebar Italic};
- }
- #sidebar .title {
- font-family: georgia;
- font-size: 20px;
- font-style: italic;
- max-height: auto;
- float: right;
- margin-top: -34px;
- width: 200px;
- letter-spacing: 3px;
- text-align: right;
- position: fixed;
- }
- #sidebar .title a {
- color: {color:Title};
- text-decoration: none;
- }
- #sidebar .image {
- max-width: 200px;
- height: auto;
- padding-bottom: 5px;
- -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.4s ease-in-out;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- }
- #sidebar:hover .image {
- overflow: hidden;
- margin-left: 220px;
- opacity: 0.0;
- }
- #sidebar:hover .description {
- opacity: 1.0;
- }
- #sidebar .description {
- font-size: 13px;
- text-align: center;
- position: fixed;
- padding: 10px;
- line-height: 100%;
- opacity: 0.0;
- width: 180px;
- -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.4s ease-in-out;
- color: {color:Description};
- }
- #sidebar .description a {
- color: {color:Sidebar Links};
- text-decoration: none;
- }
- #sidebar .description a:hover {
- color: {color:Hover Sidebar Links};
- }
- #sidebar .links {
- font-size: 10px;
- font-family: consolas;
- text-align: center;
- padding: 1px 7px;
- margin: 1px;
- float: left;
- width: 185px;
- text-transform: uppercase;
- letter-spacing: 2px;
- text-decoration: none;
- -khtml-border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- -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.4s ease-in-out;
- background-color: {color:Link Background};
- color: {color:Link Text};
- }
- #sidebar .links a {
- text-decoration:none;
- }
- #sidebar .links:hover {
- letter-spacing: 5px;
- text-align: center;
- background-color: {color:Hover Link Background};
- color: {color:Hover Link Text};
- -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.4s ease-in-out;
- }
- /*The Main Content*/
- #content {
- width: 560px;
- background-color: rgba(255, 255, 255, 0);
- margin: -5px 0 -5px 400px;
- padding: 20px 0;
- color: black;
- }
- #content a {
- color: {color:Body Links};
- text-decoration: none;
- }
- #content a:hover {
- color: {color:Hover Body Links};
- }
- #content blockquote {
- border-left: solid 5px {color:Blockquote};
- margin: 10px;
- padding-left: 10px;
- }
- #content b,strong {
- color:{color:Bold Text};
- }
- #content i, em {
- color:{color:Italic Text};
- }
- #content #posts {
- z-index: 100%;
- width: 500px;
- max-width: 100%;
- height: auto;
- margin: 5px auto 10px;
- padding: 10px 10px 5px 10px;
- background-color: {color:Post Background};
- }
- #posts img {
- max-width: 500px;
- }
- #posts blockquote img {
- max-width: 100%;
- margin-left: 3px;
- }
- #content #posts b,strong {
- color:{color:Bold Text};
- }
- #content #posts i, em {
- color:{color:Italic Text};
- }
- #content #posts .title {
- font-size: 22px;
- font-family: georgia;
- color:{color:Post Title Colour};
- }
- #content #posts .quote {
- font-family: georgia;
- font-size: 22px;
- color:{color:Post Quote Colour};
- }
- #content #posts .text {
- font-size: 11px;
- }
- #content #posts .permalink {
- font-size: 10px;
- text-transform: uppercase;
- letter-spacing: 2px;
- text-decoration: none;
- font-family: consolas;
- width: auto;
- padding-top: 5px;
- margin-top: 10px;
- display: block;
- {block:IfShowPermalinkBorder}
- border-top: 1px dashed {color:Permalink Border};
- {/block:IfShowPermalinkBorder}
- }
- #content #posts .ask {
- font-size: 14px;
- font-family: Helvetica;
- margin-top: 3px;
- width: 480px;
- display: block;
- color: {color:Ask Text};
- padding: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- background-color: {color:Ask Background};
- }
- #content #posts .askersaid {
- font-family: consolas;
- border-bottom: 1px dashed {color:Asker Bottom Border};
- font-size: 10px;
- padding-left: 10px;
- letter-spacing: 2px;
- text-transform: uppercase;
- margin-bottom: 10px;
- }
- #content #posts .answer {
- font-size: 16px;
- }
- #content #tags {
- font-family: consolas;
- font-size: 10px;
- color: {color:Body Text};
- letter-spacing: 1px;
- margin-bottom: 5px;
- text-decoration: none;
- }
- #content .permapage {
- font-family: consolas;
- letter-spacing: 1px;
- font-size: 10px;
- margin-top: 5px;
- text-transform: uppercase;
- text-decoration: none;
- color: {color:Body Text};
- }
- #content #posts .postsource {
- font-family: consolas;
- font-size: 10px;
- letter-spacing: 1px;
- text-transform: uppercase;
- text-decoration: none;
- color: {color:Body Text};
- }
- #content #notecontainer {
- margin: 20px auto;
- width: 500px;
- font-size: 11px;
- }
- #content #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- #content #notecontainer img.avatar {
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- #pagination {
- width: 510px;
- height: 20px;
- line-height: 20px;
- font-family: consolas;
- text-transform: uppercase;
- margin-left: 20px;
- font-size: 12px;
- padding-right: 10px;
- text-align: right;
- color: {color:Pagination};
- background-color: {color:Pagination Background};
- }
- #pagination a {
- color: {color:Pagination};
- text-decoration: none;
- }
- #pagination a:hover {
- color: {color:Pagination Hover};
- }
- ::selection {
- background: {color:Highlighted Text BG};
- color: {color:Highlighted Text Colour};
- }
- ::-moz-selection {
- background: {color:Highlighted Text BG};
- color: {color:Highlighted Text Colour};
- }
- ::-webkit-selection {
- background: {color:Highlighted Text BG};
- color: {color:Highlighted Text Colour};
- }
- {CustomCSS}
- </style>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- </head>
- <body>
- <!--Sidebar div-->
- <a href="/" id="iconlinkhome">home</a>
- <a href="/ask" id="iconlinkask">ask</a>
- <a href="/archive" id="iconlinkpast">past</a>
- <a href="http://yukoki.tumblr.com" id="iconlinktheme">theme</a>
- <img id="icon" src="{PortraitURL-64}" />
- {block:IfShowIconQuote}
- <div id="iconquote">
- <div class="quote"><b>"</b>{text:Icon Quote}<b>"</b></div>
- </div>
- {/block:IfShowIconQuote}
- <div id="sidebar">
- <div class="title">{Title}</div>
- <div class="description">{Description}</div>
- <img class="image" src="{image:Sidebar Image}" />
- {block:IfLink1}<a href="{text:Link 1 URL}" class="links">{text:Link 1}</a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:Link 2 URL}" class="links">{text:Link 2}</a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:Link 3 URL}" class="links">{text:Link 3}</a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:Link 4 URL}" class="links">{text:Link 4}</a>{/block:IfLink4}
- {block:IfLink5}<a href="{text:Link 5 URL}" class="links">{text:Link 5}</a>{/block:IfLink5}
- {block:IfLink6}<a href="{text:Link 6 URL}" class="links">{text:Link 6}</a>{/block:IfLink6}
- </div>
- <!--The Main Content-->
- <div id="content">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="posts">
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioPlayerBlack}
- <div class="text">~ {PlayCountWithLabel}</div>
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Quote}
- <div class="quote">“{Quote}”</div>
- {block:Source}<div class="text"><br>- {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="ask">
- <div class="askersaid">{Asker} said: </div>
- {Question}</div>
- <div class="text"></div>
- <div class="text">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="text">
- {block:Lines}
- {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Link}
- <div class="title"><a href="{URL}">{Name} →</a></div>
- {block:Description}
- <div class="text">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:IndexPage}
- <div class="permalink">
- <a href="{Permalink}">
- <center>{block:Date}{TimeAgo}{/block:Date}</a> {block:NoteCount}<b>●</b> <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a><b>●</b>
- <a href="{ReblogURL}" target="_blank">reblog</a>
- <br>
- {block:HasTags}<div id="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags} </div> {/block:HasTags}</div>
- </center>
- {/block:IndexPage}
- </div>
- {block:PermalinkPage}
- <div class="permapage">
- <center>
- {block:Date}<i>{DayOfMonth} {Month} {Year}</i> at <i>{12Hour}:{Minutes}{AmPm}</i>{/block:Date}{block:NoteCount} with <i>{NoteCountWithLabel}</i>{/block:NoteCount}<br>
- {block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- </div></center>
- <center>
- {block:HasTags}<div id="tags">tags:
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags} </div> {/block:HasTags}
- </center>
- {/block:PermalinkPage}
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- {block:IfNotInfiniteScroll}
- {block:Pagination}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">→</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- {/block:Pagination}
- {/block:IfNotInfiniteScroll}
- </div>
- </div>
- </body>
- </html>

