From 22090f158f1419af4b35f32b8d6941664ea61f62 Mon Sep 17 00:00:00 2001 From: Eran Goldman-Malka Date: Wed, 8 Nov 2017 11:45:54 +0100 Subject: [PATCH] fix syn2cat links color and location --- phpCryptoSite/index.html | 187 +++++++++++++++++++----------------- phpCryptoSite/theme/css.css | 33 ++++--- 2 files changed, 118 insertions(+), 102 deletions(-) diff --git a/phpCryptoSite/index.html b/phpCryptoSite/index.html index acac383..eeb7b6d 100644 --- a/phpCryptoSite/index.html +++ b/phpCryptoSite/index.html @@ -1,89 +1,98 @@ - - - - - Level2 decrypt challenge - - - - - - - - -
- - -
- - - - - - - - - + + + + + + Level2 decrypt challenge + + + + + + + + + +
+
+ +
+
+ + + + + + + + + + + diff --git a/phpCryptoSite/theme/css.css b/phpCryptoSite/theme/css.css index 2c3180c..664f932 100644 --- a/phpCryptoSite/theme/css.css +++ b/phpCryptoSite/theme/css.css @@ -9,21 +9,28 @@ body { color:#fff; background-color:#333; font-family: 'Open Sans',Arial,Helvetica,Sans-Serif; + height: 100%; +} +/* Sticky footer styles +-------------------------------------------------- */ +/* Wrapper for page content to push down footer */ +.wrap { + min-height: 100%; + height: auto !important; + height: 100%; + /* Negative indent footer by its height */ + margin: 0 auto -60px; + /* Pad bottom by footer height */ + padding: 0 0 60px; } -a:link, a:visited { - color:#eee; -} - -.block { - background-color:rgba(0,0,0,0.2); - height:370px; - padding-left:12px; - padding-right:12px; -} - -.block-sm { - height:180px; +/* Set the fixed height of the footer here */ +.footer { + height: 60px; + background-color: #00000000; + position: absolute; + left: 0; + bottom: 0; } .btn-flat {