/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */ /*-------------------------------------------------- REQUIRED to hide the non-active tab content. But do not hide them in the print stylesheet! --------------------------------------------------*/ .tabberlive .tabbertabhide { display:none;} /*-------------------------------------------------- .tabber = before the tabber interface is set up .tabberlive = after the tabber interface is set up --------------------------------------------------*/ .tabber {} .tabberlive { margin-top:1em;} ul.tabbernav{ margin:0; padding: 3px 0; border-top: 3px solid #1DD7D5; border-left: 3px solid #1DD7D5; border-right: 3px solid #1DD7D5; border-bottom: 3px solid #1DD7D5; background-color: #1DD7D5; font: 11px tahoma; } ul.tabbernav li{ list-style: none; margin: 0; display: inline;} ul.tabbernav li a{ padding: 3px 0.5em; margin-left: 3px; border: 1px solid none; background: #D4D560; text-decoration: none; -moz-border-radius: 4px 4px 4px 4px;} ul.tabbernav li a:link { color: #1DD7D5; } ul.tabbernav li a:visited { color: #ffffff; } ul.tabbernav li a:hover{ color:#ffffff; background: #34CDCB; -moz-border-radius: 4px 4px 4px 4px; } ul.tabbernav li.tabberactive a{ color: #ffffff; background-color: none; border-bottom: 1px solid none;} ul.tabbernav li.tabberactive a:hover{ color: #ffffff; background-color: none; border-bottom: 1px solid none;} /*-------------------------------------------------- .tabbertab = the tab content Add style only after the tabber interface is set up (.tabberlive) --------------------------------------------------*/ .tabberlive .tabbertab { padding:5px; border-top:0px none; /* If you don't want the tab size changing whenever a tab is changed you can set a fixed height */ /* height:150px; */ /* If you set a fix height set overflow to auto and you will get a scrollbar when necessary */ /* overflow:auto; */} /* If desired, hide the heading since a heading is provided by the tab */ .tabberlive .tabbertab h2 { display:none;} .tabberlive .tabbertab h3 { display:none;} /* Example of using an ID to set different styles for the tabs on the page */ .tabberlive#tab1 {} .tabberlive#tab2 {} .tabberlive#tab2 .tabbertab { height:200px; overflow:auto;} /* ------------ Fonte -------------- */ body { font-style: normal; font-weight: normal; font-size: 12px; color: #62A7A6; font-family: tahoma; line-height: 13px; } /* ------------- Barra de Rolagem ---------------- */ body {scrollbar-face-color: none; scrollbar-highlight-color: none; scrollbar-3dlight-color: none; scrollbar-darkshadow-color: none; scrollbar-shadow-color: none; scrollbar-arrow-color: none; scrollbar-track-color: none; } /* ----------------- Link ------------------- */ a:link{ color: #1DD7D5; cursor: pointer; TEXT-DECORATION: none; } a:hover { color: #1DD7D5; font-weight: bold; cursor: pointer; TEXT-DECORATION: none; border-bottom: 1px dotted #1DD7D5; } /* ----------------- Estilos ---------------- */ b { cursor: N-resize; color: #1DD7D5; cursor: help; } u { color: #ff99b1; border-bottom: 1px dotted #73D881; cursor: help; } i { cursor: sw-rezize; color: #1DD7D5; cursor: help; } strong { color: #ff99b1; } ul {line-height: 100%; color: #1DD7D5; font-color: #73D881; margin: 0 18; } /* ------------------------------- Caixas ---------------------------------- */ input, textarea { color: #1DD7D5; font-family: Tahoma; font-size: 10 px; border: 1px dashed #1DD7D5; background-color: transparent; } /* ------------------------------- Tabelas ---------------------------------- */ .table { background-color: #D4D560; text-align:right; text-transform:uppercase; letter-spacing:-0'',5px; padding : 4px; color: #1DD7D5; border-bottom: 1px solid #D4D560; -moz-border-radius: 4px 4px 4px 4px; } .table2 { color: #D4D560; background-color: transparent; border-bottom: 1px dashed #D4D560; } .table3 { color: #1DD7D5; background-color: #D4D560; border-bottom: 1px dashed #1DD7D5; } .fundo { background-color :#1DD7D5; border: 4px solid #1DD7D5; -moz-border-radius: 10px 10px 3px 3px; } .fundopost { background-color :#ffffff; border: 4px solid #ffffff; -moz-border-radius: 10px 10px 10px 10px; } 1
Hosted by www.Geocities.ws