MediaWiki:Medik.css: differenze tra le versioni
chg |
fix |
||
| Riga 34: | Riga 34: | ||
/* Make profile icon in navbar blue */ |
/* Make profile icon in navbar blue */ |
||
.profile-icon { |
.profile-icon { |
||
color: navy; |
background-color: navy; |
||
border: 1px solid navy; |
|||
} |
} |
||
Versione delle 16:14, 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 {
background-color: navy;
border: 1px solid navy;
}
/* Make links in sidebar blue */
#mw-navigation a:not(.disabled) {
color: navy;
}