User:RHG1951/monobook.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "→‎Remove gradient in the background: body {background: url(/w/images/5/50/Wiki-background);}")
 
No edit summary
Line 1: Line 1:
/* Remove gradient in the background */
/* Remove gradient in the background and change background image */
body {background: url(/w/images/5/50/Wiki-background);}
body {
    background: url(https://rhwiki.net/w/images/c/c3/Wiki-background-bright.png);
}
 
/* Change wiki body background to white */
#content, .mw-body {
    background-color: #FFFFFF;
    color:#000000;
}
 
/* Change headers to black */
#firstHeading,
h1,
#bodyContent h1,
h2,
#bodyContent h2,
h3,
#bodyContent h3,
h4,
#bodyContent h4,
h5, #bodyContent h5,
h6,
#bodyContent h6 {color: #000000;}
 
/* Remove boxes behind corner list */
.mw-list-item {
  background:none !important
}
 
/* body.skin--responsive #p-personal li a {
    color: #00C;
} */
 
/* Change editing box to white */
body.skin--responsive #p-cactions li.selected a, body.skin--responsive #p-cactions li a {
    background-color: #FFFFFF;
 
}
 
/* Change wiki markup codes box */
textarea, div#editpage-specialchars a, .mw-editform-legacy input#wpSummary {
    background-color: #FFFFFF;
    color: #000000;
}
 
body.skin-monobook .pBody, body.skin-monobook #footer #f-list{
    background-color: #FFFFFF;
    color: #ACACAC
}
 
 
/* Change side bar color */
a,
a.interwiki,
a.external,
a:visited,
a.interwiki:visited,
a.external:visited {
  color:#665eae;
}
 
/* Change corner list color */
body.skin--responsive #p-personal li a {
  color:#665eae;
}
 
/* Change article tabs color */
body.skin--responsive #p-cactions li.selected a,
body.skin--responsive #p-cactions li a {
  color:#665eae;
}
 
.mw-footer {
  background-color:#FFFFFF;
}
 
/* Replace logo image */
.mw-wiki-logo {
    background-image:url(https://rhwiki.net/w/images/3/31/Logo_RHWiki.svg);
    background-size:95%;
    background-repeat: no-repeat;
}
 
/* Change code box color */
pre,
code,
  .mw-code {
    background-color:#f8f9fa;
    color:#000;
    border:1px solid #eaecf0
  }
 
/* Change summary box colors */
.editOptions {
  background-color:#eaecf0;
  color:#202122;
  border:1px solid #c8ccd1;
  border-top:0;
  padding:1em 1em 1.5em 1em;
  margin-bottom:2em
}
 
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
  -webkit-appearance:none;
  -moz-appearance:textfield;
  display:block;
  width:100%;
  box-sizing:border-box
}
 
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
  background-color:#fff;
  color:#000;
  border:1px solid #ccc;
  border-radius:3px;
  padding:0.46875em 0.5em;
  box-shadow:0 0 0 #fff,inset 0 0.1em 0.2em #ddd;
  font-size:inherit;
  font-family:inherit;
  line-height:1.40625em;
  transition:border-color 250ms,box-shadow 250ms
}
 
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
  background-color:#000;
  color:#000;
}
487

edits

Navigation menu