From 1fe76ba743a3418da9a0883b29756d442384d0bc Mon Sep 17 00:00:00 2001 From: Horus3 Date: Thu, 25 Sep 2014 10:33:47 +0200 Subject: init --- bootstrap/static/footer.php | 13 ------- bootstrap/static/header.php | 54 -------------------------- bootstrap/static/kitten-praying.jpg | Bin 326589 -> 0 bytes bootstrap/static/kitten-prays-small.jpg | Bin 51758 -> 0 bytes bootstrap/static/kitten-prays.jpg | Bin 496315 -> 0 bytes bootstrap/static/kitten.jpg | Bin 66462 -> 0 bytes bootstrap/static/style.css | 66 -------------------------------- bootstrap/static/style.min.css | 1 - 8 files changed, 134 deletions(-) delete mode 100755 bootstrap/static/footer.php delete mode 100644 bootstrap/static/header.php delete mode 100644 bootstrap/static/kitten-praying.jpg delete mode 100644 bootstrap/static/kitten-prays-small.jpg delete mode 100644 bootstrap/static/kitten-prays.jpg delete mode 100644 bootstrap/static/kitten.jpg delete mode 100644 bootstrap/static/style.css delete mode 100644 bootstrap/static/style.min.css (limited to 'bootstrap/static') diff --git a/bootstrap/static/footer.php b/bootstrap/static/footer.php deleted file mode 100755 index 2c6a6cf..0000000 --- a/bootstrap/static/footer.php +++ /dev/null @@ -1,13 +0,0 @@ - - - - - ?> - - - - diff --git a/bootstrap/static/header.php b/bootstrap/static/header.php deleted file mode 100644 index d20ddf9..0000000 --- a/bootstrap/static/header.php +++ /dev/null @@ -1,54 +0,0 @@ - - - diff --git a/bootstrap/static/kitten-praying.jpg b/bootstrap/static/kitten-praying.jpg deleted file mode 100644 index 7f291e0..0000000 Binary files a/bootstrap/static/kitten-praying.jpg and /dev/null differ diff --git a/bootstrap/static/kitten-prays-small.jpg b/bootstrap/static/kitten-prays-small.jpg deleted file mode 100644 index 5734aea..0000000 Binary files a/bootstrap/static/kitten-prays-small.jpg and /dev/null differ diff --git a/bootstrap/static/kitten-prays.jpg b/bootstrap/static/kitten-prays.jpg deleted file mode 100644 index 3eb6ede..0000000 Binary files a/bootstrap/static/kitten-prays.jpg and /dev/null differ diff --git a/bootstrap/static/kitten.jpg b/bootstrap/static/kitten.jpg deleted file mode 100644 index 376c195..0000000 Binary files a/bootstrap/static/kitten.jpg and /dev/null differ diff --git a/bootstrap/static/style.css b/bootstrap/static/style.css deleted file mode 100644 index 5821df4..0000000 --- a/bootstrap/static/style.css +++ /dev/null @@ -1,66 +0,0 @@ -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/bootstrap/static/style.min.css b/bootstrap/static/style.min.css deleted file mode 100644 index dc54b0f..0000000 --- a/bootstrap/static/style.min.css +++ /dev/null @@ -1 +0,0 @@ -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