about summary refs log tree commit diff
path: root/stylesheets/i.css
diff options
context:
space:
mode:
authorGeorg Lukas <georg@op-co.de>2020-01-01 22:11:16 +0100
committerGeorg Lukas <georg@op-co.de>2020-01-01 22:11:16 +0100
commitf4c9ab87656d3662e5f8b6b7546eae9e38061b98 (patch)
tree5e5ceb10b4d8f22c9b4e2c2b898a9d272cf2ebcd /stylesheets/i.css
parent082d9519f2be0ed5f8ee2362698b5dca61d51081 (diff)
parent11a55b09c1db5fc217a72664122ec0789f05671e (diff)
downloadphp-xmpp-invitation-f4c9ab87656d3662e5f8b6b7546eae9e38061b98.tar.gz
Merge branch 'bootstrapless'
Diffstat (limited to 'stylesheets/i.css')
-rw-r--r--stylesheets/i.css32
1 files changed, 29 insertions, 3 deletions
diff --git a/stylesheets/i.css b/stylesheets/i.css
index 574cf79..29ec1bf 100644
--- a/stylesheets/i.css
+++ b/stylesheets/i.css
@@ -1,10 +1,29 @@
 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;
 }
+
+li {
+	padding-bottom: 0.75em;
+}
+
+.btn:hover, .btn:focus, .btn.focus {
+	color: #666;
+	text-decoration: none;
+}
+
 .btn-primary {
 	background: #252e3f;
 	color: #f2f2f2;
@@ -12,9 +31,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;
 }