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}
- <!--theme number three by fantasy1x1 (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 ♥-->
- <!--DEFAULT VARIABLES>
- <!--COLOURS-->
- <meta name="color:text" content="#000000"/>
- <meta name="color:links" content="#000000"/>
- <meta name="color:hover" content="#b4b4b4"/>
- <meta name="color:scrollbar" content="#000000"/>
- <meta name="color:scrollbar bg" content="#ffffff"/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:title" content="#000000"/>
- <meta name="color:border" content="#e4e4e4"/>
- <meta name="color:blockquote bg" content="#e4e4e4"/>
- <meta name="color:blockquote border" content="#e4e4e4"/>
- <meta name="color:source" content="#f7f7f7"/>
- <meta name="color:quote" content="#01b980"/>
- <meta name="color:info" content="#f7f7f7"/>
- <meta name="color:tags" content="#01b980"/>
- <meta name="color:tag hover" content="#000000"/>
- <meta name="color:info text" content="#01b980"/>
- <meta name="color:bold" content="#01b980"/>
- <meta name="color:italic" content="#01ca8c"/>
- <!--IMAGES-->
- <meta name="image:sidebar" content=""/>
- <!--LINKS-->
- <meta name="text:Link1" content="/"/>
- <meta name="text:Link1 Title" content=""/>
- <meta name="text:Link2" content="/"/>
- <meta name="text:Link2 Title" content=""/>
- <meta name="text:Link3" content="/"/>
- <meta name="text:Link3 Title" content=""/>
- <meta name="text:Link4" content="/"/>
- <meta name="text:Link4 Title" content=""/>
- <meta name="text:Link5" content="/"/>
- <meta name="text:Link5 Title" content=""/>
- <meta name="text:Link6" content="/"/>
- <meta name="text:Link6 Title" content=""/>
- <meta name="text:Link7" content="/"/>
- <meta name="text:Link7 Title" content=""/>
- <meta name="text:Link8" content="/"/>
- <meta name="text:Link8 Title" content=""/>
- <meta name="text:Link9" content="/"/>
- <meta name="text:Link9 Title" content=""/>
- <meta name="text:Link10" content="/"/>
- <meta name="text:Link10 Title" content=""/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {border:2px solid #fff; height:12px; background-color:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{scrollbar bg};}
- ::-webkit-scrollbar {background-color:{color:scrollbar}; height:7px;width:12px; border:5px solid #fff;}
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar}; display:block; height:8px; border-right:2px solid #fff; border-left:2px solid #fff;}
- body {background:{color:background}; margin:0px; color:{color:text}; font-family:times; font-size:9px; line-height:100%; background-image:url('{image:Background}');}
- a {text-decoration:underline; color:{color:links}; outline:none; -webkit-transition:all 1.1s ease-out; -moz-transition:all 1.1s ease-out; transition:all 1.1s ease-out;}
- a:hover {text-decoration:line-through; color:{color:hover}; -webkit-transition:all 1s ease-out; -moz-transition:all 1s ease-out; transition:all 1s ease-out;}
- img {border:none;}
- blockquote {width:auto; border:1px solid {color:blockquote border}; background-color:{color:blockquote bg}; padding:3px; padding-left:4px;}
- blockquote blockquote {border:none; padding-left:4px;}
- h1 {font-size:20px; font-family:bebas; color:{color:title};}
- b, strong {color:{color:bold};}
- i, em {color:{color:italic};}
- #entries {padding:10px; width:500px; margin-left:500px; margin-top:60px;}
- .quote {width:auto; font-style:italic; font-size:11px; background-color:{color:quote}; padding:20px; color:white;}
- .quotesource {width:auto; font-size:12px; background-color:{color:source}; color:black; padding:15px;}
- .quotesource a:hover {color:black;}
- .chat {font-size:11px; line-height:110%;}
- .asker {width:auto; font-style:italic; font-size:18px; background-color:{color:quote}; padding:30px; color:white;}
- .asker a {padding:0px; margin-left:-10px;}
- .asker a:hover {text-decoration:underline; color:white;}
- .answer {width:auto; font-size:12px; background-color:{color:source}; color:black; padding:15px;}
- .answer a:hover {color:black;}
- #post {width:500px; margin-top:30px; background-color:{color:background};}
- #info {padding:10px; margin-top:10px; margin-bottom:30px; width:auto; color:{color:info text}; background-color:{color:info};}
- #info a {color:{color:info text};}
- #info a:hover {color:black;}
- #tags {padding:5px; width:auto; margin-left:0px; margin-top:-30px; margin-bottom:15px; background-color:#2B2B2B;}
- #tags a {text-decoration:none; color:white;}
- #tags a:hover {text-decoration:line-through; color:{color:tag hover};}
- #sidebar {position:fixed; width:450px; height:110%; background-image:url('{image:sidebar}'); margin-top:-60px;}
- #title {position:fixed; text-decoration:none; font-style:italic; font-family:helvetica; text-transform:uppercase; font-size:25px; margin-top:100px; margin-left:85px;}
- #title a {text-shadow:2px 0 #000000; color:white; text-decoration:none; -webkit-transition:all 1s ease-out; -moz-transition:all 1s ease-out; transition:all 1s ease-out;}
- #title a:hover {text-decoration:line-through; text-shadow:2px 0 #ffffff; color:black; -webkit-transition:all 1s ease-out; -moz-transition:all 1s ease-out; transition:all 1s ease-out;}
- #description {position:fixed; margin-top:120px; margin-left:30px; width:250px; line-height:110%; font-size:10px; background-color:white; padding:20px; border-right:40px solid {color:2B2B2B}; border-left:40px solid {color:2B2B2B};}
- #description:first-letter {width:20px; height:20px; padding:6px; margin-bottom:0px; margin-right:3px; float:left; background-color:#bbbbbb; color:#fff; font-family:times; font-size:23px; font-style:none; line-height:20px; text-transform:uppercase; text-align:center; border:6px solid {color:border};}
- #links {position:fixed; font-family:arial; text-transform:uppercase; width:100px; margin-left:50px; margin-top:21px; text-align:center;}
- #links a {text-decoration:none; display:inline-block; margin-top:5px; color:white; background-color:black; padding:4px; width:150px; text-align:center; -webkit-transition:all 1s ease-out; -moz-transition:all 1s ease-out; transition:all 1s ease-out;}
- #links a:hover {text-decoration:underline; color:{color:quote}; background-color:white; text-align:center; letter-spacing:2px; -webkit-transition:all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out;}
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="title"><b><a href="/">{Title}</a></b></div>
- <div id="description">{Description}
- <div id="links">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
- {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
- {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a>{/block:ifLink9}
- {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a>{/block:ifLink10}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div></div></div></div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">"{Quote}"</div>{block:Source} <div class="quotesource"><big>~</big>{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- <div class="chat">{block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}</div>
- {block:Audio}<left>{block:AlbumArt}<span class="albumart"><img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" /></span>{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
- <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class="asker"><b>{Asker} asked:</b> <small>{Question}</small></div><center><div class="answer">{Answer}</div>{/block:Answer}
- <div id="info">
- {block:Date} {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">VIA</a> - <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{SOURCE}</a>{/block:RebloggedFrom}</div>
- {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment