From 8499d2a8d95eb59e94375b0f3605b25673980ab3 Mon Sep 17 00:00:00 2001 From: Dayle Rees Date: Wed, 19 Oct 2011 10:09:32 +0100 Subject: new welcome styles, more in fit with colour scheme --- application/views/welcome_message.php | 69 ++++++++++++++++++++--------------- 1 file changed, 40 insertions(+), 29 deletions(-) diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index d906bc8d7..48f362e53 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -11,65 +11,77 @@ ::webkit-selection{ background-color: #E13300; color: white; } body { - background-color: #fff; - margin: 40px; + background-color: #393939; font: 13px/20px normal Helvetica, Arial, sans-serif; color: #4F5155; } a { - color: #003399; + color: #e64c1b; background-color: transparent; font-weight: normal; } h1 { color: #444; - background-color: transparent; - border-bottom: 1px solid #D0D0D0; - font-size: 19px; + border-bottom: 1px dotted #d9d9d9; + padding-bottom:8px; + font-size: 24px; font-weight: normal; - margin: 0 0 14px 0; - padding: 14px 15px 10px 15px; } code { font-family: Consolas, Monaco, Courier New, Courier, monospace; font-size: 12px; - background-color: #f9f9f9; - border: 1px solid #D0D0D0; - color: #002166; + background-color: #f5f5f5; + border: 1px dotted #d8d8d8; + color: #555; display: block; margin: 14px 0 14px 0; padding: 12px 10px 12px 10px; } #body{ - margin: 0 15px 0 15px; - } - - p.footer{ - text-align: right; - font-size: 11px; - border-top: 1px solid #D0D0D0; - line-height: 32px; - padding: 0 10px 0 10px; - margin: 20px 0 0 0; + background-color:#fff; + padding:1em 2em; + border-bottom:6px solid #e64c1b; } #container{ - margin: 10px; - border: 1px solid #D0D0D0; - -webkit-box-shadow: 0 0 8px #D0D0D0; + width:640px; + margin:5em auto 0 auto; + } + + #container>img + { + margin:0 auto; + display:block; + margin-bottom:1.5em; + } + + #footer + { + text-align:right; + text-transform:uppercase; + font-size:10px; + color:#888; + } + + #footer em + { + font-style:normal; + color:#ccc; }
-

Welcome to CodeIgniter!

- + + CodeIgniter
+

Welcome to CodeIgniter!

+

The page you are looking at is being generated dynamically by CodeIgniter.

If you would like to edit this page you'll find it located at:

@@ -78,10 +90,9 @@

The corresponding controller for this page is found at:

application/controllers/welcome.php -

If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.

+

If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.

- - +
-- cgit v1.2.3-24-g4f1b