Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <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}
- <!----
- theme04 by franz @ lestranqe.tumblr.com/
- DO NOT REMOVE THE CREDIT OR I'LL MAKE YOU INTO SHOES
- --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Hover" content=""/>
- <meta name="color:Title" content=""/>
- <meta name="color:Sidebar link" content=""/>
- <meta name="color:Scrollbar" content="#dfdfdf"/>
- <meta name="color:Scrollbar bg" content="#f7f7f7"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:link 1 title" content="link 1"/>
- <meta name="text:link 1" content=""/>
- <meta name="text:link 2 title" content="link 2"/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 3 title" content="link 3"/>
- <meta name="text:link 3" content=""/>
- <meta name="text:link 4 title" content="link 4"/>
- <meta name="text:link 4" content=""/>
- <meta name="text:link 5 title" content="link 5"/>
- <meta name="text:link 5" content=""/>
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 4px;
- display: none;
- text-align: center;
- position: absolute;
- font-size:8px;
- line-height:9px;
- font-family:'Inconsolata';
- z-index: 1000;
- border: 1px solid #fff;
- background-color:#fff;
- color: {color:text};
- text-transform:uppercase;
- letter-spacing: 2px;
- opacity:0.8;}
- </style>
- <link href='http://fonts.googleapis.com/css?family=Roboto:100' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar {width:5px;
- height:auto;
- background:{color:scrollbar bg};}
- ::-webkit-scrollbar-corner {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
- #bite
- #bite a{
- display:block
- }
- #bite .death {
- margin-top:-40px;
- filter: alpha(opacity = 0);
- opacity:0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #bite:hover .death {
- margin-top:2px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- /*main structure*/
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:calibri;
- font-size:10px;
- letter-spacing:1px;
- line-height:180%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- a:hover {
- color:{color:hover};
- -webkit-transition:all 1s ease-in-out;
- -moz-transition:all 1s ease-in-out;
- transition:all 1s ease-in-out;
- }
- img {
- max-width:400px;
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:1px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid;
- }
- h1 {
- text-align:center;
- line-height:200%;
- font-family:'Roboto', sans-serif;
- font-size:15px;
- text-transform:uppercase;
- }
- #entries {
- padding:30px;
- width:400px;
- margin-left:500px;
- margin-top:50px;
- }
- #post {
- width:400px;
- padding-bottom:50px;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- -ms-hyphens: auto;
- hyphens: auto;
- }
- /*sidebar*/
- #sidebar {
- width:150px;
- position:fixed;
- margin-left:200px;
- margin-top:100px;
- }
- #title {
- font-family:'Roboto', sans-serif;
- font-size:18px;
- text-transform:uppercase;
- font-weight:thin;
- letter-spacing:3px;
- text-align:center;
- line-height:150%;
- margin-bottom:20px;
- }
- #title a {
- color:{color:title};
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- #title a:hover {
- color:{color:hover};
- -webkit-transition:all 1s ease-in-out;
- -moz-transition:all 1s ease-in-out;
- transition:all 1s ease-in-out;
- }
- #sidebarimage {
- width 150px;
- }
- #sidebarimage img {
- width:150px;
- }
- #links {
- width:150px;
- font-size:20px;
- font-family:times;
- margin-left:2px;
- margin-top:20px;
- margin-bottom:10px;
- text-align:center;
- letter-spacing:5px;
- }
- #links a {
- color:{color:sidebar link};
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- #links a:hover {
- color:{color:hover};
- -webkit-transition:all 1s ease-in-out;
- -moz-transition:all 1s ease-in-out;
- transition:all 1s ease-in-out;
- }
- .pagi {
- font-size:12px;
- font-family:times;
- text-transform:lowercase;
- letter-spacing:3px;
- font-style:normal;
- text-align:center;
- }
- .pagi a {
- color:{color:link};
- }
- #description {
- padding:5px;
- margin-top:5px;
- line-height:150%;
- letter-spacing:1px;
- text-align:center;
- }
- /*post info*/
- #info {
- width:400px;
- text-transform:uppercase;
- font-size:8px;
- text-align:center;
- line-height:200%;
- padding:30px 0px 30px 0px;
- }
- /*ask*/
- #asker {
- float:left;
- margin-right:5px;
- }
- /*quote*/
- .quote {
- text-align:center;
- font-size:15px;
- line-height:150%;
- font-family:'Roboto', sans-serif;
- }
- .source {
- text-align:center;
- font-size:10px;
- margin-top:13px;
- }
- /*audio*/
- .audio {
- height:60px;
- padding:5px;
- margin-bottom:5px;
- }
- .audio-album {
- position:absolute;
- width:60px;
- }
- .audio-player {
- opacity:0.5;
- filter:alpha(opacity=50);
- width:28px;
- height:38px;
- overflow:hidden;
- position:absolute;
- z-index:2;
- margin-left:15px;
- margin-top:15px;
- }
- .audio-info {
- margin-top:0px;
- position:relative;
- margin-left:70px;
- padding:5px;
- }
- /*credit*/
- #credit {
- position:fixed;
- float:right;
- opacity:1;
- bottom:5px;
- right:5px;
- padding:3px;
- border:1px solid #666666;
- font-size:8px;
- text-transform:uppercase;
- font-family:times;
- }
- #credit a {
- color:#666666;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- #credit a:hover {
- color:{color:hover};
- -webkit-transition:all 1s ease-in-out;
- -moz-transition:all 1s ease-in-out;
- transition:all 1s ease-in-out;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="bite">
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="links">
- <a href="{text:link 1}" title="{text:link 1 title}">○</a>
- <a href="{text:link 2}" title="{text:link 2 title}">○</a>
- <a href="{text:link 3}" title="{text:link 3 title}">○</a>
- {block:IfLink4}<a href="{text:link 4}" title="{text:link 4 title}">○</a>{/block:IfLink4}
- {block:IfLink5}<a href="{text:link 5}" title="{text:link 5 title}">○</a>{/block:IfLink5}
- </div>
- {block:Pagination}
- <div class="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}"> ← </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"> → </a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div class="death">
- <div id="description">{Description}</div>
- </div>
- </div></div>
- <div id="entries">{block:Posts}<div id="post">
- {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:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}
- <div class="quote"><span style="font-family:times;font-size:20px;opacity:0.8;">❦</span> {Quote}</div>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div style="text-align:center;">♔ {Asker}</u> texted ♔<br>{Question}</div>
- <br>
- <div style="padding:0px 5px 0px 5px">{Answer}</div>
- {/block:Answer}
- {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}
- </div></div>
- {/block:Audio}
- <div id="info">
- {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
- {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>
- <a href="{ReblogParentURL}"title="{ReblogParentName}"> via </a> ⚬ <a href="{ReblogRootURL}"title="{ReblogRootName}">source</a>{/block:RebloggedFrom} ⚬ <a href="{ReblogURL}" target="_blank">reblog</a><br>
- {block:HasTags}filed under: {block:Tags} ⟟ <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- <div id="credit"><a href="http://lestranqe.tumblr.com/">FZ</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment