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:link" content="#000000" />
- <meta name="color:hover" content="#fff" />
- <meta name="color:bg links" content="#ffffff"/>
- <meta name="color:text links" content="#000000"/>
- <meta name="color:rolagem bg" content="#fff" />
- <meta name="color:rolagem" content="#000000" />
- <meta name="color:sidebar" content="#fff" />
- <meta name="color:text" content="#000000" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:pagina" content="#ffffff" />
- <meta name="color:text pagina" content="#ffffff" />
- <meta name="color:detalhes" content="#ffffff" />
- <meta name="color:text detalhes" content="#ffffff" />
- <meta name="image:background" content=""/>
- <meta name="image:sidebar1"content="http://i.imm.io/eWOr.jpeg"/>
- <meta name="image:sidebar2"content="http://28.media.tumblr.com/tumblr_lnfy197A0J1qavmako1_500.jpg"/>
- <meta name="text:player" content="algum player aqui" />
- <meta name="text:title" 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" />
- <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:0px; }
- .post {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 5px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; color:{color:text}; margin-left: 455px;}
- #xright {position: fixed; margin-top: 20px; margin-left: 457px; overflow: auto; width: 526px; height: 710px;}
- .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}
- .question {margin: 0px 5px 5px 5px; border-left: 3px solid {color:left}; padding-left: 5px; width: 480px; background-color: {color:post}; color: {color:leftext}; font-size: 11px; }
- .question a {font-weight: bold; color: {color:link};}
- .questions a:hover {font-weight: bold; color: {color:sidlink}; }
- .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: verdana;
- }
- .asker a:hover{
- font-size: 20px;
- color: #{color:hover};
- background-color: transparent;
- text-transform: lowercase;
- line-height:27px;
- padding: 0;
- margin: 0;
- font-family: verdana;
- }
- .answer {padding: 5px 0 0 0}
- .question {margin: 0px 5px 5px 5px; border-left: 3px solid {color:sidebar}; padding-left: 5px; width: 480px; background-color: {color:post}; color: {color:text}; font-size: 11px; }
- .question a {font-weight: bold; color: {color:link};}
- .questions a:hover {font-weight: bold; color: {color:hover}; }
- .answer {padding: 1px 0 0 0; }
- .answer {clear: both; padding: 4px;}
- .answer img {max-width: 470px;}
- #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: left; 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:457px;}
- ol.notes li {background-color: {color:post}; margin-bottom: 3px; 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:10px;height:5px;}
- ::-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-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:100px; background-color:{color:rolagem};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:rolagem};-webkit-border-radius:px;}
- #sidebar {position:fixed; float: justify; z-index:2; left: 100px; top: 170px; padding-top:70px; padding: 1px; text-align: justify; width: 353px; height: 172px; background-color: transparent}
- div#cred{background-color: {color:sidebar};margin-top: 2px; letter-spacing: 0px; color: {color:Text}; width:118px; height:20px; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 196px; font-family: verdana; z-index: 3; font-size:9px}
- div#cred:hover {background-color: transparent; height: auto; color: transparent;}
- .cred2 {text-align: justify; font-size: 9px; position: fixed; color: transparent; width: 120px; margin-top: 2px; margin-left: 0px; text-align: center;}
- .cred2:hover {color: {color:text}; background-color: transparent; font-size: 9px; text-align: center;}
- #pagina{margin-top: 285px; margin-left: 0px; width:340px; float: left; background-color: {color:pagina}; position: fixed; height: 20px; -moz-border-bottom-right-radius:20px; -webkit-border-bottom-right-radius:20px; -moz-border-bottom-left-radius:20px; -webkit-border-bottom-left-radius:20px; }
- /*** Paginação by madlyluv.com ***/
- #paginacaoml {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 21px;}
- #paginacaoml a {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: {color:pagina}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text pagina}; text-decoration: none;}
- #paginacaoml a:hover {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: {color:pagina}; color:{color:text pagina}; border: none;}
- #paginacaoml span.pagina_atual {background: {color:pagina}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text pagina}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:pagina}; 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: 5px; position: fixed; margin-top: 0px; margin-left: -30px; height: 270px; width: 10px; background-color: #fff; padding: 10px 10px 10px 10px;}
- .ttle {margin-top: -4px; letter-spacing: 0px; text-align: center; font-family: georgia; text-transform: uppercase; font-size: 15px; color: #000;}
- .ttle a{font-family: georgia; font-style: italic; font-size: 22px; color: #000; background-color: transparent;}
- .ttle a:hover {font-family: georgia; font-style: italic; font-size: 22px; color: #fff; 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:-320px;
- margin-left:-95px;
- background-color:{color:detalhes};
- -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:detalhes};
- 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: #fff; position: fixed; display: block; margin-left: 0px; border-bottom: 2px solid #000; margin-top: 272px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index: 0; text-align: center; background: #000;}
- #credit {float: left; margin-top: 271px; margin-left: 0px; width: 340px; background-color: {color:pagina}; color: {color:text pagina}; font-size: 9px; text-align: center; height: 15px;}
- #credit a{font-size: 9px; color:{color:text pagina}}
- #frasek {width: 854px; margin-left: 0px; height: 15px; margin-top: -25px; float:left; text-align: center; background-color: #000; font-size: 18px; position:fixed; padding: 5px; color: #FFF; 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;}
- #block {width: 839px; margin-left: -49px; height: 35px; margin-top: -276px; 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: 246px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; margin-left: 0px; width: 181px; background-color: {color:sidebar}; color: {color:text}; padding: 10px; margin-top: -1px; background-attachment: fixed; border:3px solid {color:detalhes};}
- .sdescri img{width:195px; height: 260px; margin-left: -7px; margin-top: -7px; }
- #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: 195px; 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: 4px; overflow:auto; color: {color:text}; width: 122px; margin-top:-1px; margin-left:204px; text-align: center; font-family: verdana; height: 234px; font-size:9px; line-height: 100%; background-color: {color:sidebar}; border: 3px solid {color:detalhes};}
- .player {float: left; margin-left: 204px; width: 124px; height: 15px; background-color: {color:sidebar}; text-align: center; padding: 3px; font-size: 9px; position:fixed; margin-top: -3px; border:3px solid {color:detalhes}}
- #aparente { position:fixed; margin-top:-369px; margin-left: 50px; height:20px;}
- ul#nav-ap,
- ul#nav-ap ul {margin-left: 180px; margin-bottom: 0px; padding: 0; background: transparent; font-size: 10px; letter-spacing: 0px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
- ul#nav-ap li {position: relative; list-style: none; background-color: transparent; color:{color:detalhes}; line-height: 10px; letter-spacing: 0px; font-size: 9px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- ul#nav-ap ul {width: 120px; height: 232px; position: absolute; display: none; margin-left: -26px; top: 21px; z-index: 10; background-color: {color:sidebar}; padding: 5px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border: 3px solid {color:detalhes};}
- ul#nav-ap li:hover ul ul,
- ul#nav-ap li:hover ul ul ul,
- ul#nav-ap li.over ul ul,
- ul#nav-ap li.over ul ul ul { display: none; }
- ul#nav-ap li:hover ul,
- ul#nav-ap li li:hover ul,
- ul#nav-ap li li li:hover ul,
- ul#nav-ap li.over ul,
- ul#nav-ap li li.over ul,
- ul#nav-ap li li li.over ul { display: block; }
- ul#nav-ap li.menuaparente {margin-top:100px; height:10px;}
- ul#nav-ap li.menuaparente:hover,
- ul#nav-ap li.over { background-color: transparent; color: {color:background}; }
- #link4 {margin-left: 60px; width: 30px; font-size: 20px; height: 10px; text-align: center; background-color: {color:detalhes}; color: {color:text detalhes}; padding: 5px 0 9px 0; -webkit-border-radius: 20px 20px 0px 0px}
- #link4:hover {background-color:{color:text detalhes}; color: {color:detalhes}; }
- .nav {text-align:center; margin: 0 0 10px 0;}
- .nav a{font-size: 9px; display: block; color:{color:text links}; background-color: {color:bg links}; padding: 5px 0 9px 0; margin:0 0 1px 0; font-family: verdana; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; border-bottom: 1px solid {color:background};}
- .nav a:hover{background-color:{color:text links}; padding-left: 50px; color: [color:bg links}; }
- .ttitul {text-align: center; font-family: georgia; margin-top: 3px; font-size: 18px; color: {color:text links}; letter-spacing: 1px; line-height: 35px; }
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- </style>
- <body>
- <div id="sidebar">
- <div id="pagina"><div id="paginacaoml">
- <center>
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« previous</a> • {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next »</a>{/block:NextPage}{/block:Pagination}
- </div></div>
- <div id="credit">theme by <a href="http://sonhos-confusos.tumblr.com"><b>sonhos-confusos</b></a>, details by <a href="http://l-oveyourself.tumblr.com"><b>l-oveyourself</b></a> and <a href="http://c0smica.tumblr.com"><b>c0smica</b></a>.<br>
- </div>
- <div class="sdescri"><img src="{image:sidebar1}"/></div>
- <div id="slideShowContainer">
- <div id="slideShow2"><div id="slideShow4">
- <img src="{image:sidebar2}"/>
- </div></div></div>
- <div id="fraseo">{description}</div>
- <div class="player">{text:player}</div>
- <div id="barra3"></div>
- <div id="bolak"><img src="{PortraitURL-96}"/></div>
- <div id="aparente"><ul id="nav-ap"><li class="menuaparente"><div id="link4"><b>+</b></div>
- <ul>
- <div class="nav">
- <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="{text:link7}">{text:link7 title}</a>
- </div>
- <div class="ttitul">{text:title}</div>
- </div>
- </li></ul></li></ul>
- </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">"{Quote}"</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}
- <br>
- <div class="audio">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
- <div class="answer">{Answer}</div>
- <br>
- {/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}<B>indiretas:</b> {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