.wikimuc-prettylink .external {
background-image: none !important;
}
/** Navigation **/
div.wikimuc-navigation {
background-color: #efefef;
}
.wikimuc-navigation a {
color: #4e7a92;
outline: none;
text-decoration: none;
}
.wikimuc-navigation a:hover, /* Durch Maus oder Tastatur angewählte Verweise werden sichtbar gemacht */
.wikimuc-navigation a:focus {
color: white;
text-decoration: none;
background-color: #cfcfcf;
}
.wikimuc-navigation ul {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
overflow: auto;
white-space: nowrap;
list-style-type: none;
list-style-image: none !important;
width: 100%;
margin-left: 0em;
margin-bottom: 2px;
padding-left: 0em;
}
.wikimuc-navigation ul li {
flex: auto;
margin-bottom: 2px;
}
/** #navigation ul li:first-child a { border-bottom: none; } **/
/** #navigation ul li:first-child a:before { width:0.1em; } **/
.wikimuc-navigation ul li a {
display: block;
border-bottom: 1px solid #4e7a92;
font-size: 1.1em;
line-height: 1.5em;
padding: 0.5em 20px;
text-decoration: none;
text-align: center;
/** width: 6em; **/
}
.wikimuc-navigation ul li a:before{
content:" ";
display:inline-block;
width:0.1em;
height:1em;
/* border-left:2px solid #4e7a92;; */
}
.wikimuc-navigation a{
background: #aaa;
}
div.wikimuc-banner {
background-image: linear-gradient(to right,rgba(167,215,249,0) 0,#a7d7f9 100%);
}
.wikimuc-banner h2:first-of-type {
text-transform: uppercase;
margin: 0 0 0 0;
padding-top: 0;
padding-bottom: 0;
}
@media screen and (max-width: 900px) {
div.wikimuc-banner {
background-image: linear-gradient(to right,rgba(167,215,249,0.3) 0,#a7d7f9 100%);
}
.wikimuc-banner img { display: none; }
.wikimuc-banner h2:first-of-type {
padding-top: 1em;
padding-bottom: 1em;
text-align: center; }
}
@media screen and (max-width: 700px) {
.wikimuc-banner h2:first-of-type {
padding-top: 1em;
padding-bottom: 1em;
font-size: small; }
}