MediaWiki:Common.css: Unterschied zwischen den Versionen

aus Memory Alpha, der freien deutschen Star-Trek-Datenbank
Spring zu: Navigation, suche
 
(57 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
@import "/mediawiki/index.php/MediaWiki:Portable_infobox.css";
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Quote.css&action=raw&ctype=text/css');
@import "/mediawiki/index.php/MediaWiki:Sidebar.css";
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Portable_infobox.css&action=raw&ctype=text/css');
@import "/mediawiki/index.php/MediaWiki:Navigation.css";
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Sidebar.css&action=raw&ctype=text/css');
@import "/mediawiki/index.php/MediaWiki:Multi-column-layout.css";
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Navigation.css&action=raw&ctype=text/css');
@import "/mediawiki/index.php/MediaWiki:Icon.css";
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Multi-column-layout.css&action=raw&ctype=text/css');
@import "/mediawiki/index.php/MediaWiki:Quote.css";
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Icon.css&action=raw&ctype=text/css');
@import "/mediawiki/index.php/MediaWiki:Misc.css";
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Message.css&action=raw&ctype=text/css');
 +
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Misc.css&action=raw&ctype=text/css');
 +
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Hauptseite.css&action=raw&ctype=text/css');
 +
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:CodeMirror.css&action=raw&ctype=text/css');
  
/*Kopie aus Portable-infobox.css*/
 
.portable-infobox {
 
    width:210px;
 
    padding:3px;
 
    border:1px solid #3c3c43;
 
    box-sizing:border-box;
 
    font-size:10px;
 
    line-height:12px;
 
    margin:0 0 16px 16px;
 
}
 
.portable-infobox.pi-background {
 
    background-color:#222226;
 
}
 
.portable-infobox .pi-secondary-background {
 
    background-color:transparent;
 
}
 
.portable-infobox .pi-border-color {
 
    border:0 transparent;
 
}
 
.portable-infobox .pi-font,.portable-infobox .pi-secondary-font,.portable-infobox .pi-title, .portable-infobox .pi-header {
 
    font-size:inherit;
 
    line-height:inherit;
 
}
 
.portable-infobox .pi-item-spacing {
 
    padding:0;
 
}
 
  
.portable-infobox .pi-title {
+
/*Wichtiges von Misc.css*/
    cursor:pointer;
+
ins {
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0e1519), color-stop(50%, #3a5766), color-stop(100%, #0e1519));
+
  text-decoration: underline; }
    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%);
 
    padding: 4px;
 
    text-align: center;
 
    font-weight:900;
 
    color:inherit;
 
}
 
.portable-infobox .pi-image-thumbnail {
 
    max-width:100%;
 
    height:auto;
 
}
 
.portable-infobox .pi-data {
 
    justify-content:space-between;
 
    margin-bottom:1px;
 
}
 
.portable-infobox .pi-data-label {
 
    text-align:right;
 
    flex-basis:49%;
 
    color:inherit;
 
}
 
.portable-infobox .pi-data-value {
 
    flex-basis:49%;
 
    padding:0;
 
}
 
.portable-infobox .pi-data-value dd {
 
    margin:0;
 
}
 
.portable-infobox .pi-group {
 
    margin:1em 0;
 
}
 
.portable-infobox .pi-navigation {
 
    font-weight:normal;
 
    text-align:center;
 
    margin-top:1.5em;
 
}
 
  
.portable-infobox .pi-collapse {
+
del {
    overflow:hidden;
+
  text-decoration: line-through; }
    animation-name:open;
 
    animation-duration:200ms;
 
    animation-timing-function:ease-in;
 
    max-height:none;
 
    margin:.4em 0 .5em 0;
 
}
 
.portable-infobox .pi-collapse.pi-collapse-closed {
 
    animation-name:close;
 
    animation-duration:200ms;
 
    animation-timing-function:ease-out;
 
    max-height:1.4em;
 
    margin:.4em 0 0 0;
 
}
 
.portable-infobox .pi-collapse .pi-header {
 
    margin:0 0 .5em 0;
 
    width:49%;
 
    text-align:right;
 
    color:rgb(213,213,212);
 
    transition:color 200ms linear;
 
    cursor: pointer;
 
}
 
.portable-infobox .pi-collapse.pi-collapse-closed .pi-header {
 
    color:#6bf
 
}
 
.portable-infobox .pi-collapse .pi-header .pi-collapse-dots {
 
    opacity:0;
 
    transition:opacity 200ms linear;
 
}
 
.portable-infobox .pi-collapse.pi-collapse-closed .pi-header .pi-collapse-dots {
 
    opacity:1;
 
}
 
.portable-infobox .pi-collapse .pi-header:first-child::after {
 
    display:none;
 
}
 
.portable-infobox .pi-collapse.pi-collapse-closed .pi-data {
 
    display:flex;
 
}
 
@keyframes close {
 
    0% {max-height:20em}
 
    100% {max-height:1.4em}
 
}
 
@keyframes open {
 
    0% {max-height:1.4em}
 
    100% {max-height:20em}
 
}
 
  
.portable-infobox .releases .article-thumb{
+
td, th {
    margin:0;
+
  vertical-align: top;
    max-width:100%;
+
  padding: 0 2px; }
    width:auto !important;
 
    height:auto;
 
}
 
  
.portable-infobox .releases .article-thumb img{
+
tr:nth-child(even) {
    max-width:100%;
+
  background-color: rgba(0, 0, 0, 0.1); }
    width:auto;
 
    height:auto;
 
}
 
  
/*Releases*/
+
td.prefix {
.portable-infobox .releases .sub-sidebar {display:flex!important; flex-direction:row-reverse; margin-top:.7em}
+
  text-align: right; }
.portable-infobox .releases dt {display:none}
 
.portable-infobox .releases dd {margin-left:4px; width:97px}
 
.portable-infobox .releases dl {text-align:left; flex-basis:97px; margin:0; flex-grow:0; order:1}
 
.portable-infobox .releases figcaption {display:none}
 
.portable-infobox .releases figure {flex-basis:100px; order:2}
 
  
 +
table.complex {
 +
  font-size: 11px; }
 +
  table.complex th {
 +
    font-size: 11px; }
  
/*Kopie aus Sidebar.css*/
+
th {
.Sidebar {
+
   background-color: rgba(255, 255, 255, 0.05);
   width: 202px;
+
   text-align: left; }
   float: right;
+
 
  clear: right;
+
thead th {
  padding: 3px;
 
  border: 1px solid #3C3C43;
 
 
   background-color: #222226;
 
   background-color: #222226;
   font-size: 10px;
+
   background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e2e33), color-stop(100%, #222226));
  line-height: 12px;
+
   background: -webkit-linear-gradient(center top, #2e2e33 0%, #222226 100%);
  word-wrap: normal;
+
   background: -moz-linear-gradient(center top, #2e2e33 0%, #222226 100%);
  margin: 0 0 16px 16px; }
+
  background: -o-linear-gradient(center top, #2e2e33 0%, #222226 100%);
   .Sidebar dl {
+
   background: linear-gradient(center top, #2e2e33 0%, #222226 100%);
    clear: both;
+
   font-size: 12px;
    margin: 1em 0;
+
   height: 25px;
    overflow: hidden; }
+
   line-height: 25px;
  .Sidebar dt, .Sidebar dd {
+
   margin: 5px 0 20px; }
    width: 49%; }
+
 
   .Sidebar dt {
+
.overview {
    float: left;
+
  text-align: center;
    clear: both;
+
   margin: 1em 0; }
    text-align: right; }
 
  .Sidebar dd {
 
    margin-left: 0;
 
    float: right;
 
    clear: right;
 
    line-height: normal; }
 
   .Sidebar .article-thumb {
 
    background-color: transparent !Important;
 
    box-shadow: none !Important; }
 
   .Sidebar sup {
 
    font-size: 5px; }
 
   .Sidebar .details.magnify {
 
    display: none;
 
    position: absolute; }
 
    .Sidebar div.thumb:hover .details.magnify {
 
      display: block; }
 
   .Sidebar figure.thumbinner, .Sidebar div.thumbinner {
 
    padding: 0;
 
    border: none;
 
    padding: 0 !Important;
 
    width: auto !Important; }
 
  .Sidebar figcaption {
 
    display: none; }
 
  .Sidebar figure img {
 
    width: 200px;
 
    height: auto; }
 
   .Sidebar .magnify {
 
    display: none; }
 
  .Sidebar div.tright, .Sidebar figure.tright {
 
    margin: 0;
 
    float: none;
 
    border: none !Important; }
 
  .Sidebar .sub-sidebar {
 
    margin: 1em 0; }
 
    .Sidebar .sub-sidebar:last-child {
 
      margin-bottom: 0; }
 
  .Sidebar .releases .tright {
 
    width: 49% !important; }
 
   .Sidebar .releases .tright {
 
    float: left;
 
    clear: left;
 
    margin: 0; }
 
  .Sidebar .releases img {
 
    width: 100%;
 
    height: auto;}
 
  .Sidebar .releases dl {
 
    clear: none;
 
    overflow: visible;
 
    margin: 0; }
 
  .Sidebar .releases dt {
 
    display: none; }
 
  
.division-header,
+
.visualClear {
.sidebar-title,
 
.sub-sidebar {
 
 
   clear: both; }
 
   clear: both; }
  
.division-header {
+
.meta {
   width: 49%;
+
   font-style: italic;
  text-align: right;
+
   padding: 0 1em; }
   position: relative; }
+
   .meta i, .meta em {
  .division-header .expandability-indicator {
+
     font-style: normal; }
    position: absolute;
 
    right: -1.3em;
 
    top: 0; }
 
   .collapsed .division-header {
 
    color: #66BBFF; }
 
  .division-header + .sub-sidebar {
 
     margin-top: 0; }
 
  
.sidebar-title {
+
.mw-editsection {
   background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0e1519), color-stop(50%, #3a5766), color-stop(100%, #0e1519));
+
   visibility: hidden; }
   background: -webkit-linear-gradient(left center, #0e1519 0%, #3a5766 50%, #0e1519 100%);
+
   h1:hover > .mw-editsection, h2:hover > .mw-editsection, h3:hover > .mw-editsection, h4:hover > .mw-editsection, h5:hover > .mw-editsection, h6:hover > .mw-editsection {
  background: -moz-linear-gradient(left center, #0e1519 0%, #3a5766 50%, #0e1519 100%);
+
    visibility: visible; }
  background: -o-linear-gradient(left center, #0e1519 0%, #3a5766 50%, #0e1519 100%);
 
  background: linear-gradient(left center, #0e1519 0%, #3a5766 50%, #0e1519 100%);
 
  padding: 4px;
 
  text-align: center; }
 
  
.sidebar-division.meta {
+
a:visited {
   padding: 0; }
+
   color: #0269B3; }
 
 
  
.pi-theme-Release .pi-title {
+
.memory-beta a {
   font-size: 1em;
+
   color: #D7ECFF; }
  line-height: 1.2em;
 
  padding: 5px 10px;
 
}
 
  
.pi-theme-Release {
+
.element-invisible, figcaption > .attribution, .toclimit-2 .toclevel-1 > ol, .toclimit-3 .toclevel-2 > ol, .toclimit-4 .toclevel-3 > ol, .toclimit-5 .toclevel-4 > ol, .toclimit-6 .toclevel-5 > ol, .toclimit-7 .toclevel-6 > ol {
   position: relative;
+
   display: none !Important; }
}
 
  
.pi-theme-Release::before {
+
.alt_timeline {
   content: '';
+
  border-style: solid;
   position: absolute;
+
  border-color: #666666;
   display: block;
+
   border-width: 1px 1px 1px 3px;
   background-color: #000;
+
   margin: 2em 0pt 1em;
  width: 50%;
+
   padding: .5em 1em;
  left: 0;
+
   background-color: inherit; }
  top: 0;
+
  .alt_timeline .legend {
  height: 100%;
+
    text-shadow: -4px 0 0 #2e2e33, -3px 0 0 #2e2e33, -2px 0 0 #2e2e33, -1px 0 0 #2e2e33, 1px 0 0 #2e2e33, 2px 0 0 #2e2e33, 3px 0 0 #2e2e33, 4px 0 0 #2e2e33;
}
+
    font-weight: normal;
 +
    color: #666666;
 +
    padding: 0 .5em;
 +
    font-size: .8em;
 +
    margin-left: -.6em;
 +
    margin-top: -1.6em; }
  
.pi-theme-Release > .pi-image {
+
figcaption > .caption {
   float: left;
+
   margin-bottom: 0; }
  width: 50%;
 
  position: relative;
 
}
 
  
.pi-theme-Release > .pi-image img {
+
.details > .summary {
   width: 100%;
+
  font-weight: bold;
   height: auto;
+
  cursor: pointer;
}
+
  -webkit-user-select: none;
 +
  -moz-user-select: none;
 +
  user-select: none; }
 +
  .details > .summary:before {
 +
    content: '▸'; }
 +
    .open > .details > .summary:before {
 +
      content: '▾'; }
 +
   .details > .summary ~ div {
 +
    display: none; }
 +
.details.open > .summary ~ div {
 +
   display: block; }
  
.pi-theme-Release > .pi-image ~ .pi-item {
+
kbd {
   width: 50%;
+
  background-color: #F7F7F7;
   float: right;
+
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
   box-sizing: border-box;
+
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
   clear: right;
+
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
}
+
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
 +
  border: 1px solid;
 +
   border-color: #DDD #AAA #888 #CCC;
 +
   border-radius: 2px;
 +
   font-family: inherit;
 +
  padding: 0 .4em;
 +
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
 +
   white-space: nowrap;
 +
  color: black; }
  
.pi-theme-Release .pi-data-label {
+
hr,
   display: none;
+
.hr {
}
+
   border: none;
 +
  border-top: 1px solid #666666;
 +
  margin: 1em 0; }
  
.pi-theme-Release .pi-data-value {
+
.hr > hr {
   padding: 0;
+
   display: none; }
}
 
  
.pi-theme-Release a.external:after,  
+
.dialogue + .dialogue:before,
.pi-theme-Release a[href^='gopher://']:after {
+
.dialogue + p:empty + .dialogue:before,
   display: none;
+
.section + .section:before {
}
+
  content: '';
 +
   display: block;
 +
  border: none;
 +
  border-top: 1px solid #666666;
 +
  margin-top: 1em;
 +
  margin-bottom: 1em;
 +
  max-width: 90px; }
  
.panorama .article-thumb {
+
.mw-search-profile-tabs fieldset#mw-searchoptions{
  width: 100% !important;
+
background-color: #4c4c4c;
}
 
.panorama img {
 
  max-width: 100%;
 
  height: auto;
 
 
}
 
}

Aktuelle Version vom 18. Oktober 2019, 16:26 Uhr

@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Quote.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Portable_infobox.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Sidebar.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Navigation.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Multi-column-layout.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Icon.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Message.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Misc.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Hauptseite.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:CodeMirror.css&action=raw&ctype=text/css');


/*Wichtiges von Misc.css*/
ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

td, th {
  vertical-align: top;
  padding: 0 2px; }

tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1); }

td.prefix {
  text-align: right; }

table.complex {
  font-size: 11px; }
  table.complex th {
    font-size: 11px; }

th {
  background-color: rgba(255, 255, 255, 0.05);
  text-align: left; }

thead th {
  background-color: #222226;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e2e33), color-stop(100%, #222226));
  background: -webkit-linear-gradient(center top, #2e2e33 0%, #222226 100%);
  background: -moz-linear-gradient(center top, #2e2e33 0%, #222226 100%);
  background: -o-linear-gradient(center top, #2e2e33 0%, #222226 100%);
  background: linear-gradient(center top, #2e2e33 0%, #222226 100%);
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin: 5px 0 20px; }

.overview {
  text-align: center;
  margin: 1em 0; }

.visualClear {
  clear: both; }

.meta {
  font-style: italic;
  padding: 0 1em; }
  .meta i, .meta em {
    font-style: normal; }

.mw-editsection {
  visibility: hidden; }
  h1:hover > .mw-editsection, h2:hover > .mw-editsection, h3:hover > .mw-editsection, h4:hover > .mw-editsection, h5:hover > .mw-editsection, h6:hover > .mw-editsection {
    visibility: visible; }

a:visited {
  color: #0269B3; }

.memory-beta a {
  color: #D7ECFF; }

.element-invisible, figcaption > .attribution, .toclimit-2 .toclevel-1 > ol, .toclimit-3 .toclevel-2 > ol, .toclimit-4 .toclevel-3 > ol, .toclimit-5 .toclevel-4 > ol, .toclimit-6 .toclevel-5 > ol, .toclimit-7 .toclevel-6 > ol {
  display: none !Important; }

.alt_timeline {
  border-style: solid;
  border-color: #666666;
  border-width: 1px 1px 1px 3px;
  margin: 2em 0pt 1em;
  padding: .5em 1em;
  background-color: inherit; }
  .alt_timeline .legend {
    text-shadow: -4px 0 0 #2e2e33, -3px 0 0 #2e2e33, -2px 0 0 #2e2e33, -1px 0 0 #2e2e33, 1px 0 0 #2e2e33, 2px 0 0 #2e2e33, 3px 0 0 #2e2e33, 4px 0 0 #2e2e33;
    font-weight: normal;
    color: #666666;
    padding: 0 .5em;
    font-size: .8em;
    margin-left: -.6em;
    margin-top: -1.6em; }

figcaption > .caption {
  margin-bottom: 0; }

.details > .summary {
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .details > .summary:before {
    content: '▸'; }
    .open > .details > .summary:before {
      content: '▾'; }
  .details > .summary ~ div {
    display: none; }
.details.open > .summary ~ div {
  display: block; }

kbd {
  background-color: #F7F7F7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  border: 1px solid;
  border-color: #DDD #AAA #888 #CCC;
  border-radius: 2px;
  font-family: inherit;
  padding: 0 .4em;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  color: black; }

hr,
.hr {
  border: none;
  border-top: 1px solid #666666;
  margin: 1em 0; }

.hr > hr {
  display: none; }

.dialogue + .dialogue:before,
.dialogue + p:empty + .dialogue:before,
.section + .section:before {
  content: '';
  display: block;
  border: none;
  border-top: 1px solid #666666;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 90px; }

.mw-search-profile-tabs fieldset#mw-searchoptions{
background-color: #4c4c4c;
}