CSS Utilizado no Layout
%STARTINCLUDE%
/*
* css Zen Garden submission 007 - 'deep thought' by Jason Estes, http://www.bewb.org/ ,
* with a few little modifications by Mirian Bruckschen, http://www.softwarelivrevs.org
* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/
*/
/* basic elements */
body { background-color: %COR_FUNDO%; font-size:75%; font-family:arial, verdana, sans-serif; margin: 0px; padding: 0px; color: %COR_TEXTO%; }
a:link { color: %COR_LINK%; background-color: transparent; }
a:visited { color: %COR_LINK%; background-color: transparent; }
a:hover, a:active { color: %COR_LINK%; background-color: transparent; }
/* specific divs */
#pageHeader { margin-left: 10px; }
#quickSummary { display:block; }
#quickSummary .p1 { display:none; }
#quickSummary .p2 { position: absolute; top: 0px; left: 300px; padding: 0px; margin: 0px; }
#noticias { border-top: 1px solid %COR_TEXTO%; border-right: 1px solid %COR_TEXTO%; width: 250px; top: 18px; right: 20px; position: absolute; height: 300px; display: block; }
#noticias li { display: block; padding: 3px; margin: 0px; margin-left: -35px; list-style-type: none; }
#supportingText { margin: 250px 20px 0 200px; border-right:1px solid %COR_TEXTO%; border-top: 1px solid %COR_TEXTO%; }
#supportingText div { clear: both; }
#supportingText p { padding:5px 10px; line-height:150%; }
#footer { text-align:center; padding-top: 3px; border-top: 1px solid %COR_TEXTO%; margin-right: 5px; }
#footer a:link, #footer a:visited { font-weight: bold; text-decoration: none; }
/* menu */
#menu { position: absolute; top: 98px; left: 30px; width: 150px; }
#menu h3 { height: 53px; margin: 0px; padding: 0px; }
#menu ul { margin: 0px; padding: 0px; }
#menu li { display: block; padding: 3px; margin: 1px 0; list-style-type: none; }
#menu li a:link, #menu li a:visited { color: %COR_TEXTO%; background-color:transparent; }
#extraDiv1 { clear:both; }
acronym { color: %COR_LINK%; background-color:transparent; border:0; cursor:help; }
%STOPINCLUDE%
--
MirianBruckschen - 27 Oct 2005