summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css62
1 files changed, 35 insertions, 27 deletions
diff --git a/styles.css b/styles.css
index 7664838f..2534c977 100644
--- a/styles.css
+++ b/styles.css
@@ -1,8 +1,3 @@
-body .jumbotron {
- background-color: white;
-}
-
-
.lang-slector {
float: right;
padding-top: 2mm;
@@ -20,38 +15,27 @@ ul nav {
border-radius: 0px;
}
-a nav active {
- background-color: black;
- color: white;
-}
-
.c_acronym {
background-color: #A5C663;
}
-#body_content a,
-#body_content a:link,
-#body_content a:visited {
+a,
+a:link,
+a:visited {
text-decoration: underline;
color: black;
}
-#body_content a:hover {
- transition: background-color 0.3s;
- background-color: rgba(200, 200, 200, 0.5);
-}
-
-footer a,
-footer a:link,
-footer a:visited {
- text-decoration: underline;
- color: white;
+nav a,
+nav a:link,
+nav a:visited {
+ text-decoration: none;
}
-footer a:hover {
+#body_content a:hover {
transition: background-color 0.3s;
- background-color: rgba(100, 100, 100, 0.5);
+ background-color: rgba(200, 200, 200, 0.5);
}
.c_intro {
@@ -73,6 +57,18 @@ footer a:hover {
#mybody {
/* override ugly bootstrap defaults */
color: black;
+ position: relative;
+ min-height: 100%;
+}
+
+#body_content {
+ height: 100%;
+}
+
+footer {
+ position: relative;
+ bottom: 0;
+ height: 340px;
}
.btn-dark {
@@ -87,8 +83,6 @@ footer a:hover {
footer {
padding-top: 2em;
margin-top: 2em;
- background-color: #222;
- color: white;
}
@@ -140,3 +134,17 @@ footer {
-webkit-filter: invert(100%);
filter: invert(100%);
}
+
+
+.checkmark {
+ height: 1em;
+ margin-right: 0.3em;
+ vertical-align: baseline;
+ position: relative;
+ top: 0.2em;
+}
+
+.checklist {
+ list-style-type: none;
+ padding-left: 0px;
+}