aboutsummaryrefslogtreecommitdiffstats
path: root/assets/css/main.css
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-01 15:23:41 -0600
committerMatt Rude <[email protected]>2018-02-01 15:23:41 -0600
commit2277bbda4e361750395251df8372aba9e69931fb (patch)
tree69cf8c45fe38924f95869e1878668afe088f7571 /assets/css/main.css
downloadxmpp-site-lite-2277bbda4e361750395251df8372aba9e69931fb.tar.gz
xmpp-site-lite-2277bbda4e361750395251df8372aba9e69931fb.tar.bz2
xmpp-site-lite-2277bbda4e361750395251df8372aba9e69931fb.zip
Starting Out
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css59
1 files changed, 59 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
new file mode 100644
index 0000000..632e580
--- /dev/null
+++ b/assets/css/main.css
@@ -0,0 +1,59 @@
+html {
+ position: relative;
+ min-height: 100%;
+}
+body {
+ position: relative;
+}
+.wrapper {
+ margin-bottom: 120px;
+}
+.footer {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ background-color: #f5f5f5;
+}
+.section-headder {
+ padding: 60px 0 10px;
+}
+
+.list-inline {
+ display: inline;
+}
+
+.site-title h1 {
+ font-size: 4em;
+}
+
+#contact-list {
+ font-size:2em;
+ text-align: center;
+}
+td.PASSED {
+ background-color: green;
+ color: white;
+}
+td.FAILED {
+ background-color: red;
+ color: white;
+}
+
+.h1, .h2, .h3, h1, h2, h3 {
+/* padding-top: 60px; */
+}
+
+#definitions h2 {
+ padding-top: 60px;
+}
+
+.nav-item a {
+ padding: 0 10px;
+ color: #fff;
+}
+
+@media (max-width: 968px) {
+ .pull-right, .pull-left {
+ text-align: center;
+ }
+ }