Memory Alpha, das Star-Trek-Wiki
K (AmonFatalis verschob Seite MediaWiki:Fusion/stylesheets/navigation.css nach MediaWiki:Navigation.css ohne dabei eine Weiterleitung anzulegen)
Keine Bearbeitungszusammenfassung
Zeile 54: Zeile 54:
 
div.nav .prev + dd {
 
div.nav .prev + dd {
 
left: 5px; }
 
left: 5px; }
  +
/*table nav*/
  +
table.nav {
  +
background-color: #222226;
  +
border: 1px solid #3c3c43;
  +
clear: both;
  +
padding: 0 3px;
  +
text-align: center;
  +
width: 100%;
  +
}
  +
table.nav th {
  +
background: linear-gradient(left center, #0e1519 0, #3a5766 50%, #0e1519 100%);
  +
border-bottom: 1px solid #0b1114;
  +
border-top: 1px solid #617884;
  +
color: white;
  +
}
  +
table.nav th a {
  +
color: white;
  +
}
  +
table.nav tr:nth-child(even) {
  +
background-color: transparent;
  +
}
  +
.mw-collapsible-toggle {
  +
font-size: 0;
  +
}
  +
.mw-collapsible-toggle a {
  +
font-size: 12px;
  +
vertical-align: bottom;
  +
}

Version vom 23. Januar 2019, 10:40 Uhr

div.nav {
  clear: both;
  text-align: center;
  background-color: #222226;
  border: 1px solid #3C3C43;
  padding: 0 3px; }
  div.nav p {
    display: none; }
  div.nav dl {
    position: relative;
    margin: .3em 0; }
  div.nav dd {
    margin-left: 0; }
    div.nav dd dt {
      background-color: transparent;
      color: white; }
  div.nav dt {
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0e1519), color-stop(50%, #3a5766), color-stop(100%, #0e1519));
    background: -webkit-linear-gradient(left center, #0e1519 0%, #3a5766 50%, #0e1519 100%);
    background: -moz-linear-gradient(left center, #0e1519 0%, #3a5766 50%, #0e1519 100%);
    background: -o-linear-gradient(left center, #0e1519 0%, #3a5766 50%, #0e1519 100%);
    background: linear-gradient(left center, #0e1519 0%, #3a5766 50%, #0e1519 100%);
    color: white;
    border-bottom: 1px solid #0B1114;
    border-top: 1px solid #617884; }
    div.nav dt a {
      color: white; }
  div.nav ul {
    padding: 0;
    margin: 0; }
  div.nav li {
    display: inline;
    line-height: 1.5em; }
    div.nav li::before {
      content: " \A0|\A0\A0"; }
    div.nav li:first-child::before {
      content: ""; }
  div.nav .next, div.nav .prev {
    position: absolute;
    width: 30%;
    top: 0;
    overflow: hidden;
    background-image: none; }
    div.nav .next + dd, div.nav .prev + dd {
      position: absolute;
      width: 30%;
      top: 2em; }
  div.nav .next {
    right: 0; }
    div.nav .next + dd {
      right: 5px; }
  div.nav .prev {
    left: 0; }
    div.nav .prev + dd {
      left: 5px; }
/*table nav*/
table.nav {
	background-color: #222226;
	border: 1px solid #3c3c43;
	clear: both;
	padding: 0 3px;
	text-align: center;
	width: 100%;
}
table.nav th {
	background: linear-gradient(left center, #0e1519 0, #3a5766 50%, #0e1519 100%);
	border-bottom: 1px solid #0b1114;
	border-top: 1px solid #617884;
	color: white;
}
table.nav th a {
	color: white;
}
table.nav tr:nth-child(even) {
    background-color: transparent;
}
.mw-collapsible-toggle {
	font-size: 0;
}
.mw-collapsible-toggle a {
	font-size: 12px;
	vertical-align: bottom;
}