Difference between revisions of "User:Alexmuller/monobook.css"

From London Hackspace Wiki
Jump to navigation Jump to search
m (tweak)
m (Testing)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
#p-cactions li {
+
.portlet h5 {
  padding: 0.2em 0;
+
font-weight: bold;
 +
  text-transform: none;
 
}
 
}
  
#p-cactions li.selected {
+
.pBody {
  border-color: #3528A8;
+
  background-color: transparent;
  padding: 0.2em 0;
+
  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;
}