Difference: MenuCSS (1 vs. 2)

Revision 221 Aug 2005 - LeandroSantos

Line: 1 to 1
 
META TOPICPARENT name="SkinCSS"

CSS do Menu do Sítio

Line: 6 to 6
  #menu{ width: 138px;
Changed:
<
<
position: absolute; background-image: url("http://www.twiki.ufba.br/twiki/pub/PPGE/ImagensDoLeiaute/fundoMenu.png");
>
>
position: relative; // background-image: url("http://www.twiki.ufba.br/twiki/pub/PPGE/ImagensDoLeiaute/fundoMenu.png"); background-color: #f1b8c6;
  left: 19px; display: block;
Changed:
<
<
z-index: 10px;
>
>
float: left;
 }

#menu ul{

Revision 121 Aug 2005 - LeandroSantos

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="SkinCSS"

CSS do Menu do Sítio

%STARTINCLUDE%
#menu{
  width: 138px;
  position: absolute;
  background-image: url("%PUBURL%/%WEB%/ImagensDoLeiaute/fundoMenu.png");
  left: 19px;
  display: block;
  z-index: 10px;
}

#menu ul{
  margin: 0px;
  padding: 8px 0px 4px 8px;

}

#menu li{
  list-style: none;
  margin: 0px 0px 6px 0px;
  padding: 0px;

}

#menu a:link,
#menu a:active,
#menu a:visited{
  color: #b50051;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
  text-align: right;
  border: 1px solid #b50051; 
  text-decoration: none;
  width: 140px;
  min-height: 200px;
  
}

#menu a:hover{
  color: #FFFFFF;
  border: 2px solid #b50051;
}


%STOPINCLUDE%


-- LeandroSantos - 21 Aug 2005

 
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