Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- ─────────╔╗────────────╔╗
- ─────────║║───────────╔╝╚╗
- ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
- ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
- ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
- ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
- ──────║║
- ──────╚╝
- Theme made by: Amplamente.tumblr.com
- --->
- <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'); var popURL = $(this).attr('href');var query= popURL.split('?');var dim= query[1].split('&');var popWidth = dim[0].split('=')[1];$('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><li style="font-size:20px; margin-bottom:10px;" class="fa fa-times"></li></a>');var popMargTop = ($('#' + popID).height() + 80) / 2;var popMargLeft = ($('#' + popID).width() + 80) / 2;$('#' + popID).css({'margin-top' : -popMargTop,'margin-left' : -popMargLeft});$('body').append('<div id="fade"></div>');$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();return false;});$('a.close, #fade').live('click', function() {$('#fade , .popup_block').fadeOut(function() {$('#fade, a.close').remove();});return false;});});</script>
- <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>
- <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:Tooltip bg" content="#141414"/>
- <meta name="color:Tooltip text" content="#fff"/>
- <meta name="color:Post bg" content="#ffffff"/>
- <meta name="color:Borders" content="#eeeeee"/>
- <meta name="color:Link" content="#ffb1cc"/>
- <meta name="color:Link Hover" content="#fe4281"/>
- <meta name="color:Text" content="#999"/>
- <meta name="color:Bold" content="#141414"/>
- <meta name="color:Italic" content="#ffb1cc"/>
- <meta name="color:Search box text" content="#999"/>
- <meta name="color:Search box text typing" content="#666666"/>
- <meta name="color:Header bg" content="#ffffff"/>
- <meta name="color:Header link" content="#999"/>
- <meta name="color:Header link hover" content="#bbe4d0"/>
- <meta name="color:Title" content="#222222"/>
- <meta name="color:Description" content="#999"/>
- <meta name="color:Scrollbar" content="#141414"/>
- <meta name="color:Question" content="#bbe4d0"/>
- <meta name="color:Question link" content="#141414"/>
- <meta name="color:Answer" content="#ffffff"/>
- <meta name="select:Columns" content="560px" title="One"/>
- <meta name="select:Columns" content="1140px" title="Two"/>
- <meta name="if:InfiniteScroll" content="0"/>
- <meta name="if:Caption" content="0"/>
- <meta name="image:Background" content=""/>
- <meta name="text:Hits" content="1/5" />
- <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="/" />
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700,700italic' 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=Lovers+Quarrel' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,500italic,400italic,700italic,700,900,900italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- b { color: {color:bold}; !important; }
- i { color: {color:italic} ;!important; }
- u { border-bottom: 1px dotted; text-decoration:none;}
- #s-m-t-tooltip{
- max-width:300px;
- padding:10px;
- padding-top:7px;
- padding-bottom:7px;
- margin:20px 0px 0px 20px;
- background-color: {color:tooltip bg};
- font-family:calibri;
- font-size:8.5px;
- text-transform:uppercase;
- color:{color:tooltip text};
- letter-spacing:1px;
- opacity:1;
- z-index:9999999999999999999;
- }
- #s-m-t-tooltip:before{
- position: absolute;
- left: -10px;
- top: -4px;
- width: 0px;
- content:"";
- transform: scale(1.7, .3);
- -webkit-transform: scale(1.7, .3);
- -moz-transform: scale(1.7, .3);
- -o-transform: scale(1.7, .3);
- -ms-transform: scale(1.7, .3);
- height: 0px;
- border-right: 4px solid {color:tooltip bg};
- border-bottom: 17px solid transparent;
- border-left: 4px solid transparent;
- border-top: 17px solid transparent;
- }
- #box {
- background-color: transparent;
- border: 1px solid transparent;
- height: 27px;
- float:right;
- margin-top:10px;
- margin-right:10px;
- width:175px;
- z-index: 9999999;
- }
- .color:hover {
- opacity: 1;
- transition: opacity .25s ease-in-out;
- -moz-transition: opacity .25s ease-in-out;
- -webkit-transition: opacity .25s ease-in-out;
- border: 1px solid #bbbbbb;
- }
- .one { /* color one, set to pink */
- width: 15px;
- height: 15px;
- position: relative;
- display: inline-block;
- margin-left: 7px;
- margin-right: 7px;
- margin-top: 5px;
- border-radius:100%;
- background-color: #ff66ff; /* pink color of the first box */
- border: 1px solid #eeeeee;
- opacity: .7;
- }
- .two { /* color two, set to orange */
- width: 15px;
- height: 15px;
- position: relative;
- display: inline-block;
- margin-right: 7px;
- margin-top: 5px;
- border-radius:100%;
- background-color: #ff6600; /* orange color of the second box */
- border: 1px solid #eeeeee;
- opacity: .7;
- }
- .three { /* color three, set to yellow */
- width: 15px;
- height: 15px;
- position: relative;
- display: inline-block;
- margin-right: 7px;
- margin-top: 5px;
- border-radius:100%;
- background-color: #ffff00; /* yellow color of the third box */
- border: 1px solid #eeeeee;
- opacity: .7;
- }
- .four { /* color four, set to green */
- width: 15px;
- height: 15px;
- position: relative;
- display: inline-block;
- margin-right: 7px;
- margin-top: 5px;
- border-radius:100%;
- background-color: #33cc33; /* green color of the fourth box */
- border: 1px solid #eeeeee;
- opacity: .7;
- }
- .five { /* color five, set to blue */
- width: 15px;
- height: 15px;
- position: relative;
- display: inline-block;
- margin-right: 7px;
- margin-top: 5px;
- border-radius:100%;
- background-color: #3399ff; /* blue color of the fifth box */
- border: 1px solid #eeeeee;
- opacity: .7;
- }
- .six { /* color six, set to purple */
- width: 15px;
- height: 15px;
- position: relative;
- display: inline-block;
- margin-right: 7px;
- margin-top: 5px;
- border-radius:100%;
- background-color: #6600cc; /* purple color of the sixth box */
- border: 1px solid #eeeeee;
- opacity: .7;
- }
- .seven { /* color seven, set to white */
- width: 15px;
- height: 15px;
- position: relative;
- display: inline-block;
- margin-right: 7px;
- margin-top: 5px;
- border-radius:100%;
- background-color: #ffffff; /* white color of the seventh box */
- border: 1px solid #dfdfdf;
- opacity: .7;
- }
- a[tooltip]:hover:after {
- content: attr(tooltip);
- padding: 5px;
- font-size: 10px;
- color: #bbbbbb;
- font-style: italic;
- position: absolute;
- left: 50%;
- top: 220%;
- white-space: nowrap;
- z-index: 9999;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-shadow: 0px 0px 2px #c0c1c2;
- -webkit-box-shadow: 0px 0px 2px #c0c1c2;
- box-shadow: 0px 0px 2px #c0c1c2;
- background-color: #ffffff;
- }
- #top1 { position:fixed; width:auto; height:auto; letter-spacing: 1px; right:10px; bottom:50px; padding:8px; font-size:30px; font-family:Lovers Quarrel; line-height:14px; text-align:right; z-index:99;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- text-shadow:none;
- }
- #top1:hover {
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- -moz-transform: scale(1.5);
- -webkit-transform: scale(1.5);
- -o-transform: scale(1.5);
- -ms-transform: scale(1.5);
- transform: scale(1.5);
- text-shadow:none;
- }
- #top2 {
- height:auto;
- width:auto;
- letter-spacing:1px;
- margin-bottom:50px;
- margin-left:950px;
- font-size:10px;
- text-transform:uppercase;
- text-align:center;
- float:center;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #top2 a{margin-left:4px; {color:header link};
- padding:7px; background:#fff; border:1px solid {color:borders}; border-top: 1px solid transparent;
- border-bottom:2px solid {color:borders}; border-radius:100%;
- }
- #top2:hover{
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- }
- ol, ul {padding:0px;list-style-type:none; text-align:left !important;}
- ul li {position:relative;padding-left:20px; text-align:left !important;}
- ul li:before {
- text-align:left !important;
- content:'';
- position:absolute;
- display:block;
- top:8px;
- left:0px;
- width:10px;
- height:1px;
- background:{color:link};
- }
- #navigation {
- z-index:4;
- background:transparent;
- float:left;
- margin-left:10px;
- margin-top:6px;
- width:700px;
- padding:5px;
- }
- #navigation a {
- text-shadow:none;
- margin-left:10px;
- padding:3px;
- font-size:11px;
- display:inline-block;
- text-align:left;
- background-color:transparent;
- color:{color:header link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #navigation a:hover {
- color:{color:header 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 {top:55px; black-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{top:55px; position:fixed !important;-webkit-filter: invert(100%)}
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {opacity:0.2; top:55px;}
- .date {
- font-family:montserrat;
- line-height:0px;
- margin-top:15px;
- padding:5px;
- float:right;
- text-align:right;
- width:auto;
- background-color:transparent;
- text-transform:uppercase;
- font-size:9.5px;
- color:gray;
- {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}; }
- .reblog {
- margin-top:4px;
- margin-left:180px;
- float:left;
- background-color:transparent;
- padding:5px;
- font-size:12px;
- color:gray;
- font-weight:bold;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .likie {
- margin-top:3px;
- margin-left:5px;
- float:left;
- background-color:transparent;
- padding:5px;
- padding-bottom:3px;
- font-size:12px;
- color:#999;
- text-transform:uppercase;
- font-family:montserrat;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .likie a{ color:#999;}
- .popup_block{
- display:none;
- background:transparent;
- padding:30px;
- width:500px;
- float:left;
- color:#141414;
- position:fixed;
- top:50%;left:50%;
- z-index: 9999999;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:999999;
- background:#fff;
- opacity:1;
- }
- 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;
- }
- a:hover{
- color:{color:Link Hover};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #top3 {
- height:52px;
- width:100%;
- position:fixed;
- z-index:1;
- left:0px;
- top:0px;
- border-bottom:1px solid {color:borders};
- background:{color:header bg};
- }
- h1 {
- font-size:22px;
- text-align:center;
- text-transform:none;
- margin-top:20px;
- margin-bottom:-10px;
- padding-bottom:0px;
- font-weight:normal;
- }
- body{
- cursor:crosshair;
- color:{color:Text};
- font-family:roboto;
- text-align:left !important;
- font-size:11px;
- opacity:1;
- background: {color:background} url("{image:background}") fixed;
- }
- #post{
- margin-top:100px;
- width:{select:columns};
- margin-left:auto;
- margin-right:auto;
- float:center;
- background-color:transparent;
- text-align:left !important;
- padding:0px;
- }
- .entry{
- text-align:left !important;
- background-color: {color:post bg};
- width:400px;
- float:center;
- opacity:1;
- color:{color:Text};
- margin:80px;
- border:1px solid {color:borders};
- }
- .entry img{
- max-width:400px;
- height:auto;
- }
- .entry .perm{
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- background:{color:post bg};
- border-bottom:1px solid transparent;
- border:1px solid {color:borders};
- padding:5px;
- margin-top:-40px;
- width:390px;
- margin-left:-1px;
- border-top-left-radius:5px;
- border-top-right-radius:5px;
- height:35px;
- position:absolute;
- opacity:1;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .entry:hover .perm{
- opacity:1;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- #notas {
- margin-top:10px;
- width:95%;
- height:200px;
- overflow-y:auto;
- border-radius:5px;
- padding:10px;
- font-family:calibri;
- margin-left:auto;
- margin-right:auto;
- float:center;
- }
- .notes img {
- width: 0px;
- height:0px;
- border-radius:100%;
- float:left;
- list-style:none;
- 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 {
- list-style:none;
- height:20px;
- width: 100%;
- margin-top: 5px;
- margin-left:0px;
- padding-left: 0px}
- .notes li:hover img {
- list-style:none;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;}
- #notas::-webkit-scrollbar-track-piece {
- background-color:{color:post bg};
- }
- ::-moz-selection { background: {color:text}; color: {color:background}; }
- ::selection { background: {color:text}; color: {color:background}; }
- .pagination {
- display: none;
- }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; margin-right:5px;}
- ::-webkit-scrollbar { height:5px; width: 3px;}
- ::-webkit-scrollbar-track { background-color:{color:link}; -moz-box-shadow: inset 0 0 0 1px {color:background}; -webkit-box-shadow: inset 0 0 0 1px {color:background}; box-shadow: inset 0 0 0px 1px {color:background}; }
- blockquote {
- margin-left:20px;
- padding-left:10px;
- border-left:2px solid{color:link};
- }
- #question {padding:0px; margin-bottom:5px;}
- #asker_portrait img{
- border-top-left-radius:20px;
- border-top-right-radius:20px;
- border-bottom-right-radius:20px;
- max-width:40px;
- margin-top:-25px;
- position:relative;
- float:center;
- margin-right:20px;
- padding:4px;
- background:{color:question};
- {block:permalinkpage} margin-right:220px; {/block:permalinkpage}
- }
- #asker {font-weight:normal; text-transform:uppercase; font-style:normal; }
- #asker a {color:{color:question link}; text-align:center; font-size:12px;}
- #asked_question {
- background-color:{color:question};
- padding:10px;
- font-style:italic;
- padding-top:20px;
- margin-top:30px;
- min-height:20px;
- text-align:center;
- font-size:12px;
- border-radius:5px;
- {block:permalinkpage}
- max-width:390px;
- width:390px;
- {/block:permalinkpage}
- margin-left:5px;
- padding-left:50px;
- padding-right:50px;
- }
- #answer {
- border-radius:5px;
- background:{color:answer};
- padding:2px 10px;
- margin-left:5px;
- margin-top:10px;
- margin-bottom:5px;
- font-size:12px;
- }
- .asktri {
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 18px 17.5px 0 17.5px;
- border-color: {color:question} transparent transparent transparent;
- float:center;
- margin-top:-5px;
- margin-left:110px;
- }
- .audioicon {}
- .audioplay {width:28px; margin-top:3px; overflow:hidden;}
- .player { width:28px; padding:6px 10px;display:inline-block;}
- .audiodesc {display:inline-block; vertical-align:top; height:46px; line-height:46px; margin-left:14px;}
- .si {
- float:left;
- width:24px;
- border-radius:3px;
- margin-top:5px;
- margin-left:5px;
- z-index:0;
- position:relative;
- }
- .si img{
- z-index:0;
- position:relative;
- float:left;
- width:24px;
- }
- .sit {
- float:left;
- margin-left:10px;
- text-transform:uppercase;
- margin-top:11px;
- font-size:10px;
- }
- .sit a{color:#999;}
- .sp {
- height:1px;
- background:{color:borders};
- width:400px;
- float:center;
- margin-left:-1px;
- margin-top:0px;
- }
- .tags {
- text-align:center;
- font-size:10px;
- width:300px;
- margin-left:auto;
- margin-right:auto;
- height:auto;
- background:transparent;
- text-transform:uppercase;
- float:center;
- padding:10px;
- margin-top:10px;
- margin-bottom:0px;
- font-size:7.5px;
- }
- .tags a{
- margin-left:4px;
- background:transparent;
- text-transform:uppercase;
- color:#999;
- -webkit-transition: all 3s ease-in-out;
- -moz-transition: all 3s ease-in-out;
- -ms-transition: all 3s ease-in-out;
- -o-transition: all 3s ease-in-out;
- transition: all 3s ease-in-out;
- }
- .tags a:hover {
- font-style:italic;
- -webkit-transition: all 3s ease-in-out;
- -moz-transition: all 3s ease-in-out;
- -ms-transition: all 3s ease-in-out;
- -o-transition: all 3s ease-in-out;
- transition: all 3s ease-in-out;
- }
- #copyr {
- background:{color:header bg};
- border-top:1px solid {color:borders};
- padding:10px;
- height:20px;
- width:100%;
- position:fixed;
- bottom:0px;
- left:0px;
- z-index:9;
- text-align:center;
- }
- #meio {
- margin-top:3px;
- width:200px;
- background:transparent;
- float:center;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- }
- .sform input {
- font-size:10px;
- color:{color:borders};
- text-align:left;
- float:left;
- background:transparent;
- border:0px;
- padding:5px;
- letter-spacing:2px;
- background:transparent;
- }
- ::-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 {
- margin-left:5px;
- margin-top:0px;
- width:150px;
- float:left;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .sbox:hover {
- background:#eee;
- 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;
- }
- .go {
- background:transparent;
- padding-right:5px;
- border-right:1px solid {color:borders};
- color:#999;
- height:15px;
- width:15px;
- float:left;
- text-align:left;
- margin-top:3px;
- margin-left:20px;
- }
- #lado {
- margin-top:-13px;
- height:10px;
- width:150px;
- background:transparent;
- float:right;
- margin-right:30px;
- text-align:right;
- }
- #plantes {
- margin-top:-18px;
- margin-left:-1px;
- border-left:1px solid {color:borders};
- border-right:1px solid {color:borders};
- width:370px;
- text-align:left;
- padding-top:10px;
- padding-bottom:10px;
- padding:15px;
- background:transparent;
- }
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
- src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#post');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.entry',
- });
- });
- $container.infinitescroll({
- itemSelector : ".entry",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- </head>
- <body>
- <div id="top3">
- <div id="navigation">
- <a href="/" style="color:{color:title}; text-transform:uppercase; font-size:19px;">{Title}</a>
- <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>
- </div>
- <div id="box">
- <a href="/tagged/pink" class="color one" tooltip="pink">
- <a href="/tagged/orange" class="color two" tooltip="orange">
- <a href="/tagged/yellow" class="color three" tooltip="yellow">
- <a href="/tagged/green" class="color four" tooltip="green">
- <a href="/tagged/blue" class="color five" tooltip="blue">
- <a href="/tagged/purple" class="color six" tooltip="purple">
- <a href="/tagged/white" class="color seven" tooltip="white">
- </a>
- </div></div>
- <div id="copyr">
- <div class="go"><li class="fa fa-search"></li></div>
- <form action="/search" method="get" class="sform" name="form">
- <input type="text" name="q" value="{SearchQuery}" class="sbox" placeholder="Search here"/></form>
- <div id="meio"> © {CopyrightYears} - All rights reserved. </div>
- <div id="lado">
- <li class="fa fa-bar-chart-o"></li> {text:hits}
- </div>
- </div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="perm">
- {block:RebloggedFrom}
- <img class="si" src="{ReblogRootPortraitURL-24}">
- <div class="sit"><a href="{ReblogRootURL}">{ReblogRootName}</a></div>
- {/block:RebloggedFrom}
- <div class="date">
- <a href="{Permalink}">{NoteCOunt}</a>
- <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a>
- </div>
- </div>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}
- <div style="padding:15px;">{Body}</div>
- {/block:Text}
- {block:Photo}
- <div style="padding-bottom:15px;"><a href="{permalink}" ><img src="{PhotoURL-500}" width="400"/></a></div>
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- {block:Quote}
- <div style="text-align:center; padding:20px; padding-bottom:0px; font-weight:normal; font-size:15px;">{Quote}</br></div>
- <div align="right" style="text-align:center; font-size:9px; text-transform:uppercase; margin-bottom:10px;">
- </br>{block:Source}- {Source}{/block:Source} </br>
- </div>
- {/block:Quote}
- {block:Video}
- {Video-400}
- <br>
- {PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
- <div style="padding:15px;">{block:Description}{Description}{/block:Description}</div>
- {/block:Link}
- {block:Chat}
- <div style="padding:15px;">
- {block:Lines}
- {block:Label}
- <br><b>{Label}</b>
- {/block:Label}
- {Line}
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div style="padding:15px;"><div class="audioicon"><div class="player"><div class="audioplay">{AudioPlayer}</div></div><div class="audiodesc"><b>{block:TrackName}{TrackName}{/block:TrackName}</b> {block:Artist}, {Artist}{/block:Artist}</div></div></div>{/block:Audio}
- {block:Answer}
- <div style="padding:15px;">
- <div id="question">
- <div id="asker_portrait"><img src="{AskerPortraitURL-40}"></div>
- <div id="asked_question"><span id="asker">{Asker}</span>:<br>{Question}</div>
- </div>
- <div class="asktri"></div>
- <div id="answer">
- {Answer}
- </div>
- </div>
- {/block:Answer}
- <center><div style="width:400px;">
- {block:Caption}
- <div id="plantes">
- {block:IfCaption} {block:Caption}{Caption}{/block:Caption} {/block:IfCaption}</div>
- {/block:Caption}
- <div class="sp"></div> <div style="float:center;">
- <div class="reblog">{ReblogButton color="gray" size="13"}</div>
- <div class="likie" >{LikeButton color="gray" size="13"}</div>
- </div>
- </div></center>
- <div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- {block:PermalinkPage}
- <div style="padding:10px;">
- <b>NOTES:</b> {NoteCount} </br>
- <b>DATE:</b> {DayOfMonthWithZero} {Month}
- </div>
- {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- {block:IfNotInfiniteScroll}
- <div id="top2">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">Back</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <a href="#"><span class="current_page"><li style="font-size:10px;" class="fa fa-music"></li></a></span></a>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IfNotInfiniteScroll}
- <div id="top1">
- <a href="http://amplamente.tumblr.com/" title="amplamente">Am</a>
- </div>
- {block:IfInfiniteScroll}
- <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>
- {/block:IfInfiniteScroll}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement