Changes

From Drawn to Life Wiki
no edit summary
Line 503: Line 503:  
@media only screen and (max-width: 604px){#p-logo{left: 28.5vw;}
 
@media only screen and (max-width: 604px){#p-logo{left: 28.5vw;}
 
@media only screen and (max-width: 496px){li#pt-watchlist{display: none}
 
@media only screen and (max-width: 496px){li#pt-watchlist{display: none}
 +
 +
 +
/* Structured Discussions */
 +
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input::placeholder
 +
{
 +
  color: #fff;
 +
  opacity: 1;
 +
}
 +
.oo-ui-textInputWidget .oo-ui-inputWidget-input
 +
{
 +
  background-color: #7a73b94d;
 +
}
 +
.flow-ui-editorWidget > .flow-ui-editorWidget-editor:not(.oo-ui-pendingElement-pending)
 +
{
 +
  background-color: #7a73b94d;
 +
}
 +
.flow-ui-editorWidget-editor
 +
{
 +
  border: 1px solid #7576ad;
 +
}
 +
.flow-topic-titlebar
 +
{
 +
  background-color: #7a73b9;
 +
}
 +
.flow-topic-meta
 +
{
 +
  color: #e6cce8;
 +
}
 +
.flow-post
 +
{
 +
  color: white;
 +
}
 +
.mw-ui-anchor.mw-ui-progressive.mw-ui-quiet
 +
{
 +
  color: #c39ce6;
 +
}
 +
@media (min-width: 1165px) {
 +
  .flow-component.flow-board-page.flow-full-height-side-rail .flow-board-header::before
 +
{
 +
    background-color: #7a73b94d;
 +
  }
 +
}
 +
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button
 +
{
 +
  color: #ffffffd4;
 +
}