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">
- <!--
- THEME 04 BY LAUNTS (LAUNTS.TUMBLR.COM). DON'T STEAL OR USE AS BASE PLEASE AND THANK. IF YOU HAVE ANY ISSUES MESSAGE ME.
- -->
- <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}
- <meta name="image:bg" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="color:asker" content="#fff"/>
- <meta name="color:ask bg" content="#000"/>
- <meta name="color:ask text" content="#fff"/>
- <meta name="color:bg" content="#fff"/>
- <meta name="color:blockquote" content="#000"/>
- <meta name="color:bold" content="#000"/>
- <meta name="color:chat even bg" content="#000"/>
- <meta name="color:chat even text" content="#fff"/>
- <meta name="color:chat odd bg" content="#fff"/>
- <meta name="color:chat odd text" content="#000"/>
- <meta name="color:credit" content="#000"/>
- <meta name="color:desc bg" content="#000"/>
- <meta name="color:desc bold" content="#fff"/>
- <meta name="color:desc italics" content="#fff"/>
- <meta name="color:desc scrollbar" content="#fff"/>
- <meta name="color:desc text" content="#fff"/>
- <meta name="color:italics" content="#000"/>
- <meta name="color:links" content="#000"/>
- <meta name="color:navi bar bg" content="#000"/>
- <meta name="color:nav links" content="#000"/>
- <meta name="color:nav links hover" content="#fff"/>
- <meta name="color:nav links bg" content="#fff"/>
- <meta name="color:nav links bg hover" content="#000"/>
- <meta name="color:pagination" content="#000"/>
- <meta name="color:post bg" content="#fff"/>
- <meta name="color:post border" content="#000"/>
- <meta name="color:post title" content="#fff"/>
- <meta name="color:post title bg" content="#000"/>
- <meta name="color:post title hover" content="#000"/>
- <meta name="color:post title bg hover" content="#fff"/>
- <meta name="color:scrollbar" content="#000"/>
- <meta name="color:sidebar border" content="#000"/>
- <meta name="color:subtitle" content="#fff"/>
- <meta name="color:tags" content="#000"/>
- <meta name="color:tags border" content="#000"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:title" content="#fff"/>
- <meta name="color:topbar bg" content="#000"/>
- <meta name="text:one text" content="one"/>
- <meta name="text:one url" content="/"/>
- <meta name="text:two text" content="two"/>
- <meta name="text:two url" content="/"/>
- <meta name="text:three text" content="three"/>
- <meta name="text:three url" content="/"/>
- <meta name="text:subtitle" content="subititle"/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- background-color: {color:scrollbar};
- height:auto;
- border-bottom:none;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:5px;
- background-color: {color:scrollbar};
- border: 2px solid {color:post bg};
- }
- ::selection {
- background-color: black;
- color: white;
- }
- @font-face {
- font-family: wolf;
- src: url('http://static.tumblr.com/6acw4l0/IyBn2jxqf/wolf_in_the_city_1_.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- }
- body {
- background-color: {color:bg};
- margin:0px;
- color: {color:text};
- font-family:Arial, Helvetica;
- font-size:9px;
- line-height:100%;
- background-image: url({image:bg});
- background-repeat: repeat;
- }
- i, em {
- color: {color:italics};
- }
- b, strong {
- color: {color:bold};
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color: {color:links};
- }
- img {
- border:none;
- max-width: 400px;
- }
- h1 {
- font-size:12px;
- text-transform:uppercase;
- line-height: 110%;
- color: {color:post title};
- background-color: {color:post title bg};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- h1:hover {
- color: {color:post title hover};
- background-color: {color:post title bg hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- h1 a {
- color: {color:post title};
- }
- h1 a:hover {
- color: {color:post title hover};
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:blockquote};
- max-width: 100%;
- word-wrap: break-word
- }
- blockquote img {
- max-width: 100%;
- }
- #sidebar {
- width: 250px;
- height: 400px;
- border-left: 1px solid {color:sidebar border};
- border-right: 1px solid {color:sidebar border};
- border-bottom: 1px solid {color:sidebar border};
- border-top: 51px solid {color:sidebar border};
- margin-top: 150px;
- margin-left: 100px;
- position: fixed;
- }
- #sidebar img {
- width: 250px;
- height: 400px;
- }
- #topbar {
- position: fixed;
- height: 100px;
- width: 740px;
- padding: 10px;
- background-color: {color:topbar bg};
- margin-left: 100px;
- margin-top: 20px;
- border: 1px solid {color:topbar bg};
- }
- #title {
- font-family: wolf;
- font-size: 100px;
- color: {color:title};
- margin-top: 20px;
- }
- #title a {
- color: {color:title};
- }
- #subtitle {
- font-family: arial;
- font-size: 20px;
- color: {color:subtitle};
- text-transform: uppercase;
- margin-top: -430px;
- opacity: .7;
- }
- #description {
- color: {color:desc text};
- font-family: arial;
- font-size: 10px;
- text-align: center;
- width: 150px;
- height: 50px;
- margin-top: 20px;
- overflow-y: scroll;
- }
- #description i, em {
- color: {color:desc italics};
- }
- #description b, strong {
- color: {color:desc bold};
- }
- #description::-webkit-scrollbar-thumb {
- background-color: {color:desc scrollbar};
- height:auto;
- border-bottom:none;
- }
- #description::-webkit-scrollbar {
- height:9px;
- width:5px;
- background-color: {color:desc scrollbar};
- border: 2px solid {color:desc bg};
- }
- #contain {
- width: 400px;
- height: 350px;
- padding: 50px;
- overflow-y: scroll;
- position: fixed;
- border: 1px solid {color:post border};
- margin-top: 150px;
- margin-left: 360px;
- background-color: {color:post bg};
- }
- #navi {
- width: 500px;
- height: 50px;
- background-color: {color:navi bar bg};
- position: fixed;
- margin-top: -50px;
- margin-left: -50px;
- }
- #linkbox {
- width: 175px;
- height: 20px;
- margin-left: 100px;
- }
- #links {
- width: 40px;
- height: 10px;
- padding: 5px;
- background-color: {color:nav links bg};
- }
- #links a {
- color: {color:nav links};
- font-family: arial;
- font-size: 10px;
- }
- #links a:hover {
- color: {color:nav links hover};
- }
- #links:hover {
- background-color: {color:nav links bg hover};
- }
- #contact {
- margin-top: 15px;
- }
- #themes {
- margin-left: 110px;
- margin-top: -20px;
- }
- #ships {
- margin-left: 172px;
- margin-top: -20px;
- }
- #all {
- padding:10px;
- width:400px;
- margin-left:-20px;
- margin-top:50px;
- font-size:10px;
- background-color: {color:post bg};
- }
- #posts {
- width:400px;
- padding-bottom:20px;
- padding:10px;
- margin-top:30px;
- background-color: {color:post bg};
- }
- #details {
- text-align:right;
- margin-top:8px;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- }
- #tags {
- width:394px;
- height: 50px;
- font-family:cambria;
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:10px;
- margin-top:2px;
- text-align:left;
- border-left: 2px solid {color:tags border};
- border-top: 2px solid {color:post bg};
- border-bottom: 2px solid {color:post bg};
- border-right: 2px solid {color:post bg};
- overflow-y: scroll;
- padding: 3px;
- color: black;
- }
- #tags a {
- display:inline-block;
- padding:-3px;
- text-align:right;
- color:{color:tags};
- -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;
- }
- #tags a:hover {
- opacity: .7;
- font-style: italic;
- }
- #question {
- padding:8px;
- font-family:cambria;
- letter-spacing:2px;
- text-align:right;
- font-style:italic;
- border:5px solid {color:ask bg};
- color: {color:ask text};
- background-color: {color:ask bg};
- }
- #question a {
- color: {color:asker};
- }
- .convo .convoline {
- color: {color:chat even text};
- background-color: {color:chat even bg};
- padding: 2px;
- }
- .convo .convoline.odd {
- color: {color:chat odd text};
- background-color: {color:chat odd bg};
- padding: 2px;
- }
- #pagination {
- height: 100px;
- width: 250px;
- margin-top: 620px;
- margin-left: 100px;
- position: fixed;
- }
- .jump_page {
- padding: 4px 8px;
- color: {color:pagination};
- font-family:century gothic;
- font-size:11px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 4px 8px;
- background-color: {color:pagination};
- color: {color:bg};
- font-family:century gothic;
- font-size:11px;
- text-decoration:none;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <img src="{image:sidebar}">
- <center>
- <div id="subtitle">
- {text:subtitle}
- </div>
- </center>
- </div>
- <div id="topbar">
- <center>
- <div id="title">
- <a href="/">{Title}</a>
- </div>
- <div id="description">
- {Description}
- </div>
- </center>
- </div>
- <div id="contain">
- <div id="navi">
- <div id="linkbox">
- <center>
- <div id="contact">
- <div id="links">
- <a href="{text:one url}">{text:one text}</a>
- </div>
- </div>
- <div id="themes">
- <div id="links">
- <a href="{text:two url}">{text:two text}</a>
- </div>
- </div>
- <div id="ships">
- <div id="links">
- <a href="{text:three url}">{text:three text}</a>
- </div>
- </div>
- </center>
- </div>
- </div>
- <div id="all">{block:Posts}<div id="posts">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{/block:Quote}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
- <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
- {/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}<div class="convo">{block:Lines}<div class="convo"><div class="convoline {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>
- {/block:Chat}
- {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;"> {Asker} whispered: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
- <div id="details">
- <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} at {24Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div></div>
- <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;"><a style="color:{color:credit};" href="http://launts.tumblr.com/">@LAUNTS</a></center></div>
- <center>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </center>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment