Main Page

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

From Arks-Visiphone
Jump to navigation Jump to search
Line 15: Line 15:
 
color: black !important;
 
color: black !important;
 
}
 
}
 
 
mw-editpage-minoredit,
 
mw-editpage-minoredit,
 
mw-editpage-watch,
 
mw-editpage-watch,
Line 22: Line 21:
 
     color: #c8c8c8 !important;
 
     color: #c8c8c8 !important;
 
}
 
}
 
 
flow-component {
 
flow-component {
 
  background-color:white !important;
 
  background-color:white !important;
 
}
 
}
 
 
 
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
 
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
 
     color: #c8c8c8;
 
     color: #c8c8c8;
Line 36: Line 32:
 
.flow-board-header-title {
 
.flow-board-header-title {
 
     color: black;
 
     color: black;
 +
}
 +
#contentSub, #contentSub2 {
 +
    color: #c8c8c8;
 
}
 
}

Revision as of 19:36, 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);
}

.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;
}
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
    color: #c8c8c8;
}
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
    color: #c8c8c8;
}
.flow-board-header-title {
    color: black;
}
#contentSub, #contentSub2 {
    color: #c8c8c8;
}