MediaWiki:Common.css

From ICA-AtoM
Revision as of 13:20, 28 August 2012 by Sevein (talk | contribs)
Jump to navigation Jump to search

Please note that ICA-AtoM is no longer actively supported by Artefactual Systems.
Visit https://www.accesstomemory.org for information about AtoM, the currently supported version.

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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.

Please note that ICA-AtoM is no longer actively supported by Artefactual Systems.
Visit https://www.accesstomemory.org for information about AtoM, the currently supported version.

/* CSS placed here will be applied to all skins */

#mw-user-domain-section {

  display: none !important;

}

#p-logo {

  display: none;

}

div#mw-panel {

  top: 96px;

}

div#mw-head {

  top: 50px;

}

#artefactual {

  background: White;
  height: 50px;
  position: relative;

}

#artefactual #logo {

  position: absolute;
  top: 10px;
  left: 20px;

}

#mainMenu {

  color: #999;
  float: right;
  font-size: 11px;
  font-family: verdana, lucida, sans-serif;
  margin: .5em;
  text-transform: lowercase;

}

#mainMenu li {

  margin: 0;
  padding: 0;
  padding-left: .4em;

}

#mainMenu li + li
{
  border-left: 1px solid;
}

#mainMenu .active
{
  color: #c00 !important;
  text-decoration: underline;
}

#mainMenu :link,
#mainMenu :visited
{
  color: inherit;
}

#mainMenu :link:focus,
#mainMenu :link:hover,
#mainMenu :visited:focus,
#mainMenu :visited:hover
{
  background: #000;
  color: #fff;
  text-decoration: none;
}

.text-alert
{
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  background-color: #fdf5d9;
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}