Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!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 #5 Collision V1 by nerdydean. Keep the credit intact, don't claim as your own, and message me if you have any problems. -->
- <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}
- <!--Colors-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:pagi" content="#AAAAAA"/>
- <meta name="color:Link" content="#717581"/>
- <meta name="color:sblinks" content="#cccccc"/>
- <meta name="color:linkhover" content="#f1f1f1"/>
- <meta name="color:scrollbar" content="#000"/>
- <meta name="color:scrollbarbg" content="#fff"/>
- <meta name="color:textselect background" content="#000000"/>
- <meta name="color:textselect fontcolor" content="#ffffff"/>
- <meta name="color:titleborder" content="#C0C0C0"/>
- <!--Images-->
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <!--Text-->
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link4" content="/" />
- <meta name="text:desc2" content="descriptions are cool why not have two"/>
- <meta name="text:titles" content="custom title yo"/>
- <style type="text/css">
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {height: auto;width: 6px;}
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
- ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
- /* --- TEXT SELECTION ---*/
- ::selection {
- background: {color:textselect background};
- color: {color:textselect fontcolor};
- }
- ::-moz-selection {
- background: {color:textslect background};
- color: {color:textselect fontcolor};
- }
- ::-webkit-selection {
- background: {color:textselect background};
- color: {color:textselect fontcolor};
- }
- /* --- BODY ---*/
- body {
- background:{color:background};
- margin:0px; color:{color:text};
- font-family:cambria;
- font-size:9px;
- line-height:100%;
- }
- blockquote {
- border-left:1px solid #f8f8f8;
- padding-left:2px;
- margin:5px;
- }
- a {
- color:#b1b0b0;
- 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;
- -ms-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- a:hover {
- opacity:10;
- color:{color:linkhover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- img {
- none;
- }
- h1 {
- font-family:Times;
- font-size:13px;
- font-style:none;
- text-transform:none; /*--You can choose between none, uppercase, or lowercase--*/
- text-align:left;
- font-weight:normal;
- font-style:italic; /*--You can choose between none, bold, italic--*/
- }
- h2 {
- font-size:10px;
- text-transform:none;
- font-weight:normal;
- font-style:none;
- }
- /* --- SIDEBAR ---*/
- #sidebar {
- position:fixed;
- width:120px;
- opacity:1;
- margin-left:200px;
- margin-top:150px;
- }
- #sidebarimage img {
- width:120px;
- padding:4px;
- height:120px;
- /*--the height is set so that it's for a square sidebar--*/
- -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease
- }
- #links { width:120px;
- font-family:baskerville;
- font-size:9px;
- opacity:1;
- text-align:center;
- padding-top:4px;
- letter-spacing:1px;
- text-transform:lowercase;
- padding-bottom:1px;
- margin-top:-102px;
- margin-left:83px;
- margin-bottom:2px;
- color:{color:sblinks};
- }
- #links a{
- font-style:italic;
- }
- #links a:hover { color:{linkhover}; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease }
- #description {
- width:120px;
- font-family:times;
- padding:5px;
- font-size:9px;
- text-align:justify;
- margin-top:32px; margin-left:10px;
- opacity: 0.8;
- }
- #pagination { text-align:center; font-size:9px; color:{color:pagi}; font-family:times; letter-spacing:1px; margin-left:11px; }
- /* --- TITLE ---*/
- #dropmenu {
- text-align: center;
- font-size: 11px;
- position:fixed;
- left:535px;
- top:-60px;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- z-index:999;
- }
- #dropmenu:hover {top:0px;}
- #menuborder {
- border-right-style:solid;
- border-bottom-style:solid;
- border-left-style:solid;
- border-width:1px;
- border-color:{color:titleborder};
- padding: 5px 0 5px 0;
- background: #fff;
- width:500px;
- height:50px;
- z-index: 9999;
- }
- #otherborder{
- border-top-style:none;
- border-right-style:solid;
- border-bottom-style:solid;
- border-left-style:solid;
- border-width:1px;
- border-color:{color:titleborder};
- text-align: center;
- height:4px;
- padding: 2px 0 8px 0;
- background:#fff;
- width: 500px;
- }
- /* --- POSTS ---*/
- #entries {
- padding:10px;
- width:500px;
- margin-left:520px;
- margin-top:60px;
- }
- #post {
- width:500px;
- padding-top:10px;
- padding-bottom:10px;
- font-style:none;
- }
- #post img { border:1px dotted #f5f5f5; padding:5px; }
- #notes { font-family:baskerville; text-transform:lowercase; font-size:9px; }
- #info { text-align:left; padding:5px; margin-top:5px; margin-bottom:10px;
- text-transform: none; font-family:baskerville; font-size:9px; margin-left:-5px; }
- #info #tags { opacity:1; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
- #tags { font-family:baskerville; letter-spacing:1px; text-transform:none;
- font-size:9px; margin-left:0px; margin-top:2px; opacity:1; }
- #tags a{
- color:{color:links}; margin-top:2px;}
- /* --- AUDIO ---*/
- #audio { font-family:baskerville; margin-bottom:5px; width:500px; height:justify; }
- .cover { width:78px; height:78px; position:absolute; }
- .cover img { width:50px; height:50px; float:left; margin-top:10px; }
- .player { opacity: 0.05; position:absolute; z-index:1; background:#fff;width:70px; margin-left:-2px; height:90px; display:block; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease; }
- .player:hover{opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
- .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:12px; }
- .track { text-transform:none; margin-left:80px; line-height:15px; padding-top:10px; }
- /* --- ASKS ---*/
- .ask {
- padding:5px;
- width:390px;
- background:#fff;
- color:#000;
- text-align:center;
- line-height:120%;
- font-family:times;
- font-style:italic;
- text-transform:lowercase;
- }
- .answer {
- width:390px;
- border-top:3px solid #000;
- padding:5px;
- color:{color:text};
- text-align:center;
- margin-top:-5px;
- }
- #credit {
- position:fixed;
- font-size:8px;
- font-weight:normal;
- line-height:150%;
- letter-spacing:2px;
- right:10px;
- bottom:10px;
- text-transform:uppercase;
- text-align:center;
- }
- #credit a {
- padding:3px;
- color:#aaaaaa;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="links">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br><br>
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br><br>
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br><br>
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- </div>
- <div id="description"><br>{Description}<br><br></div>
- {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
- </div>
- <div id="dropmenu">
- <div id="menuborder"> <center>
- <div style="width:500px; height:55px; overflow-Y:scroll;"><br> {text:desc2}<br><br></div>
- </center></div>
- <div id="otherborder"><center>{text:titles}</div></center>
- </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}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="player">
- <div class="player2">
- {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<h1><div class="ask"><b>{Asker}</b> :<br>{Question}</div></h1>
- <div class="answer">{Answer}</div>{/block:answer}
- <div id="info"> posted <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
- {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Posts}<div id="tags" st>
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <div id="credit"><a href="http://hellish.co.vu">theme</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment