User:Alexmuller/monobook.css: Difference between revisions

From London Hackspace Wiki
(Testing tabs)
 
m (Testing)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
.portlet h5 {
#p-cactions li {
font-weight: bold;
  padding: 0.2em 0;
  text-transform: none;
}
}


#p-cactions li.selected {
.pBody {
  border-color: #3528A8;
  background-color: transparent;
border: none;
}
}


#p-cactions li a {
#p-search .pBody {
  text-transform: none;
  text-align: left;
}
}


#p-cactions li.selected a, #p-cactions li.selected a:hover {
#searchInput {
  background-color: #3528A8;
  border: 1px solid #333;
  color: #fff;
  margin: 0 0 0.2em 0;
padding: 0.2em 1em !important;
}
}

Latest revision as of 19:37, 25 January 2011

.portlet h5 {
 font-weight: bold;
 text-transform: none;
}

.pBody {
 background-color: transparent;
 border: none;
}

#p-search .pBody {
 text-align: left;
}

#searchInput {
 border: 1px solid #333;
 margin: 0 0 0.2em 0;
}