MediaWiki:Common.css: Unterschied zwischen den Versionen

Mobile Fixes Sidebar
Keine Bearbeitungszusammenfassung
(Mobile Fixes Sidebar)
 
(18 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1.078: Zeile 1.078:
.plainlist ul li {
.plainlist ul li {
     margin-bottom: 0;
     margin-bottom: 0;
}
/* Hatnotes and disambiguation notices */
.rellink,
.dablink {
    font-style: italic;
    /* @noflip */
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
.rellink i,
.dablink i {
    font-style: normal;p
}
.wdItem:hover {
  background-image: url('https://wiki.wiidatabase.de/images/f/ff/Wikidata-logo.svg');
  background-size: 15px;
  background-position: right center;
  background-repeat: no-repeat;
}
a[rel="template-wizard"] {
  background-image: url('https://wiki.wiidatabase.de/images/e/ef/Puzzle.png');
}
code {
  white-space: nowrap;
}
#p-personal li a, #p-cactions-mobile li#ca-more a {
    color: #FFF !important;
}
#p-personal li a:hover, #p-cactions-mobile li#ca-more a:hover {
    color: #000 !important;
}
@media screen and (max-width: 550px) {
#p-cactions-label {
color: #000;
}
    #sidebar {
        border-right: 0;
        border-left: 0;
        border: 1px solid #aaaaaa;
        background-color: #FFF;
        margin-top: 2rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
        line-height: 1.5em;
    }
    #sidebar h3 {
        color: #000;
    }
    #sidebar .portlet[role="navigation"] {
        margin-top: 1rem;
    }
}
}