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}
- <meta name="font:Title" content="trebuchet ms"/>
- <meta name="font:Body" content="tebuchet ms"/>
- <meta name="image:Background" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="color:Background" content=""/>
- <meta name="color:Link" content=""/>
- <meta name="color:Text" content=""/>
- <meta name="color:Link hover" content=""/>
- <meta name="color:Content Background" content=""/>
- <meta name="color:Scrollbar" content=""/>
- <meta name="text:Link1" content="" />
- <meta name="text:Link1URL" content="/"/>
- <meta name="text:Link2" content="" />
- <meta name="text:Link2URL" content="/"/>
- <meta name="text:Link3" content="" />
- <meta name="text:Link3URL" content="/"/>
- <meta name="text:Link4" content="" />
- <meta name="text:Link4URL" content="/"/>
- <meta name="text:Link5" content="" />
- <meta name="text:Link5URL" content="/"/>
- <style type="text/css">
- <--do not remove theme credit-->
- ::-webkit-scrollbar { width: 4px; height: 4px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
- ::-webkit-scrollbar-track-piece { background-color: white; }
- ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scrollbar}; }
- body {
- background:{color:background};
- background-image: url({image:Background}) ;
- background-attachment:fixed;
- margin:0px;
- color:{color:text};
- font-family:{font:body};
- font-size:11px;
- }
- a:link, a:active, a:visited{
- color:#d3d3d3;
- color:{color:link};
- 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; }
- a:hover{color:{color:hover};}
- #container {width:760px;
- margin:0px 0px 20px 100px;}
- #title {
- font-size:15px;
- text-align:center;
- letter-spacing:3px;
- margin-bottom:5px;
- padding-bottom:10px;
- font-family:{font:title};
- }
- #sidebar {
- position:fixed;
- float:left;
- width:200px;
- padding:5px;
- font-family:{font:body};
- font-size:10px;
- line-height:100%;
- border: 1px solid #d3d3d3;
- background: #fff;
- -moz-border-radius:11px; -webkit-border-radius:11px;}
- #sidebarimage img {
- -moz-border-radius:11px; -webkit-border-radius:11px;}
- .description { padding: 0px;
- padding-bottom:5px;
- border-bottom: 1px solid #CCCCCC;
- line-height: 9px;
- letter-spacing:;
- font-size: 10px;
- margin-bottom:10px;
- }
- .links {font-size:10px;
- text-align:left;
- letter-spacing:2px;
- margin-bottom:15px;
- font-family:{font:body};
- }
- .links a {background-color:#d3d3d3;
- border-left:2px solid #999;
- opacity:.8;
- z-index:999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- ;
- }
- .links a:hover{opacity: .5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- ul {list-style-type:none;
- margin:0;
- padding:5px;}
- li {margin: 10px auto 10px auto;}
- #content {width:510px;
- float:right}
- .post {
- border:1px solid #d3d3d3;
- background:#fff;
- background:{color:content background};
- padding:5px;
- margin:0px 0px 10px 0px;
- line-height:5px;
- margin-top:5px;
- margin-bottom:5px;
- font-size:10px;
- line-height: 9px;}
- .post .meta {text-align:left;
- line-height:20px;
- margin-top:5px;
- font-size:10px;
- background{color:permalink};
- }
- h3 {
- margin-top:0px;
- font-size:13px;
- line-height:15px;
- font-face: {font: body};
- border-bottom: 1px solid #CCCCCC;}
- .credit {
- position: fixed;
- bottom: 5px;
- right: 5px;
- font-size: 12px;
- font-family: verdana;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;}
- .credittext { height:0px;
- overflow:hidden;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- font-family:calibri;
- font-size:8px;
- text-transform:uppercase;
- text-align:right;
- width:38px; }
- .credit:hover .credittext{
- height: 15px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .x {
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .credit:hover .star {
- margin-left:13px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- </style></head>
- <body>
- <div class="credit">
- <a href="http://chinqu.tumblr.com">
- <div class="x">
- ✖
- </div>
- <div class="credittext">
- theme
- </div>
- </a>
- </div>
- <div id="container">
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}" width="200px;"></div>
- <br>
- <div id="title"><a href="/">{Title}</a></div>
- {block:Description}
- <div class="description">
- {Description}
- </div>
- {/block:Description}
- <div class="links">
- <ul>
- <a href="/">Home</a>
- <a href="/ask">Ask</a>
- <a href="/archive">Archive</a>
- <li>
- {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
- </ul>
- </div></div>
- <div id="content">
- {block:Posts}
- <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- <div class="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}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- "{Quote}"
- {block:Source}
- <div class="source">-{source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Video}
- {Video-500}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioPlayerBlack}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- <div class="meta">
- {block:NoteCount}» <a href="{Permalink}#postnotes">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- {block:PermalinkPage}
- {block:PostNotes}
- <div id="postnotes"> {PostNotes} </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment