MediaWiki:Common.css: Unterschied zwischen den Versionen

Mobile Fixes Sidebar
Keine Bearbeitungszusammenfassung
(Mobile Fixes Sidebar)
 
(16 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1.090: Zeile 1.090:
.rellink i,
.rellink i,
.dablink i {
.dablink i {
     font-style: normal;
     font-style: normal;p
}
}


.wdItem:hover {
.wdItem:hover {
   background-image: url('//upload.wikimedia.org/wikipedia/commons/f/ff/Wikidata-logo.svg');
   background-image: url('https://wiki.wiidatabase.de/images/f/ff/Wikidata-logo.svg');
   background-size: 15px;
   background-size: 15px;
   background-position: right center;
   background-position: right center;
Zeile 1.102: Zeile 1.102:
a[rel="template-wizard"] {
a[rel="template-wizard"] {
   background-image: url('https://wiki.wiidatabase.de/images/e/ef/Puzzle.png');
   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;
    }
}
}