MediaWiki:Medik.css: differenze tra le versioni
add |
add |
||
| Riga 25: | Riga 25: | ||
/* Make button in navbar visible */ |
/* Make button in navbar visible */ |
||
#user-tools button { |
#user-tools button { |
||
color: navy; |
|||
} |
|||
/* Make links in sidebar blue */ |
|||
#mw-navigation a:not(.disabled) { |
|||
color: navy; |
color: navy; |
||
} |
} |
||
Versione delle 15:10, 7 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;
}
/* Make links in sidebar blue */
#mw-navigation a:not(.disabled) {
color: navy;
}