- <!--
- Theme 001 - Up All Night by thewicked-eternity.tumblr.com
- PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
- For any help, visit wickedeternitythemehelp.tumblr.com
- -->
- <html><head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta name="description" content="{MetaDescription}" />
- <!-- DEFAULT VARIABLES -->
- <meta name="color:Background" content="#FFFFFF"/>
- <meta name="color:Text" content="#777777"/>
- <meta name="color:Title" content="#777777"/>
- <meta name="color:Post Background" content="#FFFFFF"/>
- <meta name="color:Links" content="#666666"/>
- <meta name="color:Links Hover" content="#000000"/>
- <meta name="color:Sidebar Background" content="#F9F9F9"/>
- <meta name="color:Navigation" content="#F9F9F9"/>
- <meta name="color:Navigation Hover" content="#FFFFFF"/>
- <meta name="color:Topbar Background" content="#F9F9F9"/>
- <meta name="color:Topbar Border" content="#EDEDED"/>
- <meta name="color:Info Background" content="#F9F9F9"/>
- <meta name="color:Asker Background" content="#F9F9F9"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="font:title" content="georgia" />
- <meta name="font:body" content="arial" />
- <meta name="font:description" content="arial" />
- <meta name="if:Sidebar 300" content="0" />
- <meta name="if:Without Topbar Title" content="0" />
- <meta name="text:Link 1" content="http://"/>
- <meta name="text:Link 1 Title" content=""/>
- <meta name="text:Link 2" content="http://">
- <meta name="text:Link 2 Title" content=""/>
- <meta name="text:Link 3" content="http://"/>
- <meta name="text:Link 3 Title" content=""/>
- <style type="text/css">
- /* --- BASICS --- */
- body {
- color:{color:Text};
- text-align:justify;
- font-family:{font:body};
- font-size:10px;
- background-color:{color:Background};
- background-attachment:fixed;
- background-image: url('{image:Background}');
- background-position:bottom left;
- background-repeat: no-repeat;
- }
- a {
- color:{color:Links};
- text-decoration:none;
- }
- a:hover {
- color:{color:Links Hover};
- text-decoration:none;
- }
- #container {
- background-color:transparent;
- text-align:center;
- width:530px;
- margin:0 auto -100px auto;
- }
- #entries {
- margin:7px 476px;
- margin-top:42px;
- {block:ifWithoutTopbarTitle}
- margin-top:0px;
- {/block:ifWithoutTopbarTitle}
- margin-right:0px;
- float:right;
- text-align:justify;
- }
- #posts {
- position:relative;
- overflow:hidden;
- margin: 0px 0 0px 0;
- width:500px;
- background-color:{color:Post Background};
- padding:7px;
- text-align:justify;
- }
- /* --- SIDEBAR --- */
- #sidebarimage {
- margin: -5px 0 5px 0;
- }
- #sidebarimage img {
- margin-top:5px;
- max-width:250px;
- {block:ifSidebar300}
- max-width:300px;
- {/block:ifSidebar300}
- height:auto;
- }
- #sidebar {
- position:fixed;
- margin-top:60px;
- {block:ifWithoutTopbarTitle}
- margin-top:13px;
- {/block:ifWithoutTopbarTitle}
- padding:5px;
- background-color:{color:Sidebar Background};
- margin-left:-270px;
- width:255px;
- {block:ifSidebar300}
- margin-left:-320px;
- width:305px;
- {/block:ifSidebar300};
- }
- #description {
- margin-left:4px;
- margin-right:4px;
- text-align:justify;
- font-family:{font:description};
- }
- /* --- NAVIGATION --- */
- #navigation {
- text-align-center;
- position:fixed;
- }
- #navigation a {
- display: block;
- margin-left:550px;
- margin-top:60px;
- margin-bottom:-70px;
- {block:ifWithoutTopbarTitle}
- margin-top:30px;
- margin-bottom:-40px;
- {/block:ifWithoutTopbarTitle}
- width:150px;
- font-family:Georgia;
- line-height:11px;
- text-align:left;
- border-left: 3px solid;
- background-color:{color:Navigation};
- color:{color:Text};
- padding-left:12px;
- padding-top:3px;
- padding-bottom:3px;
- letter-spacing:1px;
- text-transform:lowercase;
- font-size:9px;
- text-decoration: none;
- }
- #navigation a:hover {
- background-color:{color:Navigation Hover};
- letter-spacing:2px;
- }
- /* --- TITLES --- */
- #topbar {
- position:fixed;
- margin:-8px;
- width:100%;
- height:48px;
- background-color:{color:Topbar Background};
- border-bottom: 5px solid {color:Topbar Border};
- z-index:2;
- }
- #title {
- margin-top:15px;
- font-family:{font:title};
- color:{color:Title};
- text-transform:lowercase;
- font-size:16px;
- font-style:italic;
- line-height:12px;
- padding:1px;
- text-align:center;
- text-decoration:none;
- }
- {block:ifWithoutTopbarTitle}
- #title {
- margin-top:5px;
- margin-bottom:5px;
- font-family:{font:title};
- color:{color:Title};
- text-transform:lowercase;
- font-size:16px;
- font-style:italic;
- line-height:12px;
- padding:1px;
- text-align:center;
- text-decoration:none;
- }
- {/block:ifWithoutTopbarTitle}
- #title2 {
- font-size:16px;
- font-style:italic;
- font-family:{font:title};
- text-decoration: none;
- }
- #title3 {
- font-size:14px;
- font-style:italic;
- font-family:{font:title};
- }
- /* --- AUDIO --- */
- #audio {
- margin-bottom:5px;
- width:500px;
- height:105px;
- }
- .albumart {
- width:100px;
- height:100px;
- position:absolute;
- }
- .albumart img {
- width:100px;
- height:100px;
- float:left;
- }
- .playercontainer {
- opacity: .2;
- display:block;
- width:100px;
- height:100px;
- background-color:white;
- position:absolute;
- z-index:3;
- }
- .playercontainer:hover {
- opacity:.7;
- -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;
- }
- .player {
- margin-left:36px;
- margin-top:36px;
- width:25px;
- height:25px;
- overflow:hidden;
- background-color:white;
- }
- .audioinfo {
- margin-left:110px;
- float:left;
- background-color:{color:Info Background};
- width:388px;
- padding:2px;
- margin-top:3px;
- }
- /* --- INFO & OTHER --- */
- #pagination {
- color:{color:Text};
- font-size:11px;
- font-family:georgia;
- text-decoration:none;
- text-align:center;
- }
- #pagination a {
- color:{color:Links};
- }
- #pagination a:hover {
- color:{color:Links Hover};
- }
- #info {
- margin-top:5px;
- margin-bottom:2px;
- padding:4px;
- color:{color:Text};
- font-size:9px;
- font-family:georgia;
- line-height:110%;
- text-transform:lowercase;
- width:492px;
- background-color:{color:Info Background};
- letter-spacing:1px;
- text-align:center;
- }
- #info a {
- color:{color:Links};
- }
- #info a:hover {
- color:{color:Links Hover};
- }
- #tags {
- margin-top:0px;
- margin-right:7px;
- font-family:georgia;
- text-align:center;
- text-transform:lowercase;
- font-style:italic;
- font-size:9px;
- }
- #questions {
- margin-bottom:0px;
- padding:10px;
- background-color:{color:Asker Background};
- color:{color:Text};
- font-family:georgia;
- font-size:10px;
- font-style:italic;
- }
- #questions a {
- color:{color:Links};
- }
- #questions a:hover {
- color:{color:Links Hover};
- }
- #source {
- margin-top:3px;
- text-align:right;
- margin-bottom:5px;
- font-size:10px;
- }
- .chat {
- line-height: 12px;
- list-style: none;
- }
- .chat ul {
- line-height: 15px;
- list-style: none;
- padding: 0px;
- line-height:20px;
- }
- .person1 {
- background-color:{color:Background};
- color: {color:Text};
- }
- .person1 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color:{color:Text};
- }
- .person2 {
- color: {color:Text};
- }
- .person2 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color:{color:Text};
- }
- blockquote {
- border-left:4px solid {color:Text};
- padding:0px;
- padding-left:5px;
- margin:5px;
- }
- {CustomCSS}
- </style></head>
- <body>
- {block:IfNotWithoutTopbarTitle}
- <div id="topbar"><div id="title">{Title}</div></div>
- {/block:IfNotWithoutTopbarTitle}
- <div id="container">
- <div id="navigation">
- <a href="/">home</a><br>
- <a href="/ask">questions</a><br>
- {block:HasPages}{block:Pages}<a href="{URL}" title="{Label}">{Label}</a><br>{/block:Pages}{/block:HasPages}
- {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a><br>{/block:ifLink1Title}
- {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a><br>{/block:ifLink2Title}
- {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a><br>{/block:ifLink3Title}
- <a href="/archive">archive</a><br>
- <a href="http://thewicked-eternitythemes.tumblr.com/">theme</a></div>
- <div id="sidebar">
- {block:IfWithoutTopbarTitle}<div id="title">{Title}</div>{/block:IfWithoutTopbarTitle}
- <center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center>
- <div id="description">
- {block:Description}{Description}{/block:Description}
- </div><br>
- {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}</div><br>
- <div id="entries">{block:Posts}<div id="posts">
- {block:Title}
- <div id="title2">{Title}</div>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div id="title3">"{Quote}"</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>{block:TrackName}<div class="audioinfo"><b>Track Title:</b> {TrackName}</div><br>{/block:TrackName}{block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}{block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}</div>{block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="questions">{Asker} asked: "{Question}"</div>
- {Answer}
- {/block:Answer}
- {block:Date}<div id="info"> posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} · © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount}
- with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div><br>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div></div>
- </body>
- </html>

