r7 - 18 Oct 2005 - 15:25:59 - MirianBruckschenYou are here: TWiki >  BetaENEC Web  >  ProjetoGrafico > FolhasDeEstilo > MenuCSS

CSS do Menu do Sítio

%STARTINCLUDE%
#menu { width: 135px; padding-left: 5px; float: left; clear: left; text-align: center; }
#menu ul { 
  margin: 30px 0px 0px 0px; 
  padding: 5px; 
  background-color: %WEBBGCOLOR%; /* #80b080; */
  border: 1px solid black;
}
#menu li { list-style: none; margin: 6px 0px 0px 0px; padding: 0px; }
#menu li a:link,
#menu li a:active,
#menu li a:visited {
  display: block;
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-weight: 800;
  padding: 1px 0px 1px 0px;
  text-decoration: none;
  text-align: center; }
#menu li a:hover { color: #000; background-color: %WEBBGCOLORLIGHT%; }

#sub_menu { width: 135px; padding-left: 5px; float: left; clear: left; text-align: center; }
#sub_menu ul { margin: 30px 0px 0px 0px; padding: 5px; }
#sub_menu li { list-style: none; margin: 6px 0px 0px 0px; padding: 0px; }
#sub_menu li a:link,
#sub_menu li a:active,
#sub_menu li a:visited {
  display: block;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-weight: 800;
  padding: 1px 0px 1px 0px;
  text-decoration: none;
  text-align: center; }
#sub_menu li a:hover { color: #000; background-color: %WEBBGCOLORLIGHT%; }

#sub_menu img{
  border: 1px solid black;

}


%STOPINCLUDE%
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r7 < r6 < r5 < r4 < r3 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback