Main Page

Difference between revisions of "User:SynthSy/tweeki-white-theme.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 24: Line 24:
 
editHelp {
 
editHelp {
 
     color: #c8c8c8 !important;
 
     color: #c8c8c8 !important;
 +
}
 +
 +
flow-component {
 +
background-color:white !important;
 
}
 
}

Revision as of 19:28, 4 January 2018

.plainlinks {
 color: black;
}

.btn,
.btn:hover {
  border-color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.oo-ui-labelElement-label > span {
color: #c8c8c8 !important;
}

.mw-editfont-default > textarea {
color: black !important;
}
#wpTextbox1 {
color: black !important;
}

mw-editpage-minoredit,
mw-editpage-watch,
editpage-copywarn,
editHelp {
    color: #c8c8c8 !important;
}

flow-component {
 background-color:white !important;
}