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">
- <! Theme por Affecting You | não copie ou disponibilize !>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "{Title}";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head> <!-- DEFAULT VARIABLES -->
- <meta name="font:body" content="georgia" />
- <meta name="font:title" content="georgia" />
- <meta name="color:background" content="#FFFFFF" />
- <meta name="color:text" content="#000000" />
- <meta name="color:linkhover" content="#6A9287" />
- <meta name="color:link" content="#666666" />
- <meta name="color:entry" content="#E9E9E9" />
- <meta name="color:bold" content="#6A9287" />
- <meta name="color:sbar" content="#E9E9E9" />
- <meta name="color:sidebar" content="#E9E9E9" />
- <meta name="if:Enable endless scrolling" content="0"/>
- <meta name="if:Show tags" content="1"/>
- <meta name="if:Show userpic" content="1"/>
- <meta name="if:Show sidebar image" content="1"/>
- <meta name="if:Show post author" content="1"/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar1" content=""/>
- <meta name="image:sidebar2" content=""/>
- <meta name="image:sidebar3" content=""/>
- <meta name="image:sidebar4" content=""/>
- <meta name="image:miniimg2" content=""/>
- <meta name="image:miniimg3" content=""/>
- <meta name="image:miniimg4" content=""/>
- <meta name="image:miniimg5" content=""/>
- <meta name="image:miniimg6" content=""/>
- <meta name="text:bltitle" content="mude no appearance" />
- <meta name="text:subtitle" content="mude no appearance" />
- <meta name="text:blttle" content="mude no appearance" />
- <meta name="text:subblttle" content="mude no appearance" />
- <meta name="text:frase1" content="mude no appearance" />
- <meta name="text:frase2" content="mude no appearance" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="" />
- <meta name="text:Link7" content="" />
- <meta name="text:Link7 Title" content="" />
- <meta name="text:Link8" content="" />
- <meta name="text:Link8 Title" content="" />
- <meta name="text:Link9" content="" />
- <meta name="text:Link9 Title" content="" />
- <meta name="text:Link10" content="" />
- <meta name="text:Link10 Title" content="" />
- <meta name="text:subtitle" content="mude no appearance" />
- <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}
- <style type="text/css">
- body {
- background-color: {color:background};
- color:{color:text};
- font-family: verdana;
- font-size: 11px;
- text-align: center;
- line-height:120%;
- margin:0;
- padding:0;
- background-image:url('{image:background}');
- background-attachment: fixed
- }
- a, a:link, a:active, a:visited {
- color:{color:link};
- text-transform: lowercase;
- text-decoration: none
- }
- a:hover {
- background-color:{color:linkhover};
- padding: 1px 0 1px 0;
- text-decoration: none
- }
- img a{border:0px;}
- img a:hover{border:0px;}
- b{text-transform: block; color:{color:bold}}
- i{text-transform: italic; color:{color:text}}
- p{margin:2px 0 2px 0}
- blockquote{margin:5px 5px 2px 2px; padding: 1px 0 3px 6px; border-left: 2px solid {color:entry}}
- #px {
- top: 75%;
- margin-left: 0px;
- width: 70px;
- position: fixed;
- padding: 1px;
- }
- .plink {
- font-size: 50px;
- font-family: {font:title};
- padding: 5px;
- }
- .plink a{
- color: {color:text};
- background-color: transparent;
- }
- .plink a:hover {
- color: {color:left};
- background-color: transparent;
- }
- #sidebar {
- width: 200px;
- height: 1000px;
- top: 0px;
- left: 80px;
- padding: 5px;
- background-color: {color:sidebar};
- text-align: center; position: fixed
- }
- #sbar {
- width: 250px;
- height: 1000px;
- top: 0px;
- left: 640px;
- padding: 5px;
- background-color: {color:background};
- text-align: center;
- position: fixed
- }
- .leftttitle{margin-bottom: 10px}
- .bltitle {
- float: center;
- font-size: 39px;
- text-align: center;
- margin-left: 0px;
- text-transform: none;
- line-height:15px;
- padding:10px;
- font-family: georgia;
- color: (color:sidebartext);
- background-color: #ffffff;
- }
- .bltitle a, a:hover {
- color: #494949;
- text-decoration: none;
- }
- .blltitle {
- float: center;
- font-size: 11px;
- text-align: center;
- margin-left: 0px;
- text-transform: none;
- line-height:12px;
- padding:6px;
- font-family:verdana;
- color:#EEEEEE;
- background-color: #000000;
- }
- .blltitle a, a:hover {
- color: #494949;
- text-decoration: none;
- }
- .blsubtitle {
- margin-left: 0px;
- font-size: 9px;
- line-height:0px;
- text-align: center;
- text-transform: none;
- color: #9e9e9e;
- background-color: #ffffff;
- padding:0px;
- font-family: verdana;
- margin-top: -1px;
- }
- .blsubtitle {
- margin-left: 0px;
- font-size: 9px; line-height:15px;
- text-align: center;
- text-transform: lowercase;
- letter-spacing: 2px;
- }
- .sidebarpic img{
- color: #f3f3f3;
- max-width: 240px;
- text-align:center;
- margin-top: 2px;
- margin-left: 0px;
- border: 4px solid
- }
- .sidebartext{
- clear: both;
- text-align: justify;
- background-color: {color:sidebar};
- opacity: 0.8;
- filter:alpha (opacity=80);
- margin: 0px 0px 0px 0px;
- padding: 2px;
- font-family: verdana;
- font-size: 9px;
- }
- .sidebartext a{font-size:10px;}
- .sidebartext a:hover{font-size:10px}
- .userpic{
- float: left;
- margin: 0px 4px 2px 0;
- width:48px;
- height:auto
- }
- .sidebarnavigation {
- float: right;
- width: 90px;
- text-align:center;
- margin: 20px 0 10px 0;
- }
- .sidebarnavigation a{
- width: 75px;
- font-size: 10px;
- font-family: verdana;
- text-transform: lowercase;
- display: block;
- list-style: none;
- text-decoration: none;
- color: {color: text};
- background-color: {color:background};
- opacity: 0.8;
- filter:alpha (opacity=80);
- padding: 3px 0 3px 10px;
- margin:0 0px 1px 0;
- }
- .sidebarnavigation a:hover{
- width: 70px;
- font-size: 10px;
- font-family: verdana;
- text-transform: lowercase;
- display: block;
- list-style: none;
- text-decoration: none;
- color:{color:text};
- background-color: {color:linkhover};
- padding: 3px 0 3px 15px;
- margin:0 0 1px 0
- }
- .credit{
- clear: both;
- font-size: 9px;
- font-family: verdana;
- text-align: center;
- color:{color:text};
- margin-top: 5px
- }
- .credit a{
- text-decoration: none;
- color:{color:sidebartext}
- }
- .credit a:hover{
- color:{color:linkbackground};
- background-color: transparent
- }
- .sidebarpages{
- margin: 5px 0 0 0;
- text-align: center;
- }
- .sidebarpages a{
- text-decoration: none;
- color:{color:sidebartext}
- }
- .sidebarpages a:hover{
- color:{color:linkbackground};
- background-color: transparent
- }
- .iimage2 {padding: 0px;}
- .iimage2 img {
- display: inline;
- max-width:100px;
- height: auto;
- text-align:center;
- margin-bottom: 2px;
- border: 1px solid {color:background}
- }
- .cred {text-align: center;}
- #sbar2 {
- width: 50px;
- height: 1000px;
- top: 0px;
- left: 0px;
- padding: 5px;
- background-color:{color:sbar};
- text-align: center;
- position: fixed
- }
- .imgimage2 {float: left; padding: 0px;}
- .imgimage2 img {
- display: inline;
- margin-right:3px;
- max-width:80px;
- height: auto;
- text-align:center;
- margin-bottom: 2px;
- }
- #sid{
- position: fixed;
- margin-left:-170px;
- margin-top:200px;
- width: 400px;
- height: 50px;
- background-color: #fafafa;
- padding: 10px;
- background-attachment: fixed;
- -webkit-transform: rotate(-90deg); background-image:url(”);
- }
- .ttle {
- text-align: center;
- font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;
- text-transform: lowercase;
- font-size: 30px;
- color: #777777;
- }
- .ttle a{
- font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;
- font-style: italic;
- font-size: 21px;
- color: #FFFFFF;
- background-color: transparent;
- }
- .ttle a:hover {
- font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;
- font-style: italic;
- font-size: 22px;
- color: #FFFFFF;
- background-color: transparent;
- }
- #sbar4 {
- width: 50px;
- height: 1000px;
- top: 20px;
- left: 290px;
- padding: 5px;
- background-color:{color:sbar};
- text-align: center;
- position: fixed
- }
- .imgimage2 {
- float: left;
- padding: 0px;
- }
- .imgimage2 img {
- display: inline;
- margin-right:3px;
- max-width:80px;
- height: auto;
- text-align:center;
- margin-bottom: 2px;
- }
- #sid{
- position: fixed;
- margin-left:-170px;
- margin-top:200px;
- width: 400px;
- height: 50px;
- background-color: #fafafa;
- padding: 10px;
- background-attachment: fixed;
- -webkit-transform: rotate(-90deg);
- background-image:url(”);
- }
- .ttle {
- text-align: center;
- font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;
- text-transform: lowercase;
- font-size: 30px;
- color: #777777;
- }
- .ttle a{
- font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;
- font-style: italic;
- font-size: 21px;
- color: #FFFFFF;
- background-color: transparent;
- }
- .ttle a:hover {
- font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif;
- font-style: italic;
- font-size: 22px;
- color: #FFFFFF;
- background-color: transparent;
- }
- #sbar3 {
- width: 210px;
- height: 1000px;
- top: 0px;
- left: 293px;
- padding: 5px;
- background-color:{color:sidebar};
- text-align: center;
- position: fixed
- }
- .spic img{
- max-width: 150px;
- text-align:center;
- margin-top: 2px
- }
- #simag {
- margin-bottom:2px;
- margin-top:2px
- }
- #simag img {
- border: 6px solid #FFFFFF;
- max-width: 200px;
- height: auto;
- text-align:center
- }
- #simg {
- margin-bottom:2px;
- margin-top:2px
- }
- #simg img {
- max-width: 100px;
- height: auto;
- text-align:center
- }
- #slinks{
- text-align:center;
- margin: 250px 0 0px 0;
- margin-left: 5px;
- width: 190px;
- position: fixed;
- top: 0px;
- display: line;
- }
- .slinks a{
- font-size: 9px;
- font-family:verdana;
- text-transform: lowercase;
- display: block;
- list-style: none;
- text-decoration: none;
- color:#ffffff;
- background-color: #000000;
- opacity: 0.8;
- filter:alpha (opacity=80);
- padding: 0px 0 1px 10px;
- margin:0 0px 2px 0;
- letter-spacing: 2px;
- }
- .slinks a:hover{
- font-size: 9px;
- font-family: verdana;
- text-transform: lowercase;
- display: block;
- list-style: none;
- text-decoration: none;
- color:#000000;
- background-color: #FAFAFA;
- padding: 1px 0 1px 15px;
- margin:0 0 1px 0;
- letter-spacing: 3px;
- text-align:center;
- }
- #boxs {
- height:auto;
- background-color: {color:sidebar};
- margin-top: 2px;
- padding:4px;
- font-family: verdana;
- font-size:9px;}
- #boxss {
- height:auto;
- background-color: {color:sidebar};
- margin-top: 2px;
- padding:4px;
- font-family: verdana;
- font-size:9px;}
- #boxsss {
- height:auto;
- background-color: {color:sidebar};
- margin-top: 2px;
- padding:4px;
- font-family: verdana;
- font-size:9px;}
- #iconbar {
- width: 86px;
- position: fixed;
- left: 1050px;
- top: 125px;
- }
- #icon {
- text-align: center;
- width: 100px;
- display: block;
- padding: 8px;
- }
- #container {
- background-color:transparent;
- width: 465px;
- position: absolute;
- top: 0px;
- left: 521px;
- padding-bottom: 80px
- }
- #entries {margin: -5px 0 10px 0}
- #entry {
- width: 500px;
- background-color:{color:entry};
- text-align: justify;
- padding: 20px;
- margin: 0px 0 5px 0
- }
- .image{
- text-align: center;
- margin: 0 0 5px 0
- }
- .image img{
- border: 0px;
- margin: 0;
- padding: 0
- }
- #ask_form{width: 500px}
- .search_result{
- font-size: 12px;
- text-align: center
- }
- .source{display:none}
- h1{
- font-family: georgia;
- font-size:20px;
- letter-spacing: -1px;
- line-height: 20px;
- text-transform: none;
- font-weight: normal;
- margin: 0 0 5px 0;
- text-align: center
- }
- h1 a{
- font-size:20px;
- letter-spacing: -1px;
- line-height: 20px;
- text-transform: none;
- font-weight: normal;
- margin: 0 0 5px 0;
- text-decoration: none;
- text-align: center
- }
- .qqmarks{
- font-size: 140px;
- font-weight: italic;
- line-height: 80px;
- opacity: 0.2;
- filter:alpha;
- (opacity=0)
- }
- .qquote{
- font-family: georgia;
- font-size: 22px;
- letter-spacing: -1px;
- line-height: 20px;
- text-transform: none;
- margin-top: -70px;
- margin-left:45px;
- }
- .qsource{
- margin: 5px 15px 0 0;
- text-align: right
- }
- .chat{
- line-height: 12px;
- list-style: none
- }
- .chat ul {
- line-height: 15px;
- list-style: none;
- padding: 0px;
- line-height: 20px;
- }
- .person1 {
- background-color: {color:link};
- color: {color:background}
- }
- .person1 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color: {color: text}
- }
- .person2 {
- background-color: {color:background};
- color: {color: text}
- }
- .person2 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color: {color: text}
- }
- .audioimage{
- float:left;
- text-align: center;
- margin: 0 10px 5px 0;
- width: 205px;
- border: 15px solid {color:background};
- }
- .audioimage img{
- max-width: 205px;
- height: auto;
- margin: 0 0 2px 0
- }
- .playcount {font-style: italic}
- .asker {
- width: 480px;
- background-color: {color:background};
- color:{color:text};
- padding: 10px
- }
- .asker img{
- float: left;
- margin: 0px 4px 2px 0
- }
- .asker a{
- font-size: 20px;
- color:{color:link};
- text-transform: lowercase;
- line-height: 27px;
- padding: 0;
- margin: 0;
- font-family: georgia;
- }
- .asker a:hover{
- font-size: 20px;
- color:{color:link};
- text-transform: lowercase;
- line-height:27px;
- padding: 0;
- margin: 0;
- font-family: georgia;
- }
- .answer {padding: 5px 0 0 0}
- #cap {
- padding: 2px 0 0 0;
- width: 500px;
- margin: 0 0 0 5px
- }
- .info {
- margin-top: 10px;
- border-left: 0px solid {color:sidebarlinks};
- padding: 5px;
- background-color: {color:background};
- text-align: center;
- font-size: 9px;
- font-family: verdana;
- text-transform: lowercase;
- }
- .info a {font-size: 9px;}
- .info2 {
- padding: 2px;
- border-bottom: 1px dotted {color:background};
- text-align: right;
- }
- .tags {
- color: {color:text};
- font-size: 9px;
- font-family: verdana;
- display: inline;
- list-style: none;
- text-transform: none;
- }
- .tags a {
- font-size: 9px;
- color: {color:text};
- display: inline;
- list-style: none;
- text-transform: none;
- }
- #nts {
- width: 500px;
- margin-left: 95px;
- padding: 10px;
- margin-top: 5px;
- font-size: 10px;
- text-align: left
- }
- #nts img{display: none; border:0px}
- #clear{
- clear: both;
- width: 50px;
- height: 0px;
- background-color:
- transparent
- }
- #prevnextlinks{
- text-align: center;
- width: 500px;
- background-color:{color:entry};
- padding: 7px 20px 7px 20px;
- margin: 0 0 2px 0;
- font-size: 10px
- }
- #notes {
- width: 500px;
- margin: 0px;
- margin-left: 0px;
- padding: 5px;
- text-align: left
- }
- ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
- ol.notes li {margin: 0px; padding: 2px;}
- #notes img{border:0px}
- #notes a{font-size: 10px}
- #tumblr_controls{position: fixed!important}
- ::-webkit-scrollbar{width:8px;height:8px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
- </head>
- <body>
- <div id="container">
- <div id="entries">
- {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
- <script type="text/javascript"
- src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
- {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
- {block:Posts}
- <div id="entry">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
- <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
- {block:Photoset}{Photoset-500}
- <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Photoset}
- {block:Quote}
- <b class="qqmarks">“</b><div class="qquote"><i>{Quote}</i></div>
- {block:Source}<div class="qsource">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- {AudioPlayerWhite}
- <div class="playcount">{PlayCountWithLabel}</div>
- <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- {block:Video}{Video-500}
- <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
- <div class="answer">{Answer}</div>
- <br>
- {/block:Answer}
- <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div>
- <div id="clear"></div>
- <div class="info">
- {block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
- </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
- </div></div>
- {/block:Posts}
- {block:PostNotes}
- <div id="nts"><div id="ntstext">{PostNotes}</div></div>
- {/block:PostNotes}
- </div>
- </div>
- <div id="sidebar">
- <div class="lefttitle"><div class="bltitle">{text:bltitle}</b> </center></div>{block:IfSubtitle}<div class="blsubtitle">{text:subtitle}</div> {/block:IfSubtitle}</div>
- <div class="sidebarpic"><p><left>
- </div>
- <div class="sidebartext">{block:Description}{Description}{/block:Description}
- <div id="boxss">
- <pre><div style="border: 0px solid rgb(230, 230, 250); overflow: scroll; color: #000000; background-color: #f5f5f5; width: 180px; text-align: justify; font-family: verdana; height: 220px; padding: 5px 5px 5px 5px; font-size:10px; line-height: 100%; line-width: 100%"><img src="{image:miniimg2}" width= "200px;"><br><img src="{image:miniimg3}" width= "200px;"><br><img src="{image:miniimg4}" width= "200px;"><br><img src="{image:miniimg5}" width= "200px;"><br><img src="{image:miniimg6}" width= "200px;"></pre>
- <pre><div style="border: 0px solid rgb(230, 230, 250); overflow: auto; color: #000000; background-color: #f5f5f5; width: 180px; text-align: justify; font-family: verdana; height: 25px; padding: 5px 5px 5px 5px; font-size:10px; line-height: 100%">theme por <a href="affectingyou.tumblr.com">affectingyou</a>. base por <a href="memorias-agridoces.tumblr.com">memorias agridoces</a> e detalhes originais de <a href="elasocurtejackdaniels.tumblr.com">elasocurtejackdaniel's</a></pre>
- {block:IfShowSearch}<div class="search"><form action="/search" method="get">
- <input type="text" name="q" value="{SearchQuery}" class="searcha">
- </form></div>{/block:IfShowSearch}
- {block:Pagination}<div class="sidebarpages">
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- </div> {/block:Pagination}
- </div></div></div>
- </div>
- <div id="sbar2">
- <div id="sid"><div class="ttle">{text:blttle}</div>{text:subblttle}</div>
- <div id="px">
- <div class="plink">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}{/block:Pagination}
- <div id="sbar3">
- <div id="boxs">
- <pre>
- <div style="border: 0px (230, 230, 230); padding: 1px; overflow: scroll; background-color: (255, 250, 250); letter-spacing: 0px; opacity:0.9; height:200px; width: auto; margin-top:-10px;"><img src="{image:sidebar1}" width= "190px;"><br><img src="{image:sidebar2}" width= "190px;"><br><img src="{image:sidebar3}" width= "190px;"><br><img src="{image:sidebar4}" width= "190px;">
- </div></pre>
- <div id="slinks">
- <div class="slinks"><br>{block:SubmissionsEnabled} <a href="/submit">{SubmitLabel}</a>
- {/block:SubmissionsEnabled} {block:HasPages}{block:Pages}<a
- href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}<a href="/">home</a> <a href="/ask">ask me</a>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
- {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
- {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a> {/block:ifLink9}
- {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a> {/block:ifLink10}
- </div></div>
- <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><div id="simag">{text:frase1}<br>{text:frase2}
- </div></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment