Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme 021 by lore @bluesargently. don't steal or use as a base -->
- <!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}">
- <meta name="color:background" content="#ffffff" />
- <meta name="color:post" content="#9ad7b9" />
- <meta name="color:sidebar" content="#e1e7ea" />
- <meta name="color:sidebarbg" content="#e1e7ea" />
- <meta name="color:description" content="#808080" />
- <meta name="color:text" content="#c0c0c0" />
- <meta name="color:link" content="#3d583d" />
- <meta name="text:link1" content="" />
- <meta name="text:link1 url" content="/" />
- <meta name="text:link2" content="" />
- <meta name="text:link2 url" content="/" />
- <meta name="text:link3" content="" />
- <meta name="text:link3 url" content="/" />
- <meta name="image:sidebar img" content="" />
- <meta name="image:sidebg" content="" />
- <meta name="image:background" content="" />
- <style type="text/css">
- body {
- background: {color:background};
- background-image: url('{image:background}');
- margin: 0;
- padding: 0;
- font-family: calibri;
- }
- a{text-decoration:none;}
- a:link, a:active, a:visited{
- color:{color:link};
- text-decoration:none;
- font-style:italic;
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- a:hover{
- color:{color:text};
- }
- blockquote {
- border-left:5px solid {color:post};
- padding-left:5px;
- }
- small {
- font-size:9px;
- }
- big {
- font-size:11px;
- }
- pre {
- width:495px;
- overflow:auto;
- }
- code {
- width:495px;
- overflow:auto;
- }
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:sidebar};height:100px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:sidebar};height:10px !important;}
- ::-webkit-scrollbar { height:10px;width:10px; background-color:#fff;}
- #title {
- font-family:calibri;
- color:{color:text};
- font-size:18px;
- font-style:italic;
- text-transform:uppercase;
- text-align:center;
- text-decoration:none;
- }
- #sidebar {
- position:fixed;
- height:100%;
- margin-left:150px;
- width:248px;
- padding-top:150px;
- background-color:{color:sidebarbg};
- background-image: url('{image:sidebg}')
- }
- #sidebarpic img {
- margin-top:10px;
- max-width:150px;
- height:auto;
- text-align:center;
- }
- #description {
- margin-top:2px;
- width: 150px;
- font-size:11px;
- text-transform:uppercase;
- text-align:justify;
- color:{color:description};
- font-family:calibri;
- background-color:{color:sidebar};
- padding:5px;
- }
- .linkyy a{
- display:block;
- width:140px;
- padding:5px;
- font-size:10px;
- margin-bottom:5px;
- text-transform:uppercase;
- background-color:{color:sidebar};
- border-bottom:1px solid {color:sidebar};
- border-top:1px solid {color:sidebar};
- }
- .linkyy a:hover {
- background-color:transparent;
- width:238px;
- color:{color:link};
- }
- .jump_page {
- padding: 2px 4px;
- background-color: {color:sidebar};
- color:{color:post};
- font-family:calibri;
- font-size:11px;
- text-decoration:none;
- }
- .jump_page:hover {
- padding: 2px 4px;
- background-color: {color:post};
- color:{color:description};
- font-family:calibri;
- font-size:11px;
- text-decoration:none;
- }
- .current_page {
- padding: 1px 3px;
- color: {color:background};
- font-family:calibri;
- font-size:11px;
- text-decoration:none;
- border-top:1px solid {color:post};
- border-bottom:1px solid {color:post};
- }
- .question {
- width:490px;
- padding:10px;
- background-color:{color:post};
- }
- #player {
- width:30px;
- height:30px;
- margin-left:40px;
- margin-top:35px;
- overflow:hidden;
- position:absolute;
- opacity: 0.7;
- filter:alpha(opacity=70);
- -moz-opacity: 0.7;
- -khtml-opacity: 0.7;
- }
- #audi img{
- margin-left:-100px;
- float:left;
- width:100px;
- height:100px;
- margin-right:5px;
- background-color:{color:border};
- }
- #audip img{
- float:left;
- width:100px;
- height:100px;
- background-color:{color:border};
- }
- #audiod {
- width:400px;
- margin-left:100px;
- height:100px;
- font-size:15px;
- text-transform:uppercase;
- }
- .chat ul {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- .chat li {
- color:{color:text};
- padding: 2px;
- }
- .chat .odd {
- background-color:{color:post};
- color:{color:description};
- }
- .chat .even {
- background-color:{color:background};
- }
- #entry {
- font-size:10px;
- margin-right: 290px;
- margin-top:40px;
- float: right;
- text-align: justify;
- width:500px;
- }
- #post {
- font-size:11px;
- padding: 5px;
- width: 500px;
- color:{color:text};
- text-align: justify;
- }
- #info {
- border-top:1px solid {color:post};
- }
- .na {
- float:right;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <center>
- <div id="sidebarpic"><a href="/"><img src="{image:sidebar img}"/></a></div>
- <div id="description">{block:Description}{Description}{/block:Description}</div>
- <center>
- {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}
- </center>
- <br>
- <div class="linkyy"><a href="/">index</a> <a href="/ask">ask</a> {block:ifLink1}<a href="{text:link1 URL}">{text:link1}</a>{/block:ifLink1} {block:ifLink2}<a href="{text:link2 URL}">{text:link2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:link3 URL}">{text:link3}</a>{/block:ifLink3} <a href="http://bluesargently.tumblr.com">theme</a></div>
- </div>
- <div id="entry">
- {block:Posts}
- <div id="post">
- {block:Text}<div id="title">{Title}</div>{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}> <div id="title"><h2>{Name}</h2></div></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}<br>
- <div class="chat">
- <ul>
- {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div class="question">
- <center><b>{Asker}</b> asked:</center><br>
- {Question}</div>{Answer}
- {/block:Answer}
- {block:Audio}<div id="audip"><img src="http://fc08.deviantart.net/fs71/f/2011/185/f/9/no_cover_itunes_by_stainless2-d3kxnbe.png"></div><span class="audio">{block:AlbumArt}<div id="audi"><image src="{AlbumArtURL}" width="100"></div>{/block:AlbumArt}
- <div id= "player">{AudioPlayerBlack}</div> <div id="audiod"><center>{block:TrackName}<strong>{TrackName}</strong>{/block:TrackName} {block:Artist}<br><em>{Artist}</em>{/block:Artist} {block:PlayCount}<br>{PlayCount} {/block:PlayCount}</div></center></span>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- <div id="info"><a href="{Permalink}" title="{TimeAgo}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}{block:NoteCount} // <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} <div class="na">{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>
- {block:ContentSource} // <a href="{SourceURL}">origin</a>{block:ContentSource}{/block:RebloggedFrom}</div><br>
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment