- <!--
- Theme 004 - Ho Hey 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="#F7EAD7"/>
- <meta name="color:Text" content="#A59C8C"/>
- <meta name="color:Post Background" content="#FAEDDB"/>
- <meta name="color:Links" content="#A6928F"/>
- <meta name="color:Links Hover" content="#907A77"/>
- <meta name="color:Sidebar Background" content="#FAEDDB"/>
- <meta name="color:Sidelinks" content="#F1E3CF" />
- <meta name="color:Sidelinks Hover" content="#EBDCC5" />
- <meta name="color:Info Background" content="#F1E3CF"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="image:Photoset Img 1" content=""/>
- <meta name="image:Photoset Img 2" content=""/>
- <meta name="image:Photoset Img 3" content=""/>
- <meta name="image:Photoset Img 4" content=""/>
- <meta name="font:post title" content="georgia" />
- <meta name="font:body" content="arial" />
- <meta name="font:description" content="arial" />
- <meta name="if:Sidebar Img Photoset" content="0"/>
- <meta name="if:Show 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=""/>
- <meta name="text:Link 4" content="http://"/>
- <meta name="text:Link 4 Title" content=""/>
- <meta name="text:Link 5" content="http://"/>
- <meta name="text:Link 5 Title" content=""/>
- <style type="text/css">
- /* --- BASICS --- */
- body {
- color:{color:Text};
- background-attachment:fixed;
- background-color:{color:Background};
- background-image: url('{image:Background}');
- background-position:bottom left;
- background-repeat:no-repeat;
- font-family:{font:body};
- font-size:10px;
- }
- 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 0 auto;
- }
- #entries {
- margin-top:-8px;
- margin-right:-80px;
- float:right;
- text-align:justify;
- }
- #posts {
- position:relative;
- overflow:hidden;
- width:500px;
- background-color:{color:Post Background};
- padding:7px;
- text-align:justify;
- margin-bottom:7px;
- }
- /* --- SIDEBAR --- */
- {block:IfNotSidebarImgPhotoset}
- #sidebarimage img {
- margin-top:5px;
- margin-bottom:5px;
- max-width:250px;
- height:auto;
- text-align:center;
- }
- {/block:IfNotSidebarImgPhotoset}
- #sidebar {
- position:fixed;
- margin-top:45px;
- margin-left:-195px;
- width:270px;
- padding:5px;
- background-color:{color:Sidebar Background};
- }
- #description {
- margin-left:4px;
- margin-right:4px;
- font-size:10px;
- font-family:{font:description};
- text-align:justify;
- }
- {block:IfSidebarImgPhotoset}
- .sidebarimages {
- letter-spacing:2px;
- padding: 2px;
- }
- .sidebarimages img {
- display:inline;
- height:auto;
- max-width:122px;
- }
- {/block:IfSidebarImgPhotoset}
- /* --- TITLES --- */
- #title {
- margin-top:-20px;
- margin-right:-5px;
- text-align:right;
- text-transform:uppercase;
- letter-spacing:1px;
- font-family:arial;
- font-size:11px;
- color:{color:Text};
- }
- #title1 {
- font-size:18px;
- font-style:italic;
- font-family:{font:post title};
- text-decoration: none;
- }
- #title2 {
- font-size:14px;
- font-style:italic;
- font-family:{font:post title};
- }
- /* --- SIDELINKS --- */
- #icon {
- border: 15px solid {color:Sidelinks Hover};
- height:48px;
- width:48px;
- margin-left:625px;
- margin-top:50px;
- position:fixed;
- }
- #sidelinks {
- position:fixed;
- margin-left:625px;
- margin-top:131px;
- }
- #sidelinks a {
- display:block;
- width:72px;
- height:auto;
- font-family:georgia;
- font-size: 9px;
- text-transform:lowercase;
- text-align:center;
- background-color:{color:Sidelinks};
- color:{color:Links};
- padding:3px;
- margin-bottom:-10px;
- }
- #sidelinks a:hover {
- color:{color:Links hover};
- background-color:{color:Sidelinks Hover};
- text-align:center;
- text-decoration:none;
- }
- /* --- 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:#ffffff;
- position:absolute;
- z-index:3;
- -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;
- }
- .playercontainer:hover {
- opacity:.7;
- }
- .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 --- */
- #info {
- display:block;
- margin:5px 0px -7px -7px;
- padding:4px 5px 4px 5px;
- color:{color:Text};
- font-size:9px;
- font-family:georgia;
- line-height:110%;
- text-transform:lowercase;
- width:501px;
- background-color:{color:Info Background};
- letter-spacing:1px;
- border-left: 3px solid;
- }
- #info:hover {
- border-left: 2px solid;
- width:502px;
- }
- #info a {
- color:{color:Links};
- }
- #info a:hover {
- color:{color:Links Hover};
- }
- #pagination {
- font-size:10px;
- text-align:center;
- font-family:{font:description};
- text-align:center;
- }
- #pagination a {
- color:{color:Link};
- }
- #tags {
- font-family:georgia;
- text-align:right;
- margin-top:-5px;
- margin-left:0px;
- text-transform:lowercase;
- font-style:italic;
- font-size:9px;
- width:510px;
- margin-bottom:7px;
- }
- #questions {
- background-color:transparent;
- color: {color:text};
- padding:10px;
- margin-bottom:0px;
- font-family:georgia;
- font-size:10px;
- font-style:italic;
- border-bottom:3px solid {color:Background};
- }
- #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>
- <div id="container">
- <div id="icon"><img src="{PortraitURL-48}"></div>
- <div id="sidelinks">
- <a href="/">home</a><br>
- <a href="/ask">message</a><br>
- {block:SubmissionsEnabled}<a href="/submit" title="{SubmitLabel}">{SubmitLabel}</a><br>{/block:SubmissionsEnabled}
- <a href="/archive">archive</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}
- {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a><br>{/block:ifLink4Title}
- {block:ifLink5Title}<a href="{text:Link 5}">{text:Link 5 Title}</a><br>{/block:ifLink5Title}
- <a href="http://thewicked-eternitythemes.tumblr.com">theme</a></div>
- <div id="sidebar">
- {block:IfShowTitle}<div id="title">{Title}</div><p>{/block:IfShowTitle}
- {block:IfNotSidebarImgPhotoset}
- <center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center>
- {/block:IfNotSidebarImgPhotoset}
- {block:IfSidebarImgPhotoset}
- <div class="sidebarimages"><center>
- <img src="{image:Photoset Img 1}"/>
- <img src="{image:Photoset Img 2}"/><br>
- <img src="{image:Photoset Img 3}"/>
- <img src="{image:Photoset Img 4}"/>
- </center></div>
- {/block:IfSidebarImgPhotoset}
- <div id="description">{block:Description}{Description}{/block:Description}</div><br>
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">previous</a> {/block:PreviousPage}/{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}<br></div></div><BR>
- <div id="entries">{block:Posts}<div id="posts">
- {block:Title}
- <div id="title1">{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="title2">"{Quote}"</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div id="title1"><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}<div style="float:right">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div></div></div>
- {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div></div>
- </body>
- </html>

