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 src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
- <script src="http://tab-slide-out.googlecode.com/files/jquery.tabSlideOut.v1.3.js"></script>
- <script type="text/javascript">
- $(function(){
- $('.slideout-panel').tabSlideOut({
- tabHandle: '.handle', //class of the element that will become your tab
- pathToTabImage: 'images/contact_tab.gif', //path to the image for the tab //Optionally can be set using css
- imageHeight: '122px', //height of tab image //Optionally can be set using css
- imageWidth: '40px', //width of tab image //Optionally can be set using css
- tabLocation: 'right', //side of screen where tab lives, top, right, bottom, or left
- speed: 300, //speed of animation
- action: 'hover', //options: 'click' or 'hover', action to trigger animation
- topPos: '200px', //position from the top/ use if tabLocation is left or right
- leftPos: '20px', //position from left/ use if tabLocation is bottom or top
- fixedPosition: false //options: true makes it stick(fixed position) on scroll
- });
- });
- <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></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:30,
- tip_fade_speed:300,
- 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 20 "against them all" by azureofrp $$$
- $$$ dont be a dick and steal anything of my coding pls $$$
- $$$ dont claim my themes as your own $$$
- $$$ for questions, just check out my faq $$$
- --->
- <meta name="color:background" content="#c3cccc"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:post text" content="#b6b6b6"/>
- <meta name="color:title text" content="#ffffff"/>
- <meta name="color:links" content="#ffffff"/>
- <meta name="color:italic" content="#000000">
- <meta name="color:bold" content="#000000">
- <meta name="color:hover" content="#c1b8b8">
- <meta name="color:text shadow" content="#ffffff">
- <meta name="color:blockquote" content="#c3cccc">
- <meta name="color:blockquote border" content="#ffffff">
- <meta name="color:border" content="#000000">
- <meta name="color:description border" content="#000000">
- <meta name="color:h1 background" content="#c3cccc">
- <meta name="color:hover background" content="#d7d1d1">
- <meta name="color:title background" content="#c1b6b6"/>
- <meta name="color:post background" content="#000000">
- <meta name="color:links background" content="#a1adad">
- <meta name="color:description background" content="#000000">
- <meta name="color:info background" content="#a1adad">
- <meta name="color:tags background" content="#adb3b3">
- <meta name="color:sidebar background" content="#adb3b3">
- <meta name="color:ask background" content="#adb3b3">
- <meta name="color:scrollbar" content="#473f3f">
- <meta name="color:scrollbar background" content="#616b6b">
- <meta name="image:background" content=""/>
- <meta name="image:ask background" content=""/>
- <meta name="image:admin" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:title" content="">
- <meta name="text:description title" content="">
- <meta name="text:admin text" 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 1 url" content="/">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3 url" content="/">
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:5px;
- border-top-left-radius:50px;
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar {
- height:2px;
- width:1px;
- background-color:{color:scrollbar background};
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px 5px 3px 5px;
- margin:20px 0px 0px 20px;
- background:{color:description background};
- box-shadow: 1px 1px 2px {color:border shadow};
- color:{color:text};
- text-transform:lowercase;
- font-weight:bold;
- letter-spacing:1px;
- font-style:italic;
- z-index:999999999999999999999999999999999999;
- font-family:'arial';
- font-size:9px;
- }
- body {
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- font-family:arial;
- font-size:10px;
- text-align:justify;
- color:{color:txt};
- 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 {
- background:{color:blockquote};
- color:{color:text};
- border-left:2px solid {color:blockquote border};
- padding:5px;
- }
- pre{
- margin-top:0px;
- margin-bottom:5px;
- letter-spacing:1px;
- font-size:10px;
- background-color:{color:blockquote};
- box-shadow:1px 1px 1px {color:text shadow};
- padding:5px;
- color:{color:text};
- text-transform:lowercase;
- font-family:arial;
- font-weight:bold;
- text-align:center;
- }
- small{
- font-size:10px;
- }
- big{
- font-size:10px;
- }
- sub{
- font-size:10px;
- }
- h1 {
- font-size:9px;
- text-transform:lowercase;
- font-style:italic;
- text-align:left;
- font-weight:bold;
- letter-spacing:1px;
- background-color:{color:h1 background};
- text-shadow: 0px 0px 1px {color:text shadow};
- color:{color:text};
- padding:5px;
- }
- h1 a{
- color:{color:text};
- }
- h2{
- color:{color:text};
- text-transform:uppercase;
- text-shadow: 1px 1px 0px {color:text shadow};
- text-align:left;
- font-style:italic;
- }
- b {
- font-weight:bold;
- color:{color:bold};
- }
- i {
- font-weight:italic;
- color:{color:italic};
- }
- u {
- text-decoration:none;
- border-bottom:1px solid {color:border};
- }
- #title {
- width:250px;
- height:7px;
- position:fixed;
- padding-top:10px;
- padding-bottom:10px;
- padding-left:10px;
- padding-right:10px;
- line-height:9px;
- top:530px;
- color:{color:title text};
- margin-left:255px;
- font-weight:bold;
- border-right:10px solid {color:border};
- border-left:10px solid {color:border};
- border-bottom:10px solid {color:border};
- text-transform:lowercase;
- font-size:10px;
- font-family:'arial';
- background:{color:title background};
- font-style:italic;
- text-align:center;
- overflow:hidden;
- letter-spacing:1px;
- z-index:9999;
- opacity:1;
- }
- #admin-box {
- overflow:auto;
- position:fixed;
- text-align:right;
- margin-top:-91px;
- margin-left:80px;
- text-transform:none;
- font-style:normal;
- font-family:arial;
- width:100px;
- height:80px;
- opacity:1;
- line-height:10px;
- color:{color:text};
- background:{color:description background};
- padding:10px;
- padding-top:5px;
- font-size:9px;
- z-index:99999999;
- }
- #pagi {
- font-size:10px;
- font-style:normal;
- position:fixed;
- text-align:center;
- letter-spacing:1px;
- margin-left:130px;
- margin-top:404px;
- font-style:italic;
- padding:5px;
- line-height:28px;
- width:38px;
- display:inline-block;
- color:{color:title text};
- z-index:99999999999999;
- font-family:'consolas';
- text-shadow: 1px 1px 0px {color:text shadow};
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #pagi:hover{
- color:{color:hover};
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #admins img{
- width:64px;
- padding:5px;
- margin-top:143px;
- margin-left:0px;
- border-radius:100px;
- border:solid 1px {color:links};
- z-index:999999999;
- }
- #bbackground {
- position:fixed;
- opacity:1;
- width:560px;
- height:457px;
- top:110px;
- margin-left:535px;
- background:{color:border};
- z-index:99;
- }
- #insides {
- font-size:12px;
- padding:10px;
- font-family:'arial';
- color:{color:text};
- }
- #entries {
- position:fixed;
- z-index:999;
- height:435px;
- width:540px;
- overflow:auto;
- margin-left:546px;
- margin-top:71px;
- }
- #post{
- padding:15px;
- width:500px;
- background-color:{color:post background};
- overflow:hidden;
- color:{color:post text};
- margin-bottom:20px;
- margin-left:0px;
- float:center;
- z-index:999;
- }
- #info {
- width:520px;
- text-align:left;
- font-family:arial;
- font-size:9px;
- padding:7px;
- color:{color:text};
- font-weight:bold;
- line-height:10px;
- background-color:{color:info background};
- margin-top:5px;
- margin-left:-15px;
- font-size:9px;
- margin-bottom:-15px;
- font-style:italic;
- text-transform:lowercase;
- letter-spacing:0px;
- padding:5px;
- line-height:10px;
- transition-duration: 1.0s;
- -moz-transition-duration: 1.0s;
- -webkit-transition-duration: 1.0s;
- -o-transition-duration: 1.0s;
- }
- #info hover{
- color:{color:hover};
- transition-duration: 1.0s;
- -moz-transition-duration: 1.0s;
- -webkit-transition-duration: 1.0s;
- -o-transition-duration: 1.0s;
- }
- #info a {
- text-align:center;
- font-family:arial;
- color:{color:text};
- }
- .right{
- float:right
- }
- #tags {
- text-align:center;
- opacity:1;
- font-size:9px;
- font-family:'arial';
- margin-top:4px;
- margin-left:-5px;
- padding:-5px;
- margin-bottom:-5px;
- height:20px;
- width:530px;
- padding-top:1px;
- background-color:{color:tags background};
- text-transform:lowercase;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- #tags a {
- padding:4px;
- color:{color:text};
- letter-spacing:0px;
- font-family:'arial';
- text-decoration:none;
- display:inline-block;
- }
- #tags a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:{color:hover};
- }
- .ask{
- padding:1px;
- padding-right:5px;
- padding-left:5px;
- color:{color:text};
- background-color:{color:info background};
- font-size:10px;
- font-style:italic;
- line-height:18px;
- font-weight:bold;
- text-align:right;
- margin-bottom:0px;
- }
- .ask a{
- color:{color:text};
- }
- .ask a:hover{
- color:{color:hover};
- }
- .ask :hover{
- color:{color:hover};
- }
- .question{
- text-align:center;
- padding:15px;
- background-color:{color:ask background};
- background-image:url('{image:ask background}');
- color:{color:text};
- }
- .answer{
- color:{color:txt};
- text-align:left;
- margin-top:1px;
- }
- #c{
- position:fixed;
- font-size:7px;
- font-weight:bold;
- font-style:italic;
- padding-bottom:5px;
- padding-top:5px;
- height:10px;
- width:50px;
- padding-left:5px;
- padding-right:5px;
- margin-left:1308px;
- margin-top:610px;
- line-height:150%;
- text-align:center;
- float:left;
- font-family:arial;
- color:{color:post text};
- text-transform:uppercase;
- background-color:{color:post background};
- transition-duration: 0.8s;
- }
- #slide-out{
- position:fixed;
- margin-left:1092px;
- margin-top:198px;
- width:20px;
- height:20px;
- line-height:20px;
- font-size:30px;
- font-weight:bold;
- font-family:arial;
- font-style:italic;
- padding:10px;
- z-index:9;
- background-color:{color:border};
- text-transform:uppercase;
- color:{color:links};
- transition-duration: 0.7s;
- -moz-transition-duration: 0.7s;
- -webkit-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- }
- #slide-out-button a {
- color:{color:links};
- font-style:italic;
- transition-duration: 0.7s;
- -moz-transition-duration: 0.7s;
- -webkit-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- }
- #slide-out:hover {
- margin-left:1312px;
- transition-duration: 0.7s;
- -moz-transition-duration: 0.7s;
- -webkit-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- }
- #slide-out-panel {
- position:fixed;
- margin-top:-30px;
- height:230px;
- font-weight:normal;
- text-transform:uppercase;
- margin-left:-227px;
- font-size:10px;
- font-family:arial;
- width:200px;
- background-color:{color:description background};
- z-index:-999999999999999999999999;
- padding:10px;
- }
- #slide-out #links {
- width:200px;
- overflow:hidden;
- margin-top:-220px;
- opacity:1;
- height:127px;
- position:fixed;
- margin-left:0px;
- z-index:999999;
- background:{color:description background};
- }
- #slide-out #links a {
- width:193px;
- height:15px;
- margin-bottom:3px;
- text-align:right;
- font-style:italic;
- text-transform:lowercase;
- font-weight:bold;
- padding:4px;
- line-height:16px;
- color:{color:links};
- font-family:'arial';
- letter-spacing:1px;
- background-color:{color:links background};
- font-size:10px;
- display:inline-block;
- }
- #slide-out #links a:hover {
- color:{color:hover};
- background:{color:hover background};
- }
- .description-hover {
- position: relative;
- margin: 0 auto;
- padding: 1em 0 4em;
- max-width: 1000px;
- list-style: none;
- text-align: center;
- }
- .description-hover figure {
- position: relative;
- float: left;
- overflow: hidden;
- margin: 10px 1%;
- min-width: 270px;
- max-width: 270px;
- margin-left:72px;
- margin-top:100px;
- border:10px solid {color:border};
- max-height: 400px;
- width: 270px;
- z-index:999;
- background: {color:description background};
- text-align: center;
- cursor: pointer;
- }
- .description-hover figure img {
- position: relative;
- display: block;
- margin-top:0px;
- background:transparent;
- background-image:url('{image:sidebar}');
- background-attachment: fixed;
- background-repeat: repeat;
- min-height: 100%;
- max-width: 100%;
- opacity: 1;
- }
- .description-hover figure figcaption {
- padding: 2em;
- color: #fff;
- text-transform: uppercase;
- font-size: 1.25em;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- .description-hover figure figcaption::before,
- .description-hover figure figcaption::after {
- pointer-events: none;
- }
- .description-hover figure figcaption,
- .description-hover figure figcaption > a {
- position: absolute;
- top: 0;
- left: 0;
- width: 270px;
- height: 400px;
- }
- .description-hover figure figcaption > a {
- z-index: 1000;
- text-indent: 200%;
- white-space: nowrap;
- font-size: 0;
- opacity: 0;
- }
- .description-hover figure h2 {
- word-spacing: -0.15em;
- font-weight: 300;
- }
- .description-hover figure h2 span {
- font-weight: 800;
- }
- .description-hover figure h2,
- .description-hover figure p {
- margin: 0;
- }
- .description-hover figure p {
- letter-spacing: 1px;
- font-size: 68.5%;
- }
- figure.hover-effect {
- background: {color:description background};
- }
- figure.hover-effect img {
- height: 400px;
- width:270px;
- }
- figure.hover-effect figcaption {
- padding: 3em;
- }
- figure.hover-effect figcaption::before,
- figure.hover-effect figcaption::after {
- position: absolute;
- content: '';
- opacity: 0;
- }
- figure.hover-effect figcaption::before {
- top: 20px;
- right: 10px;
- bottom: 10px;
- left: 10px;
- width:250px;
- height:357px;
- border-top: 2px solid {color:description border};
- border-bottom: 2px solid {color:description border};
- -webkit-transform: scale(0,1);
- transform: scale(0,1);
- -webkit-transform-origin: 0 0;
- transform-origin: 0 0;
- }
- figure.hover-effect figcaption::after {
- top: 10px;
- right: 50px;
- bottom: 30px;
- left: 20px;
- width:230px;
- height:380px;
- border-right: 2px solid {color:description border};
- border-left: 2px solid {color:description border};
- -webkit-transform: scale(1,0);
- transform: scale(1,0);
- -webkit-transform-origin: 100% 0;
- transform-origin: 100% 0;
- }
- figure.hover-effect h2 {
- padding-top: 0%;
- margin-left:-15px;
- font-size:20px;
- width:222px;
- text-align:center;
- -webkit-transition: -webkit-transform 0.35s;
- transition: transform 0.35s;
- }
- figure.hover-effect p {
- padding: 5px;
- text-transform:none;
- width:222px;
- height:auto;
- overflow:auto;
- color:{color:text};
- margin-left:-18px;
- opacity: 0;
- -webkit-transform: translate3d(0,-10px,0);
- transform: translate3d(0,-10px,0);
- }
- figure.hover-effect img, {
- -webkit-transform: translate3d(0,-30px,0);
- transform: translate3d(0,-30px,0);
- }
- figure.hover-effect h2 {
- -webkit-transform: translate3d(0,30px,0);
- transform: translate3d(0,-30px,0);
- }
- figure.hover-effect img,
- figure.hover-effect figcaption::before,
- figure.hover-effect figcaption::after,
- figure.hover-effect p {
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
- transition: opacity 0.35s, transform 0.35s;
- }
- figure.hover-effect:hover img {
- opacity: 0.1;
- -webkit-transform: translate3d(0,0,0);
- transform: translate3d(0,0,0);
- }
- figure.hover-effect:hover figcaption::before,
- figure.hover-effect:hover figcaption::after {
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- figure.hover-effect:hover h2,
- figure.hover-effect:hover p {
- opacity: 1;
- -webkit-transform: translate3d(0,0,0);
- transform: translate3d(0,0,0);
- }
- figure.hover-effect:hover figcaption::after,
- figure.hover-effect:hover h2,
- figure.hover-effect:hover p,
- figure.hover-effect:hover img {
- -webkit-transition-delay: 0.15s;
- transition-delay: 0.15s;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <div class="description-hover">
- <figure class="hover-effect">
- <img src="{image:sidebar}"/>
- <figcaption>
- <h2>{text:description title}</h2>
- <p>{description}</p>
- </figcaption>
- </figure>
- </div>
- </div>
- <div id="sidebar">
- <div id="bbackground"></div>
- <div id="title">{text:title}</div>
- </div>
- </div>
- <div id="slide-out">
- <div id="slide-out-button"><a title="links">+</a></div>
- <div id="slide-out-panel">
- <div id="admins"><img src="{image:admin}"></a></div>
- <div id="admin-box">{text:admin text}</div>
- <div id="links">
- <a href="/" title="home"</a>refresh</a>
- <a href="/ask" title="MESSAGE"</a>askbox</a>
- <a href="{text:link 1 url}" title="edit in html"</a>{text:link 1}</a>
- <a href="{text:link 2 url}" title="edit title in html"</a>{text:link 2}</a>
- <a href="{text:link 3 url}" title="edit title in html"</a>{text:link 3}</a>>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="title">
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" title="BACK"</a>-</a>{/block:PreviousPage}
- {/block:Pagination}
- {text:title}
- {block:Pagination}
- {block:NextPage}<a href="{NextPage}" title="NEXT"</a>+</a>{/block:NextPage}
- {/block:Pagination}</div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="post"
- <!--TEXT POSTS-->
- {block:Text}
- {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
- {Body}
- {/block:Text}
- <!--ASKS-->
- {block:Answer}<div class="ask"> − {Asker}</div>
- <div class="question">{Question}</div>
- <div class="answer">{Answer}</div>{/block:answer}
- <!--QUOTE POSTS-->
- {block:Quote}
- {block:Quote}
- <h2>{Quote}</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/block:Quote}
- <!--LINK POSTS-->
- {block:Link}
- <h2><center><a href="{URL}">{Name}</center></a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!--CHAT POSTS-->
- {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}
- <!--PHOTO POSTS-->
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- <!--PHOTOSET POSTS-->
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- <!--VIDEO POSTS-->
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <!--AUDIO-->
- {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}
- <!--POST INFO-->
- <div id="info">
- <div id="permalink">
- <a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a> <div class=right>{NoteCount}</div></a></div>
- {block:HasTags}<div id="tags">
- {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
- </div>{block:HasTags}
- </div>
- </div>
- {/block:Posts}{block:PostNotes}<br><br><div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div>
- </div>
- {/block:Posts}{/block:Posts}</div></div></div>
- </div>
- <div id="c">
- <a href="http://azureofrp.tumblr.com/">AZUREOFRP </a>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment