Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--
- EUPHORIA (THEME 04.)
- BY URBANCLIQUE / BASECODE BY IRRELEVANTLY
- KEEP THE CREDITS OR I WILL REPORT YOU!
- ╱╱╱╱╱╭╮╱╱╱╱╱╱╱╱╱╱╭╮
- ╱╱╱╱╱┃┃╱╱╱╱╱╱╱╱╱╱┃┃
- ╭╮╭┳━┫╰━┳━━┳━╮╭━━┫┃╭┳━━┳╮╭┳━━╮
- ┃┃┃┃╭┫╭╮┃╭╮┃╭╮┫╭━┫┃┣┫╭╮┃┃┃┃┃━┫
- ┃╰╯┃┃┃╰╯┃╭╮┃┃┃┃╰━┫╰┫┃╰╯┃╰╯┃┃━┫
- ╰━━┻╯╰━━┻╯╰┻╯╰┻━━┻━┻┻━╮┣━━┻━━╯
- ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱┃┃
- ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰╯
- YOU ARE AMAZING :* -->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <script type="text/javascript">
- <!--
- // Disable Right Click Script
- function IE(e)
- {
- if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
- {
- return false;
- }
- }
- function NS(e)
- {
- if (document.layers || (document.getElementById && !document.all))
- {
- if (e.which == "2" || e.which == "3")
- {
- return false;
- }
- }
- }
- document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
- //-->
- </script>
- <meta name="color:Background" content=""/>
- <meta name="color:Text" content=""/>
- <meta name="color:Hover" content=""/>
- <meta name="color:Link" content=""/>
- <meta name="color:Scrollbar" content="#bbccdd"/>
- <meta name="color: bold" content=""/>
- <meta name="color:Border" content=""/>
- <meta name="color:Title color" content=""/>
- <meta name="color: post title" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="if:tiny scrollbar" content="1"/>
- <meta name="if:tiny cursor" content="1"/>
- <meta name="text:link 1" content="http://" />
- <meta name="text:link 1 title" content="" />
- <meta name="text:link 2" content="http://" />
- <meta name="text:link 2 title" content="" />
- <meta name="text:link 3" content="http://" />
- <meta name="text:link 3 title" content="" />
- <meta name="text:link 4" content="http://" />
- <meta name="text:link 4 title" content="" />
- <meta name="text:Blog Title" content="compliance" />
- <meta name="text:Blogtitle fontsize" content="64px" />
- <style type="text/css">
- ::selection { background: #eee; }
- ::-moz-selection { background: #eee; }
- {block:iftinycursor} body, a {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;} a:hover{cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;} {block:iftinycursor}
- {block:iftinyscrollbar}::-webkit-scrollbar {width: 4px; height: 4px; background: {color:Background}; } ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};} {/block:iftinyscrollbar}
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
- {block:ifinfinitescrolling}<script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>{/block:ifinfinitescrolling}
- iframe#tumblr_controls {
- white-space:nowrap; filter: invert(90%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.5}
- .wrapper{
- margin: 0px auto;
- width: 802px;
- }
- .header{
- float: left;
- width: 100%;
- }
- .left{
- float: left;
- margin-right: 20px;
- width: 802px;
- }
- .right{
- float: right;
- width: 200px;
- background-color: {color:Background};
- }
- body {
- font-family: pixel, sans-serif;
- padding: 0px;
- margin: 0px;
- color: {color:text};
- font-size: 12px;
- background-color: {color:Background};
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- }
- a:hover {
- color: {color:Hover};
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- }
- b, strong {
- color: {color: bold};
- font-weight: none;
- }
- p {
- padding-top: 2px;
- }
- blockquote {
- border-left: 3px {color:border} solid;
- padding-left: 5px;
- margin-left: 5px;}
- .entry img {
- opacity: .8;
- -webkit-transition: all 0.1s linear;
- -webkit-transition: all 0.1s linear;
- -moz-transition: all 0.1s linear;
- transition: all 0.1s linear;}
- .entry:hover img { opacity: 0.87;
- -webkit-transition: all 0.1s linear;
- -webkit-transition: all 0.1s linear;
- -moz-transition: all 0.1s linear;
- transition: all 0.1s linear;
- }
- .entry {
- margin: 5px;
- margin-left: 15px;
- padding: 15px;
- float:left;
- border: 0px solid #ddd;
- background-color: #fff;
- font-family: consolas;
- font-size: 10px;
- letter-spacing: 0px;
- line-height:11px;
- overflow: hidden;
- {block:IndexPage}
- width: 230px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 500px;
- margin-left: 0px;
- {/block:PermalinkPage}
- }
- .entry:hover{
- margin:5px;
- float:left;
- letter-spacing: 0px;
- line-height:11px;
- margin-left: 15px;
- {block:IndexPage}
- width:230px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 500px;
- margin-left: 0px;
- {/block:PermalinkPage}
- -webkit-transition: all 0.1s linear;
- -webkit-transition: all 0.1s linear;
- -moz-transition: all 0.1s linear;
- transition: all 0.1s linear;
- }
- @font-face{font-family: 'pixel';src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
- .entry .permalink{
- position:absolute;
- overflow:hidden;
- bottom: 25px;
- margin-left: 10px;
- width: 195px;
- height: auto;
- opacity: 0;
- letter-spacing: 1px;
- background-color: white;
- font-family: consolas;
- text-align: left;
- text-transform: uppercase;
- font-style: none;
- font-size: 8px;
- line-height: 12px;
- padding: 5px;
- text-align: center;
- z-index: 2;
- border-right: 3px solid {color:border};
- border-left: 3px solid {color:border};
- -webkit-transition: all 0.6s linear;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- transition: all 0.6s linear;
- }
- .entry:hover .permalink{
- opacity: .9;
- margin-top: 0px;
- -webkit-transition: all 0.6s linear;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- transition: all 0.6s linear;
- {block:PermalinkPage}
- opacity: 0;
- {/block:PermalinkPage}
- }
- .titulo {
- font-family: raleway;
- font-size: {text:Blogtitle fontsize};
- margin-top: 25px;
- color: {color:Title color};
- text-shadow:
- -1px 0 #fff,
- 0 1px #fff,
- 1px 0 #fff,
- 0 -1px #fff;
- }
- .desc {
- font-family: consolas;
- text-transform: uppercase;
- font-size: 8px;
- padding-top: 22px;
- padding-bottom: 5px;
- width: 450px;
- text-align: left;
- margin-left: 105px;
- overflow: hidden;
- color: {color:text};
- }
- #sidebar{
- position:fixed !important;
- overflow: hidden;
- width: 550px;
- height: 120px;
- margin-top: 0px;
- margin-left: auto;
- background-color: {color:background};
- padding:3px;
- padding-left: -10px;
- text-align: center;
- font-family: consolas;
- font-size: 10px;
- line-height:12px;
- letter-spacing:0px;
- margin-bottom: 5px;
- z-index: 9999;
- -moz-box-shadow: 0px 30px 31px {color:background};
- -webkit-box-shadow: 0px 30px 31px {color:background};
- kl/lu
- }
- #yup {
- margin-left: 50px;
- }
- #yup a {
- font-family: raleway;
- font-size: 14px;
- background:transparent;
- border-bottom: 1px solid #eee;
- display: block;
- padding: 5px;
- text-align: center;
- float: left;
- margin-left: 5px;
- margin-bottom:3px;
- padding-right:5px;
- padding-left: 5px;
- text-transform: none;
- color: #666;
- -webkit-transition-timing-function: ease-in;
- -webkit-transition-duration: 0.3s;
- -moz-transition-timing-function: ease-in;
- -moz-transition-duration: 0.3s;
- }
- #yup a:hover {
- padding-right: 5px;
- opacity:.5;
- -webkit-transition-timing-function: ease-in;
- -webkit-transition-duration: 0.3s;
- -moz-transition-timing-function: ease-in;
- -moz-transition-duration: 0.3s;
- }
- #sidebarimg {
- position:fixed !important;
- padding:0px;
- margin-left: 28px;
- margin-top: 45px;
- font-size: 10px;
- opacity: 1;
- z-index: 999999999;
- -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- line-height:11px;
- background-color: transparent;
- font-family:calibri;
- overflow:hidden;
- text-align:center;}
- #posts {
- width: 600px;
- margin-left: auto;
- margin-top: 155px;
- float:left;
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- .nav {
- overflow: visible;
- margin: 2px 0px 0px 0px;
- width: 108px;
- height: 12px;
- background-color: {color: link bg};
- padding: 1px;
- padding-right: 2px;
- text-align: center;
- font-family: trebuchet ms;
- text-transform: uppercase;
- font-size: 8px;
- line-height:12px;
- letter-spacing:0px;
- border-radius: 15px 15px 0px 0px;
- }
- .lW { float: left; clear: left; height: 15px; }
- ol {
- list-style-type:lower-roman;
- margin-left: 30px;
- padding: 0px;
- }
- div#qTip {display:none; color:{color:text}; text-align:left; position:absolute; z-index:99999999; font-family:calibri; font-size:10px; background: #fff; padding:3px 4px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; line-height:13px; opacity:0.8;}
- .toes{
- overflow: visible;
- background-color: {color: desc bg};
- width: 109px;
- height: auto;
- margin: 2px 0px 0px 0px;
- padding: 1px;
- text-align: center;
- font-size: 10px;
- line-height:12px;
- letter-spacing:0px;
- }
- @font-face { font-family: "speaknow"; src: url('http://static.tumblr.com/uzqv0i9/i9xmek3xd/speak_now_font_by_itsondemi-d30n7bz.ttf'); }
- .title {
- font-family: raleway;
- font-size: 20px;
- color: {color: Post Title};
- padding: 3px;
- line-height:20px;
- }
- q {
- font-family: raleway;
- font-size: 12px;
- text-transform: uppercase;
- }
- .bottom{
- padding:0px;
- padding-top: 3px;
- line-height: 9px;
- text-align: right;
- color:#4b6ca3;
- margin-top:10px;
- border-top: 1px solid #ddd; 0px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; }
- .bottom:hover{
- padding-right: 10px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; }
- .bottom a{
- letter-spacing:2px;
- font-size:6pt;
- padding:5px;
- color:#828282;
- text-transform:uppercase;
- font-weight: none;}
- #side { width: 250px; height: auto; position: fixed; margin: 120px 0px 0px -10px; }
- #nav { background-color: white; width: 150; height: auto; padding: 12px; margin-top: 248px; margin-left: 0px; opacity: 0.5; -webkit-transition-duration: 1.75s; font-family: 'raleway'; font-size: {text:link fontsize}; color: {color:text} }
- #nab a {color: {color: text};}
- #sidebar a { color: {color: text}; }
- #sidebar:hover #nav { opacity: .97; margin-left: 0px; z-index: 999999; }
- #content { background: #f9f6ee; font: 8pt arial; padding: 20px; border: 1px solid #e4e1d8; width: 500px; margin-bottom: 20px; line-height: 20px; }
- .permalinkk {
- display: block;
- padding: 4px;
- margin-top: 5px;
- margin-bottom: -8px;
- margin-right: -7px;
- font-family: lekton;
- font-size: 10px;
- color: #424242;
- line-height: 12px;
- text-align: right;
- text-decoration: none;
- -webkit-transition: color 0.5s ease-out;
- -moz-transition: color 0.5s ease-out;
- border: 0px dotted #dcdcdc;
- }
- {CustomCSS}
- iframe#tumblr_controls { position: fixed! important;
- white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;
- }
- .foot{ background-color: white; border-radius: 8px 8px 0px 0px; border: 1px #ddd solid; padding: 5px; bottom:0px; right: 10px; font-size: 8px; z-index:1; position:fixed; font-family: consolas; text-transform: uppercase; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;transition: all 0.9s ease-out;}
- .foot:hover{bottom: 0px;
- -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;transition: all 0.9s ease-out;}
- </style>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#posts');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
- });
- });
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" http://static.tumblr.com/uhv56tm/F3wm0snls/favicon__5_.ico">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <script type="text/javascript">
- $('body').hide();
- $('body').fadeIn(2000);
- </script>
- <div class="wrapper">
- <div class="header"></div>
- <div id="sidebar">
- <div id="container"><div id="sidebarimg"><center><a title="" href="/"><img src="{image:sidebar}" style="overflow: hidden; border-radius: 50%;" width="64px" height="64px" ></a></center>{/block:ifshowphoto} </div><center></div>
- <div class="titulo">{text:blog title}</div><br>
- <div class="desc">
- {description}
- <div id="yup">
- <a href="{text:link 1}">{text:link 1 title}</a> {text:link seperation}
- <a href="{text:link 2}"> {text:link 2 title}</a> {text:link seperation}
- <a href="{text:link 3}"> {text:link 3 title}</a> {text:link seperation}
- <a href="{text:link 4}">{text:link 4 title}</a>
- <a href="http://urbanclique.tumblr.com/" target="_blank">credit</a>
- </div></div></div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:IndexPage}
- {/block:IndexPage}
- {block:Answer}
- <div style="border-radius: 0px 0px 0px 0px;
- border-right: 2px solid {color:border};
- border-left: 2px solid {color:border};
- background-color: {color:Background};
- margin: 3px;
- margin-left: -2px;
- margin-top: 4px;
- width: 220px;
- overflow: visible;
- padding: 5px;
- background: #eee;
- {block:PermalinkPage}width: 498px;{/block:PermalinkPage}">
- <span style="font-family: raleway; font-size: 13px; text-transform: lowercase;">{Asker}</span>: {Question}<br></div>
- <div style=" font-size: 10px; margin-top: 3px; text-align: left; background-color: #fcfcfc; padding-right: 3px;">
- {Answer} </div>
- <div class="bottom">
- <a href="{Permalink}">{NoteCountWithLabel}</a>  || <a href="{Permalink}">{TimeAgo}</a>
- </div>
- {/block:Answer}
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span> <div class="bottom">
- <a href="{Permalink}">{NoteCountWithLabel}</a>  || <a href="{ReblogURL}" target="_blank">Reblog</a></div>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- <div class="bottom">
- <a href="{Permalink}">{NoteCountWithLabel}</a>  || <a href="{ReblogURL}" target="_blank">Reblog</a></div>
- {block:Link}
- {block:Photo}
- <div class="permalink">
- posted <a href="{Permalink}">{timeago}</a> on {shortmonth} {MonthNumberWithZero} <br>with <a href="{Permalink}"> {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog this post</a> </div>
- {block:IndexPage}{LinkOpenTag}<a href"{Permalink}"><div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="230"/></a></div>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}
- {block:HasTags}
- <br>tagged under: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- {Photoset-200}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-550}</center>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {Quote}</span>
- {block:Source}<strong>{Source}</strong>{/block:Source} <div class="bottom">
- <a href="{Permalink}">{NoteCountWithLabel}</a>  || <a href="{ReblogURL}" target="_blank">Reblog</a></div>
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul> <div class="bottom">
- <a href="{Permalink}">{NoteCountWithLabel}</a>  || <a href="{ReblogURL}" target="_blank">Reblog</a></div>
- {/block:Chat}
- {block:Audio}
- <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
- {block:ExternalAudio}{/block:ExternalAudio}</div></div></center> <div class="bottom">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a> › {/block:Date}{block:NoteCount}<a href="{Permalink}#notes">{NoteCount} Notes</a></a> › {/block:NoteCount}<a href="{ReblogURL}">Reblog</a></div>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-550}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PermalinkPage}
- <center>
- <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"> →</a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">← </a>
- {/block:PreviousPage}
- </div>{/block:Pagination}{/block:IndexPage}</div></body></div></div></html><div class="foot">theme by <a href="http://urbanclique.tumblr.com/">urbanclique</a><br> </div>
Advertisement
Add Comment
Please, Sign In to add comment