- <html>
- <!--
- Theme 011 - Hurts Like Heaven by thewicked-eternity.tumblr.com
- PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
- For any help, visit wickedeternitythemehelp.tumblr.com
- -->
- <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="#A7A7A7"/>
- <meta name="color:Links" content="#DAC7BE"/>
- <meta name="color:Links Hover" content="#A7A7A7"/>
- <meta name="color:Sidebar Links" content="#FFFFFF"/>
- <meta name="color:Sidebar Links Hover" content="#A7A7A7"/>
- <meta name="color:Sidebar Background" content="#EBEBEB"/>
- <meta name="color:Sidebar Image Border" content="#F1F1F1"/>
- <meta name="color:Sidelinks" content="#FFFFFF"/>
- <meta name="color:Sidelinks Hover" content="#FFFFFF"/>
- <meta name="color:Navigation" content="#F1F1F1"/>
- <meta name="color:Navigation Hover" content="#EBEBEB"/>
- <meta name="color:Info Background" content="#F7F7F7"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="image:Background Bar" content="http://static.tumblr.com/vyzeblq/WOZm4cd3v/background.jpg"/>
- <meta name="font:title" content="georgia" />
- <meta name="font:body" content="arial" />
- <meta name="font:description" content="georgia" />
- <meta name="if:Hide Icon" content="1"/>
- <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=""/>
- <meta name="text:Link 6" content="http://"/>
- <meta name="text:Link 6 Title" content=""/>
- <meta name="text:Link 7" content="http://"/>
- <meta name="text:Link 7 Title" content=""/>
- <meta name="text:Link 8" content="http://"/>
- <meta name="text:Link 8 Title" content=""/>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('fast');
- }); }); </script>
- </head>
- <style type="text/css">
- /* --- BASICS --- */
- body {
- color:{color:Text};
- background-attachment:fixed;
- background-color:{color:Background};
- background-image: url('{image:Background}');
- background-position:bottom right;
- background-repeat:no-repeat;
- text-align:justify;
- font-family:{font:body};
- font-size:10px;
- }
- a {
- color: {color:Links};
- text-decoration:none;
- }
- a:hover {
- color:{color:Links Hover};
- text-decoration:none;
- }
- #entries {
- position:absolute;
- overflow:hidden;
- width:514px;
- margin-left:520px;
- margin-top:-7px;
- }
- #posts {
- padding:7px;
- margin-bottom:4px;
- }
- /* --- SIDEBAR --- */
- #sidebarimage img {
- margin-top:5px;
- margin-bottom:5px;
- max-width:265px;
- height:auto;
- border:7px solid {color:Sidebar Image Border};
- }
- #sidebar {
- position:fixed;
- margin-top:-8px;
- margin-left:140px;
- width:365px;
- height:1000%;
- background-color:{color:Sidebar Background};
- }
- #description {
- font-size:10px;
- font-family:{font:description};
- margin-left:45px;
- margin-right:45px;
- position:relative;
- text-align:justify;
- }
- #description a {
- color:{color:Sidebar Links};
- }
- #description a:hover {
- color:{color:Sidebar Links Hover};
- }
- #backgroundbar {
- position:fixed;
- margin-top:-8px;
- margin-left:-8px;
- width:200px;
- height:1000%;
- background-color:{color:Sidebar Background};
- background-image:url('{image:Background Bar}');
- background-repeat:repeat;
- }
- /* --- TITLES --- */
- #title {
- background-color:{color:Sidebar Background};
- position:fixed;
- width:280px;
- padding:3px;
- margin-top:130px;
- margin-left:40px;
- font-size:15px;
- text-align:center;
- letter-spacing:1px;
- color:{color:Text};
- font-family:{font:title};
- text-transform: lowercase;
- font-style:italic;
- z-index:2;
- -webkit-transition: opacity 0.8s linear;opacity:0.1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #title:hover {
- color:{color:Text};
- -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- }
- #title1 {
- font-size:18px;
- font-style:italic;
- font-family:{font:title};
- text-decoration:none;
- }
- #title2 {
- font-size:14px;
- font-style:italic;
- font-family:{font:title};
- }
- /* --- NAVIGATION & SIDELINKS --- */
- #sidelinks {
- position:fixed;
- margin-left:30px;
- margin-top:212px;
- }
- #sidelinks a {
- display:block;
- width:84px;
- height:auto;
- font-family:georgia;
- font-size:9px;
- text-align:center;
- background-color:{color:Sidelinks};
- color:{color:Text};
- padding:5px;
- margin-bottom:-10px; text-transform:lowercase; letter-spacing:1px; -webkit-transition: opacity 0.8s linear; opacity:0.6; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #sidelinks a:hover {
- color:{color:Text};
- background-color:{color:Sidelinks Hover};
- text-align:center;
- text-decoration:none;
- letter-spacing:2px;
- -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- }
- .navigation a {
- width:75px;
- margin-top:3px;
- padding:3px 0 3px 0;
- display:inline-block;
- font-family:arial;
- font-size:8px;
- text-align:center;
- letter-spacing:1px;
- background-color:{color:Navigation};
- color:{color:Text};
- text-transform:uppercase;
- -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- .navigation a:hover {
- background-color:{color:Navigation Hover};
- color:{color:Background};
- -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- }
- .links_list {
- width:365px;
- }
- .links_head {
- cursor:pointer;
- width:340px;
- padding:3px;
- font-family:arial;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- background-color:{color:Navigation};
- color:{color:Text};
- }
- .links_body {
- display:inline-block;
- }
- /* --- 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;
- }
- .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 --- */
- #icon {
- border:15px solid {color:Sidelinks};
- height:64px;
- width:64px;
- margin-left:30px;
- margin-top:115px;
- position:fixed;
- -webkit-transition: opacity 0.8s linear; opacity:0.6; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #icon:hover {
- -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- }
- #pagination {
- font-size:25px;
- text-align:center;
- font-family:{font:Body};
- text-align:center;
- position:relative;
- }
- #pagination a {
- color:{color:Sidebar Links};
- }
- #pagination a:hover {
- color:{color:Sidebar Links Hover};
- }
- #info {
- display:block;
- margin:5px 0px 2px 0px;
- padding:8px 5px 8px 5px;
- color:{color:Text};
- font-size:8px;
- font-family:arial;
- line-height:110%;
- text-transform:uppercase;
- 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-right:7px;
- font-family:georgia;
- text-align:center;
- text-transform:lowercase;
- font-style:italic;
- font-size:9px;
- }
- #questions {
- background-color:{color:Info Background};
- color:{color:text};
- padding:10px;
- margin-bottom:0px;
- font-family:georgia;
- font-size:10px;
- font-style:italic;
- border-bottom:3px solid {color:Info 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="backgroundbar">
- {block:ifHideIcon}
- <div id="icon"><img src="{PortraitURL-64}"></div>
- {/block:ifHideIcon}
- <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>
- <a href="http://thewicked-eternitythemes.tumblr.com/">theme</a></div>
- </div>
- <div id="sidebar"><p>
- <center><div class="links_list">
- <p class="links_head">Navigation</p>
- <div class="links_body">
- <div class="navigation">
- {block:HasPages}{block:Pages}<a href="{URL}" title="{Label}">{Label}</a>{/block:Pages}{/block:HasPages}
- {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1Title}
- {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2Title}
- {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3Title}
- {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4Title}
- {block:ifLink5Title}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5Title}
- {block:ifLink6Title}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6Title}
- {block:ifLink7Title}<a href="{text:Link 7}">{text:Link 7 Title}</a>{/block:ifLink7Title}
- {block:ifLink8Title}<a href="{text:Link 8}">{text:Link 8 Title}</a>{/block:ifLink8Title}
- </div></div><p></div>
- <div id="title">{Title}</div>
- <center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center>
- <div id="description">{block:Description}{Description}{/block:Description}</div><br>
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</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="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>
- </body>
- </html>

