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">
- <!--theme number nine by fantasieswriter (or kyla) please follow the rules. don't steal or redistribute. don't claim as your own. please keep the credit in tact. thank you ♥-->
- <html>
- <head>
- <meta name="color:background" content="#FFFFFF">
- <meta name="color:border" content="#d3d3d3">
- <meta name="color:hover" content="#454545">
- <meta name="color:info" content="#b5d2ed">
- <meta name="color:infohover" content="#FFFFFF">
- <meta name="color:infotext" content="#FFFFFF">
- <meta name="color:infolinks" content="#000000">
- <meta name="color:link" content="#928f8f">
- <meta name="color:post background" content="#f7f7f7">
- <meta name="color:post links" content="#928f8f">
- <meta name="color:scrollbar" content="#313231">
- <meta name="color:sidebar link bg" context="#e84c63">
- <meta name="color:sidebar text" content="#a8a6a6">
- <meta name="color:tagbg" content="#FFFFFF">
- <meta name="color:tags" content="#dddddd">
- <meta name="color:text" content="#9A9A9A">
- <meta name="color:title" content="#0a0a0a">
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" 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}" />
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <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 {
- height:8px;
- width:5px}
- ::-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:background};
- font-family:cambria;
- font-weight:normal;
- background-image:url('image:background');
- }
- b, strong {
- color:{color:sidebar link bg};
- }
- i, em {
- color:{color:info};
- }
- h1 {
- font-weight:normal;
- font-size:10px;
- text-align:center;
- font-style:normal;
- line-height:100%;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- }
- h1 a {
- border-bottom:2px solid {color:info};
- }
- h1 a:hover {
- border-bottom:2px solid white;
- }
- h2 {
- font-size:18px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- font-family:vernada;
- text-transform:lowercase;
- background-color:{color:tagbg};
- color:{color:title};
- font-weight:normal;
- padding:10px;
- border-radius:18px;
- border-bottom:2px solid {color:info};
- }
- h3 {
- font-size:11px;
- background-color:{color:info};
- color:white;
- width:97%;
- padding:4px;
- font-weight:normal;
- text-align:center;
- }
- h4 {
- text-align:center;
- color:white;
- background-color:{color:info};
- padding:15px;
- border-bottom:4px solid white;
- text-transform:uppercase;
- font-size:12px;
- }
- blockquote {
- border-left:2px solid {color:text};
- padding-left:5px;
- margin:5px;
- }
- #header {
- width:105%;
- }
- #sidebar {
- position:fixed;
- margin-left:170px;
- width: 150px;
- margin-top:120px;
- background-color: transparent ;
- padding:0px 5px 0px;
- }
- #sidebar2 {
- position:fixed;
- margin-left:980px;
- width:180px;
- margin-top:-10px;
- height:105%;
- background-color:{color:post background};
- padding:7px;
- font-size:9px;
- width:300px;
- }
- .navigation {
- width:300px;
- }
- .navigation a {
- display:inline-block;
- background-color:{color:sidebar link bg};
- color:white;
- width:125px;
- margin-top:3px;
- margin-left:2px;
- padding:7px;
- }
- .navigation a:hover {
- background-color:transparent;
- color:{color:sidebar link bg};
- text-align:right;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #sidebarimg img {
- position:fixed;
- width:305px;
- margin-left:-190px;
- margin-top:-135px;
- padding:4px;
- height:105%;
- }
- #description {
- position:fixed;
- width:505px;
- margin-left:380px;
- margin-top:-10px;
- font-size:10px;
- background-color:{color:post background};
- padding:10px;
- color:{color:sidebar text};
- line-height:18px;
- text-align:center;
- line-height:10px;
- }
- .pagination {
- position:absolute;
- text-align:center;
- font-size:12px;
- margin-left:-10px;
- margin-top:10px;
- width:525px;
- background-color:{color:info};
- color:white;
- }
- .pagination a {
- color:{color:infotext};
- padding:2px;
- }
- .pagination a:hover {
- color:{color:infolinks};
- }
- #stuffcontainer {
- float:left;
- margin-left:380px;
- margin-top:0px;
- text-align:justify;
- color:{color:info};
- margin-bottom: 35px;
- }
- #stuff {
- width:501px;
- margin-top:140px;
- text-align:justify;
- font-size:11px;
- padding:12px;
- line-height:90%;
- letter-spacing:0px;
- background-color:{color:post background};
- color:{color:text};
- }
- .caption {
- width:500px;
- text-align:justify;
- line-height:120%;
- }
- .asker {
- padding:20px;
- font-family:cambria;
- letter-spacing:1px;
- line-height:100%;
- text-align:left;
- text-transform:none;
- color:white;
- background-color:{color:info};
- border-bottom:5px solid white;
- border-bottom-right-radius:20px;
- border-bottom-left-radius:20px;
- }
- .asker a {
- text-decoration:underline;
- color:black;
- padding:0px;
- border:none;
- border-radius:none;
- }
- .ans {
- text-align:left;
- padding:10px;
- color:{color:text};
- }
- .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:left;
- padding:10px;
- background-color:#ffffff;
- width:480px;
- }
- .audioinfo {
- padding:10px;
- color:{color:text};
- }
- #postinfo {
- width:494px;
- padding:5px;
- font-size:8px;
- color:{color:infotext};
- text-transform:uppercase;
- font-style:normal;
- letter-spacing:2px;
- text-align:center;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- background:{color:info};
- }
- #postinfo a {
- color:{color:infolinks};
- text-align:center;
- letter-spacing:1px;
- font-style:normal;
- }
- #postinfo a:hover {
- color:{color:infohover};
- }
- .note {
- text-transform:uppercase;
- font-style:normal;
- letter-spacing:0px;
- font-size: 9px;
- text-align:left;
- line-height:90%;
- margin-left:-40px;
- }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- 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;
- text-transform:uppercase;
- font-style:normal;
- color:{color:tags};
- letter-spacing:2px;
- line-height:120%;
- font-size:8px;
- text-align:left;
- padding:2px;
- background-color:{color:tagbg};
- -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;
- }
- .credit {
- position:fixed;
- bottom:4px;
- right:8px;
- font: 9px consolas;
- border:1px solid {color:border};
- text-transform:uppercase;
- letter-spacing: 0px;
- padding: 2px;
- }
- .credit a{
- color: {color:link};
- opacity:0.8;
- }
- .credit a:hover{
- color:{color:hover};
- opacity:1.0;
- }
- {CustomCSS}
- </style>
- </head>
- <div id="header"></div>
- <div id="sidebar2">
- <div id="updatetab"><h3>This is a Title</h3>
- <div style="max-height:60px; overflow:auto; padding:5px; margin-top:-5px;">
- <li>Put your updates here.</li>
- <li>Doesn't matter what order or how you do it.</li>
- <li>Or it does, I'm not sure how you've got your system set up.</li>
- <li>But basically you've got a good amount of space before you hit the scrollbar.</li>
- <li>So just keep on keeping on.</li>
- <li>I mean for real. Just keep putting in updates</li>
- <li>There's a scrollbar for goodness sake!</li>
- </div>
- </div>
- <div id="ruletab"><h3>This is the Other Section</h3>
- <div style="max-height:70px; overflow:auto; padding:5px; margin-top:-5px;">
- <li>This is where you can put in other things.</li>
- <li>I'm not sure what else you'd wanna put, but I'm sure y'all can think of something</li>
- <li>This section is a little longer than the updates one.</li>
- <li>You can put a lot more in this tab section.</li>
- <li>ARE YOU ENTERTAINED?</li>
- <li>I'm sorry I'm making a lot for you to delete</li>
- <li>But that's my job!</li>
- <li>Come to think about it, not it's not.</li>
- <li>But I'm sorry...</li>
- <li>I need to keep going.</li>
- <li>Because guess what?!</li>
- <li>THERE'S ANOTHER SCROLLBAR</li>
- <li>:D</li>
- <li>LOOK AT IT!</li>
- <li>I get happy about scrollbars</li>
- <li>Is that weird?</li>
- <li>TOO BAD SUCKAH!</li>
- </div></div>
- <div id="navigationtab"><h3>Further Navigation Tab</h3>
- <div class="navigation"><div style="max-height:195px; width:290px; overflow:auto; padding:5px; margin-top:-5px;">
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- <a href="/">linkage</a>
- </div></div>
- </div>
- <div id="chatboxtab"><h3>CHATBOX TAB</h3></div>
- CHAT BOX STUFF GOES HERE <a href="http://www.cbox.ws/">chatbox link</a>
- <!--I suggest the following for the chatbox: width="250" height="95"-->
- </div>
- <div id="sidebar">
- <div id="sidebarimg"><img src="{image:sidebar}"/>
- </div>
- </div>
- <div id="description"><div style="max-height:110px; overflow:auto; padding:5px; margin-top:-5px;">
- {block:Description}{Description}{/block:Description}
- </div>
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}"><big>◄</big></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><big>►</big></a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="stuffcontainer">
- {block:Posts}
- <div id="stuff">
- {block:Text}{block:Title}<h4>{Title}</h4>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
- {block:Link}<a href="{URL}"><h4>{Name}</h4></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}<h4>{Title}</h4>{/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="asker"><span style="color:black; font-weight:bold;">{Asker} whispered:</span> {Question}</div><br><left><font face="cambria"><span style="font-family:cambria;font-size:10px; marging-left:5px;">{Answer}</span></font>{/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}
- <p>
- {block:Date}<div id="postinfo">{Month} {DayOfMonthWithZero}, {Year} • <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource} • <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}<a href="{ReblogURL}">reblog</a></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 class="credit"><a href="http://fantasieswriter.tumblr.com/"><center>credit</center></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment