MediaWiki:Foreground.css

From Wikimedicine
Revision as of 20:30, 9 October 2022 by Shanan Khairi (talk | contribs) (Created page with "→‎Modifications des couleurs de la top-bar: .top-bar, .top-bar-section ul, .top-bar-section ul li.active > a, .top-bar-section li a:not(.button), .top-bar-section .has-form, .top-bar.expanded .title-area { background: #0A2342; color: white; } .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-color: #0A2342; } */ .vertical-divider { width: 100%; display: block; background: #0A2342; height: 1px; } .top-bar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Modifications des couleurs de la top-bar */

.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form,
.top-bar.expanded .title-area  {
   background: #0A2342;
   color: white;
}

.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
  border-color: #0A2342;
}
*/

.vertical-divider {
    width: 100%;
    display: block;
    background: #0A2342;
    height: 1px;
}

.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: #0A2342;
}

.top-bar input {
    width: auto;
    display: inline;
}

.top-bar-section ul li ul.dropdown li > a {
    background: #0A2342;
}

.top-bar ul li a {
  background-color: #0A2342 !important;
}

.top-bar {
position: fixed;
width: 100%;
z-index: 999;
}

#logo {
padding-top:50px;
}

#dons {
padding-top:50px;
}