Difference: MenuCSS (1 vs. 4)

Revision 429 Aug 2005 - LeandroSantos

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

CSS do Menu do Sítio

Line: 8 to 8
  width: 138px; position: absolute; text-align: center;
Changed:
<
<
margin-left: 19px;
>
>
left: 19px;
  background-color: #f1b8c6; padding: 0px; }
Line: 23 to 23
  min-height: 24px; list-style: none; margin: 5px 0px 3px 0px;
Changed:
<
<
display: block;
>
>
 }

#menu a:link, #menu a:active, #menu a:visited{

Added:
>
>
display: block;
  text-decoration: none; color: #b50051; font-size: 110%; border: 1px dashed #b50051;
Changed:
<
<
// padding: 2px 2px 2px 2px;

>
>
text-align: center;
 }

#menu a:hover{

Revision 322 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: relative; // background-image: url("http://www.ssl.faced.ufba.br/twiki/pub/PPGE/ImagensDoLeiaute/fundoMenu.png");
>
>
position: absolute; text-align: center; margin-left: 19px;
  background-color: #f1b8c6;
Changed:
<
<
left: 19px; display: block; float: left;
>
>
padding: 0px;
 }

#menu ul{

Added:
>
>
min-height: 120px; padding: 0px;
  margin: 0px;
Deleted:
<
<
padding: 8px 0px 4px 8px;
 }

#menu li{

Added:
>
>
min-height: 24px;
  list-style: none;
Changed:
<
<
margin: 0px 0px 6px 0px; padding: 0px;
>
>
margin: 5px 0px 3px 0px; display: block;
 }

#menu a:link, #menu a:active, #menu a:visited{

Deleted:
<
<
color: #b50051; font-size: 12px; padding: 2px 2px 2px 2px; text-align: right; border: 1px solid #b50051;
  text-decoration: none;
Changed:
<
<
width: 140px; min-height: 200px;
>
>
color: #b50051; font-size: 110%; border: 1px dashed #b50051; // padding: 2px 2px 2px 2px;
  }

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.ssl.faced.ufba.br/twiki/pub/PPGE/ImagensDoLeiaute/fundoMenu.png");
>
>
position: relative; // background-image: url("http://www.ssl.faced.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