MediaWiki:Medik.css: differenze tra le versioni
add |
add |
||
| Riga 15: | Riga 15: | ||
} |
} |
||
/* Hide sitename in navbar */ |
|||
#p-banner, |
#p-banner, |
||
#p-banner:hover, |
#p-banner:hover, |
||
| Riga 20: | Riga 21: | ||
.mw-hamb { |
.mw-hamb { |
||
color: #eff5ff; |
color: #eff5ff; |
||
} |
|||
/* Make button in navbar visible */ |
|||
#user-tools button { |
|||
color: navy; |
|||
} |
} |
||
Versione delle 22:47, 6 lug 2021
/* Change colour of the footer */
.mw-footer {
background-color: #eff5ff;
}
/* Change colour of the sidebar */
.container-fluid div.row div#mw-navigation.col-12.col-md-3.col-xl-2 {
background-color: #eff5ff;
}
/* Make search input wider */
#searchInput {
max-width: 100%;
width: 600px;
}
/* Hide sitename in navbar */
#p-banner,
#p-banner:hover,
#p-banner:visited,
.mw-hamb {
color: #eff5ff;
}
/* Make button in navbar visible */
#user-tools button {
color: navy;
}