Jump to content

User:The Son of Man/modern.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by The Son of Man (talk | contribs) at 21:11, 13 August 2008. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.
/* Set link colors back to the Monobook colors */
a {
  color: #002bb8;
}

/* more visible visited link color */
a:visited {
  color: #9d4cb1;
}



/* Reduce width of side bar */
#searchInput {
  width: 9.5em;
}

#p-cactions, #mw_content {
  margin-left: 10em;
}



/* change style "Article Discussion View source" etc links */
#mw_content {
  border-top: none;
}

#p-cactions li.selected {
  background-color: #ddd;
}

#p-cactions li.selected a,
#p-cactions li.selected a:hover,
#p-cactions li.selected a:visited {
  color: #000;
}

#p-cactions a {
  text-decoration: none !important;
}

#p-cactions li {
  margin: 0;
  padding: 0 .5em 0 .5em;
}

#p-cactions li:first-child {
  margin-left: .5em;
}

#p-cactions li:hover {
  background-color: #ddd;
  color: #fff;
}



/* Fix locked icon position */
#protected-icon {
  top: 3px !important;
}