AproJo

 view release on metacpan or  search on metacpan

share/files/public/skins/default/css/base.css  view on Meta::CPAN

  text-decoration: none;
  white-space: nowrap;
}
.menu li a {
  background-image: -moz-linear-gradient(top, #ffcc66, #ef7c00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc66), to(#ef7c00));
  background-image: -webkit-linear-gradient(top, #ffcc66, #ef7c00);
  background-image: -o-linear-gradient(top, #ffcc66, #ef7c00);
  background-image: linear-gradient(to bottom, #ffcc66, #ef7c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff@companyColorFrom', endColorstr='#ff@companyColorTo', GradientType=0);
}
.menu li ul li:hover {
  background-color: #ef7c00;
}
.menu li ul li a {
  background-color: #ef7c00;
  background-image: none;
}
.menu li ul li a:hover {
  background-color: #A35400;
  text-decoration: underline;
  background-image: none;
}
/*
div.menu li a, div.menu li a:visited {
    background-color: @companyColor;
    background-image: none;
    border: 1px solid #4E667D;
    color: #EFF2F5;
    display: block;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}
*/
div.menu .quick-links {
  float: right;
  margin-bottom: 2px;
  margin-top: 2px;
  margin-right: 2px;
}
/* FORM EDIT */
div.edit_actions {
  float: right;
  margin-bottom: 10px;
  margin-top: 2px;
  margin-right: 2px;
}
/* FOOTER NAV */
.footer div.nav {
  margin-bottom: 0px;
  margin-top: 20px;
}
.footer .nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer .nav li {
  font-weight: bold;
}
.footer .nav li ul li {
  font-weight: normal;
}
/* FOOTER Copyright */
.footer div.copyright {
  margin-bottom: 20px;
}
/* FORM */.form-horizontal .control-label-left {
  float: left;
  padding-top: 5px;
  text-align: left;
  width: 160px;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
  *zoom: 1;
}
legend {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
legend + .control-group {
  margin-top: 0px;
}



( run in 0.838 second using v1.01-cache-2.11-cpan-97f6503c9c8 )