Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!--
- THEME MADE BY ANDREA @ MILIKBOY
- PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
- -->
- <!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}
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Title" content="#9c9c9c"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#b8b8b8"/>
- <meta name="color:Border" content="#ebe9e9"/>
- <meta name="color:Asker" content="#f5f5f5"/>
- <meta name="color:Text" content="#000000"/>
- <!--Images-->
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <!--Links-->
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <style type="text/css">
- body {
- background-color:{color:Background};
- background-image: url("{image:Background}");
- background-attachment:fixed;
- margin:10px;
- color:{color:Text};
- font-family:Times New Roman;
- font-size:9px;
- font-style:none;
- text-align:justify;
- letter-spacing:1px;
- line-height:140%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:Text};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- img {
- border:none;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid {color:Border};
- }
- h1 {
- font-size:15px;
- text-transform:none;
- font-style:none;
- text-align: center;
- line-height:140%;
- color:{color:Title};
- }
- a:hover {
- color:{color:Hover};
- }
- small{
- font-size:9px;
- line-height:140%;
- }
- big {
- font-size:12px;
- line-height:140%;
- }
- b, strong{
- color:{color:Text};
- }
- i, em {
- color:{color:Text};
- }
- p{
- margin-top:5px;
- margin-bottom:5px;
- }
- blockquote {
- padding:0px;
- padding-left:5px;
- margin:5px;
- border-left:1px solid {color:Border};
- }
- blockquote img {
- max-width:300px;
- }
- .audio { height:60px; padding:5px; margin-bottom:5px; }
- .audio-album { position:absolute; width:60px; }
- .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
- .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
- #entries {
- padding:10px;
- width:400px;
- margin-left:590px;
- margin-top:140px;
- }
- #post {
- width:400px;
- opacity:1;
- padding-bottom:10px;
- overflow:hidden;
- }
- #quote {
- font-size:15px;
- font-style:none;
- text-align:center;
- line-height:140%;
- }
- #sidebar {
- width:400px;
- height:110px;
- position:absolute;
- margin-left:600px;
- margin-top:-140px;
- }
- #sidebarimage img{
- width:150px;
- height:150px;
- margin-left:-270px;
- padding:3px;
- margin-top:200px;
- position:fixed;
- border-radius:500px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #links {
- padding-top:0px;
- margin-left:0px;
- width:300px;
- margin-top:90px;
- display:inline-block;
- }
- #links a {
- color:{color:Background};
- line-height:10px;
- font-family:Cambria;
- padding:5px;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- margin-right:0px;
- text-align:center;
- margin-bottom:0px;
- font-style:none;
- background:{color:Text};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #links a:hover{
- text-decoration:none;
- color:{color:Hover};
- letter-spacing:1px;
- opacity:1;
- }
- #description {
- width:140px;
- height:auto;
- font-style:none;
- opacity:0.9;
- padding:5px;
- position:fixed;
- font-size:11px;
- line-height:140%;
- text-align:justify;
- text-transform:none;
- margin-top:256px;
- margin-left:-267px;
- letter-spacing:0px;
- }
- #pagination {
- font-size:8px;
- margin-top:350px;
- text-align:center;
- color:{color:Text};
- width:200px;
- padding:0px;
- opacity:1;
- position:fixed;
- font-style:none;
- text-transform:uppercase;
- letter-spacing:5px;
- margin-left:-295px;
- }
- #info {
- font-style:none;
- text-align: center;
- margin-top:5px;
- margin-bottom:10px;
- padding-top:5px;
- font-family:Cambria;
- text-transform:uppercase;
- font-size:7px;
- line-height:140%;
- letter-spacing:2px;
- }
- #info a:hover{
- text-decoration: none;
- color:{color:Hover};
- }
- #tags {
- text-transform:uppercase;
- font-size:7px;
- margin-top:0px;
- font-style:none;
- padding:-4px;
- font-family:Cambria;
- text-align:center;
- letter-spacing:2px;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="links">
- <a href="/">index</a>
- <a href="/ask">letters</a>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- <a href="http://mlikboy.tumblr.com/">theme</a>
- </div>
- <div id="description">{Description}</div>
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}</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 id="quote">❝<i>{Quote}</i>❞{block:Source} — <i>{Source}</i></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: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-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div style="text-transform:uppercase; text-align:center; background: {color:Asker}; font-size:11px; padding:10px; margin-left:0px;"><center><b>{Asker}</b>: {Question}</center></div><br>{Answer}{/block:Answer}
- <div id="info">
- <a href="{Permalink}">{Month} {DayOfMonth} {ShortYear}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} - © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
- {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Posts}
- {block:PostNotes}<div style="text-transform:uppercase; letter-spacing:2px; font-family:Cambria; font-size:7px;">{PostNotes}</div>{/block:PostNotes}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment