Main Page

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

From Arks-Visiphone
Jump to navigation Jump to search
Line 13: Line 13:
 
}
 
}
 
.wikiEditor-preview-contents {
 
.wikiEditor-preview-contents {
     background-color: transparent;
+
     background-color: #272b30;
 
}
 
}
 
.wikiEditor-ui-buttons button {
 
.wikiEditor-ui-buttons button {
Line 22: Line 22:
 
}
 
}
 
.wikiEditor-ui-buttons {
 
.wikiEditor-ui-buttons {
  background-color: #272b30;
+
    background-color: #272b30;
 +
    border-top: 0px;
 
}
 
}

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

.wikiEditor-ui-controls {
    background-color: #272b30;
}
.wikiEditor-preview-contents {
    background-color: #272b30;
}
.wikiEditor-ui-buttons button {
    color: black;
}
.wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid silver;
}
.wikiEditor-ui-buttons {
    background-color: #272b30;
    border-top: 0px;
}