Main Page

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

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

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