From 1fe76ba743a3418da9a0883b29756d442384d0bc Mon Sep 17 00:00:00 2001 From: Horus3 Date: Thu, 25 Sep 2014 10:33:47 +0200 Subject: init --- static/footer.php | 13 +++++++++ static/header.php | 54 ++++++++++++++++++++++++++++++++++ static/kitten-praying.jpg | Bin 0 -> 326589 bytes static/kitten-prays-small.jpg | Bin 0 -> 51758 bytes static/kitten-prays.jpg | Bin 0 -> 496315 bytes static/kitten.jpg | Bin 0 -> 66462 bytes static/style.css | 66 ++++++++++++++++++++++++++++++++++++++++++ static/style.min.css | 1 + 8 files changed, 134 insertions(+) create mode 100755 static/footer.php create mode 100644 static/header.php create mode 100644 static/kitten-praying.jpg create mode 100644 static/kitten-prays-small.jpg create mode 100644 static/kitten-prays.jpg create mode 100644 static/kitten.jpg create mode 100644 static/style.css create mode 100644 static/style.min.css (limited to 'static') diff --git a/static/footer.php b/static/footer.php new file mode 100755 index 0000000..2c6a6cf --- /dev/null +++ b/static/footer.php @@ -0,0 +1,13 @@ + + + + + ?> + + + + diff --git a/static/header.php b/static/header.php new file mode 100644 index 0000000..d20ddf9 --- /dev/null +++ b/static/header.php @@ -0,0 +1,54 @@ + + + diff --git a/static/kitten-praying.jpg b/static/kitten-praying.jpg new file mode 100644 index 0000000..7f291e0 Binary files /dev/null and b/static/kitten-praying.jpg differ diff --git a/static/kitten-prays-small.jpg b/static/kitten-prays-small.jpg new file mode 100644 index 0000000..5734aea Binary files /dev/null and b/static/kitten-prays-small.jpg differ diff --git a/static/kitten-prays.jpg b/static/kitten-prays.jpg new file mode 100644 index 0000000..3eb6ede Binary files /dev/null and b/static/kitten-prays.jpg differ diff --git a/static/kitten.jpg b/static/kitten.jpg new file mode 100644 index 0000000..376c195 Binary files /dev/null and b/static/kitten.jpg differ diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..5821df4 --- /dev/null +++ b/static/style.css @@ -0,0 +1,66 @@ +html { + position: relative; + min-height: 100%; +} + +body { + margin-bottom: 60px; +} + +a { + color: #3083D6; +} + +/* navbar */ + +.navbar-default { + background-color: #3083D6 ; + border-color: #3083D6 ; + background: #3083D6 ; +} + +.navbar-default .navbar-brand { + color: white; +} + +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { +} + +.navbar-default .navbar-nav > li > a { + color: white; +} + + +/* footer */ + +.footer { + background-color: #3083D6 ; + border-color: #3083D6 ; + background: #3083D6 ; + color: white ; + position: absolute; + bottom: 0; + width: 100%; +} + +#copyright-text { + color: white; +} + +/* noscript */ + +.noscript { + background-color: red; + color: white; +} + +.table-center { + margin: 0 auto !important; + float: none !important; +} + +.disabled { + color: #5E5E5E; + text-decoration: line-through; +} diff --git a/static/style.min.css b/static/style.min.css new file mode 100644 index 0000000..dc54b0f --- /dev/null +++ b/static/style.min.css @@ -0,0 +1 @@ +html{position:relative;min-height:100%}body{margin-bottom:60px}a{color:#3083D6}.navbar-default{border-color:#3083D6;background:#3083D6}.navbar-default .navbar-brand{color:#fff}.navbar-default .navbar-nav>li>a{color:#fff}.footer{border-color:#3083D6;background:#3083D6;color:#fff;position:absolute;bottom:0;width:100%}#copyright-text{color:#fff}.noscript{background-color:red;color:#fff}.table-center{margin:0 auto!important;float:none!important}.disabled{color:#5E5E5E;text-decoration:line-through} -- cgit v1.2.3