Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--Theme 07 By Nayel // http://hawthorneys.tumblr.com
- --- THE BREAKFAST CLUB 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>
- <!--Colors-->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:scrollbar" content="#dfdfdf" />
- <meta name="color:desc" content="#202020"/>
- <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="#f5f5f5"/>
- <meta name="color:side" content="#202020"/>
- <meta name="color:side accent" content="#fafafa"/>
- <meta name="color:box" content="#fafafa"/>
- <meta name="color:info bg" content="#fafafa"/>
- <meta name="color:chat" content="#fafafa"/>
- <!--Links and Options-->
- <meta name="text:link 1" content="link" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 2" content="link" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 3" content="link" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 4" content="link" />
- <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""/>
- <meta name="image:side background" content""/>
- {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:background}}
- ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
- ::-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:background};}
- ::-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};
- }
- h1{
- font-family:inconsolata;
- font-size:12px;
- text-transform:uppercase;
- }
- h2{
- font-family:inconsolata;
- font-size:12px;
- text-transform:uppercase;
- text-align:center;
- }
- #container {
- margin:0px;
- width:700px;
- }
- #entry {
- position:relative;
- width:500px;
- margin-left:480px;
- margin-top:30px;
- margin-bottom:50px;
- padding-top:15px;
- padding-right:15px;
- padding-left:15px;
- border:1px solid{color:border};
- background-color:{color:posts};
- }
- #entry:hover .tags {
- opacity:1;
- position:absolute;
- margin-left:520px;
- -webkit-transition-duration:0.7s;
- -moz-transition-duration: 0.7s;
- }
- .tags{
- position:absolute; padding-top: 2px; width: 200px; opacity: 0; font-family: inconsolata; font-size:10px; text-transform: none; margin-left:480px; margin-top:-10px;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- .tags a{
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #permalink{
- font-family:inconsolata;
- text-align:center;
- margin-top:5px;
- margin-bottom:15px;
- padding:5px;
- text-transform:uppercase;
- font-style:none;
- font-size:8px;
- line-height:80%;
- height:10px;
- background-color:{color:info bg};
- border-top:1px solid {color:border};
- border-bottom:1px solid{color:border};
- }
- #side {
- text-align:center;
- position:fixed;
- width:380px;
- height:100%;
- margin-top:-30px;
- margin-left:-8px;
- z-index:1;
- padding:4px;
- background-color:{color:side};
- background-image:url('{image:side background}');
- }
- #side:hover .links {
- opacity:1;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .sidebar img{
- margin-top:45%;
- height:auto;
- margin-left:-5%;
- max-width:140;
- border-radius:140px;
- opacity:.8;
- }
- .links{
- opacity:0;
- font-size:8px;
- width:160px;
- text-align:center;
- text-transform:uppercase;
- font-family:calibri;
- font-style:italic;
- margin-left:28%;
- margin-top:4px;
- margin-bottom:4px;
- color:#fff;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .links a:hover{
- background-color:transparent;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .navigate{
- font-size:75px;
- width:50px;
- padding:5px;
- text-transform:uppercase;
- margin-left:1120px;
- margin-top:-135px;
- margin-bottom:4px;
- text-shadow:0px 2px 2px #e8e8e8;
- }
- .desc{
- font-family:cambria;
- font-style:italic;
- font-size:9px;
- margin-top:5px;
- margin-left:30%;
- margin-bottom:-10px;
- width:140px;
- text-align:justify;
- letter-spacing:1px;
- background-color:{color:desc};
- padding:3px;
- }
- .posttitle{
- font-size: 10px;
- line-height: 8px;
- font-style:none;
- font-weight:bold;
- text-transform:uppercase;
- font-family:calibri;
- }
- .symbols {
- font-family:WebSymbolsRegular;
- font-size: 6px;
- }
- 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;
- margin-top:-10px;
- margin-left:-5px;
- width:60px;
- padding:5px;
- background-color: #fcfcfc;
- border: 1px solid #f8f8f8;
- border-radius:5px;}
- .audio-player {
- opacity:0.6;
- filter:alpha(opacity=60);
- border:2px solid {color:border};
- border-radius:8px;
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- z-index:2;
- margin-left:15px;
- margin-top:15px;}
- .audio-info {
- font-family:calibri;
- text-transform:uppercase;
- font-size:8px;
- margin-top:-10px;
- position:relative;
- margin-left:70px;
- padding:5px; }
- .space { height:{text:entry space};}
- .chat {line-height:12px; list-style:none; font-family:calibri;text-transform:uppercase; font-size:8px;}
- .chat ul {line-height:15px; list-style:none; padding:0px; line-height:20px;}
- .person1 {background-color:{color:chat}; padding-left:6px; padding-right:6px;}
- .person1 .label {font-weight:bold;}
- .person2 {background-color:{color:entries}; padding-left:6px; padding-right:6px;}
- .person2 .label {font-weight:bold;}
- .person3 {background-color:{color:chat}; padding-left:6px; padding-right:6px;}
- .person3 .label {font-weight:bold;}
- .person4 {background-color:{color:entries}; padding-left:6px; padding-right:6px;}
- .person4 .label {font-weight:bold;}
- .person5 {background-color:{color:chat}; padding-left:6px; padding-right:6px;}
- .person5 .label {font-weight:bold;}
- .person6 {background-color:{color:entries}; padding-left:6px; padding-right:6px;}
- .person6 .label {font-weight:bold;}
- 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:calibri;
- letter-spacing:1px;
- text-transform:uppercase;
- font-size:8px;
- padding:5px;
- border:1px solid {color:border};
- background-color:{color:background};
- text-color:{color:background};
- font-weight:bold;
- right:10px;
- bottom:7px;
- text-align:center;
- color:{color:text};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- #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" />
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- </head>
- <body>
- <div id="container">
- <div id="side">
- <div class="sidebar img"><a href="/"><img src="{image:Sidebar}" style="width:145px;height:145px;" ></a></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>
- <div class="navigate">
- {block:Pagination}
- {block:NextPage}
- <a href="{NextPage}"> » </a>
- {/block:NextPage}<br><br><br><br>
- {block:PreviousPage}
- <a href="{PreviousPage}"> « </a>
- {/block:PreviousPage}
- {/block:Pagination}
- </div>
- </div>
- {block:Posts}
- <div id="entry">
- <div class="tags">{block:Tags}<a href="{TagURL}"><span class="symbols">,</span> {Tag} </a><br>
- {/block:Tags}</div>
- {/block:HasTags}
- {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}
- <h1><big>❝</big> {Quote}<h1>
- {block:Source}
- <h2>- {Source}</h2>
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<a href="{Permalink}"><div class="posttitle">{Title}</div></a>{/block:Title}
- <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 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:Caption}{Caption}{/block:Caption}
- {/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"><div id="info">
- <a href="{ReblogURL}" target="_blank">reblog</a> -
- {block:Date} {TimeAgo}{/block:Date} & <a href="{Permalink}">
- {NoteCountWithLabel}</a> <a href="{ReblogParentURL}"title="ReblogParentURL">- via </a> {block:RebloggedFrom}- <big>©</big> <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a><small></small>{/block:RebloggedFrom}
- </div>
- {/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}
- {/block:PermalinkPage}</div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- <div id='credit'><a href="http://hawthorneys.tumblr.com">© theme</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment