Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!----
- Theme by: o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os creditos, aliás não foi voce que fez né?! {NOT COPIE} plágio é crime se eu pegar algo tiro da minha página de themes.
- - - - - - - - - - - - - - -
- - THEME FEITO POR DUDA.R -
- - - - - - - - - - - - - - - ---->
- <script type="text/javascript">
- //desabilita menu de opcoes ao clicar no botao direito
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito
- function desabilitaBotaoDireito(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- if (event.button == 2 || event.button == 3)
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito do mouse
- if ( window.Event )
- document.captureEvents(Event.MOUSEUP);
- if ( document.layers )
- document.captureEvents(Event.MOUSEDOWN);
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <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>
- <head>
- <!-- APPERENCE OMDG -->
- <meta name="image:fotod" content="http://static.tumblr.com/2bh9bxo/MkUmcmre6/tumblr_mc2bc00wqz1rbva4oo1_500.jpg" />
- <meta name="image:fotod1" content="http://static.tumblr.com/2bh9bxo/QB8mcvdnt/222.jpg" />
- <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/hhSmcmw52/varios_bg.jpg" />
- <meta name="image:fudinho" content="http://static.tumblr.com/2bh9bxo/D6jmcn9sz/534721_288285024616262_2048804930_n.jpg" />
- <meta name="color:background" content="#E6E6FA" />
- <meta name="color:sidebar" content="#FFFFFF" />
- <meta name="color:link" content="#8B8682" />
- <meta name="color:link hover" content="#FFFFFF" />
- <meta name="color:bordaimg" content="#FFFFFF" />
- <meta name="color:text" content="#8B8682" />
- <meta name="color:tags" content="#FFC0CB" />
- <meta name="color:post" content="#FFFFFF" />
- <meta name="color:borda" content="#FFFFFF" />
- <meta name="color:links" content="#8B8682" />
- <meta name="color:bghover" content="#FFC0CB" />
- <meta name="color:sombra" content="#FFFFFF" />
- <meta name="color:textdesc" content="#8B8682" />
- <meta name="color:frase" content="#8B8682" />
- <meta name="color:bgask" content="#FFC0CB" />
- <meta name="color:borda2" content="#CDC9C9" />
- <meta name="text:frase" content="Do you piece of me?"/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="link" />
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/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}
- <style type="text/css">
- body {background-color:{color:background}; font-family:verdana;color:{color:text}; text-align:center; font-size:09px; background-image:url('{image:background}'); background-attachment:fixed; }
- iframe#tumblr_controls {right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.2;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- a {color: {color:link}; text-decoration: none; text-transform: none;}
- a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}/* theme by omdg*/
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
- blockquote img{max-width: 400px!important}
- blockquote blockquote img{max-width: 400px!important}
- blockquote blockquote blockquote img{max-width: 400px!important}
- blockquote blockquote blockquote blockquote img{max-width: 400px!important}
- /*theme by omdg*/
- #etc {text-align:center;width:450px;margin:20px auto 20px auto;z-index:1;}
- /***BASE DA DUDA ***/
- .omdg {width:480px; background-color:{color:post};
- padding:6px;text-align:justify;
- font-family:Trebuchet MS;font-size:11px; margin-top:2px;overflow: hidden;}
- #baseduh {float:left;width:450px;
- margin-left:480px;margin-top:15px;z-index:-9;}
- h1 {font-family:Trebuchet MS;text-align:center;font-size:14px;color:{color:text}; font-weight: normal; line-height: 14px;}
- h1 a {text-align:center;font-size:14px;color: {color:text};font-weight:normal; line-height:14px;}
- h1 a:hover {text-align:center;font-size:14px; color:{color:text}; font-weight:normal; line-height:14px;}
- .image {text-align:center;border:0px;}
- .image img {max-width:450px;margin-bottom:-1px; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- .image img:hover {-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;-webkit-filter: grayscale(0.3);}
- .baseduh1 {text-align:justify; cambria;
- background:{color:background};font-size: 11px;
- line-height:15px; padding:3px;margin-left:02px;
- border-bottom:1px solid {color:background};
- margin-bottom:3px; margin-top:-66px;}
- .baseduh2 {text-align: center; text-transform: none;
- margin-bottom:5px; font-size: 09px; font-weight: bold}
- .baseduh2 a, a:hover{text-transform: none;}
- /***QUOTES TAGS BOX CHAT E NOTES***/
- #quote {position:relative; top:-22px;left:-3px;font-size:60px;opacity:0.3;}
- .tags {color: {color:text};font-size:9px; font-family:calibri; display: inline; list-style: none; text-transform: uppercase; text-align:center;}
- .tags a {font-size: 9px; color: calibri; display: inline; list-style: none; text-transform: uppercase; text-align:center;}
- .chat {line-height: 13px; list-style: none }
- .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}/*theme by omdg*/
- .person1 {color: {color:text}; padding: 2px; }
- .person1 .label {font-weight: bold; color:{color:text}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color:#000; text-align: left;display:block;}
- .ask {width: 99%; background:{color:bgask}; font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:text}; font-size: 11px; }
- .asker {width: 99%;height:18px; background:{color:background}; font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:text}; font-size: 10px;text-align:left;line-height:20px;text-transform:uppercase;font-family: calibri;}
- .asker a{background:#; color:{color:text};}
- .askborder {width:38px;float: left; display: inline; margin-bottom: 2px;margin-left:-3px;border: 3px solid {color:borda};margin-top:-3px;}
- .resposta {background:{color:background}; font-weight:normal; padding:10px; margin-bottom:1px; text-shadow:0 0px 0px {color:sombra};color:{color:text}; font-size: 11px; }
- #oidata {text-align:center; font-size:09px;background:{color:background}; font-family:calibri; text-transform: uppercase; z-index: 11; padding:2px; color: {color:ftxt}; border-top: 1px solid background-color:{color:background}; border-bottom: 1px solid background-color:{color:background}; -webkit-transition: all 0.2s ease-out; -moz-transition: all .4s ease-out;}
- #oidata a {font-size:10px;color:{color:text}; text-transform:uppercase;}
- #cap {width:500px; margin-top:-2px;}
- .source {display: none;}
- .notes {width: 520px;padding:0px;margin-top:5px; margin-bottom: 10px; font-size: 9px; text-align:left; margin-left:0px;}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color:{color:post}; margin-bottom: 1px; padding: 5px; }
- .notes img{display:none; border:0px}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- /***TITULOS E LINKS***/
- #babysure {margin-top: 357px;
- margin-left: 164px;
- position: fixed;
- height:24px;
- font-family:"dawning";
- font-size:29;
- color:{color:frase};
- width: 288px;
- line-height:24px;
- border-bottom:4px double {color:borda};
- opacity:1;text-shadow: 5px 5px 9px {color:sombra};
- }
- /*** FONTES***/
- @font-face { font-family: "folks"; src: url('http://static.tumblr.com/zvqacv0/lptm7vt4g/that__s_font_folks_.ttf'); }
- @font-face { font-family: "craftygirls"; src: url('http://themes.googleusercontent.com/static/fonts/craftygirls/v0/0Sv8UWFFdhQmesHL32H8o3hCUOGz7vYGh680lGh-uXM.woff'); }
- @font-face {font-family: "dawning";src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');}
- @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
- @font-face {font-family: "sweetly";src: url('http://static.tumblr.com/z5o2pr2/vpWm0rjxz/sweetly_broken.ttf');}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face {font-family: "buymore";src: url('http://static.tumblr.com/ygkexbz/mpZm51k9i/buy_more.ttf');}
- /*** IMAGEM DA DUDA***/
- #fotos {float: left; margin-top: 78px; margin-left: 167px; height: 300px; width:330px; position: fixed; background-color: ; padding: 5px; overflow: hidden; z-index:0; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; border: 0px solid {color:bordaimg}; }
- .imgpic { float: left; margin-top: 0px; margin-left: 0px; height: 260px; width:250px; position: fixed; background-color: {color:sidebar}; padding: 0px; overflow: hidden; border: 8px solid {color:bordaimg}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- .imgpic img {margin-top: 0px; margin-left: 0px; width: 250px; height: 260px;}
- .imgpic:hover {margin-top: 50px; margin-left: 50px; width: 50px; height: 50px;opacity: 0;}
- #slideShowContainer2{ float: left; margin-top: 0px; margin-left: 0px; height: 260px; width:250px; position: fixed; background-color: {color:sidebar}; padding: 5px; overflow: hidden; z-index:0; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; border: 2px solid {color:sidebar}; -webkit-transform: rotate(deg);}
- #slideShowContainer2 img {margin-top: 0px; margin-left: 0px; width: 250px; height: 260px;}
- #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
- #notinholaduda {margin-left: 176px; margin-top: 389px; width:252px; font-size: 11px; height: 37px; text-align: center; background-color:{color:sidebar}; transparent; font-family:georgia; color: {color:textdesc}; position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
- -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;}
- #estela1 {position: fixed; margin-left: 159px; width:285px; height: 410px; background-color:{color:sidebar}; margin-top: 45px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(0deg);border: solid 4px {color:borda}; background-image: url('{image:fudinho}');}
- .souchick{position: fixed; width: 452px; margin-left:171px; margin-top: 55px; padding-right: 3px; text-align: center; z-index:3;}
- .souchick a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:georgia; color:{color:link};text-align: center; margin-right: 1px; margin-bottom:1px; width: 44px; line-height:21px; height: 22px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.4s ease-out; background-color:{color:link hover};}/***omdg***/
- .souchick a:hover{box-shadow: inset 44px 0px {color:sombra}; color: {color:links};}
- /*** PAGINACAO***/
- #pagina{ margin-top: 436px; margin-left: 330px; width: 88px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:830 }
- #paginacaoml {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 24px;}
- #paginacaoml a {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: ; margin: 0 1px 0 0; padding: 2px 2px; color: {color:link}; text-decoration: none;}
- #paginacaoml a:hover {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: ; border: none;}
- #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:link}; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
- ::-webkit-scrollbar {width:19px;height:auto;background:transparent;}
- ::-webkit-scrollbar-corner {background:{color:text};}
- ::-webkit-scrollbar-button:vertical {height:8px; display: block; background:{color:text};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:text};background-image: url('{image:fudinho}'); border-top: 3px double {color:borda}; border-bottom: 3px double {color:borda};}
- ::-webkit-scrollbar-track-piece {background:{color:post}; border-top: 1pt solid {color:borda}; border-bottom: 3px double {color:borda}; width:4pt;}
- -::moz-selection {color:{color:scroll}; background:{color:text};}
- ::selection {color:{color:post}; background:{color:text};}
- </style>
- <body onkeydown="return false">
- <!-----------------THEME BY OMDG------------>
- <div id="estela1"></div>
- <div id="fotos">
- <div id="slideShowContainer2"><img src="{image:fotod1}"/></div>
- <div class="imgpic"><a href="baby im sure"><img src="{image:fotod}"/></a></div></div>
- <div id="notinholaduda">{Description}</div>
- <div class="souchick">
- <a href="{text:Link1}">{text:Link1 Title}</a>
- <a href="{text:Link2}">{text:Link2 Title}</a>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- <a href="{text:Link6}">{text:Link6 Title}</a>
- </div>
- <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="{color:source}">«</font></a>{/block:PreviousPage}{/block:Pagination}
- Page <b>{CurrentPage}</b> of <b>{TotalPages}</b>
- {block:JumpPagination length="0"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:Pagination}{block:NextPage}<a href="{NextPage}"><font color="{color:source}">»</font></a>{/block:NextPage}{/block:Pagination}</div></div>
- </div></div>
- <!-------------CRÉDITOS------------------------------>
- <div style="margin-left:235px;-webkit-transform: rotate(0deg); width:145px;background:{color:sidebar}; font-family:tahoma;font-size:9px; margin-top: -5px; position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"><small>Theme by :o-mundo-de-uma-garota</small></a><br>
- (<font color="{color:tags}">+</font>) Not copie bicth</a></div>
- <div id="babysure">{text:frase}</div>
- <div id="paginacaoml"><span class="info" style="font-weight: normal;"> {block:Pagination}{/block:Pagination}
- {block:JumpPagination length="4"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:Pagination}{/block:Pagination}
- </div>
- <!----------------------BASE DUH 1 (OMDG)-------------->
- <div id="baseduh">
- {block:Posts}
- <div class="omdg">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-500}{/block:Photoset}
- <!--------------------BASE DUH 2 (OMDG)---------------->
- {block:Quote}
- <div id="quote">❝</div><div class="baseduh1">{Quote}</div>
- {block:Source}<div class="baseduh2"> — {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="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-400}{/block:Video}
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/>Pergunta feita por: {Asker}
- </div>
- <div class="ask">
- {Question} </div>
- <div class="resposta">{Answer}</div>
- {/block:Answer}
- <div id="cap">
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- <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>
- <br>
- <div id="oidata">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:tags}">·</font><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} <font color="{color:tags}">·</font> <a href="{ReblogUrl}" target="_blank">reblog baby!!</a>{/block:IndexPage}
- {block:RebloggedFrom} <font color="{color:tags}">·</font> (<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> <font color="{color:tags}">|</font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom}
- </div>
- <div class="tags"><center>{block:HasTags}{block:Tags}<font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}</center></div>
- </div>{/block:Date}
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-------------all thmx by: o-mundo-de-uma-garota not copie paixão---->
- <body onkeydown="return false">
- </html>
Advertisement
Add Comment
Please, Sign In to add comment