MediaWiki:Common.css

Revision as of 22:58, 22 October 2024 by Selfice (talk | contribs) (Created page with "body { background-color: #edd3ba; overflow-y: scroll; } #mw-head { position: absolute; top: 0; right: 0; width: 100%; background-color: #aee6a7; } .mw-body { margin-top: -1px; border: 2px solid #9e7b67; border-right-width: 0; background-color: #fde7c8; } .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li{ margin: 0; padding: 0.25em 0; font-size: 0.75em; line-height: 1.125em; word-wrap: brea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
body {
    background-color: #edd3ba;
    overflow-y: scroll;
}

#mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #aee6a7;
}
.mw-body {
    margin-top: -1px;
    border: 2px solid #9e7b67;
    border-right-width: 0;
    background-color: #fde7c8;
}

.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li{
    margin: 0;
    padding: 0.25em 0;
    font-size: 0.75em;
    line-height: 1.125em;
    word-wrap: break-word;
    background-color: #be9b87;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
	background-image: none;
}
.vector-menu-tabs-legacy li {
    background-image: linear-gradient(to bottom,#ceab97 0,#ceab97 100%);
    background-position: left bottom;
    background-repeat: repeat-x;
}
.vector-menu-tabs-legacy .selected {
    background: #fde7c8;
    border: 2px solid #9e7b67;
	border-bottom: 0 solid #9e7b67;
}
#p-personal{
	position:static;
	/* border: 2px solid #9e7b67; */
	background: #fde7c8;
	padding: 0.05em;
	width:auto;
}