Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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" xml:lang="en" lang="en">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!-- theme 45 by bangnothing
- please dont steat/ remove credit I worked very hard on this and i dont want my hard work to be all for not-->
- <!-- COLORS -->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#b6b5b5"/>
- <meta name="color:link" content="#8d8888"/>
- <meta name="color:linkhover" content="#eeeeee"/>
- <meta name="color:scrollbar" content="ececec"/>
- <!-- FONTS -->
- <meta name="font:title" content="Cambria" />
- <meta name="font:body" content="calibri" />
- <meta name="font:pagination" content="calibri" />
- <!-- IMAGES -->
- <meta name="image:sidebar" content=""/>
- <meta name="image:sidebar2" content=""/>
- <!-- 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="/" />
- <style type="text/css">
- ::selection {background: #fff; color:{color:selection};}
- ::-moz-selection {background: #fff; color:{color:selection};}
- ::-webkit-selection {background: #fff; color:{color:selection};}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
- height:100px;}
- ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
- /* --- BODY ---*/
- body {
- font-style:none;
- background:{color:background};
- margin:0px; color:{color:text};
- font-family:calibri;
- font-size:11px;
- line-height:100%;
- }
- blockquote {
- border-left:2px solid #ECECEC;
- padding-left:2px;
- margin:5px;
- }
- a {
- color:{color:link}
- }
- a {
- text-decoration:none;
- -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;
- }
- a:hover {
- color:{color:linkhover}
- }
- img {none;}
- h1 , h2 {
- font-family:calibri;
- text-transform:none;
- font-size:14px;
- line-height:30px;
- letter-spacing:0px;
- text-align:center;
- font-style:none;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:600px;
- margin-top:50px;
- }
- #post {
- width:500px;
- padding-bottom:100px;
- font-style:none;
- padding:15px;
- margin-bottom:10px;
- }
- /* --- SIDEBAR ---*/
- #sidebar
- {
- width:300px;
- position:fixed;
- margin-left:90px;
- margin-top:150px;
- }
- #sidebar {width:100px;}
- #sidebarpicture img {
- width:250px;
- height:150px;
- margin-left:-5px;
- margin-top:20px;
- padding:3px;
- position:fixed;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #sidebar2 img {
- width:250px;
- height:150px;
- margin-left:-5px;
- margin-top:20px;
- padding:3px;
- position:fixed;
- opacity:0;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #sidebar:hover #sidebar2 img{
- opacity:1;
- }
- #nav {
- position:fixed;
- overflow:hidden;
- margin-top:150px;
- margin-left:315px;
- }
- #link1 a , #link2 a, #link3 a
- #title
- {
- font-family:cambria;
- text-align:center;
- margin-top:-129px;
- padding-bottom:0px;
- text-transform:none;
- font-style:normal;
- font-size:10px;
- }
- #description {
- margin-left: -7px;
- margin-top: 165px;
- width: 261px;
- line-height: 100%;
- text-transform:none;
- text-align:center;
- font-family:calibri;
- font-size: 10px;
- font-style:italic;
- padding-bottom:0px;
- padding-top:5px;
- background-color:#000;
- color:#fff;
- }
- #links {width:210px;padding-top:30px;position:fixed;height:auto;margin-top:-25px;margin-left:12px;padding:10px;text-align:center;}
- #links a{margin-left:7px; margin-right:07px;padding:1px;text-align:center;font-size:9px;font-style:none;color:#000;text-transform:uppercase;letter-spacing:1px; }
- #links a:hover{color:#000; text-decoration:line-through}
- .caption {
- width:500px;
- text-align:justify;
- line-height:120%;
- }
- .ask {
- padding:10px;
- text-align:left;
- color:{color:text};
- background-color:{color:infobg};
- border-bottom:1px solid {color:border};
- border-right:1px solid {color:border};
- }
- .ans {
- text-align:left;
- padding:10px;
- color:{color:text};
- }
- .audio {
- width:500px;
- padding-bottom:10px;
- background-color:{color:infobg};
- }
- .albumart {
- float:left;
- padding:0px 10px 10px 0px;
- }
- .albumart img {
- width:45px;
- height:45px;
- }
- .playercontainer {
- text-align:left;
- padding:10px;
- background-color:#ffffff;
- width:480px;
- }
- .audioinfo {
- padding:10px;
- color:{color:text};
- }
- #postinfo {
- width:490px;
- padding:5px;
- font-size:8px;
- color:{color:link};
- text-transform:uppercase;
- font-style:normal;
- letter-spacing:2px;
- text-align:left;
- border-top:1px solid {color:border};
- border-bottom:1px solid {color:border};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #postinfo a {
- color:{color:link};
- text-align:center;
- letter-spacing:1px;
- font-style:normal;
- }
- #postinfo a:hover {
- color:{color:hover};
- }
- .note {
- text-transform:uppercase;
- font-style:normal;
- letter-spacing:0px;
- font-size: 9px;
- text-align:left;
- line-height:90%;
- margin-left:-40px;
- }
- .note li {
- list-style-type:none;
- border-bottom:1px solid {color:border};
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags {
- font-style:normal;
- width:500px;
- text-transform:uppercase;
- font-style:normal;
- color:{color:tags};
- letter-spacing:2px;
- line-height:120%;
- font-size:8px;
- text-align:left;
- padding:2px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags a {
- color:{color:tags};
- letter-spacing:1px;
- padding:1px;
- }
- .tags a:hover {
- color:{color:link};
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- }
- .label {
- text-decoration:underline;
- font-weight:700;
- background-color:{color:infobg};
- margin-right:5px;
- }
- #pagination { font-size:8px; text-align:center; color:#000000; font-family:Bebas Neue; letter-spacing:2px; margin-left:160px; margin-top:10px; -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
- #pagination a{ font-size:8px; text-align:center; color:#000; font-family:Bebas Neue; letter-spacing:2px; margin-left:0px; margin-top:0px; -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
- #credit {
- position:fixed;
- font-size:8px;
- right:10px;
- bottom:10px;
- text-transform:uppercase;
- text-align:center;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="sidebarpicture"><img src="{image:sidebar}"/></div><div id="sidebar2"><img src="{image:sidebar2}"/></div>
- <br>
- <div id="links">
- <a href="{text:link 1 url}">{text:link 1}</a>
- <a href="{text:link 2 url}">{text:link 2}</a>
- <a href="{text:link 3 url}">{text:link 3}</a>
- <a href="{text:link 4 url}">{text:link 4}</a>
- </div>
- <div id="description">{Description}</div>
- <div id="scrollbar">{scrollbar}</div>
- <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">sink</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">swim</a>{/block:NextPage}{/block:Pagination}</div></div>
- {block:HasPages}{block:Pages}
- <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- </div></center>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
- {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
- <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
- <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
- {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
- {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}"># {Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div>
- <div id="credit" data="credit"> <a href="http://bangnothing.tumblr.com"><img src="http://i1362.photobucket.com/albums/r689/sheerinos/white_zps66eaf67d.jpg?t=1375584747" width="115px" height="70px">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment