User

User:Kghbln/foreground.css

From WikiApiary, monitoring the MediaWiki universe

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* drop down fix tweak */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0.1em;
}

/* allow more room for footer links */
footer.row ul.columns li {
    padding: 0.5em;
}

/* personal taste */
.top-bar {
    width: 990px;
    margin: 0 auto;
}

.top-bar input, .top-bar .button {
    padding: 0 7px;
}

a, a:hover, a:focus {
    color: #ffa500;
}

.has-dropdown ul.dropdown li a {
    background: none repeat scroll 0 0 #fff0d8;
}

.has-dropdown ul.dropdown li a:hover {
    font-weight:900;
}

.has-dropdown li a {
    background: none repeat scroll 0 0 #fff0d8;
}

.has-dropdown li a:hover {
    color: #ffc666;
    font-weight:900;
}

.label {
    background-color: #ffa500;
}

div#wikiEditor-ui-toolbar.wikiEditor-ui-toolbar div.sections div.toolbar div.group div.tool a.label {
    background-color: transparent;
}

div#wikiEditor-ui-toolbar.wikiEditor-ui-toolbar div.sections div.toolbar div.group span.label {
    background-color: transparent;
}

.wikiEditor-ui-toolbar .group .label {
    background-color: none !important;
}

button, .button, .multipleTemplateAdder {
    background-color: #ffa500;
    border-color: #ffb432;
}
 
button, .button {
    margin: 0.5em 0;
    padding: 0.3em;
}
 
button:hover, button:focus, .button:hover, .button:focus  {
    background-color: #ffc666;
}


input[type="submit"] {
    background-color: #ffa500 !important;
    border-color: #ffb432 !important;
}

.mw-pt-languages {
    color: #ffa500;
}
.patrollink {
    left: 660px;
    position: absolute;
    top: 38px;
}