Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--Theme 05 By Nayel // http://hawthorneys.tumblr.com
- --- SELENE THEME | @ HAWTHORNEYS ---
- > please do not steal
- > please do not redistribute
- > please do not claim as your own
- > please do not use this as a base code and take parts of it
- > you can edit as long as credit is on there somewhere
- -!-->
- <html>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:scrollbar" content="#dfdfdf" />
- <meta name="color:scrollbg" content="#ffffff"/>
- <meta name="color:text" content="#828282"/>
- <meta name="color:link" content="#8ea089"/>
- <meta name="color:link hover" content="#e8e8e8"/>
- <meta name="color:border" content="#e8e8e8"/>
- <meta name="color:posts" content="#fdfdfd"/>
- <meta name="color:side" content="#ffffff"/>
- <meta name="color:side accent" content="#fafafa"/>
- <meta name="color:box" content="#fafafa"/>
- <!--Links-->
- <meta name="text:link 1" content="link 1" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 2" content="link 2" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 3" content="link 3" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 4" content="link 4" />
- <meta name="text:link 4 url" content="/" />
- <meta name="if:Show Link1" content="1"/>
- <meta name="if:Show Link2" content="1"/>
- <meta name="if:Show Link3" content="1"/>
- <meta name="if:Show Link4" content="1"/>
- <!--Images-->
- <meta name="image:Background" content""/>
- <meta name="image:Sidebar" content""/>
- <!--Options-->
- <meta name="if:Infinite Scrolling" content=""/>
- <meta name="text:second title" content=""/>
- {block:ifInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScrolling}
- {block:Description}
- <meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- </style>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- @font-face {
- font-family: 'Inconsolata';
- font-style: normal;
- font-weight: normal;
- src: local('Inconsolata'), url('http://themes.googleusercontent.com/static/fonts/inconsolata/v5/BjAYBlHtW3CJxDcjzrnZCIbN6UDyHWBl620a-IRfuBk.woff') format('woff');}
- @font-face { font-family: 'WebSymbolsRegular'; src: url('http://static.tumblr.com/ekfbsgu/3q1m4j9nx/websymbols-regular-webfont.ttf');}
- ::-webkit-scrollbar {width: 8px; height:auto; background:{color:scrollbg}}
- ::-webkit-scrollbar-corner {padding:2px;background:{color:scrollbg}}
- ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
- ::-webkit-scrollbar-button:horizontal {width: 7px; height: 5px; display: block; background:{color:scrollbar}}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg};}
- ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
- body{
- background-color: {color:Background};
- background-image: url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- background-position: center;
- font-family:cambria;
- font-size:11px;
- line-height:12px;
- color:{color:Text};
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration:none;
- }
- a {
- color:{color:link};
- text-decoration:none;
- outline:none;
- opacity:1 ;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- }
- a:hover{
- color: {color:Link Hover};
- }
- #container {
- margin:auto;
- width:700px;
- }
- #entry {
- width:500px;
- margin-left:230px;
- margin-top:45px;
- margin-bottom:50px;
- padding-top:15px;
- padding-right:15px;
- padding-left:15px;
- border:1px solid{color:border};
- background-color:{color:posts};
- }
- #entry:hover .tags {
- margin-top:5px;
- padding-bottom:10px;
- opacity:1;
- -webkit-transition-duration:0.7s;
- -moz-transition-duration: 0.7s;
- }
- #permalink{
- position:relative;
- margin-top:5px;
- padding:2px;
- font-size:8px;
- text-transform:uppercase;
- border-top:1px solid {color:border};
- text-shadow:1px 0 0 rgba(244,0,0,0.2), -2px 0 0 rgba(0,244,0,0.2);
- }
- #side {
- text-align:center;
- position:fixed;
- width:205px;
- margin-top:80px;
- margin-left:-60px;
- z-index:1;
- padding:4px;
- background-color:{color:side};
- }
- .sidebar img{
- margin-top:0px;
- height:auto;
- margin-left: 0px;
- max-width:180;
- border:1px solid {color:border};
- padding:10px;
- background-color:{color:side accent};
- }
- .sidebar img:hover {
- opacity:0.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;
- }
- .links{
- font-size:8px;
- width:203px;
- text-transform:uppercase;
- margin-left:1px;
- margin-top:4px;
- margin-bottom:4px;
- border-top:1px solid{color:border};
- border-bottom:1px solid{color:border};
- background-color:{color:side accent};
- }
- .navigate{
- font-size:8px;
- width:203px;
- text-transform:uppercase;
- margin-left:1px;
- margin-top:4px;
- margin-bottom:4px;
- border-top:1px solid{color:border};
- background-color:{color:side accent};
- }
- .title{
- font-family:cambria;
- color:{color:link};
- width:200px;
- font-style:italic;
- font-size:17px;
- text-shadow:1px 1px 1px #b4b4b4;
- line-height:20px;
- }
- .title2{
- font-family:cambria;
- font-size:12px;
- font-style:italic;
- text-transform:none;
- text-align:center;
- font-color:{color:text};
- width:200px;
- margin-top:-4px;
- margin-bottom:3px;
- }
- .desc{
- font-family:cambria;
- font-style:italic;
- font-size:9px;
- margin-top:5px;
- margin-left:1px;
- margin-bottom:-10px;
- width:206px;
- background-color:{color:side accent};
- }
- .posttitle{
- font-size: 18px;
- line-height: 20px;
- }
- .symbols {
- font-family:WebSymbolsRegular;
- font-size: 6px;
- }
- .tags{
- opacity:0;
- font-family:cambria;
- margin-top:0px;
- height:5px;
- margin-bottom:5px;
- padding-left:5px;
- border-left:5px solid {color:links border};
- -webkit-transition-duration:0.7s;
- -moz-transition-duration: 0.7s;
- }
- blockquote{
- margin-left:10px;
- padding-left:4px;
- border-left: 3px solid {color:Text};
- }
- #question {
- background-color:{color:box};
- color: {color:text};
- border-top: dotted 1px {color:border};
- margin-left:0px;
- padding:11px;
- margin-top: 5px;
- margin-bottom:5px;
- font-family:cambria;
- font-size:10px;
- font-style:italic;
- text-align:left;
- }
- .audio {
- height:60px;
- padding:5px;
- margin-bottom:5px; }
- .audio-album {
- position:absolute;
- width:60px; }
- .audio-player {
- opacity:0.6;
- filter:alpha(opacity=60);
- border:2px solid {color:border};
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- z-index:2;
- margin-left:15px;
- margin-top:15px; }
- .audio-info {
- margin-top:-10px;
- position:relative;
- margin-left:70px;
- padding:5px; }
- .space { height:{text:entry space};}
- .user_1 .label {color:{color:text}; font-weight:bold;}
- .user_2 .label {color:{color:chat text}; font-weight:bold;background-color: #fff;}
- .user_3 .label {color:{color:text}; font-weight:bold;}
- .user_4 .label {color:{color:chat text}; font-weight:bold; background-color:#fff}
- .user_5 .label {color:{color:text}; font-weight:bold;}
- .user_6 .label {color:{color:chat text}; font-weight:bold; background-color:#fff;}
- .user_1{background-color: #fcfcfc; border: 1px solid #f8f8f8; border-radius: 3px;margin-bottom:3px;}
- .user_2{background-color: #fcfcfc; border: 1px solid #f8f8f8; border-radius: 3px;margin-bottom:3px;}
- .user_3{background-color: #fcfcfc; border: 1px solid #f8f8f8; border-radius: 3px;margin-bottom:3px;}
- .user_4{background-color: #fcfcfc; border: 1px solid #f8f8f8; border-radius: 3px;margin-bottom:3px;}
- .user_5{background-color: #fcfcfc; border: 1px solid #f8f8f8; border-radius: 3px;margin-bottom:3px;}
- .user_6{background-color: #fcfcfc; border: 1px solid #f8f8f8; border-radius: 3px;margin-bottom:3px;}
- .ul.chat {}
- .chat ol {}
- .chat li {list-style:none; margin-left:-40px; padding:4px; font-family: cambria; font-style: italic; font-size: 9.5px;}
- ol {
- list-style-type: none;
- font-size:8px;
- font-family: inconsolata;
- text-transform: uppercase;
- margin: 0; }
- ol.notes li {
- width: 485px;
- padding: 2px;
- margin: 0 0 5px -35px; }
- ol.notes li:hover {
- }
- ol.notes li img {
- width:15px;
- border-radius:20px;
- padding-right: 10px;
- margin-bottom: 0px;
- opacity: 0.85;
- filter:alpha(opacity=85); }
- ol.notes li img:hover {
- opacity: 1;
- filter:alpha(opacity=100); }
- #credit {
- position:fixed;
- font-family:inconsolata;
- letter-spacing:1px;
- text-transform:uppercase;
- font-size:10px;
- padding:7px;
- border:1px solid {color:border};
- background-color:{color:background};
- text-color:{color:background};
- font-weight:bold;
- right:5px;
- bottom:5px;
- text-align:center;
- color:{color:text};
- }
- #credit:hover{
- background-color:#000000;
- color:{color:background};
- -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; }
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="container">
- <div id="side">
- <div class="title"><a href="/">{Title}</a></div>
- <div class="title2">{text:second title}</div>
- <div class="sidebar img"><img src="{image:Sidebar}" style="width:180px;" ></div>
- <div class="links">
- <a href="/">home</a>
- <a href="/ask">mssg</a>
- {Block:ifShowLink1}<a href="{text:link 1 url}">{text:link 1}</a>{/Block:ifShowLink1}
- {Block:ifShowLink2}<a href="{text:link 2 url}">{text:link 2}</a>{/Block:ifShowLink2}
- {Block:ifShowLink3}<a href="{text:link 3 url}">{text:link 3}</a>{/Block:ifShowLink3}
- {Block:ifShowLink4}<a href="{text:link 4 url}">{text:link 4}</a>{/Block:ifShowLink4}
- </div>
- <div class="desc">{Description}</div>
- <br>
- {block:ifNotInfiniteScrolling}
- <div class="navigate">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"> ← </a>
- {/block:PreviousPage}
- {CurrentPage} out of {TotalPages}
- {block:NextPage}
- <a href="{NextPage}"> → </a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:ifNotInfiniteScrolling}
- </div>
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}
- <div class="posttitle">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div class="posttitle">
- <a href="{URL}">{Name}</a>
- </div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}
- <center>
- {LinkOpenTag}
- <a href="{permalink}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
- {LinkCloseTag}
- </center>
- {block:Caption}{Caption}{/block:Caption}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:ReblogParentURL}
- <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ReblogParentURL}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="posttitle" style="font-style:italic;"><big>❝</big> {Quote}</div>
- {block:Source}
- - {Source}
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <div class="posttitle">
- {Title}
- </div>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label} </b>
- {/block:Label}
- {Line}
- <br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
- <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
- <div class="audio-info">
- {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
- {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
- {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
- </div></div>
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <img align="right" src="{AskerPortraitURL-40}"style="width:35px;border-radius:160px;"> <div id="question" style="width:430px;font-style:none;" <b>{Asker}</b> asked: <i>{Question}</i></div>
- <i>{Answer}</i>
- {/block:Answer}
- {block:IndexPage}
- <div id="permalink">
- posted
- <a href="{Permalink}"> {TimeAgo}</a>
- -
- <a href="{Permalink}"> <small>♥</small> {NoteCountwithLabel} </a>
-
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">- VIA</a>
-
- - © <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
-
- <a href="{ReblogURL}" target="_blank" class="details">+ Reblog</a>
- <br>
- <div class="tags">{block:Tags}<a href="{TagURL}"><span class="symbols">,</span> {Tag} </a>
- {/block:Tags}</div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}<div id="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom}
- {block:ContentSource} - <a href="{SourceURL}"> source</a>
- {/block:ContentSource}</div><div class="tags" style="font-family:cambria;text-transform:uppercase;font-size:8px;">{block:Tags}<a href="{TagURL}"><span class="symbols">,</span> {Tag} </a>
- {/block:Tags}</div>
- {/block:HasTags}
- <div id="permalink">
- {/block:PermalinkPage}</div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- <div id='credit'><a href="http://hawthorneys.tumblr.com"><big><big>©</big></big>theme</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment