MediaWiki:Common.css/Glam.css

From Wikiversity
Jump to navigation Jump to search

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 */

/**
 * GLAM pages and templates stylesheets
 * maintained by Jtneill on Wikiversity who copied it from Danny B on Outreach http://outreach.wikimedia.org/w/index.php?title=MediaWiki:Common.css&oldid=36984
 */
 
div.glamMain {
  border: 1px solid #aaa;
  padding: .2em .4em;
}
 
div.glamBody {
  overflow: hidden;
  width: auto;
}
 
div.glamContentPart {
  float: left;
  width: 68%;
}
 
div.glamSidebar {
  float: right;
  width: 28%;
}
 
div.glamTabs {
  border-bottom: 1px solid #aaa;
  margin-bottom: -1px;
}
 
table.glamTabbar {
  border-collapse: collapse;
  margin-bottom: -1px;
}
 
table.glamTabbar td {
  border: 1px solid #aaa;
  padding: .2em .4em;
  text-align: center;
  z-index: 1;
}
 
table.glamTabbar td.glamTabbarTab {
  background-color: whiteSmoke;
}
 
table.glamTabbar td.glamTabbarTabActive {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
 
table.glamTabbar td.glamTabbarSpacer {
  background-color: transparent;
  border-top: none;
  width: .5em;
}