User:Kate/simple.css

From Wikitech
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
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;
  padding-right: 1em;
  padding-left: 1em !important;
}
 
.portlet ul, .portlet li {
  list-style-type: none;
  padding-left: 0em;
  margin-left: 0em;
}
 
.portlet h5 {
  height: 20px;
}
 
.portlet:hover {
  height: auto;
  opacity: .95;
  border: solid 1px black;
  background-color: #f4f4ff !important;
}
 
.portlet:hover h5 {
  text-decoration: underline;
}
 
.portlet a:hover {
  text-decoration: none;
  color: #aa6666;
}
 
.portlet li.new a, .portlet li.new {
  color: black;
  text-decoration: none !important;
}
 
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;
}
 
a {
  color: black;
  text-decoration: none;
  border-bottom: dashed 1px black;
}
 
a:hover {
  color: black;
  text-decoration: none;
  border-bottom: solid 1px black;
}
 
a.new {
  color: #aa6666;
}
 
a.new:hover {
  text-decoration: none;
  color: #aa6666;
}
 
a.extiw:after {
  content: " [iw]";
  color: #666666;
}
 
a.extiw {
  color: black !important;
}
 
.pBody, #p-cactions ul {
  line-height: 1.7em;
}
 
.pBody {
  margin-left: 0;
  padding-left: 0;
}
Personal tools
Namespaces

Variants
Actions
Navigation
Ops documentation
Wiki
Toolbox