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">
- <!--this is derekhayl's theme and i'd really rather not have you steal it k thnx bye-->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 3px;
- display: none;
- text-align: center;
- position: absolute;
- font-size:7px;
- line-height:9px;
- font-family:trebuchet ms;
- z-index: 1000;
- border: 1px solid #b3b3b3;
- background-color:#fff;
- color: #9A9A9A;
- text-transform:uppercase;
- letter-spacing: 1px;
- }
- </style>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Expletus+Sans' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
- <meta name="color:bg" content="#FFFFFF">
- <meta name="color:link" content="#E6E4E4">
- <meta name="color:hover" content="#454545">
- <meta name="color:infobg" content="#FCFCFC">
- <meta name="color:text" content="#9A9A9A">
- <meta name="color:tags" content="#EDEDED">
- <meta name="color:scrollbar" content="#D6D5D5">
- <meta name="color:askbg" content="#EEEEEE">
- <meta name="color:bglinks" content="#EEEEEE">
- <meta name="color:pagi" content="#E6E4E4">
- <meta name="color:askershadow" content="#EEEEEE">
- <meta name="image:sidebar" content=""/>
- <meta name="image:sidebar2" content=""/>
- <meta name="image:sidebar3" content=""/>
- <meta name="image:sidebar4" content=""/>
- <meta name="text:linkA" content="">
- <meta name="text:linkA url" content="/">
- <meta name="text:linkB" content="">
- <meta name="text:linkB url" content="/">
- <meta name="text:linkC" content="">
- <meta name="text:linkC url" content="/">
- <meta name="text:linkD" content="">
- <meta name="text:linkD url" content="/">
- <meta name="text:linkE" content="">
- <meta name="text:linkE url" content="/">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:{color:hover};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
- body {
- background-color:{color:bg};
- font-family:georgia;
- font-weight:normal;
- }
- h1 {
- font-weight:normal;
- font-size:10px;
- text-align:center;
- font-style:normal;
- line-height:80%;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- }
- h2 {
- font-size:15px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- color:{color:text};
- font-weight:normal;
- padding:5px;
- padding-bottom:2px;
- }
- blockquote {
- border-left:2px solid {color:text};
- padding-left:5px;
- margin:5px;
- }
- #theme {
- background-color:{color:bg};
- width:700px;
- margin: 0 auto -12px auto;
- text-align: center;
- }
- /*-----sidebar-----*/
- #sidebar {
- position:fixed;
- width:300px;
- height:100%;
- background:#fff;
- margin-top:4px;
- margin-left:-300px;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #sidebar2 {
- background:#eee;
- position:fixed;
- width:300px;
- opacity:0;
- height:100%;
- margin-top:0px;
- margin-left:0px;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #sidebarimage img{
- opacity:.9;
- width:150px;
- padding:5px;
- height:150px;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #sidebarimage {
- position:fixed;
- margin-top:25px;
- margin-left:75px;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #sidebarimage2 img{
- opacity:.9;
- width:150px;
- padding:5px;
- position:fixed;
- height:150px;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #sidebarimage2 {
- position:fixed;
- margin-top:225px;
- margin-left:75px;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #sidebarimage3 img{
- opacity:.9;
- width:150px;
- padding:5px;
- position:fixed;
- height:150px;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #sidebarimage3 {
- position:fixed;
- margin-top:425px;
- margin-left:75px;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #sidebarimage4 img{
- opacity:.9;
- width:150px;
- padding:5px;
- height:150px;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #sidebarimage4 {
- position:fixed;
- margin-top:125px;
- margin-left:75px;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #bar {
- height:100%;
- position:fixed;
- margin-left:0px;
- margin-top:4px;
- border-left:20px solid {color:bglinks};
- }
- #sidebar:hover #sidebar2 {
- opacity:1;
- }
- /*---links---*/
- .links {
- margin-left:10px;
- opacity:1;
- margin-top:272px;
- padding-top:25px;
- font-family:georgia;
- font-size:10px;
- text-transform:uppercase;
- text-align:center;
- position:fixed;
- line-height:170%;
- -webkit-transition: .5s;
- -moz-transition: .5s;
- }
- .links a{
- opacity:1;
- width:50px;
- padding:5px;
- display:block;
- position:justify;
- color:{color:link};
- letter-spacing:0px;
- text-decoration:none;
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- .links a:hover {
- color:{color:hover};
- text-shadow:1px 1px 1px gray;
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- /*---description---*/
- .desc {
- margin-top:300px;
- margin-left:50px;
- width:230px;
- height:175px;
- z-index:-200;
- opacity:1;
- overflow:hidden;
- text-align:justify;
- font-size:10px;
- color:{color:text};
- padding:5px;
- font-family:calibri;
- letter-spacing:1px;
- line-height:150%;
- position:fixed;
- -webkit-transition: .7s;
- -moz-transition: .7s;
- }
- .desc a {
- color:{color:link};
- }
- /*---pagination---*/
- .pagi {
- font-size:11px;
- margin-left:115px;
- margin-top:100px;
- padding:5px;
- position:fixed;
- opacity:1;
- font-family:Petit Formal Script;
- font-style:bold;
- text-transform:lowercase;
- color:{color:pagi};
- letter-spacing:0px;
- font-style:normal;
- text-align:center;
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- /*---ask&answer---*/
- .ask {
- padding:10px;
- font-family:trebuchet ms;
- text-align:left;
- color:{color:text};
- font-style:italic;
- background:{color:askbg};
- border-radius:500px;
- }
- .askurl {
- padding:1px;
- font-size:20px;
- font-family:'Playball', cursive;
- text-transform:normal;
- text-align:left;
- text-shadow:2px 2px 2px {color:askershadow};
- }
- .asktriangle {
- margin-left:15px;
- width: 0px;
- height: 0px;
- border-style: solid;
- border-width: 17.3px 10px 0 10px;
- border-color: {color:askbg} transparent transparent transparent;
- }
- .ans {
- text-align:right;
- font-family:trebuchet ms;
- padding:10px;
- color:{color:text};
- }
- /*---entries---*/
- #stuffcontainer {
- float:left;
- margin-left:150px;
- margin-top:75px;
- text-align:justify;
- background-color:{color:bg};
- color:{color:text};
- margin-bottom: 35px;
- }
- #stuff:hover .tags{
- opacity:1;
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- #stuff {
- width:500px;
- margin-top:0px;
- padding:15px;
- text-align:justify;
- font-size:11px;
- line-height:90%;
- letter-spacing:0x;
- color:{color:text};
- }
- #poop img {
- width:30px;
- position:fixed;
- padding:3px;
- opacity: .9;
- bottom:5px;
- right:5px;
- z-index:999999999999999999999999999999999999999999;
- }
- .caption {
- width:500px;
- font-family:trebuchet ms;
- text-align:justify;
- line-height:120%;
- }
- .audio {
- width:500px;
- padding-bottom:10px;
- background-color:{color:infobg};
- }
- .albumart {
- float:left;
- padding:0px 10px 10px 0px;
- }
- .albumart img {
- width:45px;
- height:45px;
- }
- .playercontainer {
- text-align:center;
- padding:10px;
- background-color:#ffffff;
- width:480px;
- }
- .audioinfo {
- padding:10px;
- color:{color:text};
- }
- #postinfo {
- width:490px;
- padding:5px;
- font-size:8px;
- color:{color:link};
- font-family:'Expletus Sans', cursive;
- font-style:uppercase;
- letter-spacing:2px;
- text-align:center;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #postinfo a {
- color:{color:link};
- text-align:center;
- letter-spacing:1px;
- }
- #postinfo a:hover {
- color:{color:hover};
- }
- .note {
- text-transform:uppercase;
- font-family:trebuchet ms;
- font-style:normal;
- letter-spacing:0px;
- font-size: 9px;
- text-align:left;
- line-height:90%;
- margin-left:-40px;
- }
- .note li {
- list-style-type:decimal;
- padding:10px 25px 10px 25px;
- font-size:8px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags {
- font-style:normal;
- width:500px;
- opacity:0;
- font-family:times new;
- text-transform:lowercase;
- font-style:italic;
- color:{color:tags};
- letter-spacing:2px;
- line-height:100%;
- font-size:7px;
- text-align:center;
- padding:2px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags a {
- color:{color:tags};
- letter-spacing:1px;
- padding:1px;
- }
- .tags a:hover {
- color:{color:link};
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- }
- .label {
- text-decoration:underline;
- font-weight:700;
- background-color:{color:infobg};
- margin-right:5px;
- }
- {CustomCSS}
- </style></head>
- <body>
- <div id="theme">
- <div id="bar"></div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
- <div id="sidebarimage3"><img src="{image:sidebar3}"></div>
- <div id="sidebar2">
- <div id="sidebarimage4"><img src="{image:sidebar4}"></div>
- <div class="desc">
- {Description}
- </div>
- <div class="links">
- {block:IfLinkA}
- <a href="{text:linkA url}" title="{text:linkA}">01.</a>
- {/block:IfLinkA}
- {block:IfLinkB}
- <a href="{text:linkB url}" title="{text:linkB}">02.</a>
- {/block:IfLinkB}
- {block:IfLinkC}
- <a href="{text:linkC url}" title="{text:linkC}">03.</a>
- {/block:IfLinkC}
- {block:IfLinkD}
- <a href="{text:linkD url}" title="{text:linkD}">04.</a>
- {/block:IfLinkD}
- {block:IfLinkE}
- <a href="{text:linkE url}" title="{text:linkE}">05.</a>
- {/block:IfLinkE}
- </div>
- {block:Pagination}<div class="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- <div id="stuffcontainer">
- {block:Posts}
- <div id="stuff">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class="askurl">{Asker}:</div><div class="ask"> {Question}</div><div class="asktriangle"></div><div class="ans">{Answer}</div>{/block:answer}
- {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
- <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
- <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
- {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
- {block:Date}<div id="postinfo">{Month} {DayOfMonth} | <a href="{Permalink}">{12Hour}:{Minutes}</a>{block:NoteCount} | <a href="{Permalink}">{NoteCount}ღ</a>{/block:NoteCount}{block:RebloggedFrom} | <a href="{ReblogParentURL}">FROM</a>{/block:RebloggedFrom}
- {block:ContentSource} | <a href="{SourceURL}">ORIGINAL</a>{/block:ContentSource}</div>{/block:Date}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">- {Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div>
- <div id="poop"><a href="http://derekhayl.tumblr.com"><img src="http://static.tumblr.com/gqxcg05/9iFmq5vqq/done.png"></a></div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment