summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-07 18:29:08 -0400
committerJules Laplace <jules@okfoc.us>2014-10-07 18:29:08 -0400
commitc60434bc4655d0e020ca75fc7c5fddf53ac58ede (patch)
tree7075f85232ba985391cb2b9b56293a6e877f1292 /public/assets/stylesheets
parenteb1e515f5446d8a90d92c2f60722eca23a9c4fe5 (diff)
invert logo if background is dark, match body bg to wall color
Diffstat (limited to 'public/assets/stylesheets')
-rwxr-xr-xpublic/assets/stylesheets/app.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index cef90a9..b4d176f 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -71,6 +71,27 @@ a{
left: 0;
z-index: 6;
}
+#header.black .logo:hover {
+ background: white;
+}
+#header.black .logo:hover path {
+ fill: black;
+}
+#header.black path {
+ fill: white;
+}
+#header.black .topLinks a {
+ color: white;
+}
+#header.black .topLinks a:hover {
+ color: black;
+ background-color: white;
+}
+#header.black a#help-button:hover {
+ background-color: transparent;
+ text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
+}
+
#help-button {
display: none;
border-right:0px!important;
@@ -1566,7 +1587,7 @@ input[type="range"]::-webkit-slider-thumb {
bottom: 10px;
right: 10px;
font-size: 12px;
- -webkit-transform: translateY(450px);
+ -webkit-transform: translateY(500px);
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transform: translateY(450px);
transition: -webkit-transform 0.2s ease-in-out;