Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- ─────────╔╗────────────╔╗
- ─────────║║───────────╔╝╚╗
- ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
- ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
- ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
- ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
- ──────║║
- ──────╚╝
- -->
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.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"></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>
- <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}
- <meta name="color:Background" content="#f6f6f6"/>
- <meta name="color:Post Bg" content="#fff"/>
- <meta name="color:Description" content="#ffffff"/>
- <meta name="color:Sidebar description" content="#888888"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Tooltip bg" content="#000000"/>
- <meta name="color:Tooltip text" content="#ffffff"/>
- <meta name="color:Search box text" content="#ffffff"/>
- <meta name="color:Search box text typing" content="#000"/>
- <meta name="color:Border" content="#888888"/>
- <meta name="color:Text" content="#888888"/>
- <meta name="color:Link" content="#222222"/>
- <meta name="color:Bold" content="#191919"/>
- <meta name="color:Italic" content="#f54349"/>
- <meta name="color:Sidebar bg" content="#fff"/>
- <meta name="color:Sidebar link" content="#ffffff"/>
- <meta name="color:Sidebar link hover" content="#ffffff"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="if:ShackEfect" content="1"/>
- <meta name="if:Wallpaper" content="1"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar image" content="http://i.imgur.com/TAFaAB3.png"/>
- <meta name="image:Wallpaper" content="http://i.imgur.com/aKoe14s.jpg"/>
- <meta name="text:More 1 Name" content="category" />
- <meta name="text:More 2 Name" content="other tags" />
- <meta name="text:More 1" content="amplamente" />
- <meta name="text:More 2" content="amplamente" />
- <meta name="text:link1" content="link 1" />
- <meta name="text:link1url" content="/" />
- <meta name="text:link2" content="link 2" />
- <meta name="text:link2url" content="/" />
- <meta name="text:link3" content="link 3" />
- <meta name="text:link3url" content="/" />
- <meta name="text:link4" content="link 4" />
- <meta name="text:link4url" content="/" />
- <meta name="text:link5" content="link 5" />
- <meta name="text:link5url" content="/" />
- <meta name="text:Facebook Url" content="https://www.facebook.com/Exemplo" />
- <meta name="text:Instagram Url" content="/" />
- <meta name="text:Twitter Url" content="/" />
- <meta name="text:Pinterest Url" content="/" />
- <meta name="text:Tumblr Url" content="/" />
- <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/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- {block:IfShackEfect}
- <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
- {/block:IfShackEfect}
- <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Arapey:400,400italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Cantarell:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- blockquote {
- margin-left:20px;
- padding-left:10px;
- border-left:2px solid{color:text};
- background:transparent;
- }
- .sform input {
- font-family:cantarell;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:2px;
- font-weight:bold;
- color:{color:search box text};
- text-align:center;
- background:{color:sidebar bg};
- border:0px;
- padding:7px;
- }
- ::-webkit-input-placeholder { color: {color:search box text}; }
- :-moz-placeholder { color: {color:search box text}; }
- ::-moz-placeholder { color: {color:search box text}; }
- :-ms-input-placeholder { color: {color:search box text}; }
- .sbox {
- border-radius:2px;
- margin-left:0px;
- margin-top:0px;
- margin-bottom:10px;
- width:190px;
- float:center;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .sbox:hover {
- color:{color:search box text typing};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #tags {
- width:200px;
- height:auto;
- left:180px;
- top:450px;
- text-align:center;
- background:{color:post bg};
- padding:10px;
- }
- #tags img {
- padding:3px;
- width:33px;
- float:left;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- -webkit-filter: grayscale(0);
- }
- #tags img:hover {
- -webkit-filter: grayscale(0.7);
- border-radius:100%;
- transition:All .5s ease;
- -o-transition:All .5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #sidepam {
- position:fixed;
- width:350px;
- height:auto;
- left:100px;
- top:200px;
- text-align:center;
- background:{color:post bg};
- padding:0px;
- border-top-left-radius:10px;
- border-top-right-radius:10px;
- }
- #sidepam img {
- border-top-left-radius:10px;
- border-top-right-radius:10px;
- width:350px;
- float:center;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- -webkit-filter: grayscale(0);
- }
- #sidepam img:hover {
- -webkit-filter: grayscale(0.7);
- transition:All .5s ease;
- -o-transition:All .5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #question {padding:0px; margin-bottom:5px;}
- #asker_portrait img{margin-top:-20px; position:relative; float:center; border-radius:10px; margin-left:-10px; padding:4px; background:{color:sidebar link} }
- #asker {font-weight:normal; font-family:montserrat; text-transform:uppercase; font-style:normal; }
- #asker a {color:#000; text-align:center; font-size:12px;}
- #asker a:hover {color:#ccc;}
- #asked_question {
- color:#999;
- background-color:{color:sidebar link};
- padding:10px;
- width:100%;
- font-weight:bold;
- font-style:italic;
- font-family:poiret one;
- padding-top:20px;
- margin-top:20px;
- min-height:20px;
- max-width:400px;
- margin-left:5px;
- padding-left:50px;
- padding-right:50px;
- }
- #answer {
- font-weight:bold;
- font-family:poiret one;
- color:#999;
- padding:2px 10px;
- background:{color:sidebar link hover};
- margin-left:5px;
- }
- #s-m-t-tooltip {
- font-weight:bold;
- max-width:300px;
- padding:8px;
- margin:15px 20px;
- background-color: {color:tooltip bg};
- font-family: poiret one;
- font-size:12px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:tooltip text};
- z-index:9999999;
- }
- ul {
- list-style-image: url('https://36.media.tumblr.com/42d55f9956e3e8c0dfb590b504f4939d/tumblr_inline_nvag3cwzpq1rj4inb_540.png');
- }
- #top2 {
- font-weight:bold;
- height:45px;
- width:100%;
- letter-spacing: 1px;
- right:0px;
- top:0px;
- font-size:12px;
- position:fixed;
- background:{color:sidebar bg};
- z-index:2;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #top2:hover{
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- }
- b { color: {color:bold}; !important; }
- i { color: {color:italic} ;!important; }
- u { border-bottom: 2px solid {color:link}; text-decoration:none;}
- #social{
- background:transparent;
- margin-left:0px;
- margin-top:0px;
- width:100%;
- text-align:center;
- }
- #social a {
- text-shadow:none;
- padding:8px;
- padding-left:11px;
- padding-right:11px;
- font-size:13px;
- border-radius:2px;
- margin-left:5px;
- display:inline-block;
- background:{color:sidebar bg};
- color:{color:sidebar link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #social a:hover {
- border-radius:0px;
- text-shadow:none;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #calado{
- position:fixed;
- z-index:4;
- background:transparent;
- margin-left:auto;
- margin-right:auto;
- margin-top:15.5px;
- width:100%;
- text-align:center;
- }
- #calado a {
- text-shadow:none;
- padding:5px;
- font-size:11.5px;
- font-weight:normal;
- margin-left:5px;
- text-transform:uppercase;
- font-family: cantarell;
- display:inline-block;
- text-align:center;
- border-bottom:3px solid transparent;
- color:{color:sidebar link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #calado a:hover {
- text-shadow:none;
- border-bottom:3px solid;
- color: {color:sidebar link hover};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- iframe#tumblr_controls {
- white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
- }
- #tumblr_controls{
- position:fixed !important;
- -webkit-filter: invert(100%)
- }
- h1 {
- font-size:35px;
- color:{color:bold};
- font-family:allura;
- text-align:center;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- h1:hover {
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .description {
- padding:10px;
- margin-top:10px;
- float:center;
- margin-bottom:10px;
- margin-left:auto;
- margin-right:auto;
- text-transform:uppercase;
- width:70%;
- background:transparent;
- font-size:11px;
- font-family: 'calibri', ;
- text-align:justify;
- color:{color:description};
- border-top:1px solid {color:tile 2};
- border-bottom:1px solid {color:tile 2};
- }
- .optional {
- padding:10px;
- margin-top:10px;
- float:center;
- margin-bottom:10px;
- margin-left:auto;
- margin-right:auto;
- text-transform:uppercase;
- width:70%;
- background:transparent;
- font-size:11px;
- font-family: 'calibri', ;
- text-align:justify;
- color:{color:sidebar description};
- }
- .date {
- font-family:baumans;
- line-height:20px;
- margin-top:0px;
- margin-left:10px;
- padding:5px;
- float:right;
- text-align:right;
- background-color:transparent;
- font-size:12px;
- color:gray;
- font-weight:bold;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .date a{color:#999; text-shadow:none;}
- .date a:hover {border-bottom:none; cursor:help; text-shadow:none; color:{color:link hover}; }
- .reblog {
- margin-top:2px;
- margin-left:10px;
- float:left;
- background-color:transparent;
- padding:5px;
- font-size:12px;
- color:gray;
- font-weight:bold;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .likie {
- margin-top:2px;
- margin-left:10px;
- float:left;
- background-color:transparent;
- padding:5px;
- padding-bottom:3px;
- font-size:15px;
- color:#000;
- font-weight:bold;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .reblog a{color:{color:post bg};}
- .popup_block{
- width:300px;
- display:none;
- background:transparent;
- padding:20px;
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:{color:sidebar bg};
- opacity:0.9;
- }
- a{
- color:{color:Link};
- text-decoration:none;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- text-shadow:10px 0px transparent, -10px 0px transparent;
- }
- a:hover{
- text-shadow:0px 0px {color:link}, 0px 0px {color:link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- body{
- overflow-x:hidden;
- cursor:crosshair;
- color:{color:Text};
- font-family: 'Cantarell', sans-serif;
- font-size:13px;
- background: {color:background} url("{image:background}") fixed;
- }
- h2 {text-align:center; text-transform:none;}
- #post{
- {block:IFWallpaper}
- margin-top:100px;
- {/block:IFWallpaper}
- {block:IFNotWallpaper}
- margin-top:20px;
- {/block:IFNotWallpaper}
- padding-top:0px;
- width:600px;
- margin-left:600px;
- background-color:transparent;
- padding:5px;
- }
- .entry{
- border:1px solid {color:border};
- padding:20px;
- background:{color:post bg};
- width:505px;
- height:auto;
- float:right;
- margin:100px;
- {block:PermalinkPage}
- width:500px;
- height:auto;
- {/block:PermalinkPage}
- -webkit-animation: tada 2s;
- -moz-animation: tada 2s;
- -ms-animation: tada 2s;
- -webkit-transition: 1s ease-in-out;
- -moz-transition: 1s ease-in-out;
- -o-transition: 1s ease-in-out;
- }
- .entry:hover {
- {block:IfZoomOnPosts}
- -webkit-transform: scale(1.3);
- -moz-transform: scale(1.3);
- -o-transform: scale(1.3) ;
- -ms-transform: scale(1.3);
- transform: scale(1.3) ;
- {/block:IfZoomOnPosts}
- -webkit-transition: 1s ease-in-out;
- -moz-transition: 1s ease-in-out;
- -o-transition: 1s ease-in-out;
- {block:IfZoomOnPosts}
- z-index: 9999999999999999999;
- {/block:IfZoomOnPosts}
- }
- .entry img{
- float:right;
- margin:2px;
- margin-top:5px;
- margin-bottom:10px;
- }
- .entry .perm{
- text-transform:uppercase;
- background:{color:post bg};
- padding:5px;
- text-align:left;
- margin-top:25px;
- margin-left:-21px;
- width:535px;
- height:30px;
- position:absolute;
- opacity:0.0;
- font-family: inconsolata;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .entry:hover .perm{
- height:auto;
- opacity:1;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- ::-moz-selection { background: {color:text}; color: {color:background}; }
- ::selection { background: {color:text}; color: {color:background}; }
- .pagination {
- display: none;
- }
- ::-webkit-scrollbar {height:5px; width:6px;}
- ::-webkit-scrollbar-track-piece {
- background-color:{color:sidebar bg};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- }
- #notas {
- margin-top:10px;
- width:100%;
- height:200px;
- overflow-y:auto;
- background:transparent;
- }
- .notes img {
- width: 0px;
- height:0px;
- border-radius:100%;
- float:left;
- border-right:10px solid transparent;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;}
- ol.notes, .notes li {
- height:20px;
- width: 100%;
- margin-top: 5px;
- margin-left:0px;
- padding-left: 0px}
- .notes li:hover img {
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;}
- #uou {
- padding:20px;
- top:60px;
- left:950px;
- position:fixed;
- margin-bottom:10px;
- padding:2px:
- width:300px!important;
- height:auto;
- background:#fff;
- font-size:10px;
- font-family: 'calibri', ;
- text-transform:uppercase;
- text-align:center;
- color:{color:text};
- }
- h4 {
- font-weight:bold;
- font-size:20px;
- text-transform:none;
- text-align:center;
- Font-family:allura;
- color:{color:sidebar link};
- }
- #sidebar {
- width:100%;
- float:center;
- height:1100px;
- margin-bottom:50px;
- background: {color:sidebar bg} url("{image:Wallpaper}") fixed;
- background-position:top , left;
- margin-left:-10px;
- margin-top:-10px;
- text-align:Center;
- z-index:1;
- padding:10px;
- position:relative;
- }
- #cozir {
- margin-left:auto;
- margin-right:auto;
- float:center;
- text-transform:uppercase;
- font-size:11px;
- font-weight:bold;
- text-align:center;
- font-family:poiret one;
- }
- #cozir a{
- text-shadow: none;
- color:{color:sidebar link};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #onda {
- top:50%;
- margin-top:280px;
- margin-left:auto;
- margin-right:auto;
- float:center;
- width:350px;
- text-transform:uppercase;
- font-size:30px;
- font-family:poiret one;
- background-color:rgba(225,225,225,0.5);
- padding:20px;
- }
- #onda a{
- text-shadow: none;
- color:{color:title};
- font-weight:bold;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #onda a:hover {
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- text-shadow:none;
- }
- #poxa {
- margin-top:50px;
- margin-left:0px;
- text-align:center;
- margin-bottom:15px;
- }
- #poxa a {
- padding:10px;
- font-size:10px;
- text-align:center;
- margin-left:3px;
- width:300px;
- margin-bottom:7px;
- font-family:montserrat;
- text-transform:uppercase;
- display:inline-block;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- text-decoration:none;
- text-shadow:none;
- }
- #poxa a:hover {
- text-shadow:none;
- letter-spacing:5px;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;}
- #poxa a:nth-child(5n+1){background:{color:sidebar link}; color:#000;}
- #poxa a:nth-child(5n+2){background:{color:sidebar link hover}; color:#fff;}
- #poxa a:nth-child(5n+3){background:{color:sidebar link}; color:#000;}
- #poxa a:nth-child(5n+4){background:{color:sidebar link hover}; color:#fff;}
- #poxa a:nth-child(5n+5){background:{color:sidebar link}; color:#000;}
- #poxa a:hover nth-child(5n+1){color:#fff;}
- #poxa a:hover nth-child(5n+2){color:#000;}
- #poxa a:hover nth-child(5n+3){color:#fff;}
- #poxa a:hover nth-child(5n+4){color:#000;}
- #poxa a:hover nth-child(5n+5){color:#fff;}
- #cara1 {
- top:0px;
- left:0px;
- position:fixed;
- width:30px;
- height:100%;
- background:{color:sidebar bg};
- z-index:5;
- }
- #cara2 {
- left:0px;
- bottom:0px;
- position:fixed;
- width:100%;
- height:30px;
- background:{color:sidebar bg};
- z-index:5;
- }
- #cara3 {
- top:0px;
- right:0px;
- position:fixed;
- width:23px;
- height:100%;
- background:{color:sidebar bg};
- z-index:5;
- }
- .tags {
- text-align:center;
- padding:2px;
- font-family:cantarell;
- font-size:9px;
- font-weight:bold;
- width:500px;
- background:transparent;
- float:center;
- margin-top:20px;
- margin-bottom:10px;
- margin-left:15px;
- }
- .tags a{
- padding:2px;
- margin-left:4px;
- color:{color:post bg};
- background:#999;
- }
- .tags a:hover {
- background:transparent;
- color:#999;
- }
- #top1 { position:fixed; font-weight:bold; width:auto; height:auto; letter-spacing: 1px; right:30px; bottom:20px; padding:8px; font-size:10px; text-transform:uppercase; font-family:montserrat; line-height:14px; text-align:right; z-index:99; border:2px solid; color:{color:header link};background: {color:link}; text-shadow:1px 1px #141414;}#top1:hover { background:purple; }#top1 a{color:#000;}#top1 a:hover {color:#5acdb3; }
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- </head>
- <body>
- {block:IFWallpaper}
- <div id="sidebar">
- <div id="onda">
- <a href="/">{Title}</a>
- <div class="description">{Description}</div>
- <a id="cozir" href="#post">go to posts</a>
- </div>
- </div>
- {/block:IFWallpaper}
- <div id="sidepam">
- <img src="{image:Sidebar image}">
- <div class="optional">{description}</div>
- <div id="social">
- <a href="{text:Facebook Url}" target="_blank" title="facebook"><li class="fa fa-facebook"></li>
- </a>
- <a href="{text:Instagram Url}" target="_blank" title="instagram"><li class="fa fa-instagram"></li>
- </a>
- <a href="{text:Twitter Url}" target="_blank" title="twitter"><li class="fa fa-twitter"></li></a>
- <a href="{text:Pinterest Url}" target="_blank" title="pinterest">
- <li class="fa fa-pinterest"></li>
- </a>
- <a href="{text:Tumblr Url}" target="_blank" title="tumblr"><li class="fa fa-tumblr"></li></a>
- </div>
- <div id="tags"></div>
- <form action="/search" method="get" class="sform" name="form">
- <input type="text" name="q" value="{SearchQuery}" class="sbox" placeholder="search here"/></form>
- </div>
- <div id="top2">
- <div id="calado">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" style='color:{color:sidebar link hover};'><li class="fa fa-angle-double-left"></li> previous</a>{/block:PreviousPage}{/block:Pagination}
- <a href="{text:link1url}">{text:link1}</a>
- <a href="{text:link2url}">{text:link2}</a>
- <a href="{text:link3url}">{text:link3}</a>
- <a href="{text:link4url}">{text:link4}</a>
- <a href="{text:link5url}">{text:link5}</a>
- <a href="#?w=300" rel="box1" class="poplight">{text:more 1 name}</a>
- <a href="#?w=300" rel="box2" class="poplight">{text:more 2 name}</a>
- {block:Pagination}{block:NextPage}
- <a href="{NextPage}" id="next" style='color:{color:sidebar link hover};'>next
- <li class="fa fa-angle-double-right"></li>
- </a>{/block:NextPage}{/block:Pagination}
- {/block:Pagination}
- </div></div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}
- {Body}
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="15"}</div>
- <div class="likie" >{LikeButton color="gray" size="15"}</div>
- <div class="date"><a href="{Permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalinkpage}">{NoteCountWithLabel}</a>
- </div>
- <div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Text}
- {block:Photo}
- <a href="{permalink}" ><img src="{PhotoURL-500}" width="500"/></a>
- {block:Caption}
- {Caption}
- {/block:Caption}
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="15"}</div>
- <div class="likie" >{LikeButton color="gray" size="15"}</div>
- <div class="date"><a href="{Permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalinkpage}">{NoteCountWithLabel}</a>
- </div>
- <div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="15"}</div>
- <div class="likie" >{LikeButton color="gray" size="15"}</div>
- <div class="date"><a href="{Permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalinkpage}">{NoteCountWithLabel}</a>
- </div>
- <div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div>
- {block:Caption}
- {Caption}
- {/block:Caption}
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="15"}</div>
- <div class="likie" >{LikeButton color="gray" size="15"}</div>
- <div class="date"><a href="{Permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalinkpage}">{NoteCountWithLabel}</a>
- </div>
- <div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Quote}
- {block:Video}
- {Video-500}
- <br>
- {PlayCountWithLabel}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="15"}</div>
- <div class="likie" >{LikeButton color="gray" size="15"}</div>
- <div class="date"><a href="{Permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalinkpage}">{NoteCountWithLabel}</a>
- </div>
- <div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Video}
- {block:Link}
- <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="15"}</div>
- <div class="likie" >{LikeButton color="gray" size="15"}</div>
- <div class="date"><a href="{Permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalinkpage}">{NoteCountWithLabel}</a>
- </div>
- <div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br><b>{Label}</b>
- {/block:Label}
- {Line}
- {/block:Lines}
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="15"}</div>
- <div class="likie" >{LikeButton color="gray" size="15"}</div>
- <div class="date"><a href="{Permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalinkpage}">{NoteCountWithLabel}</a>
- </div>
- <div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Chat}
- {block:Audio}
- {AudioPlayerGrey}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- {block:Caption}{Caption}{/block:Caption}
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="15"}</div>
- <div class="likie" >{LikeButton color="gray" size="15"}</div>
- <div class="date"><a href="{Permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalinkpage}">{NoteCountWithLabel}</a>
- </div>
- <div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Audio}
- {block:Answer}
- <div id="question">
- <center><div id="asker_portrait"><img src="{AskerPortraitURL-40}"></div></center>
- <div id="asked_question"><span id="asker">{Asker}</span>:<br>{Question}</div>
- </div>
- <div id="answer">
- {Answer}
- </div>
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="15"}</div>
- <div class="likie" >{LikeButton color="gray" size="15"}</div>
- <div class="date"><a href="{Permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalinkpage}">{NoteCountWithLabel}</a>
- </div>
- <div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- <br>
- <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
- <Br>
- {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}
- <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- <div id="box1" class="popup_block">
- <div id="poxa">
- {text:more 1}
- </div></div>
- <div id="box2" class="popup_block">
- <div id="poxa">
- {text:more 2}
- </div></div>
- <div id="top1">
- <a href="http://amplamente.tumblr.com/" title="tema feito por amplamente">am</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement