summaryrefslogtreecommitdiff
path: root/site/public/css
diff options
context:
space:
mode:
authorhorus2018-02-18 14:41:58 +0100
committerhorus2018-02-18 14:41:58 +0100
commitd17b21f91a7b0d94adb0002cc9c41137eee11389 (patch)
treef4e366e10f229588c275a6574ceb4d447bc18797 /site/public/css
parent9f4fc6e98a829104fdded095fd5fb0f0a43fa2a8 (diff)
downloadalkobote-d17b21f91a7b0d94adb0002cc9c41137eee11389.tar.gz
Removes tracking code if tracker url is not set + removes unnecessary css. (website)
Diffstat (limited to 'site/public/css')
-rw-r--r--site/public/css/custom.css40
-rw-r--r--site/public/css/sticky-footer-navbar.css36
2 files changed, 40 insertions, 36 deletions
diff --git a/site/public/css/custom.css b/site/public/css/custom.css
index 40b157f..b96d7ab 100644
--- a/site/public/css/custom.css
+++ b/site/public/css/custom.css
@@ -1,3 +1,28 @@
+html {
+ position: relative;
+ min-height: 100%;
+}
+body > .container {
+ padding: 30px 15px 0;
+}
+
+.card-img-right {
+ height: 100%;
+ border-radius: 0 3px 3px 0;
+}
+.footer > .container {
+ margin-top: 10px;
+ padding-right: 15px;
+ padding-left: 15px;
+}
+.footer {
+ bottom: 0;
+ width: 100%;
+ /* Set the fixed height of the footer here */
+ height: auto;
+ line-height: 60px; /* Vertically center the text there */
+ background-color: #f5f5f5;
+ }
.custom-flex-child {
min-width: 0;
}
@@ -124,3 +149,18 @@ footer {
.s-link:hover {
color: inherit;
}
+
+.flex-auto {
+ -ms-flex: 0 0 auto;
+ -webkit-box-flex: 0;
+ flex: 0 0 auto;
+}
+
+.h-250 { height: 250px; }
+@media (min-width: 768px) {
+ .h-md-250 { height: 250px; }
+}
+
+.border-top { border-top: 1px solid #e5e5e5; }
+.border-bottom { border-bottom: 1px solid #e5e5e5; }
+
diff --git a/site/public/css/sticky-footer-navbar.css b/site/public/css/sticky-footer-navbar.css
deleted file mode 100644
index 3e26103..0000000
--- a/site/public/css/sticky-footer-navbar.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Sticky footer styles
--------------------------------------------------- */
-html {
- position: relative;
- min-height: 100%;
-}
-body {
- /* Margin bottom by footer height */
- margin-bottom: 300px;
-}
-.footer {
- position: absolute;
- bottom: 0;
- width: 100%;
- /* Set the fixed height of the footer here */
- height: 300px;
- line-height: 60px; /* Vertically center the text there */
- background-color: #f5f5f5;
-}
-
-
-/* Custom page CSS
--------------------------------------------------- */
-/* Not required for template or sticky footer method. */
-
-/*
-*/
-body > .container {
- padding: 30px 15px 0;
-}
-
-.footer > .container {
- margin-top: 10px;
- padding-right: 15px;
- padding-left: 15px;
-}