diff --git a/.gitignore b/.gitignore index baf6b9d..3aeda52 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .buildpath .project .settings/ +*.xcf diff --git a/application/views/header.php b/application/views/header.php index 6ee7b53..810e32a 100644 --- a/application/views/header.php +++ b/application/views/header.php @@ -21,3 +21,11 @@ + + diff --git a/application/views/index.php b/application/views/index.php index eb56078..16a6732 100644 --- a/application/views/index.php +++ b/application/views/index.php @@ -1,45 +1,46 @@ load->view('header'); ?> +
+ load->view('footer'); ?> \ No newline at end of file diff --git a/assets/css/main.css b/assets/css/main.css index d326b79..432b250 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,13 +1,30 @@ body { - background: #7f99be; + font: normal 12px "Trebuchet MS", Arial, sans-serif; +} + +html, body { + margin: 0; + padding: 0; + border: 0 none; + overflow: hidden; + height: 100%; + width: 100%; +} + +a { + color: #4b6b94; + text-decoration: none; +} + +a:hover { + color: #999; + text-decoration: underline; } #header { - border-bottom: 1px solid #666; - background: #1e4176; - padding: 5px; - color: #fff; - font-size: 20px; - font-weight: bold; - font-family: 'Trebuchet MS', sans-serif; -} \ No newline at end of file + height: 46px; +} + +.x-viewport body { + background: #ededed url('../images/back.png') repeat-x !important; +} diff --git a/assets/images/back.png b/assets/images/back.png new file mode 100644 index 0000000..bbaf929 Binary files /dev/null and b/assets/images/back.png differ diff --git a/assets/images/logo.png b/assets/images/logo.png new file mode 100644 index 0000000..b626fc4 Binary files /dev/null and b/assets/images/logo.png differ