Advertisement
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">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <link href='https://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'>
- <link rel=“stylesheet” href=“https://cdn.linearicons.com/free/1.0.0/icon-font.min.css”>
- <script src="https://cdn.linearicons.com/free/1.0.0/svgembedder.min.js"></script>
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <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}
- <!--- musecentral.tumblr.com/ theme #14. OOH
- please don't steal! it's not very nice --->
- <meta name="color:Background" content="#dadada"/>
- <meta name="color:Text" content="#99aaa7"/>
- <meta name="color:accent1" content="#c3b0b5"/>
- <meta name="color:accent2" content="#e2e2e2"/>
- <meta name="color:shadow" content="#e2a9b0"/>
- <meta name="color:post bold" content="#dcc1c8"/>
- <meta name="color:Border" content="#99aaa7"/>
- <meta name="color:desc text" conetent="#acbebb"/>
- <meta name="color:post italic" content="#84ada6"/>
- <meta name="color:Links" content="#a69396"/>
- <meta name="color:container" content="#f5f5f5"/>
- <meta name="color:Post Background" content="#e7e7e7"/>
- <meta name="color:Info Background" content="#758087"/>
- <meta name="image:header" content=""/>
- <meta name="image:icon1" content=""/>
- <meta name="image:icon2" content=""/>
- <meta name="image:icon3" content=""/>
- <meta name="text:link1" content="/"/>
- <meta name="text:link2" content="/"/>
- <meta name="text:subtitle" content="/"/>
- <meta name="text:admin1" content="/"/>
- <meta name="text:admin2" content="/"/>
- <meta name="text:admin3" content="/"/>
- <meta name="text:online now" content="/"/>
- <meta name="text:hit counter" content="/"/>
- <style type="text/css">
- /*STYLES*/
- ::-webkit-scrollbar {
- display:none;
- }
- ::selection {
- background:{color:background}; /* WebKit/Blink Browsers */
- }
- ul, li
- {
- line-height:14.7px;
- }
- b, strong {
- color: {color:Post Bold};
- font-family: arial;
- text-transform:uppercase;
- text-shadow:1px 1px 0px {color:shadow};
- letter-spacing:6px;
- }
- i, em {
- color: {color:Post Italic};
- font-family:arial;
- text-shadow: 0px 1px 1px {color:shadow};
- letter-spacing:1px;
- }
- pre {
- background:{color:border};
- color:{color:text};
- padding:5px;
- text-align:center;
- text-transform:uppercase;
- word-wrap: break-word;
- text-shadow: 1px 1px 0px {color:shadow};
- }
- body {
- background-image: url(http://ap.imagensbrasil.org/images/2017/11/05/Teste11.gif);
- background-size: 100%;
- color:{color:text};
- font-family:arial;
- font-size:9px;
- line-height:17px;
- text-align:justify;
- overflow:hidden;
- }
- a {
- text-decoration:none;
- font-style:none;
- outline:none;
- font-family: ARIAL;
- text-transform:uppercase;
- -moz-outline-style:none;
- color:{color:links};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- a:hover {
- font-family: ARIAl;
- text-transform:uppercase;
- -moz-outline-style:none;
- color:{color:links};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- img {
- border:none;
- max-width:100%;
- }
- small {
- font-size:8px;
- text-shadow:0px 1px 0px {color:shadow};
- }
- sup {
- font-size:9px;
- letter-spacing:3px;
- }
- sub {
- font-size:9px;
- letter-spacing:3px;
- }
- big {
- font-size:13px;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- strike {
- text-shadow:0px 1px 0px {color:shadow};
- letter-spacing:7px;
- text-transform:uppercase;
- }
- h1 {
- color:{color:desc text};
- padding:5px;
- line-height:100%;
- text-transform:uppercase;
- font-family:arial black;
- font-size:14px;
- background-color:{color:container};
- text-align:right;
- text-shadow:1px 1px 0px {color:shadow};
- border-radius:3px;
- -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
- -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
- box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
- }
- h2 {
- font-size:7px;
- color:{color:text};
- text-transform:uppercase;
- font-family: arial;
- padding:7px;
- font-style:;
- text-align:center;
- border-bottom:1px solid {color:border};
- border-radius:3px;
- }
- blockquote {
- border-left:2px solid {color:accent1};
- padding:2px 7px;
- margin:3px 0 3px 8px;
- max-width:100%;
- text-align:justify;
- border-radius:3px;
- background:{color:container};
- }
- blockquote small {
- text-shadow:none;
- color:{color:background};
- font-size:10px;
- }
- blockquote img {
- max-width: 100%;
- }
- /*IFRAME CONTROLS*/
- .tmblr-iframe.iframe-controls--desktop {
- top:0%!important;
- right:0%!important;
- position:fixed!important;
- z-index:999999999!important;
- }
- .tmblr-iframe--desktop-logged-in-controls {
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);
- opacity:0.3;
- }
- /*TOOLTIP*/
- .tooltip{
- display: inline;
- position: relative;
- }
- #s-m-t-tooltip {
- max-width:300px; /*how big the tooltip can be at most*/
- border-radius: 0px; /*change your border radius*/
- padding:3px 4px 5px 4px; /*padding inside tooltip*/
- margin:20px 7px -2px 20px; /*distance from word*/
- background-color:{color:background}; /*background color*/
- border:1px solid {color:border}; /*border info*/
- font-family:arial; /*tooltip font*/
- font-size:9px; /*tooltip font size*/
- letter-spacing:2px; /*tooltip letter spacing*/
- text-transform:uppercase; /*makes the tooltip title uppercase*/
- color:{color:container}; /*tooltip font color*/
- z-index:999999999999999999999999999999999999;
- }
- /*MOVE EVERY DIV*/
- #everything {
- position:fixed;
- margin-left:150px;
- margin-top:100px;
- }
- /*IMAGES*/
- #header {
- margin-top:-90px;
- margin-left:300px;
- position:fixed;
- }
- #header img {
- border-top:20px solid {color:border};
- width:600px;
- height:100px;
- z-index:999999;
- }
- .icons {
- position:fixed;
- margin-top:330px;
- margin-left:435px;
- z-index:999999;
- }
- .icons img {
- width:40px;
- height:40px;
- border:3px solid {color:background};
- }
- /*PUSH MENU*/
- .wrapper{
- overflow:hidden;
- }
- nav{
- position:fixed;
- top:0;
- left:0;
- width:370px;
- height:100%;
- margin:0 0 0 -400px;
- -moz-transition:all 200ms ease-in;
- -webkit-transition:all 200ms ease-in;
- -o-transition:all 200ms ease-in;
- transition:all 200ms ease-in;
- }
- nav ul{
- width:370px;
- height:100%;
- padding:0;
- margin:0;
- list-style:none;
- background:{color:container};
- overflow:hidden;
- }
- nav li{
- margin:0;
- }
- nav a{
- color:{color:info background};
- font-size:10px;
- font-family:arial black;
- text-decoration:none;
- display:block;
- padding:12px 15px;
- font-weight:300;
- letter-spacing:2px;
- border-bottom:1px solid {color:background};
- }
- nav a:hover{
- background:{color:post background};
- color:{color:container};
- font-family:arial black;
- }
- nav span {
- width:auto;
- font-size:10px;
- font-family:arial;
- text-transform:uppercase;
- overflow:none;
- text-align:center;
- line-height:140%;
- letter-spacing:2px;
- padding:5px;
- padding-bottom:10px;
- text-shadow: 1px 1px 1px {color:shadow};
- z-index:9999999999;
- color:{color:accent1};
- border-bottom:1px solid {color:background};
- }
- nav p{
- font-family:arial;
- font-size:9px;
- line-height:17px;
- text-align:justify;
- overflow:hidden;
- text-transform:uppercase;
- }
- label{
- color:{color:links};
- text-align:center;
- font-size:10px;
- position:fixed;
- top:162px;
- left:1018px;
- width:11px;
- height:11px;
- padding:6px;
- border:2px solid {color:background};
- border-radius:50px;
- background:{color:background};
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- z-index:500;
- }
- label:hover {
- cursor:pointer;
- border:2px solid {color:background};
- background:{color:accent2};
- color:{color:accent1};
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- input[type="checkbox"]{
- display:none;
- }
- input[type="checkbox"]:checked ~ nav{
- margin:0;
- }
- input[type="checkbox"]:checked ~ label{
- }
- input[type="checkbox"]:checked ~ section{
- -webkit-transform:translate3d(260px, 0, 0);
- -moz-transform:translate3d(260px, 0, 0);
- -o-transform:translate3d(260px, 0, 0);
- transform:translate3d(260px, 0, 0);
- }
- /*ENTRIES*/
- #box{
- margin-top:30px;
- margin-left:300px;
- width:600px;
- height:401px;
- background-color:{color:container};
- border-top:5px solid {color:accent2};
- }
- #entries {
- position:fixed;
- padding:10px;
- padding-top:0px;
- z-index:9999;
- margin-left:5px;
- margin-top:10px;
- height:371px;
- width:420px;
- overflow:auto;
- text-align:justify;
- }
- #post {
- width:400px;
- text-align: justify;
- padding: 10px;
- background-color:{color:post background};
- margin-top:5px;
- margin-bottom:15px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #post b, strong {
- color: {color:Post Bold};
- font-family: arial;
- text-transform:uppercase;
- text-shadow:1px 1px 0px {color:shadow};
- letter-spacing:6px;
- }
- #post i, em {
- color: {color:Post Italic};
- font-family:arial;
- text-shadow: 0px 1px 1px {color:shadow};
- letter-spacing:1px;
- }
- /*SIDEBAR*/
- #description {
- padding:10px;
- overflow:auto;
- text-align:justify;
- font-size:9px;
- height:220px;
- text-transform:uppercase;
- position:fixed;
- width:125px;
- color:{color:desc text};
- margin-left:435px;
- margin-top:85px;
- }
- #description b, strong {
- text-transform:uppercase;
- color: {color:Post Bold};
- font-family: arial black;
- letter-spacing:5px;
- text-shadow:1px 1px 0px {color:shadow};
- }
- #description i, em {
- color: {color:Post Italic};
- font-family: arial;
- text-shadow: 0px 0px 1px {color:shadow};
- letter-spacing:1px;
- text-transform:none;
- }
- #description a {
- color:{color:post background};
- text-shadow:1px 1px 0px {color:info background};
- }
- #sidebar{
- padding:10px;
- z-index:9999;
- text-align:center;
- position:fixed;
- margin-top:40px;
- font-size:10px;
- margin-left:300px;
- width:443px;
- height:150px;
- color:black;
- font-family:arial;
- color:{color:background};
- }
- #title {
- width:130px;
- font-size:10px;
- font-family:arial;
- text-transform:uppercase;
- overflow:none;
- position:fixed;
- text-align:center;
- line-height:140%;
- letter-spacing:2px;
- padding:5px;
- padding-bottom:10px;
- text-shadow: 1px 1px 1px {color:shadow};
- margin-top:50px;
- margin-left:437px;
- z-index:9999999999;
- color:{color:accent1};
- border-bottom:1px solid {color:border};
- }
- #subtitle {
- width:400px;
- font-size:8px;
- font-family:arial;
- text-transform:uppercase;
- overflow:none;
- position:fixed;
- text-align:left;
- letter-spacing:2px;
- padding:5px;
- margin-top:-143px;
- margin-left:0px;
- z-index:9999999999;
- color:{color:post bold};
- }
- #stats {
- width:400px;
- font-size:8px;
- font-family:arial;
- text-transform:uppercase;
- overflow:none;
- position:fixed;
- text-align:right;
- letter-spacing:2px;
- padding:5px;
- margin-top:-93px;
- margin-left:490px;
- z-index:9999999999;
- color:{color:container};
- }
- #stats a{
- z-index:999999999999999999;
- }
- /*SIDELINKS*/
- #links{
- z-index:9999999;
- margin-top:77px;
- font-family:arial;
- position:absolute;
- letter-spacing:10px;
- margin-left:190px;
- width:150px;
- height:150px;
- display:inline-block;
- padding-bottom:10px;
- }
- #links a{
- text-align:center;
- margin-top:4px;
- font-size:10px;
- text-align:left;
- letter-spacing:0px;
- text-transform:lowercase;
- font-family: arial;
- color:{color:links};
- width:50px;
- height:50px;
- padding:6px;
- border:1px solid {color:background};
- border-radius:100px;
- background:{color:background};
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #links a:hover {
- border:2px solid {color:background};
- background:{color:accent2};
- color:{color:accent1};
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- /*POST INFO*/
- #info {
- width:400px;
- text-align:right;
- font-family:arial black;
- margin-top:-7px;
- margin-left:-2px;
- letter-spacing:1px;
- color:{color:text};
- font-size:7px;
- font-style:none;
- padding:1px;
- line-height:10px;
- text-transform:uppercase;
- z-index:99999;
- }
- #info a {
- font-style:none;
- background:{color:background};
- text-align:center;
- color:{color:Links};
- padding-right:5px;
- }
- #info a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:{color:accent1}
- }
- #tags {
- float:left;
- width:30px;
- margin-top:6px;
- margin-left:0px;
- text-align:right;
- font-family:arial;
- font-size:8px;
- padding:5px;
- padding-bottom:10px;
- padding-left:30px;
- font-size:8px;
- opacity:1;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s
- color:{color:Links};
- }
- #tags a {
- letter-spacing:0px;
- font-size:8px;
- display:inline-block;
- text-align:right;
- font-family:arial black;
- text-decoration:none;
- color:{color:Links};
- }
- #tags a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:{color:accent1};
- }
- ol.notes {
- display:block;
- text-align:left;
- list-style-type:none;
- margin-left:15px;
- border-radius:3px;
- background-color:{color:Info Background};
- }
- ol.notes li.note{
- margin-left:15px;
- margin-bottom:5px;
- background-color:{color:Info Background};
- }
- .pagenotes {
- text-align:left;
- margin-top:15px;
- background:none;
- margin-left:15px;
- background-color:{color:Info Background};
- }
- .pagenotes img{
- padding-right:5px;
- padding-top:5px;
- margin-bottom:-5px;
- }
- /*CHAT*/
- #chat {
- padding:1px;
- background-color:{color:accent1};
- margin-left:10px;
- padding-left:10px;
- border-radius:3px;
- border-top:solid 1px {color:border};
- margin-bottom:5px;
- }
- #chat b{
- text-shadow:0px;
- }
- /*QUOTES*/
- .quote{
- font-size:30px;
- font-family:arial black;
- text-align:left;
- line-height:100%;
- background:transparent;
- }
- .qsource{
- text-align:right;
- margin-bottom:10px;
- color:{color:links};
- font-size:9px;
- font-family:arial;
- text-decoration:lowercase;
- padding:7px;
- background:{color:background};
- opacity:0.5;
- }
- /*AUDIO*/
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color:{color:background};
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: .8;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- }
- .trackdetails {
- line-height:150%;
- background:{color:accent1};
- border: 1px solid {color:border};
- display:inline-block;
- width:287px;
- overflow:auto;
- padding:10px;
- font-family:arial;
- color:{color:text};
- margin-left: 90px;
- min-height: 60px;
- }
- .trackdetails b {
- color:{color:post bold};
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /*QUESTION*/
- .asker{
- overflow:hidden;
- color:{color:accent1};
- padding:3px;
- text-transform:uppercase;
- font-family:arial black;
- font-size:10px;
- letter-spacing:0px;
- margin-left:-3px;
- margin-top:-6px;
- text-align:right;
- background:{color:accent2};
- }
- .question {
- color:{color:desc text};
- }
- .asker a {
- color:{color:accent1};
- }
- .asker a:hover {
- font-style:none;
- font-family:arial black;
- color:{color:container};
- text-shadow:1px 1px 1px {color:shadow};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .bubble {
- align:right;
- background: {color:container};
- margin:0px 0px 0px 65px;
- padding:10px;
- position: relative;
- overflow:auto;
- height:48px;
- }
- .bubble p {
- margin:0px 0px;
- }
- .askborder {
- float: left;
- margin: 0px 0px 0 0;
- padding: 3px;
- background:{color:accent1};
- border-radius:0px;
- }
- /*PAGINATION*/
- #pagination{
- width:600px;
- font-size:8px;
- z-index:999;
- text-align:center;
- color:{color:text};
- position:fixed;
- margin-left:-10px;
- background:transparent;
- height:15px;
- margin-top:386px;
- background:{color:accent2};
- }
- #pagination a{
- color:{color:links};
- font-size:8px;
- font-family:arial;
- background-color:transparent;
- }
- /*CREDIT*/
- #cred {
- position:fixed;
- font-family:arial;
- text-transform:uppercase;
- font-size:12px;
- text-decoration:none;
- font-style:none;
- padding:4px;
- letter-spacing:1px;
- border-radius:3px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #cred a {
- left:9px;
- width:17px;
- height:12px;
- bottom:9px;
- position:fixed;
- text-decoration:none;
- font-style:none;
- font-family:arial;
- text-transform:uppercase;
- font-size:10px;
- left:9px;
- bottom:9px;
- padding:4px;
- letter-spacing:1px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #cred a:hover {
- font-size:10px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .credit {
- position:fixed;
- font-family:arial;
- text-transform:uppercase;
- font-size:8px;
- padding-bottom:5px;
- left:-90px;
- width:100px;
- height:12px;
- bottom:9px;
- text-decoration:none;
- font-style:none;
- letter-spacing:1px;
- opacity:0;
- z-index:-99999;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #cred:hover .credit {
- opacity:1;
- font-size:10px;
- margin-left:120px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- background-size: cover;
- background-position: center;}
- {CustomCSS}</style></head><body>
- <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:50,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <div id="everything">
- <div id="stats">{text:online now} ◆ {text:hit counter}</div>
- <div id="header"><img src="{image:header}"></div>
- <div id="sidebar">
- <div id="title">{title}</div>
- <div id="description">{description}
- </div>
- <div class="icons">
- <img src="{image:icon1}" title="{text:admin1}">
- <img src="{image:icon2}" title="{text:admin2}">
- <img src="{image:icon3}" title="{text:admin3}">
- </div>
- <div id="pagination">{block:Pagination} {block:PreviousPage}
- <a href="{PreviousPage}"><span class="lnr lnr-chevron-left"></span> back </a>
- {/block:PreviousPage}
- <span class="lnr lnr-cross"></span>
- {block:NextPage}
- <a href="{NextPage}">next <span class="lnr lnr-chevron-right"></span></a>
- {/block:NextPage}
- {/block:Pagination}</div>
- <div id="links" >
- <a href="/"><span class="lnr lnr-pointer-up"></span></a>
- <a href="{text:link1}"><span class="lnr lnr-inbox"></span></a>
- <a href="{text:link2}"><span class="lnr lnr-cog"></span></span></a>
- </div>
- <div id="subtitle">{text:subtitle}</div>
- </div>
- <div id="box">
- <div id="entries">
- {block:Posts}
- <div id="post">
- <div id="info" style="background:{color:info background};margin-left:-10px;margin-top:-10px;width:400px;padding:10px;">
- <h9 style="background:{color:info background};padding:1px;color:{color:accent2}">
- <span class="lnr lnr-history"></span> <a href="{Permalink}" style="background:{color:info background};">{TimeAgo}</a> <span class="lnr lnr-menu-circle"></span> <a href="{Permalink}" style="background:{color:info background};">{NoteCount}</a> <span class="lnr lnr-sync"></span> <a href=“{ReblogURL}” style="background:{color:info background};"><span>Reblog</span></a> <span class="lnr lnr-user"></span> {block:ContentSource}<a href="{SourceURL}" style="background:{color:info background};"> source</a>{/block:ContentSource}<br></h9>
- </div>
- {block:Text}
- <br>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}{/block:Text}
- {block:Photo}<br>{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<br>{Photoset-400}{block:Caption}{Caption}
- {/block:Caption}{/block:Photoset}
- {block:Quote}<br><div class"quote" style="font-size:17px;font-family:arial;font-style:italic;text-transform:uppercase;text-align:justify;color:{color:desc text};line-height:100%;background:transparent;padding:15px;">❝ {Quote} ❞</div>
- {block:Source}<div class="qsource"> — {Source}</div>
- {/block:Source}{/block:Quote}
- {block:Link}<br><h1><a href="{URL}" {Target}>——<b>{Name}</b></a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}<br>{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div id="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
- {block:audio}<br>{block:AudioPlayer}<div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div><div class="trackdetails" style="opacity:.7;">{block:TrackName}<b style="font-size:10px;">{TrackName}</b></b>{/block:TrackName}<br/>{block:Artist}<i>Artist:</i> {Artist}{/block:Artist}<br/>{block:Album}<i>Album:</i> {Album}{/block:Album}<br/><i style="font-size:9px;"> {PlayCountWithLabel}</i></div></div>{/block:AudioPlayer}{block:Caption}{Caption}{/block:Caption}{/block:audio}
- {block:Video}<br>{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<br><div class="asker">{asker}</div><img src="{AskerPortraitURL-64}" align="left" class="askborder" style="margin-left:-3px;"> <div class="bubble"> <div class="question">{Question}</div></div><br>{Answer}{/block:Answer}
- <br>
- <div style="text-shadow:0px;text-align:left;"><hr>
- {block:HasTags}{block:Tags} <a href="{TagURL}" ><span class="lnr lnr-tag"></span> {Tag}</a> <i class="fa fa-circle" aria-hidden="true"></i> {/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Posts}
- <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div>
- <input type="checkbox" id="navigation" />
- <label for="navigation">
- <div style="margin-top:-4px;"><span class="lnr lnr-location"></span></div>
- </label>
- <nav>
- <ul style="padding:15px;">
- <!--- TOP IMAGE --->
- <img src="https://78.media.tumblr.com/a8787644efc5e30b7f2aa3692ec6eebd/tumblr_oz1z3wXOHX1wcunzlo1_400.gif"><br><br>
- <!--- FIRST TITLE & BOX --->
- <span> home isn't a place</span><br><br>
- <p style="width:350px;height:190px;padding:7px;overflow:auto;">
- <b>O QUE É <i>CASA</i>? </b> <br>
- <i>Uma moradia?</i> Um conjunto de quatro ou mais <i>paredes</i> e um teto? Ou um local para se voltar onde você se sente <i>bem vindo</i> e protegido<b>?</b> <br>
- <b> O QUE É <i>FAMÍLIA</i>? </b> <br>
- Pessoas com quem dividem <i>laços sanguíneos</i>? Aqueles que participaram de sua <i>criação</i> e crescimento? Ou pessoas que se preocupam com você e fariam de tudo pra lhe ajudar <b>sempre?
- </P>
- <br>
- <!--- LINK TITLE & BOX --->
- <span style="text-align:right;">It is a person. And we are finally home </span><Br> <br>
- <a href="/plot.">plot</a>
- <a href="/regras.">regras</a>
- <a href="/muses.">moradores</a>
- <a href="/app.">aplicação</a>
- <a href="/nav.">navegação</a>
- </div>
- </ul>
- </nav>
- </div>
- </div>
- </div>
- </div>
- <div id="cred" style="font-style:none;">
- <a href="http://www.musecentral.tumblr.com/"><span class="lnr lnr-code"></span></a> <div class="credit" style="color:{color:shadow};">musecentral</div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement