- <!--
- 08. Curiosity by tinyxothemes
- Do not remove any credits, redistribute or use as base of any of my
- themes or codes.
- If you have any questions or problems, feel free to send me a message.
- -->
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#EAEDF2" />
- <meta name="color:entry" content="#FAFAFA" />
- <meta name="color:text" content="#9EA5AB" />
- <meta name="color:accents" content="#6F99B2" />
- <meta name="color:hover" content="#E8DCD5" />
- <meta name="image:sidebar" content=""/>
- <meta name="text:Link1 Url" content=""/>
- <meta name="text:Link1 Name" content="link 1"/>
- <meta name="text:Link2 Url" content=""/>
- <meta name="text:Link2 Name" content="link 2"/>
- <meta name="text:Link3 Url" content=""/>
- <meta name="text:Link3 Name" content="link 3"/>
- <meta name="text:Link4 Url" content=""/>
- <meta name="text:Link4 Name" content="link 4"/>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- </head>
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <html>
- <style type="text/css">
- /* BASICS */
- ::selection{
- background: {color:hover};
- color: {color:background};
- }
- ::-moz-selection{
- background: {color:hover};
- color: {color:background};
- }
- ::-webkit-scrollbar-thumb:vertical{
- background-color: {color:link};
- }
- ::-webkit-scrollbar-thumb:horizontal{
- background-color: {color:link};
- }
- ::-webkit-scrollbar{
- height:5px;
- width:5px;
- background: {color:background};
- }
- ::-webkit-scrollbar-track-piece {
- background: {color:background};
- width: 5pt;
- }
- body {
- margin:1px;
- margin-left: 5px;
- background-color: {color:background};
- font-family: arial;
- font-size: 8pt;
- text-align: justify;
- }
- p {
- line-height: 14px;
- }
- #main {
- position:relative;
- width: 800px;
- margin:auto;
- }
- .credit {
- bottom: 5px;
- right: 5px;
- position: fixed;
- padding: 5px;
- text-transform: uppercase;
- font-family: calibri;
- }
- /* END OF BASICS */
- /*ENTRY */
- .posts {
- position:absolute;
- left:0px;
- width:510px;
- text-align:justify;
- margin-top: 10px;
- margin-bottom: 30px;
- }
- #entry{
- background-color: {color:entry};
- {block:PermalinkPage}margin-bottom: 10px;{/block:PermalinkPage}
- {block:IndexPage}margin-bottom: 30px;{/block:IndexPage}
- padding: 10px 10px 8px 10px;
- width:500px;
- color: {color:text};
- }
- #perma {
- color: #000000;
- left:-110px;
- width: 100px;
- font-size: 7px;
- text-transform: uppercase;
- letter-spacing: 1px;
- line-height: 12px;
- text-align: right;
- display: none;
- position: absolute;
- padding: 5px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #entry:hover #perma {
- display: block;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- /* END OF ENTRY */
- /* SIDEBAR */
- .desc {
- margin-top: 40px;
- margin-left:540px;
- position:fixed;
- width:200px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .descinfo {
- background-color: {color:entry};
- width: 200px;
- margin-bottom: 10px;
- padding: 10px;
- text-align: justify;
- color: {color:text};
- }
- .pagination {
- text-align:center;
- font-size:14px;
- }
- /* END OF SIDEBAR */
- /* LINKS */
- .pagination a {
- text-decoration:none;
- background-color:{color:background};
- padding:2px 4px 2px 4px;
- color:{color:text};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .pagination a:hover {
- background-color:{color:background};
- color:{color:text};
- opacity: .5;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- a:link,a:active,a:visited {
- color: {color:accents};
- text-decoration: none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- a:hover{
- text-decoration: none;
- color: {color:hover};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #sidelinks {
- width:200px;
- text-align: center;
- }
- #sidelinks a {
- font-family:calibri;
- font-size:10px;
- text-align:center;
- text-transform:uppercase;
- color: {color:accents};
- }
- #sidelinks a:hover {
- color: {color:hover};
- text-align:center;
- }
- #nav {
- margin-bottom: 1px;
- padding: 5px;
- font-family: calibri;
- font-size: 10px;
- text-align: center;
- text-transform: uppercase;
- background-color: {color:background};
- color: {color:accents};
- display: block;
- }
- #nav:hover {
- background-color: {color:accents};
- color: {color:entry};
- text-align: center;
- }
- .tag {
- background-color: {color:entry};
- font-size: 7px;
- padding: 2px;
- text-transform: uppercase;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .tag:hover {
- border: none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- /*END OF LINKS */
- /* ENTRY STUFF */
- .title {
- font-size: 12px;
- font-family: arial;
- font-weight: bold;
- background-color: {color:background};
- color: {color:text};
- text-transform: uppercase;
- padding: 5px;
- }
- b, strong {
- color: {color:accents};
- font-weight: bold;
- }
- i, em {
- font-family: georgia;
- color: #777;
- }
- big {
- font-size: 15px;
- }
- small {
- font-size: 8px;
- font-family: arial;
- text-transform: uppercase;
- }
- .quote {
- font-size: 13px;
- font-family: Georgia, "Times New Roman", Times, serif;
- color: {color:accents};
- font-style: italic;
- }
- .ask {
- padding: 10px;
- background-color: {color:background};
- }
- blockquote {
- border-left: 2px solid #555;
- padding-left: 3px;
- margin: 0.5em 0px;
- margin-left: 10px;
- }
- blockquote img {
- width: 100%;
- }
- img {
- border:none;
- }
- .imgside {
- border: 10px {color:entry} solid;
- width: 200px;
- margin-bottom: 10px;
- }
- .user_1 .label {
- color: {color:accents};
- font-weight:bold;
- }
- .user_2 .label {
- color: #555555;
- font-weight:bold;
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:0px;
- }
- ol.notes, .notes li {
- list-style:none;
- margin:0px;
- padding:0px;
- }
- .notes img {
- display:none;
- }
- /* END OF ENTRY STUFF */
- </style>
- <center>
- <div id="main">
- <div class="desc">
- <img src="{image:sidebar}" class="imgside">
- <div class="descinfo">
- <div id="sidelinks">
- <a href="/">refresh</a> - <a href="/ask">message</a> - <a href="/archive">archive</a> - <a href="http://tinyxothemes.tumblr.com/">credit</a>
- </div>
- </div>
- <div class="descinfo">
- {block:Description}{Description}{/block:Description}
- </div>
- <div class="descinfo">
- {block:IfLink1Name}<a href="{text:Link1 Url}" id="nav">{text:Link1 Name}</a>{/block:IfLink1Name}
- {block:IfLink2Name}<a href="{text:Link2 Url}" id="nav">{text:Link2 Name}</a>{/block:IfLink2Name}
- {block:IfLink3Name}<a href="{text:Link3 Url}" id="nav">{text:Link3 Name}</a>{/block:IfLink3Name}
- {block:IfLink4Name}<a href="{text:Link4 Url}" id="nav">{text:Link4 Name}</a>{/block:IfLink4Name}
- </div>
- {block:Pagination}<div class="descinfo"><div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="6"}{block:CurrentPage}
- <span class="current_page" style="padding-right:3px;padding-left:3px;">{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}
- </div></div>{/block:Pagination}
- </div>
- <div class="posts">
- {block:Posts}
- <div id="entry">
- <div id="perma">
- {block:Date}<a href="{Permalink}" class="info2">{timeago} {/block:Date}</a>{block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}<br>
- {block:HasTags} {block:Tags}<a href="{TagUrl}" class="tag">{Tag}</a><br>
- {/block:Tags}{/block:HasTags}
- </div>
- {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}{/block:Text}
- {block:Photo}
- <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">{Quote}</div> <div class="dair">{block:Source}~{Source}{/block:Source}</div>{/block:Quote}
- {block:Link}<center><div class="quote">→ <a href="{URL}" {Target}>{Name}</a></div></center>
- {block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}<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}{AudioPlayerWhite}
- <blockquote>{block:TrackName}<i>{TrackName}</i>{/block:TrackName}
- {block:Artist} by {Artist}{/block:Artist}
- {block:Album} from {Album}{/block:Album}</blockquote>
- {block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div class="ask"><b>{Asker}:</b> {Question}</div>
- {Answer}
- {/block:Answer}
- </div>
- <div style="max-width:510px; padding-left: 5px;">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- <!-- IMPORTANT, DO NOT REMOVE CREDIT -->
- <div class="credit"><a href="http://tinyxothemes.tumblr.com/">TINY</a></div>
- </body>
- </html>

