Main Page

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

From Arks-Visiphone
Jump to navigation Jump to search
Line 10: Line 10:
  
 
.wikiEditor-preview-contents {
 
.wikiEditor-preview-contents {
     background-color: transparent;
+
     background-color: #272b30;
 
}
 
}
 
.wikiEditor-preview-loading {
 
    background-color: transparent;
 
}
 
 
 
.wikiEditor-ui-buttons button {
 
.wikiEditor-ui-buttons button {
 
     color: black;
 
     color: black;
 +
}
 +
.wikiEditor-ui .wikiEditor-ui-view {
 +
    border: 1px solid silver;
 
}
 
}

Revision as of 21:06, 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-preview-contents {
    background-color: #272b30;
}
.wikiEditor-ui-buttons button {
    color: black;
}
.wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid silver;
}