Skip to content

Instantly share code, notes, and snippets.

@playbyexample-admin
Forked from xamplez-admin/CONF.md
Last active December 19, 2015 04:39
Show Gist options
  • Save playbyexample-admin/5898915 to your computer and use it in GitHub Desktop.
Save playbyexample-admin/5898915 to your computer and use it in GitHub Desktop.
# Root url of the application
application.root.url="http://play.xamplez.io"
gist.roots=[5064282]
admins=["playbyexample-admin"]
# Configuration of the ES backend
elasticsearch {
url="http://localhost:9200"
index="test"
}
# Optional configuration of the twitter account
twitter{
tags="#play #xamplez"
}
This is the fork of Xamplez core Configuration Gist
/**
* Custom CSS for Play by Xamplez
*/
.ribbon.ribbon-main {
background: #8adc92;
background: -webkit-gradient(linear, left bottom, right top, from(#B3E862), to(#73dac1));
background: -moz-linear-gradient(left bottom, #B3E862, #73dac1);
background: gradient(linear, left bottom, right top, from(#B3E862), to(#73dac1));
color: #fff;
}
section.main h3 {
color: #454545;
}
header {
border-top: 5px solid #8adc92;
}
header a {
color: #454545;
}
header a:hover {
color: #454545;
}
header a:hover:before {
border-top: 5px solid #8adc92;
}
.tags .tag a:hover {
color: #8adc92;
}
application.name=Play by Examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment