about summary refs log tree commit diff
path: root/stylesheets/i.css
diff options
context:
space:
mode:
authorGeorg Lukas <georg@op-co.de>2017-01-01 22:34:14 +0100
committerGeorg Lukas <georg@op-co.de>2017-01-01 22:34:14 +0100
commit43f1a61e8ae19f3cb01d4e4f3abb6711b501fc2f (patch)
treec8b6d7983f109155a3aada9b70ec458b4438250a /stylesheets/i.css
parent2b27c5048f1de4a5e9e5194acf311711373356cd (diff)
downloadphp-xmpp-invitation-43f1a61e8ae19f3cb01d4e4f3abb6711b501fc2f.tar.gz
Initial code commit: WARNING, FUGLY JAVASCRIPT
Diffstat (limited to 'stylesheets/i.css')
-rw-r--r--stylesheets/i.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/stylesheets/i.css b/stylesheets/i.css
new file mode 100644
index 0000000..574cf79
--- /dev/null
+++ b/stylesheets/i.css
@@ -0,0 +1,20 @@
+body {
+	background: #f8f8f8;
+	color: #000000;
+}
+a {
+	color: #1863a1;
+}
+.btn-primary {
+	background: #252e3f;
+	color: #f2f2f2;
+}
+.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
+	background: #353e5f;
+	color: #b7c1d5;
+    box-shadow: none;
+}
+.btn-primary:active, .btn-primary.active {
+    background: #353e5f;
+    box-shadow: none;
+}