Difference: MenuCSS (2 vs. 3)

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://twiki.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;
  }
 
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