aboutsummaryrefslogtreecommitdiffstats
path: root/assets/css/main.css
diff options
context:
space:
mode:
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;
+ }
+ }