MediaWiki:Common.css

From Star Trek: Theurgy Wiki

Revision as of 19:12, 25 April 2017 by Auctor Lucan (talk | contribs)

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
#navigation .menu-item a{
background-color: transparent;
box-shadow: none;
border: 1px solid transparent;
}

#navigation > ul  li a:visited{
    color: #70B8FF !important;
}

#navigation > ul  li a:hover{
background: #1e1e1e !important;
  color: #FFA500 !important;
  box-shadow: 1px 1px 2px #474636 !important;
}

#userData{
padding-right:200px;
}

.editButtons input[type=submit]{
    border: 1px solid #232323;
    background-color: #2f2f2f !important;
    box-shadow: 1px 1px 2px #000;
    padding: 0 0.6em;
    white-space: nowrap;
    border-radius: 5px !important;
    font-size: 0.929em;
    line-height: 2.077em;
}

.cancelLink a{
border: 1px solid #232323;
    background-color: #2f2f2f !important;
    box-shadow: 1px 1px 2px #000;
    padding: 0 0.6em;
    white-space: nowrap;
    border-radius: 5px !important;
    font-size: 0.929em;
    line-height: 2.077em;
    display: inline-block;
}