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">
- <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Roboto700::latin', 'Roboto::latin' , 'Bitter::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <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 made by azureofrp —
- — Theme number 45 //Polarize// —
- — Do not steal anything :) —
- — Do not take parts of my coding and use them for your themes —
- — To request a custom theme, visit my custom theme request page —
- — Please respect my effort and the time I put into my themes —
- --->
- <meta name="color:blockquote border" content="#ffffff">
- <meta name="color:border" content="#000000">
- <meta name="color:outline" content="#000000">
- <meta name="color:text" content="#000000"/>
- <meta name="color:post text" content="#b6b6b6"/>
- <meta name="color:title text" content="#ffffff"/>
- <meta name="color:italic text" content="#000000">
- <meta name="color:bold text" content="#000000">
- <meta name="color:hover" content="#c1b8b8">
- <meta name="color:links" content="#ffffff"/>
- <meta name="color:accent" content="#ffffff"/>
- <meta name="color:scrollbar" content="#473f3f">
- <meta name="color:credit" content="#616b6b">
- <meta name="color:text shadow" content="#ffffff">
- <meta name="color:shadow" content="#ffffff">
- <meta name="color:background" content="#c3cccc"/>
- <meta name="color:blockquote background" content="#c3cccc">
- <meta name="color:description background" content="#c1b6b6"/>
- <meta name="color:post background" content="#000000">
- <meta name="color:links background" content="#a1adad">
- <meta name="color:box" content="#adb3b3">
- <meta name="color:question background" content="#adb3b3">
- <meta name="color:scrollbar background" content="#616b6b">
- <meta name="image:background" content=""/>
- <meta name="image:icon" content=""/>
- <meta name="text:title" content="">
- <meta name="text:mini title" content="">
- <meta name="text:music box code" content="">
- <meta name="text:link 1" content="Link 1">
- <meta name="text:link 2" content="Link 2">
- <meta name="text:link 3" content="Link 3">
- <meta name="text:link 4" content="Link 4">
- <meta name="text:link 5" content="Link 5">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3 url" content="/">
- <meta name="text:link 4 url" content="/">
- <meta name="text:link 5 url" content="/">
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar {
- height:9px;
- width:2px;
- background-color:{color:scrollbar background};
- }
- #s-m-t-tooltip {
- max-width:300px;
- margin:10px 0px 0px 10px;
- padding:5px;
- font-weight:bold;
- background-color:{color:post background};
- border:1px solid #000000;
- box-shadow:6px 6px 0px #000000;
- font-family: 'Roboto', sans-serif;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:text};
- z-index:999999999999999999999999999999999999;
- }
- body {
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- font-weight:none;
- font-family: 'Roboto', sans-serif;
- font-size:9px;
- text-align:justify;
- color:{color:text};
- margin:0;
- }
- a {
- text-decoration:none;
- color:{color:links};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- a:hover {
- text-decoration:none;
- color:{color:hover};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- img {
- border:none;
- }
- blockquote {
- font-size:9px;
- max-width:545px;
- border-left:1px solid{color:blockquote border};
- background-color:{color:blockquote background};
- text-align:left;
- padding:5px;
- font-weight:none;
- margin-left:5px;
- margin-right:5px;
- padding-left:5px;
- color:{color:text};
- }
- pre{
- font-size:9px;
- text-align:center;
- text-transform:none;
- font-family: 'Bitter', serif;
- font-weight:bold;
- line-height:9px;
- border-left:1px solid {color:blockquote border};
- border-bottom:1px solid {color:blockquote border};
- letter-spacing:2px;
- background-color:{color:blockquote background};
- color:{color:text};
- padding:6px;
- }
- small{
- font-size:9px;
- }
- big{
- font-size:9px;
- }
- sub{
- font-size:9px;
- }
- h1 {
- font-size:17px;
- text-align:center;
- font-family: 'Roboto', sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- border-bottom:1px solid #ddd;
- color:{color:title text};
- padding:6px;
- }
- h1 a{
- color:{color:title text};
- }
- h2{
- color:{color:text};
- text-transform:uppercase;
- text-decoration:underline;
- text-shadow: 1px 1px 0px #ddd;
- text-align:left;
- }
- b {
- font-weight:bold;
- padding:2px;
- text-shadow: 1px 1px 3px {color:text shadow};
- color:{color:bold text};
- }
- i {
- font-weight:italic;
- color:{color:italic text};
- }
- u {
- text-decoration:none;
- border-bottom:1px solid {color:border};
- }
- #description {
- position:fixed;
- text-align:left;
- margin-top:210px;
- margin-left:540px;
- overflow:auto;
- text-transform:none;
- font-style:normal;
- font-family'Roboto' sans-serif;
- width:180px;
- height:100px;
- opacity:1;
- line-height:10px;
- font-weight:none;
- color:{color:text};
- padding:10px;
- letter-spacing:0px;
- padding-top:15px;
- font-size:8px;
- z-index:99;
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #musicbox {
- overflow:hidden;
- position:fixed;
- text-align:left;
- margin-top:523px;
- margin-left:549px;
- text-transform:none;
- font-style:normal;
- font-family:arial;
- width:170px;
- height:15px;
- opacity:1;
- line-height:10px;
- font-weight:none;
- color:{color:text};
- padding:10px;
- letter-spacing:0px;
- padding-top:8px;
- font-size:8px;
- z-index:99;
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #pagination {
- height:auto;
- position:fixed;
- padding:2px;;
- line-height:25px;
- margin-top:-34px;
- width:520px;
- color:{color:text};
- margin-left:-430px;
- font-size:20px;
- font-family: 'Roboto', sans-serif;
- text-align:center;
- float:center;
- font-style:none;
- text-transform:uppercase;
- overflow:hidden;
- letter-spacing:1px;
- z-index:999999;
- opacity:1;
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #pagination:hover{
- color:{color:hover};
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #title {
- height:auto;
- position:fixed;
- padding:2px;;
- line-height:20px;
- max-height:75px;
- margin-top:138px;
- padding-left:2px;
- width:83px;
- font-weight:bold;
- color:{color:accent};
- margin-left:646px;
- font-size:10px;
- font-family: 'Roboto', sans-serif;
- text-align:center;
- float:center;
- background:{color:border};
- font-style:italic;
- text-transform:none;
- overflow:hidden;
- letter-spacing:0px;
- z-index:999999;
- opacity:1;
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #png{
- position:fixed;
- opacity:1;
- background-image:url('{image:png}');
- width:290px;
- height:405px;
- margin-top:198px;
- background:none;
- margin-left:0px;
- z-index:-999;
- }
- #png img{
- width:290px;
- height:405px;
- background-image:url('{image:png}');
- }
- #iconn {
- position:fixed;
- width:80px;
- margin-top:190px;
- padding:10px;
- height:80px;
- margin-left:180px;
- background-color:transparent;
- z-index:9999999999999999;
- }
- #iconnimage {
- width 80px;
- z-index:-99999;
- }
- #iconnimage img {
- width:80px;
- height:80px;
- margin-left:550px;
- margin-top:135px;
- border-radius:3px 3px 3px 3px;
- position:fixed;
- opacity:1;
- border:solid 1px {color:border};
- z-index:999999999999999;
- }
- #triangle-left1 {
- width: 0;
- height: 0;
- margin-top:141px;
- position:fixed;
- margin-left:632px;
- border-top: 10px solid transparent;
- border-left: 20px solid {color:border};
- border-bottom: 10px solid transparent;
- }
- #bbackground3{
- position:fixed;
- opacity:1;
- width:540px;
- height:430px;
- background-color:{color:box};
- margin-top:130px;
- box-shadow:8px 8px 0px #000000;
- outline:1px solid {color:outline};
- margin-left:200px;
- z-index:-9999;
- }
- #entries {
- overflow-y:auto;
- margin-left:204px;
- height:422px;
- width:539px;
- letter-spacing:0px;
- position:fixed;
- margin-top:134px;
- }
- #post {
- font-size:10px;
- width:300px;
- color:{color:post text};
- background-color:{color:post background};
- text-align:justify;
- padding:20px;
- overflow:hidden;
- line-height:20px;
- margin-bottom:10px;
- }
- #post img{
- max-width:300px;
- height:auto;
- }
- #info {
- width:512px;
- text-align:left;
- font-family: 'Roboto', sans-serif;
- text-transform:none;
- margin-left:-23px;
- font-weight:bold;
- font-size:9px;
- margin-top:20px;
- letter-spacing:0px;
- overflow:hidden;
- margin-bottom:-19px;
- font-style:none;
- padding:10px;
- line-height:10px;
- color:{color:text};
- }
- #info a {
- text-align:left;
- font-family: 'Roboto', sans-serif;
- font-weight:bold;
- line-height:2px;
- color:{color:text};
- }
- #info a:hover{
- color:{color:hover};
- font-weight:bold;
- }
- .right{
- float:left;
- }
- #tags {
- text-align:left;
- opacity:1;
- font-size:8px;
- font-family: 'Roboto', sans-serif;
- margin-top:1px;
- margin-left:-12px;
- padding:-5px;
- font-weight:bold;
- margin-bottom:0px;
- height:15px;
- width:530px;
- padding-top:0px;
- background-color:{color:post background};
- text-transform:uppercase;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- #tags a {
- padding:0px;
- margin-top:1px;
- color:{color:text};
- line-height:6px;
- letter-spacing:0.5px;
- font-weight:bold;
- margin-left:-12px;
- font-size:8px;
- font-family: 'Roboto', sans-serif;
- text-decoration:underline;
- display:inline-block;
- }
- #tags a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:{color:hover};
- }
- #permalink{
- margin-bottom:15px;
- text-align:left;
- font-size:9px;
- margin-left:-12px;
- margin-top:-5px;
- font-weight:bold;
- text-transform:uppercase;
- width:590px;
- letter-spacing:0px;
- line-height:0px;
- color:{color:text};
- }
- #permalink a{
- color:{color:text};
- font-weight:bold;
- }
- #asking {
- margin-left:15px;
- margin-top:10px;
- }
- #question {
- padding:12px;
- padding-left:70px;
- color:{color:text};
- background-color:{color:question background};
- }
- #asker{
- margin-top:-35px;
- margin-left:70px;
- font-family: 'Roboto', sans-serif;
- text-transform:lowercase;
- }
- #c{
- position:fixed;
- font-size:10px;
- font-weight:bold;
- padding-bottom:5px;
- padding-top:5px;
- height:20px;
- width:20px;
- opacity:1;
- padding-left:5px;
- padding-right:5px;
- margin-left:1325px;
- top:645px;
- letter-spacing:0px;
- line-height:22px;
- border:1px solid {color:border};
- text-align:center;
- float:left;
- border-radius:100px;
- font-family: 'Roboto', sans-serif;
- color:{color:text};
- text-transform:uppercase;
- background-color: rgba(255,255,255, 0.3);
- transition-duration: 0.8s;
- }
- lol {
- font-size:11px;
- text-align:center;
- width:210px;
- height:5px;
- font-family: 'Calibri';
- text-shadow: 1px 1px 3px {color:text shadow};
- letter-spacing:1px;
- background-color:{color:blockquote background};
- color:{color:text};
- padding:5px;
- }
- #linkss {
- width:190px;
- height:215px;
- overflow:hidden;
- cursor:pointer;
- margin-top:335px;
- opacity:1;
- position:fixed;
- margin-left:544px;
- z-index:9;
- }
- #linkss #all {
- margin-left:0px;
- margin-top:0px;
- padding:5px;
- margin-bottom:-2px;
- height:14px;
- z-index:9;
- }
- #linkss #all a:hover {
- color:{color:hover};
- font-style:italic;
- text-decoration:underline;
- font-size:11px;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- #linkss a {
- width:174px;
- height:17px;
- margin-bottom:1px;
- margin-right:-1px;
- text-align:left;
- text-transform:uppercase;
- padding:4px;
- line-height:18px;
- color:{color:links};
- font-style:none;
- font-weight:bold;
- font-family: 'Roboto', sans-serif;
- letter-spacing:0px;
- font-size:9px;
- display:inline-block;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <div id="sidebar">
- <div id="description">{description}</div>
- <div id="title">{text:mini title}</div>
- <div id="bbackground3"></div>
- <div id="iconnimage"><a href="/"><img src="{image:icon}"></a></div>
- <div id="musicbox">{text:music box code}</div>
- <div id="triangle-left1"></div>
- </div>
- </div>
- </div>
- </div>
- <div id="linkss">
- <div id="all">
- <a href="/"title= "Refresh">home</a>
- <a href="/ask"title= "Askbox">message</a></li>
- <a href="{text:link 1 url}"title= "link hover">{text:link 1}</a>
- <a href="{text:link 2 url}"title= "link hover">{text:link 2}</a>
- <a href="{text:link 3 url}"title= "link hover">{text:link 3}</a>
- <a href="{text:link 4 url}"title= "link hover">{text:link 4}</a>
- <a href="{text:link 5 url}"title= "link hover">{text:link 5}</a>
- </div>
- </div>
- <div id="title">
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a> -
- {/block:PreviousPage}
- {text:title} -
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div></div>
- <div id="entries">
- {block:Posts}
- <div id="post"
- <div id="post">
- {block:Date}
- <div id="permalink">
- {block:NotReblog}<a href="{URL}" target="_blank" title="{Name}"></a>{/block:NotReblog}
- <a href="{Permalink}">{Month} {DayOfMonth} {Year} </a> | {NoteCount}
- </div>
- {/block:Date}
- <!--TEXT POSTS-->
- {block:Text}
- {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- <div id="asking"><img src="{AskerPortraitURL-48}"/></div>
- <div id="asker">{Asker} sent:</div>
- <div id="question">{Question}</div>
- {Answer}{/block:Answer}
- {block:Quote}
- {block:Quote}
- <h2>{Quote}</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <h2><center><a href="{URL}">{Name}</center></a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-250}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
- {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 <br>
- {/block:Audio}
- <div id="info">
- {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
- </div></div>
- {/block:Posts}{/block:Posts}</div></div></div>
- </div>
- <div id="c">
- <a href="http://adf.ly/1IcHXD">©AZ</a>
- </div>
- </html>
Add Comment
Please, Sign In to add comment