Menu Css

menu.css

This is a listing of the menu.css file modified for Language / Locale Management. Cut and paste this code into your project's public/stylesheets/admin directory. Then return to the main article.

#menu{
  background:#0cf url('../../images/admin/bg_menu.png') 0 -136px repeat-x;
  height:80px;
  margin:20px 0;
}
 
#menu.simple{
  height:24px;
}
 
#admin_menu li{
  float:left;
  height:24px;
  border-right:1px solid #59d;
}
 
#admin_menu a,#admin_menu a:link,#admin_menu a:hover,#admin_menu a:visited{
  color:#fff;
  font-weight:bold;
  display:block;
  padding:4px 15px 5px 15px;
}
 
 
#admin_menu a:hover{
  background:transparent url('../../images/admin/bg_menu.png') 0 -34px repeat-x;
}
 
#admin_menu li.active,#admin_menu li.active a:hover{
  background:transparent url('../../images/admin/bg_menu.png') 0 -68px repeat-x;
}
 
 
#menu h2{
  clear:both;
  font-size:16px;
  padding:6px 10px;
}
 
 
#controller_menu{
  margin:0 10px;
}
 
#controller_menu li{
  float:left;
  height:25px;
  margin:0 2px;
  font-size:0.95em;
}
 
#controller_menu li a,
#controller_menu li a:link,
#controller_menu li a:visited{
  display:block;
  padding:5px 12px 0 12px;
  color:#06C;
  text-decoration:underline;
}
 
#controller_menu li a:hover{
  color:#C60;
}
 
#controller_menu li.active a,
#controller_menu li.active a:link,
#controller_menu li.active a:visited,
#controller_menu li.active a:hover{
  color:#333;
  text-decoration:none;
}
 
 
#controller_menu li.active{
  background-color:#fff;
  border:1px solid #C6DFF9;
  border-bottom:none;
}
 
 
#controller_menu li.active{
  font-weight:bold;
}
 
lang-locale-mgmt-css-menu.txt · Last modified: 2009/02/08 16:28 (external edit)
 

The Akelos Framework was created by Bermi Ferrer and other contributors.
Potions of the code and documentation have been ported from Ruby on Rails.

The Akelos Framework is released under the LGPL license.

"Akelos", "Akelos Framework", and the Akelos logo are trademarks of Bermi Labs All rights reserved.

Wiki driven by DokuWiki