Skip to content

Instantly share code, notes, and snippets.

@christophehurpeau
Created June 3, 2015 09:36
Show Gist options
  • Save christophehurpeau/744b1e1920a3f1d0b8fc to your computer and use it in GitHub Desktop.
Save christophehurpeau/744b1e1920a3f1d0b8fc to your computer and use it in GitHub Desktop.
evaneos stylish
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.evaneos.com"), domain("www.evaneos.es"), domain("www.evaneos.it"), domain("www.evaneos.de"), domain("www.evaneos-travel.com") {
#topnavbar {
background: tomato;
}
}
@-moz-document domain("pro.evaneos.com"), domain("pro.evaneos.es"), domain("pro.evaneos.it"), domain("pro.evaneos.de"), domain("pro.evaneos-travel.com") {
#menu {
background: tomato;
}
}
@-moz-document domain("pro.evaneos.com"), domain("pro.local.evaneos.com"), domain("www.pro.dev.evaneos.com"), domain("gecko.pro.dev.evaneos.com"), domain("pro.preprod.evaneos.com") {
.navbar-inverse {
background-color: #295F8F;
}
.navbar .navbar-nav li.active {
background-color: #223B51;
}
.btn-lime {
background-color: #24906C;
border-color: #62BF9F;
color: #24906C;
}
.btn-orange {
color: #F79400;
border-color: #FFCC80;
background-color: #F79400;
}
.btn-primary, .btn-primary:hover, .btn-primary:active {
color: #FFF;
border-color: transparent;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:active {
background-color: transparent;
}
.btn-tertiary, .btn-tertiary:hover, .btn-tertiary:active {
background-color: transparent;
border-color: transparent;
}
.sortable.sort-down, .sortable.sort-up {
color: #24906C;
}
table.table tr.active {
border-color: #24906C;
}
body a {
color: #24906C;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment