about summary refs log tree commit diff
path: root/stylesheets/i.css
diff options
context:
space:
mode:
authorGeorg Lukas <georg@op-co.de>2018-02-21 14:53:06 +0100
committerGeorg Lukas <georg@op-co.de>2018-02-21 14:53:06 +0100
commit12efe3ee0a694f937b13d9123e9287dbeee95e2e (patch)
treef023f2ab1b8f2feea4178a53cc335d3303e86fde /stylesheets/i.css
parentd3213f25c7bd85c085956c6d23f521c372a6ada5 (diff)
downloadphp-xmpp-invitation-12efe3ee0a694f937b13d9123e9287dbeee95e2e.tar.gz
Improved style of text and hints
Diffstat (limited to 'stylesheets/i.css')
-rw-r--r--stylesheets/i.css28
1 files changed, 25 insertions, 3 deletions
diff --git a/stylesheets/i.css b/stylesheets/i.css
index 574cf79..8431b3c 100644
--- a/stylesheets/i.css
+++ b/stylesheets/i.css
@@ -1,10 +1,25 @@
 body {
 	background: #f8f8f8;
 	color: #000000;
+	font-size: 1em;
+	font-family: sans-serif;
 }
+h3 {
+	font-size: 1.5em;
+	font-weight: 400;
+	line-height: 1.1;
+	color: #444;
+}
+
 a {
 	color: #1863a1;
 }
+
+.btn:hover, .btn:focus, .btn.focus {
+	color: #666;
+	text-decoration: none;
+}
+
 .btn-primary {
 	background: #252e3f;
 	color: #f2f2f2;
@@ -12,9 +27,16 @@ a {
 .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
 	background: #353e5f;
 	color: #b7c1d5;
-    box-shadow: none;
+	box-shadow: none;
 }
 .btn-primary:active, .btn-primary.active {
-    background: #353e5f;
-    box-shadow: none;
+	background: #353e5f;
+	box-shadow: none;
+}
+.text-center {
+	text-align: center;
+}
+.hint {
+	font-size: 0.9em;
+	color: #444;
 }