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>
- <!---- THEME BY KIADAN 💊
- DO NOT REMOVE THE CREDIT,
- OR I WILL PERSONALLY HUNT
- YOU TF DOWN, YOU HEAR ME? --->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="color:background" content="#fff" />
- <meta name="color:post" content="#fff" />
- <meta name="color:sidebar" content="#eee" />
- <meta name="color:description" content="#717171" />
- <meta name="color:shadows" content="#717171" />
- <meta name="color:text" content="#7e7e7e" />
- <meta name="image:sidebar img" content="" />
- <meta name="color:link" content="#bababa">
- <meta name="image:background" content="" />
- <meta name="color:title" content="" />
- <meta name="color:border" content="#676767">
- <meta name="color:hover" content="#676767"/>
- <meta name="color:chrome scrollbar" content="#000000" />
- <meta name="text:main body text size" content="">
- <meta name="text:desc text size" content="">
- <meta name="text:link1" content="">
- <meta name="text:link1url" content="">
- <meta name="text:link2" content="">
- <meta name="text:link2url" content="">
- <meta name="text:link3" content="">
- <meta name="text:link3url" content="">
- <meta name="if:lowercase" content=""/>
- <meta name="if:uppercase" content=""/>
- <meta name="if:small white cursor" content=""/>
- <meta name="if:small black cursor" content=""/>
- <meta name="if:shadows" content="" />
- <meta name="if:border" content="" />
- <style type="text/css">
- {block:ifsmallwhitecursor} *, body {cursor: url(http://i.imgur.com/2qleX.jpg), auto;} a, a:link,a:active,a:visited, a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;} {/block:ifsmallwhitecursor}
- {block:ifsmallblackcursor} *, body {cursor: url(http://i.imgur.com/vl6y9.jpg), auto;} a, a:link,a:active,a:visited, a:hover {cursor: url(http://i.imgur.com/ZJK7G.jpg), auto;} {/block:ifsmallblackcursor}
- ::-webkit-scrollbar-thumb {
- min-height: 60px;
- border-left: 4px solid {color:background};
- border-right: 4px solid {color:background};
- border-top: 2px solid {color:background};
- border-bottom: 2px solid {color:background};
- background: {color:chrome scrollbar};
- }
- ::-webkit-scrollbar {
- width: 11px;
- height: 10px;
- border-left: 5px solid {color:background};
- border-right: 5px solid {color:background};
- border-top: 2px solid {color:background};
- border-bottom: 2px solid {color:background};
- background: {color:chrome scrollbar};
- }
- body {
- background: {color:background};
- background-image: url('{image:background}');
- margin: 0;
- padding: 0;
- font-family: 'arial', sans-serif;
- }
- a{
- text-decoration:none;
- color:{color:link};
- transition: color 0.2s linear;
- -o-transition: color 0.2s linear;
- -moz-transition: color 0.2s linear;
- -webkit-transition: color 0.2s linear;
- }
- a:hover{
- text-decoration:none;
- color:{color:hover};
- }
- #wrapper{
- width:600px;
- margin:50px auto;}
- #title {
- font-family: 'arial', sans-serif;
- color:{color:title};
- font-size:18px;
- font-style:bold;
- text-align:justify;
- text-decoration:none;
- letter-spacing:-1px;
- {block:ifuppercase}
- text-transform:uppercase;
- {/block:ifuppercase}
- font-weight: bold;
- }
- /* --- SIDEBAR --- */
- #sidebar {
- position:fixed;
- margin-top:100px;
- margin-left:-100px;
- width:150px;
- padding:5px;
- background-color:{color:sidebar};
- {block:ifborder}
- border:1px solid {color:border};
- {block:ifborder}
- {block:ifshadows}
- box-shadow: 8px 8px {color:shadows};
- {/block:ifshadows}
- }
- #sidebarpic img {
- margin-bottom:5px;
- max-width:150px;
- height:auto;
- text-align:center;
- }
- #description {
- margin-top:2px;
- width: 250px;
- text-transform:lowercase;
- font-size:{text:desc text size}px;
- letter-spacing:-1px;
- text-align:justify;
- color:{color:description};
- font-family: 'arial', sans-serif;
- font-weight: bold;
- padding-bottom:5px;
- }
- #entry {
- font-size:{text:main body text size}px;
- margin-right: -50px;
- margin-top:40px;
- float: right;
- text-align: justify;
- }
- #post {
- font-size:{text:main body text size}px;
- padding: 10px 10px 10px 10px;
- width: 500px;
- margin-bottom:20px;
- background-color:{color:post};
- color:{color:text};
- text-align: justify;
- {block:ifborder}
- border:1px solid {color:border};
- {block:ifborder}
- {block:ifshadows}
- box-shadow: 8px 8px {color:shadows};
- {/block:ifshadows}
- }
- #links {
- padding-top:3px;
- width: 150px;
- margin-left:0px;
- font-size:{text:main body text size}px;
- text-align:center;
- color:{color:link};
- {block:ifuppercase}
- text-transform:uppercase; {/block:ifuppercase}
- font-family: 'arial', sans-serif;
- border-top:1px solid {color:border};
- }
- #info{
- padding-top:3px;
- border-top:1px solid {color:border};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <div id="sidebarpic"><a href="/"; title="HOME"><img src="{image:sidebar img}"/></a></div>
- <div id="title">{Title}</div>
- <div id="description">{block:Description}{Description}{/block:Description}</div>
- <div id="links">
- <a href="/ask">ask</a>
- {block:ifLink1}<a href="{text:Link1url}">{text:Link1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2url}">{text:Link2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3url}">{text:Link3}</a>{/block:ifLink3}
- </div>
- <center>
- {block:PreviousPage}<a href="{PreviousPage}"; style="text-transform:uppercase"><font-size="5px">← </font></a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"; {block:ifuppercase}style="text-transform:uppercase" {/block:ifuppercase}><font-size="5px"> →</font></a>{/block:NextPage}
- </center>
- </div>
- <div id="entry">
- {block:Posts}
- <div id="post" {block:ifuppercase}style="text-transform:uppercase" {/block:ifuppercase}>
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></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}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div class="question"; {block:ifuppercase}style="text-transform:uppercase" {/block:ifuppercase}>
- <b>{Asker}</b> asked:<br>
- {Question}</div>{Answer}
- {/block:Answer}
- {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- <div id="info">posted <a href="{Permalink}"; {block:ifuppercase}style="text-transform:uppercase" {/block:ifuppercase}>{TimeAgo}</a>{/block:Date}{block:NoteCount} • <a href="{Permalink}">{NoteCount}</a> notes{/block:NoteCount}<br>{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>
- {block:ContentSource} • <a href="{SourceURL}">src</a>{block:ContentSource}{/block:RebloggedFrom}<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>
- </div>
- <div style="position:fixed;bottom:5px;right:5px;padding:1px;font-size:16px"><a title="cred: kiadan" href="http://seadra.tumblr.com/">💀</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment