MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Forum Freie Lastenräder
Fleg (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Fleg (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 23: | Zeile 23: | ||
} | } | ||
#mw-navigation li:nth-child( | #mw-navigation li:nth-child(1) a, | ||
#mw-navigation li:nth-child(2) a, | |||
#mw-navigation li:nth-child(3) a, | |||
#mw-navigation li:nth-child(4) a, | |||
#mw-navigation li:nth-child(5) a, | |||
{ | |||
color: #E9C35A !important; | color: #E9C35A !important; | ||
} | } |
Version vom 1. November 2017, 14:16 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* Responsive Images */ img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ } /* Logo */ #p-logo { margin-top: 20px } /*navbar */ .navbar { -webkit-box-shadow: 0px 0px 0px 0px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ -moz-box-shadow: 0px 0px 0px 0px #ccc; /* Firefox 3.5 - 3.6 */ box-shadow: 0px 0px 0px 0px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ background-image: none; } .navbar ul li a { padding-left: 5px; padding-right: 5px; font-size: 12px; } #mw-navigation li:nth-child(1) a, #mw-navigation li:nth-child(2) a, #mw-navigation li:nth-child(3) a, #mw-navigation li:nth-child(4) a, #mw-navigation li:nth-child(5) a, { color: #E9C35A !important; } #mw-navigation li.dropdown a { opacity: 0.7; } /* style: diskussionen */ .n-Diskussionen-.E2.86.92 { } /* hide search & go button */ #searchGoButton { display: none; } /* logo gallery */ li.gallerybox div.thumb { background: #FFF; border: none; } .srf-redirect .redirecticon { display:none !important; } /* Hide more link on home */ .home-initiative-icons a { display: none } .home-initiative-icons .srf-gallery a { display: block; }