Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <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}
- </head>
- <!--
- if you steal this theme and use as base code i will eat your soul
- -->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="#000000">
- <meta name="color:bg" content="#43c3d8">
- <meta name="image:sidebar" content=""/>
- <meta name="image:sidebar2" content=""/>
- <meta name="image:sidebar3" content=""/>
- <!--Links-->
- <meta name="text:blogtitle" content="blog title"/>
- <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="/" />
- <style type="text/css">
- ::-webkit-scrollbar {height: auto;width: 6px;}
- ::-webkit-scrollbar-thumb {background-color:#949393;}
- ::-webkit-scrollbar-track{background-color:#eee;}
- body {
- background:{color:background};
- background-image: url('{image:background}');
- color:{color:text};
- font-family:arial;
- font-size:8px;
- line-height:100%;
- }
- a:link, a:active, a:visited {color: {color:link};
- text-decoration:none;
- }
- a:hover {color:{color:link hover};
- text-decoration:none; transition:all 0.4s linear;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:3px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:3px solid;
- }
- h1 {
- font-weight:normal;
- font-size:13px;
- font-family:corbel;
- text-align:center;
- font-style:normal;
- line-height:100%;
- letter-spacing:1px;
- text-transform:normal;
- color:#929292;
- }
- h2 {
- font-size:10px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- color:#929292;
- font-weight:bold;
- text-transform:uppercase;
- padding:5px;
- padding-bottom:2px;
- }
- @font-face{font-family: Color of Autumn; src: url(http://static.tumblr.com/9wzbixa/XDxmj2h3a/colors_of_autumn.ttf);}
- @font-face{font-family: sin city; src: url(http://static.tumblr.com/hzstbps/F2ymqlejj/sin_city.ttf);}
- #entry {
- padding-right:50px;
- padding-left:45px;
- padding-top:5px;
- padding-bottom:5px;
- width:425px;
- margin-left:450px;
- margin-top:30px;
- text-align:left;
- letter-spacing:2px;
- font-size:12px;
- line-height:100%;
- font-family:calabria;
- }
- #content {
- width:500px;
- margin: 0 auto -12px auto;
- text-align: center;
- }
- #sidebar {
- position:fixed;
- width: 110px;
- height: 1000px;
- margin-left:331px;
- margin-top:-50px;
- border-right: #101010 solid 4px;
- }
- #sidebar2 {
- position:fixed;
- width: 500px;
- height: 1000px;
- margin-left:975px;
- margin-top:-50px;
- border-left: #101010 solid 4px;
- background-color:#000;
- }
- #one img {
- width: 100px;
- height: 150px;
- margin-left:-180px;
- margin-top:190px;
- padding:5px;
- opacity:1;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- #sidebar:hover #one img{
- margin-left:-40px;
- opacity:.4;
- transition: all 1s ease-out;
- -o-transition-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #two img {
- width: 100px;
- height: 150px;
- margin-left:-40px;
- margin-top:43px;
- padding:5px;
- opacity:1;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- #sidebar:hover #two img{
- margin-left:-180px;
- opacity:.4;
- transition: all 1s ease-out;
- -o-transition-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #description {
- display:block;
- padding:3px;
- position:fixed;
- font-family:cambria;
- line-height:90%;
- font-size:10px;
- width:100px;
- margin-top:-350px;
- padding:8px;
- margin-left:-183px;
- text-align:center;
- color:{color:description};
- opacity:0;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease
- }
- #sidebar:hover #description
- {color:{color:description};
- opacity:100;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;}
- #links{
- margin-top:-160px;
- width:100px;
- padding:1px;
- height:150px;
- margin-left:-25px;
- display:block;
- text-align:center;
- line-height:135%;
- font-size: 30px;
- font-family:Color of Autumn;
- letter-spacing:2px;
- opacity:0;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease
- }
- #sidebar:hover #links
- {opacity:1;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- color:{color:link};}
- .blogtitle {
- margin-top: 302px;
- margin-left: 115px;
- width: 300px;
- font-size: 22px;
- font-family: sin city;
- word-spacing: 2px;
- text-align:center;
- letter-spacing:6.2px;
- position:fixed;
- padding: 15px;
- color: #000;
- z-index: 100;
- background-color: #101010;
- text-shadow:-2px 2px #03b0ff, 2px 2px #01ff07;
- }
- #sidebar2 {
- position:fixed;
- width: 500px;
- height: 1000px;
- margin-left:975px;
- margin-top:-50px;
- border-left: #101010 solid 4px;
- background-color:#000;
- }
- #sidebar2 img {
- width: 500px;
- height: 750px;
- margin-left:-5px;
- margin-top:-60px;
- padding:5px;
- opacity:1;
- }
- #post {
- width:500px;
- margin-top:5px;
- margin-left:-35px;
- padding-bottom:30px;
- padding-top:25px;
- font-size:9px;
- }
- #asker {
- padding:10px;
- font-family:calabria;
- border-top: 1px solid #e8e8e8;
- letter-spacing:1px;
- text-align:left;
- background-color:#fafafa;
- }
- #pagi {
- font-family:times;
- font-size:9px;
- width:100px;
- height:15px;
- text-align:center;
- text-transform:lowercase;
- letter-spacing:1px;
- margin-top:-240px;
- margin-left:-185px;
- color:#000000;
- padding:10px;
- position:fixed;
- opacity:0;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease
- }
- #sidebar:hover #pagi
- {opacity:1;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- color:{color:link};}
- #info {
- font-family:calibri;
- font-size: 10px;
- font-style: italic;
- margin-top:10px;
- padding-top:10px;
- text-transform:lowercase;
- border-top:1px solid #eee;
- text-align:center;
- line-height:110%;
- }
- {CustomCSS}</style>
- <body>
- <div class="blogtitle">{text:blogtitle}</div>
- <div id="sidebar">
- <div id="one"><img src="{image:sidebar}"></div>
- <div id="two"><img src="{image:sidebar2}"></div>
- <div id="description">
- {Description}
- </div>
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">suck</a>
- {/block:PreviousPage}
- {/block:Pagination}
- {block:JumpPagination length="4"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:Pagination}
- {block:NextPage}
- <a href="{NextPage}">blow</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="links">
- {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">home</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">mssg{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">one</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">two</a>{/block:ifLink4}
- </div></div>
- </div>
- <div id="sidebar2"></div>
- <div id="sidebar2"><img src="{image:sidebar3}"></div>
- <div id="entry">
- {block:Posts}<div id="post">
- {block:Answer}<div id="asker" style="margin-left:35px;width:450px;"><img align="left" src="{AskerPortraitURL-30}"style="border-radius:160px;margin-left:-45px;margin-top:-10px;"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {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: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}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- <div id="info">
- {block:Date} {TimeAgo}{/block:Date} / <a href="{Permalink}">
- {NoteCountWithLabel}</a>{block:RebloggedFrom}<br> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> -
- {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">© <a href="{SourceURL}"></a></a>{/block:ContentSource}{/block:RebloggedFrom} - <a href="{ReblogURL}" target="_blank">reblog</a>
- {/block:RebloggedFrom}
- <br> {block:HasTags}{block:Tags} #<i><a href="{TagURL}">{Tag}</a> </i>{/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- <BODY onselectstart="return false;" ondragstart="return false;">
- <div style="position:fixed; bottom:10px; right:10px; font-size:8.5px; letter-spacing:2px; background-color: #000000; padding:5px;"><a href="http://grihmmy.tumblr.com/"><font color="ffffff">kinkzayn</font></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment