MediaWiki:Medik.css: differenze tra le versioni
chg |
chg |
||
| Riga 22: | Riga 22: | ||
} |
} |
||
/* Make button in navbar |
/* Make button in navbar blue */ |
||
#user-tools button { |
#user-tools button { |
||
color: navy; |
color: navy; |
||
} |
} |
||
/* Make hamburger menu in navbar |
/* Make hamburger menu in navbar blue */ |
||
.mw-hamb { |
.mw-hamb { |
||
color: navy; |
|||
} |
|||
/* Make profile icon in navbar blue */ |
|||
.profile-icon { |
|||
color: navy; |
color: navy; |
||
} |
} |
||
Versione delle 16:10, 28 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 {
color: #eff5ff;
}
/* Make button in navbar blue */
#user-tools button {
color: navy;
}
/* Make hamburger menu in navbar blue */
.mw-hamb {
color: navy;
}
/* Make profile icon in navbar blue */
.profile-icon {
color: navy;
}
/* Make links in sidebar blue */
#mw-navigation a:not(.disabled) {
color: navy;
}