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>
- <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>
- function click() {
- if (event.button==2||event.button==3) {
- oncontextmenu='return false';
- }
- }
- document.onmousedown=click
- document.oncontextmenu = new Function("return false;")
- </script>
- <script language="JavaScript1.2">
- function disableselect(e){
- return false
- }
- function reEnable(){
- return true
- }
- //if IE4+
- document.onselectstart=new Function ("return false")
- //if NS6
- if (window.sidebar){
- document.onmousedown=disableselect
- document.onclick=reEnable
- }
- </script>
- <script language="javascript">
- function clickIE() {if (document.all) {(mensagem);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- </script>
- <script>
- function bloqueio()
- {alert(mensagem);}
- document.onkeydown=bloqueio;
- </script>
- <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f8f8f8" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:link" content="#000000" />
- <meta name="color:link hover" content="#ffffff" />
- <meta name="color:text" content="#000000" />
- <meta name="color:sidebar text" content="#ffffff"/>
- <meta name="color:text sidebar links" content="#000000"/>
- <meta name="color:rolagem bg" content="#fff" />
- <meta name="color:rolagem" content="#000000" />
- <meta name="color:sidebar" content="#000000" />
- <meta name="color:titleinv" content="#000000" />
- <meta name="image:background" content="http://images.orkut.com/orkut/photos/OgAAALpbl2yD9vORSnotGu6gS063C6J6hCuUvIgJSWvJytWnapsrINfSMOwP1My56OjpgkPV3TubW_i6dRNUC4HWGnIAm1T1UDHaVDI5p6oX31b1FugdugFJs4Dr.jpg"/>
- <meta name="image:sidebar"content="http://30.media.tumblr.com/tumblr_lxjj539R9I1qgr47po1_250.jpg"/>
- <meta name="text:para o TITLE dar certo deixe um espaco entre cada letra" content="" />
- <meta name="text:title" content="d e i x a 1 e s p a c o e n t r e a s l e t r a s" />
- <meta name="text:title2" content="troque pelo"/>
- <meta name="text:title3" content="troque pelo"/>
- <meta name="text:frase" content="mude no appearance" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="aqui" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="tem" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="espaço" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="para" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="para" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="para" />
- <meta name="text:Link7" content="" />
- <meta name="text:Link7 Title" content="para" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <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}
- {block:IfEnableEndlessScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfEnableEndlessScrolling}
- <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 {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: .40s;}
- a:hover {color: {color:hover}; background-color: {color:bg hover}; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 5px solid {color:background}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background}; }
- blockquote img{max-width: 470px!important}
- blockquote blockquote img{max-width: 450px!important}
- blockquote blockquote blockquote img{max-width: 430px!important}
- blockquote blockquote blockquote blockquote img{max-width: 410px!important}
- #entries{margin-top:41px; }
- .post {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; color:{color:text}; margin-left: 360px;}
- #xright {position: fixed; margin-top: 41px; margin-left: 360px; overflow: auto; width: 526px; height: 690px;}
- .tags{font-size: 9px; color:{color:link}; font-family: verdana; background-color: {color:post};}
- .tags a:hover {background-color: {color:post}; color:{linkhover}; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; transition: all 0.2s linear;}
- h1 {font-family: georgia; text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
- .image {text-align: center; border: 0px; }
- .image img {max-width: 500px; margin-bottom: 3px }
- .markqt {font-size: 90px; font-family: {font:title}; color:{color:text}; line-height: 90px; margin-left: 5px; opacity: 0.1; filter:alpha (opacity=100);}
- .qt {font-family: verdana; font-size: 18px; line-height: 23px; margin-top: -95px; margin-left: 45px; padding: 10px;}
- .qsr{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
- .qsr a, a:hover{text-transform: none;}
- .chat {line-height: 12px; list-style: none }
- .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
- .person1 {background-color:{color:background}; color: {color:text}; }
- .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
- .person2 {color: {color:text}; }
- .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
- .audio{background-color:black; display:block;}
- .source{display:none}
- #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:verdana; font-size:9px}
- #questions a {color:{color:link}}
- #cap {width: 500px; margin-top: -2px;}
- #dda {font-size: 9px; font-family: verdana; text-transform: lowercase;}
- .dda a {font-size: 9px;}
- .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
- .qqmarks{
- font-size: 80px;
- font-weight: bold;
- line-height: 80px;
- font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
- opacity: 0.2;
- filter:alpha (opacity=20)
- }
- .qquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
- .qsource {text-align: center; text-transform: none; margin-left: 30px; margin-bottom: 5px;}
- .qsource a, a:hover{text-transform: none;}
- .notes {width: 520px; padding: 0px; margin-top: 0px; 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; margin-left:360px;}
- ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
- .notes img{display: none; border:0px}
- b{text-transform: block; color:;}
- i{text-transform: italic; color:{color:text}}
- p{margin:2px 0 2px 0}
- u {text-decoration: none; border-bottom: 1px dashed;}
- d1 {opacity:0.8}
- d2 {opacity:0.6}
- d3 {opacity:0.4}
- d4 {opacity:0.2}
- #tbar {width:100px; height:1000px; margin-left:20px; margin-top:45px; position:fixed; overflow:hidden; background-color: {color:background}; border-left:0px solid; border-right:0px solid; padding:3px}
- ::-webkit-scrollbar{width:13px;height:1px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:{color:rolagem bg};}
- ::-webkit-scrollbar-thumb:vertical{height:100px; background-color: {color:rolagem};}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:rolagem};}
- #sidebar {position:fixed; float: justify; z-index:2; left: 150px; top: 50px; padding-top:70px; padding: 1px; text-align: justify; width: 353px; height: 172px; background-color: transparent}
- div#cred{background-color: {color:sidebar};margin-top: 269px; letter-spacing: 0px; color: {color:sidebar text}; width:196px; height:auto; position: fixed; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 0px; font-family: verdana; z-index: 3; font-size:9px}
- div#cred:hover {background-color: {color:sidebar}; height: auto; width: 196px; margin-left: 0px; color: {color:sidebar text};}
- .cred2 {text-align: justify; font-size: 9px; position: fixed; color: transparent; width: 194px; margin-top: 11px; margin-left: -4px; text-align: center; padding: 5px;}
- .cred2:hover {color: {color:sidebar text}; background: {color:sidebar}; font-size: 9px; text-align: center;}
- div#creditos{background-color: {color:sidebar};margin-top: -1px; letter-spacing: 0px; color: {color:sidebar text}; width:15px; height:auto; position: fixed; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 733px; font-family: verdana; z-index: 3; font-size:9px}
- div#creditos:hover {background-color: transparent; height: auto; width: 196px; margin-left: 734px; color:{color:sidebar text};}
- .creditos2 {text-align: justify; font-size: 9px; position: fixed; color: transparent; width: 194px; margin-top: -4px; margin-left: -5px; text-align: center; padding: 5px;}
- .creditos2:hover {color:{color:sidebar text}; background: {color:sidebar}; font-size: 9px; text-align: center;}
- #closer{width: 740px; position: fixed; display: block; margin-left: 0px; margin-top: -31px; text-align: center; background: {color:sidebar}; color:{color:sidebar text}; height:30px; font-size:22px; line-height: 30px; font-family: georgia; font-style: italic;}
- #pagina{width: 156px; position: fixed; display: block; margin-left: 600px; margin-top: -31px; text-align: center; background: {color:sidebar}; height:30px; font-size:18px;}
- /*** Paginação by madlyluv.com ***/
- #paginacaoml {font-size:28px; font-family: georgia; line-height: 25px;}
- #paginacaoml a {font-size: 28px; font-family: georgia; margin: 0 1px 0 0; padding: 2px 4px; color: {color:sidebar text}; text-decoration: none;}
- #paginacaoml a:hover {font-size: 28px; font-family: georgia; background:; color: {color:sidebar text}; border: none;}
- #paginacaoml span.pagina_atual {background: ; margin: 0 1px 0 0; padding: 2px 4px; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: ; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
- #mf2{margin-left: 4px; margin-top:-92px; width: 276px; background-color:{color:sidebar}; position: fixed; height: 25px; overflow:hidden; color: #000;}
- .mf2{margin: 2px 2px 2px 2px; font-family:Rochester; font-size: 20px; color: {color:text}; text-align: center; letter-spacing:-1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
- .mf2:hover {letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; opacity:0.10; }
- #phrase {
- background-color: transparent;
- letter-spacing: 0px;
- color: transparent;
- width:323px;
- height:95px;
- line-height:30px;
- position: fixed;
- padding-top: 23px;
- padding-bottom: 0px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- margin-left: -49px;
- font-family: georgia;
- font-size: 22px;
- margin-top: 24px;
- z-index: 3;
- background-color: trasparent;
- filter:alpha(opacity=0.1)
- -moz-opacity:0.1;
- opacity:0.1
- }
- #phrase:hover {
- background-color: {color:bg links};
- height: 95px;
- color: {color:text sidebar links};
- filter:alpha(opacity=0.75)
- -moz-opacity:0.60;
- opacity:0.60
- }
- #sidpic{width:auto; float:left; background-color:#trans; padding: 0px; margin-left: -451px; margin-top: 0px;}
- #pic1{background-color:transparent; padding-top:5px; margin:0 0px 0 0px;}
- .ture1{width: 201px; background-color:transparent;border:0px solid {color:sidebar}; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; height:auto; }
- .ture1 img{display: inline; margin-top: 0px; width: 199px; text-align:center; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
- .ture1 img:hover{display: inline; padding-left: 0px; width: 200px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; opacity: 0;}
- #sidebar2 {position:fixed; float: justify; z-index:2; left: 566px; top: 120px; padding-top:70px; padding: 1px; text-align: justify; width: 3px; height: 3px; background-color: transparent;}
- .s1 {text-align: center; position: fixed; margin-top: 0px; margin-left:199px; width: 119px; background-color:#000; height: auto; border: 3px solid #000;}
- .s1 a {display: block; letter-spacing: 0px; width: 109px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px; height: 14px; background-color: #fff; color: #000; text-decoration: none; padding: 5px 5px 5px 5px;-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- .s1 a:hover {text-align: center; width: 109px; letter-spacing: 1px; background-color: #000; color: #fff; padding: 5px 5px 5px 5px;}
- #sid{letter-spacing: 2px; position: fixed; margin-top: -10px; margin-left: -030px; height: 271px; width: 10px; background-color:transparent; padding: 10px;}
- .ttle {margin-top: -4px; letter-spacing: 0px; text-align: center; font-family: georgia; text-transform: uppercase; font-size: 15px; color: {color:titleinv};}
- .ttle a{font-family: georgia; font-style: italic; font-size: 22px; color: {color:titleinv}; background-color: transparent; }
- .ttle a:hover {font-family: georgia; font-style: italic; font-size: 22px; color: {color:titleinv}; background-color: transparent;}
- #tlink {text-align: center; position: fixed; float: left; margin-top: 267px; margin-left: -192px; font-size: 9px;}
- #tlink a {display: block; letter-spacing: 0px; width: 112px; font-family: ; font-size: 9px; text-align: center; height: 9px; padding-bottom: 1px; background-color: {color:bg links}; color: {color:Text sidebar links}; text-decoration: none; padding: 3px 3px 3px 3px;-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- #tlink a:hover{text-align: center; width: 112px; letter-spacing: 2px; background-color: {color:sidebar}; color: {color:text}; padding: 3px 3px 3px 3px; text-shadow:4px 3px 15px {color:bg links};}
- #sideimg {display: block; margin-left: 200px; float: right; margin-top: -79px; width: auto; height: auto; background-color: transparent; position: fixed;}
- .simg1 img {width: 109px; height: 74px; margin-bottom: 2px; border: 0px solid #f8f8f8;}
- .simg1 img:hover {-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.0}
- #bolak {
- position:fixed;
- width:105px;
- height:105px;
- margin-top:400px;
- margin-left:-95px;
- background-color: {color:sidebar};
- -moz-border-radius: 70px;
- -webkit-border-radius: 70px;
- z-index:2;
- -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;
- }
- #bolak img {
- position:fixed;
- height:auto;
- width: auto;
- margin-top:4px;
- margin-left:4px;
- margin-bottom:10px;
- -moz-border-radius: 76px;
- -webkit-border-radius: 76px;
- z-index:2;
- }
- #barra3 {
- position: right;
- margin-left: -460px;
- top:380px;
- width: 800px;
- height: 8px;
- background-color: {color:sidebar};
- text-align: center;
- position: fixed;
- -webkit-transform: rotate(-90deg);
- }
- #barra2 {
- position: right;
- margin-left: -76px;
- top:133px;
- width: 351px;
- height: 8px;
- background-color: {color:background2};
- text-align: center;
- position: fixed;
- }
- #barra1 {
- position: right;
- margin-left: 154px;
- top:254px;
- width: 250px;
- height: 8px;
- background-color: {color:background2};
- text-align: center;
- position: fixed;
- -webkit-transform: rotate(-90deg);
- }
- #barra0 {
- position: right;
- margin-left: -76px;
- top:382px;
- width: 359px;
- height: 8px;
- background-color: {color:background2};
- text-align: center;
- position: fixed;
- }
- #title {
- position:fixed;
- margin-left:-27px;
- color:#000000;
- font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
- font-size:23px;
- font-style:italic;
- letter-spacing:1px;
- text-align:center;
- margin-top:80px;
- margin-bottom:4px;
- line-height:13px;
- }
- .title2 {
- color:#6b6b6b;
- position:fixed;
- margin-top:305px;
- margin-left:-290px;
- font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
- font-size:11px;
- font-style:italic;
- letter-spacing:1px;
- text-align:center;
- margin-bottom:10px;
- line-height:20px;
- z-index:2;
- }
- #cre {width: 208px; height: auto; margin-left: -67px; margin-top: -3px; position:fixed; overflow:hidden; -webkit-border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; }
- .cre {font-family: verdana; background-color:{color:sidebar}; text-transform: lowercase; font-size: 9px; color: {color:text}; text-align: center; }
- #sidebarlinks{margin-left: 218px; margin-top: 0px; width: auto; float: left; background-color: {color:background}; padding: 0px; position: fixed; height: auto; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out;}
- .links2 {margin-top:0px; float: left;text-align: center; font-family: verdana; font-size: 9px; margin-left:1px; text-transform: uppercase;}
- .links2 a{display: block; font-family: verdana; font-size: 9px; text-align: center; width: 11px; height: 100px; background-color: #fff; color:#000; text-decoration: none; padding: 9px 5px 15px 5px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; margin-bottom: 1px; text-transform: uppercase;}
- .links2 a:hover {text-align: center; background-color: #fff; color:#000; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; text-shadow:4px 3px 15px #000;}
- #images {width: 188px; height:205px; margin-left: -437px; margin-top: -52px; margin-bottom: 10px; padding: 1px; background-color: {color:sidebar}; text-align: center; position: fixed;}
- .mg {clear: both; margin-top: 13px; padding: 0px; margin-right:4px; margin-top: 1px; margin-left:3px;}
- .mg img{display: inline; margin-top: 2px; width: 180px; text-align:center; -webkit-transition: all 2.0s ease-out; -moz-transition: all 2.0s ease-out; opacity:0;}
- .mg img:hover{display: inline; margin-top: 2px; width: 180px; -webkit-transition: all 2.0s ease-out; -moz-transition: all 2.0s ease-out; opacity:0;}
- .mg2 {clear: both; margin-top: 5px; padding: 0px; margin-right:4px; margin-top: 1px; margin-left: 3px; -webkit-transition: all 2.0s ease-out; -moz-transition: all 2.0s ease-out; }
- .mg2 img{display: inline; margin-top: 2px; max-width: 180px; text-align:center; -webkit-transition: all 2.0s ease-out; -moz-transition: all 2.0s ease-out; }
- .mg2 img:hover{display: inline; margin-top: 2px; max-width: 180px; text-align:center; -webkit-transition: all 2.0s ease-out; -moz-transition: all 2.0s ease-out; z-index: 59; -webkit-border-radius: 20px; -moz-border-radius: 20px;}
- #creat{width: 334px; height:auto; font-size: 9px; color: #000; position: fixed; display: block; margin-left: 0px; border-bottom: 2px solid #fff; margin-top: 272px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index: 0; text-align: center; background: #fff;}
- #credit {float: left; margin-top: 238px; margin-left: 187px; width: 168px; background-color: #fff; color: #000; font-size: 9px; text-align: center; height: 31px; line-height:155%;}
- #credit a{font-size: 9px; color:#000}
- #frasek {width: 844px; margin-left: 79px; height: 15px; margin-top: -261px; float:left; text-align: center; background-color: #fff; font-size: 18px; position:fixed; padding: 5px; color: #000; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; border-bottom: 1px solid {color:background}}
- #frasek:hover {width: 844px; margin-left: 79px; height: 15px; margin-top: -261px; float:left; text-align: center; background-color: #fff; font-size: 18px; position:fixed; padding: 5px; color: #000; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; border-bottom: 1px solid {color:background}; font-style: italic;}
- #block {width: 839px; margin-left: 79px; height: 35px; margin-top: -76px; float:left; text-align: center; background-color: {color:background}; font-size: 18px; position:fixed; padding: 5px; color: #FFF; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;}
- .sdescri {text-align: justify; overflow: hidden; height: 250px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; margin-left: 0px; width: 184px; background-color: {color:sidebar}; color: {color:text}; padding: 10px; margin-top: -1px; background-attachment: fixed; }
- .sdescri img{width: 193px; height: 260px; margin-left: -5px; margin-top: -5px; }
- #slideShowContainer{ float: left; margin-top: -1px; margin-left: 6px; height: auto; width:200px; position: fixed; background-color: transparent; }
- #slideShow2 {margin-top: 0px; margin-bottom: 5px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out;}
- #slideShow2 img{width: auto; height: 260px; margin-left: 0px;}
- #slideShow2:hover {opacity: 0;}
- #slideShow4 {margin-top: 5px; margin-bottom: 5px;}
- #slideShow4 img{width: auto; height: 260px; margin-left: 0px;}
- #fraseo {border: 0px solid {color:background}; padding: 8px; overflow:auto; color: #fff; width: 152px; margin-top:-1px; margin-left:187px; line-height: 100%; text-align: justify; font-family: Verdana; height: 222px; font-size:9px; background-color: #000;}
- .player {float: left; margin-left: 0px; width: 124px; height: auto; background-color: #fff; text-align: center; padding: 3px; font-size: 9px; position:fixed; margin-top: -270px;}
- .player:hover {float: left; margin-left: 204px; width: 124px; height: auto; background-color: {color:sidebar}; text-align: center; padding: 3px; font-size: 9px; position:fixed; margin-top: -3px; border:3px solid #000;}
- #mls {width: auto; height: auto; position:fixed; overflow:hidden; padding:3px; opacity: 0.0;}
- #mls:hover {opacity: 1.0}
- #mls a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 20px; width: 186px; line-height: 20px; background-color: {color:sidebar}; color: {color:sidebar text};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 2px; opacity: 0.5}
- #mls a:hover{background-color: {color:sidebar}; color: {color:sidebar text}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.4}
- .ttitul {text-align: center; width: 192px; font-family: georgia; margin-top: 2px; font-size: 18px; color:{color:sidebar text}; letter-spacing: 1px; line-height: 31px; background-color: {color:sidebar}; opacity: 0.5}
- .ttitul:hover {text-align: center; font-family: georgia; margin-top: 2px; font-size: 18px; color: {color:sidebar text}; letter-spacing: 1px; line-height: 31px; background-color:{color:sidebar}; opacity: 0.4}
- #aparente {position:fixed; height:250px; background-color:#fff; color:#000; margin-left: 3px; margin-top: 2px;}
- #oititulo {margin-left: 0px; margin-top: 240px; width: 250px; font-size: 9px; height: 15px; text-align: center; background-color: #000; font-family: verdana; line-height: 17px; color: #fff; position: fixed; padding: 5px 0 9px 0; -webkit-border-radius: 0px 0px 0px 0px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; overflow: visible;}
- #oititulo:hover {border-top: 300px solid #000;}
- .descricaovic {text-align: center; padding: 5px; font-family: verdana; margin-top: -20px; font-size: 9px; color: ; letter-spacing: 0px; line-height: 10px; color:transparent;}
- .descricaovic:hover {text-align: center; padding: 5px; font-family: verdana; margin-top: 5px; font-size: 9px; color: ; letter-spacing: 0px; line-height: 10px; color:#fff;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- iframe#tumblr_controls {
- position: fixed !important;
- top: 0 !important;
- right: 0 !important;
- opacity: 0.5 !important;
- -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;
- }
- iframe#tumblr_controls:hover {
- position: fixed !important;
- top: 0 !important;
- right: 0 !important;
- opacity: 1.0 !important;
- -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;
- }
- </style>
- <body>
- <div id="sidebar">
- <div id="closer">{text:title3}</div><div id="pagina"><div id="paginacaoml">
- <center>
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
- </div></div>
- <div class="sdescri"><img src="{image:sidebar}"/></div>
- <div id="aparente">
- <div id="mls">
- <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>
- <a href="http://o-mundo-de-uma-garota.tumblr.com">Themes(C)</a>
- <div class="ttitul">{text:title2}</div>
- </div>
- </div>
- <div id="block"></div>
- <div id="cred"><div class="cred2"><center>{description}
- </center></div><center>{text:frase}</center></div>
- <div id="sid"> <div class="ttle">{text:title}</div></div>
- <div id="barra3"></div>
- <div id="bolak"><img src="{PortraitURL-96}"/></div>
- <div id="creditos"><div class="creditos2"><center> theme by o mundo de uma garota. com base de sonhos-confusos, details by l-oveyourself and c0smica. don't copy, motherfucker.</center></div><center>C</center></center></div>
- </div>
- <div id="sidebar2">
- </div>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div class="post">
- {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}
- {block:Quote}
- <div class="qquote"><center>"{Quote}"</div>
- {block:Source}<div class="qsource">— {Source}</center></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}
- <br>
- <div class="audio">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}<div id="questions">{Asker} asked: "{Question}"</div>
- {Answer}{/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 class="tags">{block:HasTags}<font color=000><B>indiretas:</b></font> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- <div id="dda">
- <div style="float:left;" class="tags">
- {block:Date} <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</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>{/block:RebloggedFrom}
- </div>
- </ br>
- <br clear="all" /></div></div>
- {/block:Posts}
- {block:PostNotes}
- <div id="notes"><div id="ntstext">{PostNotes}</div></div>
- {/block:PostNotes}
- </div>
- </div>
- </div></div></div>
- </div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment