summaryrefslogtreecommitdiffstats
path: root/css/custom.css
diff options
context:
space:
mode:
authorJack Mitchell <jack@embed.me.uk>2014-01-14 17:58:40 +0000
committerJack Mitchell <jack@embed.me.uk>2014-01-14 17:58:40 +0000
commit0263bb562163105f291c750ae00b2f1c79b48648 (patch)
tree37bcb633957194338ac68ea2608959221fa9bdde /css/custom.css
downloadopenembedded-web-frontpages-0263bb562163105f291c750ae00b2f1c79b48648.tar.gz
initial commit
Diffstat (limited to 'css/custom.css')
-rw-r--r--css/custom.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/css/custom.css b/css/custom.css
new file mode 100644
index 0000000..9979488
--- /dev/null
+++ b/css/custom.css
@@ -0,0 +1,34 @@
+.oe-blue {
+ background: #d5f1f6;
+}
+
+.jumbotron.jumbo-reduce-padding {
+ padding: 25px 40px 20px 40px;
+}
+
+.jumbotron {
+ background: #EDEDED;
+}
+
+.spacer {
+ margin-top: 20px;
+}
+
+.unified-padding {
+ padding: 10px;
+}
+
+.unified-margin {
+ margin: 10px;
+}
+
+.no-margin {
+ margin: 0px;
+}
+
+.navbar-default .navbar-nav > .active > a,
+.navbar-default .navbar-nav > .active > a:hover,
+.navbar-default .navbar-nav > .active > a:focus {
+ color: #555;
+ background-color: #96dce9;
+}