MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 461: Line 461:
     text-transform: lowercase;
     text-transform: lowercase;
     }
     }
/* PootTabs */
/* "Poot" tab boxes */
.poot-tabs-container a:active,.poot-tabs :focus
{
  outline:none;
  -moz-outline-style:none;
}
.poot-tabs-hidelink
{
  float: right;
}
.poot-tabs-showhide
{
  display: none;
}
.poot-tabs-navbar
{
  float: left;
}
.poot-tabs-container
{
  display:block;
  margin-left:auto;
  margin-right:auto;
  border:1px solid #9999CC;
  padding:3px;
}
.poot-tabs-container + .poot-tabs-container, .poot-tabs-container + table.navbox, table.navbox + .poot-tabs-container {
  margin-top:-1px; /* Single pixel border between adjacent navboxes/tabboxes */
}
.poot-tabs-vertical .poot-tabs
{
  float:left;
}
.poot-tabs-horizontal .poot-tabs
{
  text-align:center;
}
.poot-tabs-title
{
  background:#1e90ff;
  font-weight:bold;
  text-align:center;
  padding-left:1em;
  padding-right:1em;
  margin-bottom:2px;
}
.poot-tabs > ul
{
  list-style-type:none;
  list-style-image:none;
  margin:0px;
}
.poot-tabs-vertical .poot-tabs > ul > li
{
  display:block;
  padding:4px 6px 4px 4px;
  margin-top:1px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
}
.poot-tabs-vertical .poot-tabs > ul > li:first-child
{
  margin-top:0px;
}
.poot-tabs-horizontal .poot-tabs > ul > li
{
  display:inline;
  padding:4px 4px 4px 4px;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:4px;
  margin-right:4px;
}
.poot-tabs > ul > li
{
  cursor:pointer;
}
/* Vertical uses white space between tabs, horizontal doesn't */
.poot-tabs-vertical .poot-tabs > ul > li, .poot-tabs-horizontal .poot-tabs > ul
{
  background:#adddff;
}
.poot-tabs > ul > li.poot-tabs-selected
{
  background:#3f6180;
}
.poot-tabs-content > div
{
  position:absolute;
  top:0px;
  right:0px;
  left:2px; /* Simulate padding */
}
.poot-tabs-content > div:not(.poot-tabs-selected)
{
  display:none;
}
.poot-tabs-content
{
  position:relative;
  background:#f7fcff;
}
/* End PootTabs */


/* Diff styles */
/* Diff styles */

Navigation menu