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">
- <!--Sweet Expectations Theme by There-and-BackAgain
- Base codes by Heart-Granade
- Please do not remove credits and enjoy the theme! :)
- -->
- <head>
- <title>{TITLE}</title>
- <!-- DEFAULT VARIABLES -->
- <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 (CAN BE EDITED IN THE 'APPEARANCE' TAB) -->
- <meta name="color:Background" content="#BDE6D5"/>
- <meta name="color:Header" content="#727272"/>
- <meta name="color:Title" content="#B3B1B1"/>
- <meta name="color:Text" content="#949191"/>
- <meta name="font:Body" content="courier new"/>
- <meta name="color:Posts" content="#F9F9F9"/>
- <meta name="color:Portrait Background" content="#F9F9F9"/>
- <meta name="color:Bottom Sidebar" content="#F9F9F9"/>
- <meta name="color:Link" content="#666666"/>
- <meta name="color:Link Hover" content="#ADADAD"/>
- <meta name="if:Enable Image Opacity" content="1"/>
- <meta name="image:Background" content=""/>
- <meta name="text:Background Image Position" content="none"/>
- <meta name="if:Background Image Not Repeat" content="0"/>
- <meta name="if:Background Image Fixed" content="1"/>
- <style type="text/css">
- body {
- background-color:{color:Background};
- background-image:url({image:Background});
- background-position:{text:Background Image Position};
- {block:IfBackgroundImageNotRepeat}background-repeat:no-repeat;{/block:IfBackgroundImageNotRepeat}
- {block:IfBackgroundImageFixed}background-attachment: fixed;{/block:IfBackgroundImageFixed}
- color:{color:Text};
- font-size:11px;
- line-height:15px;
- font-family:{font:body};
- }
- a, a:visited, a:active {
- color:{color:Link};
- text-decoration: none;
- -webkit-transition-duration: 0.4s;
- }
- a:hover {
- color:{color:link hover};
- text-decoration:none;
- }
- p {
- margin: 2px 2px 2px 2px;
- line-height:10px;
- padding: 0;
- }
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: dotted 1px {color:text};
- }
- ol.notes li.note {
- border-top: dotted 1px {color:text};
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- margin-right: 10px;
- width: 20px;
- height: 20px;
- }
- blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px dotted {color:text};}
- blockquote img{display:block;}
- blockquote p{padding:0px; margin:0px;}
- blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
- a img{border:none;}
- a.nav:link, a.nav:active, a.nav:visited {
- color: #FFFFFF;
- font: {font:Body};
- font-size: 25px;
- text-transform: lowercase;
- line-height: 11pt;
- }
- a.nav:hover {
- color: #FFFFFF;
- font: {font:Body};
- font-size: 22px;
- text-transform: lowercase;
- line-height: 11pt;
- }
- #content{
- position:absolute;
- top:95px;
- width:520px;
- left:428px;
- padding:10px;
- margin:auto;
- }
- #header{
- background-color:{color:Header};
- position:fixed;
- top:20px;
- width:100%;
- height:60px;
- left:0px;
- padding:10px;
- margin:auto;
- z-index:1;
- }
- #post{
- padding:10px;
- margin-bottom:10px;
- background-color:{Color:Posts};
- }
- h1 {
- font-size:24px;
- font-weight:normal;
- font:{font:title};
- color:{color:Title};
- text-transform:none;
- line-height:20px;
- letter-spacing:-2px;
- }
- .h2 {
- font-size:11px;
- font:{font:text};
- color:{color:text};
- background-color: transparent;
- text-align: right;
- padding:1px;
- }
- h3 {
- margin-top:10px;
- margin-bottom:10px;
- font-size:28px;
- font-weight:normal;
- font:{font:title};
- color:{color:Title};
- text-transform:none;
- line-height:23px;
- letter-spacing:-2px;
- }
- h4 {
- font-size:30px;
- font:{font:title};
- color:{color:Title};
- text-transform:none;
- line-height:20px;
- letter-spacing:-2px;
- font-weight:normal;
- }
- .name {
- color:{color:Name};
- font-size:28px;
- font:{font:title};
- text-transform:lowercase;
- line-height:25px;
- letter-spacing:-2px;
- font-weight:normal;
- }
- #credit{
- padding-top:5px;
- text-align:center;
- width:500px;
- }
- .album-art {
- float: left;
- width: 100px;
- height: 100px;
- overflow: hidden;
- }
- img {
- {block:IfEnableImageOpacity}
- opacity: 0.8; filter:alpha(opacity=85);
- {/block:IfEnableImageOpacity}
- -webkit-transition-duration: 0.8s;
- }
- img:hover {
- {block:IfEnableImageOpacity}
- opacity:1; filter:alpha(opacity=99);
- {/block:IfEnableImageOpacity}
- }
- img, a img {
- max-width:500px !important;
- border: 0px !important;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="header"><center>
- <font size="15">name of your blog</font><br>
- <a href="/archive" class="nav"><font size="1">home</font>
- </a>
- <a href="/ask" class="nav"><font size="1">message</font>
- </a>
- <a href="/ask" class="nav"><font size="1"><font size="1">archive</font>
- </font></a>
- <a href="/ask" class="nav"><font size="1"><font size="1">theme</font>
- </font></a><br>
- <font size="2">write here about yourself, your blog, your interesses... whatever you'd like!</font>
- </center></div></div>
- <div id="sidebar">
- <a href="/"><img src={PortraitURL-148} width=170">
- </div>
- <div id="sidebar2">
- {block:Description}{Description}{/block:Description}
- </div>
- <div id="content">
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-500}</center>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <h3>"{Quote}"</h3>
- {block:Source}
- -{Source}
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}><h3>{Name}</h3></a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- <center>{Video-500}</center>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {block:Audio}<br/>
- {block:AlbumArt}<div class="album-art"><img src="{AlbumArtURL}" height="90px"></div>{/block:AlbumArt}
- {AudioPlayerWhite}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {PlayCountWithLabel}<br><br>
- {/block:Audio}<br>
- {block:Answer}
- <b>{Asker} said:
- {Question}</b><br><br>
- {answer}
- {/block:answer}
- <div class="h2">
- {block:NoteCount}<div style="width:501px; height:12px; background-color:#EEA9B8; text-align:left; color: #ffffff;">Posted on {Month} {DayOfMonth} ♥ {NoteCountWithLabel} ♥ </a> <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"><font color="#ffffff">reblog</font></a></div>
- {/block:NoteCount}<br>
- <a href="{Permalink}">
- {/Block:NoteCount}</a>
- </div>
- {block:PermalinkPage}<br>
- <br>
- {block:HasTags} Tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
- {block:RebloggedFrom}
- Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- Originally posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
- </center>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- <div id="post">
- <div id="credit">
- <font size="5">
- <center>{block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- {PageNumber}
- {/block:CurrentPage}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- {/block:Pagination}</center>
- </font><br>
- Theme by There-and-BackAgain ♥ Base codes by Heart-Granade ♥ Best viewed in Google Chrome
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment