User:Kate/simple.css

From Wikitech
< User:Kate(Difference between revisions)
Jump to: navigation, search
Line 21: Line 21:
 
   border-bottom: solid 1px black;
 
   border-bottom: solid 1px black;
 
   background-color: #aaaabb;
 
   background-color: #aaaabb;
 +
}
 +
 +
#p-search {
 +
  position: absolute;
 +
  top: 22px;
 +
  right: 0px;
 +
  height: auto;
 +
  border: solid 1px #f4f4f4;
 +
  /*border-right: solid 1px #f4f4f4;*/
 +
}
 +
 +
#p-search:hover {
 +
  background-color: #f4f4f4 !important;
 +
}
 +
 +
#p-search h5 {
 +
  display: none;
 +
}
 +
 +
#p-search input[type ^="text"] {
 +
  width: 100px;
 +
  display: inline;
 +
  clear: none;
 
}
 
}
  
Line 34: Line 57:
 
.portlet ul {
 
.portlet ul {
 
   list-style-type: none;
 
   list-style-type: none;
 +
  padding-left: 0em;
 
}
 
}
  
Line 45: Line 69:
 
   border: solid 1px black;
 
   border: solid 1px black;
 
   background-color: #eeeeff !important;
 
   background-color: #eeeeff !important;
 +
}
 +
 +
.portlet:hover h5 {
 +
  text-decoration: underline;
 +
}
 +
 +
.portlet a:hover {
 +
  text-decoration: none;
 +
  font-color: #6666aa;
 +
}
 +
 +
h1, h1.firstHeading {
 +
  font-size: 175%;
 +
  text-decoration: none;
 +
  border-bottom: dashed 1px black;
 +
}
 +
 +
h2 {
 +
  font-size: 150%;
 +
  border-bottom: dashed 1px black;
 +
  text-decoration: none;
 +
}
 +
 +
#siteSub {
 +
  color: #666666;
 +
  font-weight: normal;
 
}
 
}

Revision as of 01:40, 25 October 2005

body {
  background-color: #f4f4f4;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
 
#content {
  margin-top: 30px;
  margin-left: 1em;
  border-left: none;
}
 
#column-one {
  position: absolute;
  height: 20px;
  width: 100%;
  top: 0px;
  left: 0px;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  border-bottom: solid 1px black;
  background-color: #aaaabb;
}
 
#p-search {
  position: absolute;
  top: 22px;
  right: 0px;
  height: auto;
  border: solid 1px #f4f4f4;
  /*border-right: solid 1px #f4f4f4;*/
}
 
#p-search:hover {
  background-color: #f4f4f4 !important;
}
 
#p-search h5 {
  display: none;
}
 
#p-search input[type ^="text"] {
  width: 100px;
  display: inline;
  clear: none;
}
 
.portlet {
  height: 20px;
  overflow: hidden;
  float: left;
  width: auto;
  border-left: solid 1px #aaaabb;
  border-right: solid 1px #aaaabb;
}
 
.portlet ul {
  list-style-type: none;
  padding-left: 0em;
}
 
.portlet h5 {
  height: 20px;
}
 
.portlet:hover {
  height: auto;
  opacity: .95;
  border: solid 1px black;
  background-color: #eeeeff !important;
}
 
.portlet:hover h5 {
  text-decoration: underline;
}
 
.portlet a:hover {
  text-decoration: none;
  font-color: #6666aa;
}
 
h1, h1.firstHeading {
  font-size: 175%;
  text-decoration: none;
  border-bottom: dashed 1px black;
}
 
h2 {
  font-size: 150%;
  border-bottom: dashed 1px black;
  text-decoration: none;
}
 
#siteSub {
  color: #666666;
  font-weight: normal;
}
Personal tools
Namespaces

Variants
Actions
Navigation
Ops documentation
Wiki
Toolbox