User:Bcat/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body {
  padding: 4px;
}

#content {
  border-right: 1px solid #aaaaaa;
}

#p-logo {
  margin-top: 4px;
}

#column-one {
  padding-top: 164px;
}

#p-personal {
  margin-top: 4px;
}

#p-cactions {
  margin-top: 4px;
}

#p-cactions li {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#p-cactions li:hover {
  border-color: #fabd23;
}

#p-cactions a {
  -moz-opacity: .85;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  opacity: .85;
}

#p-cactions a:active, #p-cactions a:focus, #p-cactions a:hover, #p-cactions .selected a {
  -moz-opacity: 1;
  filter: none;
  opacity: 1;
}

#footer {
  margin-left: -4px;
  margin-right: -4px;
}

.firstHeading {
  font-family: "Times New Roman", Times, serif;
}

.portlet a {
 text-decoration: underline;
}

.portlet a:hover {
 text-decoration: none;
}

.pBody {
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.istalk {
  margin-right: 0.3em !important;
}

.istalk a {
  padding-right: 0.8em !important;
}

a:active, a:focus, a:hover {
  text-decoration: none;
}

#ca-edit a {
  font-weight: normal !important;
}