Update version.php to 3.3.0
[isso.git] / Decorator.css.php
index a835df9c934b9b109556326df29acb5c1c2475d0..523a574d44febe90773f42b97e02aa85aeb8b15d 100644 (file)
@@ -7,7 +7,7 @@ header("Content-Type: text/css");
 /*=====================================================================*
 || ###################################################################
 || # Blue Static ISSO Framework
-|| # Copyright (c)2005-2008 Blue Static
+|| # Copyright (c)2005-2009 Blue Static
 || #
 || # This program is free software; you can redistribute it and/or modify
 || # it under the terms of the GNU General Public License as published by
@@ -52,7 +52,6 @@ body
        width: 100%;
        
        text-indent: 10px;
-       margin-bottom: -15px;
        
        background-image: url(<?php echo $path ?>/DecoratorResources/title.jpg);
        background-repeat: repeat-x;
@@ -65,7 +64,27 @@ body
 /* Body container that puts some padding on elements */
 #body
 {
-       padding: 20px;
+       padding: 5px 20px 20px 20px;
+}
+
+/* Adds a small copyright footer */
+#footer
+{
+       margin-top: 25px;
+       
+       text-align: center;
+       font-size: 10px;
+}
+
+#footer a
+{
+       color: rgb(62, 76, 49);
+       text-decoration: none;
+}
+
+#footer a:hover
+{
+       text-decoration: underline;
 }
 
 /*******************************************************************/
@@ -107,7 +126,7 @@ fieldset dt label
 }
 
 /* Description for form elements/names */
-fieldset label dfn
+dfn
 {
        font-weight: normal;
        font-style: italic;
@@ -134,17 +153,71 @@ fieldset dl dt
 /* Field value editor */
 fieldset dl dd
 {
-       padding: 4px 0px 2px 4px;
+       padding: 4px 0px 2px 5px;
        margin: 5px 0px 5px 0px;
        
-       width: 48%;
-       float: right;
+       border-width: 0px 0px 0px 0px;
+       border-color: #7BAA5A;
+       border-style: solid;
+
+       float: left;
+       width: 40%;
+}
+
+/* Submit row items */
+.submit
+{
+       text-align: center;
+       
+       background-color: rgb(50, 50, 50);
+       
+       margin: 4px 0px 4px 0px;
+       padding: 5px;
+}
+
+/*******************************************************************/
+/* Input Elements */
+/*******************************************************************/
+
+/* Give the input elements some styling */
+input, select, textarea, .button
+{
+       font-family: Verdana, Helvetica, Arial, sans-serif;
+       font-size: 12px;
+       
+       border-width: 1px;
+       border-style: solid;
+       border-color: rgb(123, 170, 90);
+       
+       padding: 3px;
+       
+       background-color: rgb(237, 245, 230);
+}
+
+input[type="button"], input[type="submit"], input[type="reset"], .button
+{
+       font-family: Verdana, Helvetica, Arial, sans-serif;
+       font-size: 14px;
+       font-weight: bold;
+}
+
+textarea, input[type="text"], input[type="password"]
+{
+       width: 100%;
+}
+
+textarea
+{
+       min-height: 50px;
+       max-height: 400px;
+       height: auto;
 }
 
 /*******************************************************************/
 /* Tables */
 /*******************************************************************/
 
+/* Standard formatting for all tables */
 table
 {
        border-width: 1px;
@@ -159,6 +232,7 @@ table
        width: 100%;
 }
 
+/* Title of the table */
 thead
 {
        background-color: rgb(123, 170, 90);
@@ -175,11 +249,7 @@ thead
                padding: 7px;
        }
 
-tr
-{
-       border-collapse: collapse;
-}
-
+/* Used for mutli-column data that requires column headings */
 .headings
 {
        background-color: rgb(203, 234, 148);
@@ -189,31 +259,34 @@ tr
        color: rgb(62, 76, 49);
 }
 
-.headings td
-{
-       text-align: center;
-}
+       .headings td, tbody td
+       {
+               text-align: center;
+       }
 
-.headings td:first-child
-{
-       text-align: left;
-}
+       .headings td:last-child, tbody td:last-child
+       {
+               text-align: right;
+       }
 
-.headings td:last-child
-{
-       text-align: right;
-}
+       .headings td:first-child, tbody td:first-child
+       {
+               text-align: left;
+       }
 
+/* Data formatting for tables */
 table tr td
 {
        padding: 4px;
 }
 
+/* Data background color, option 1 */
 table .alt1
 {
        background-color: rgb(255, 255, 255);
 }
 
+/* Data background color, option 2 */
 table .alt2
 {
        background-color: rgb(237, 245, 230);
@@ -303,7 +376,7 @@ table .alt2
 /* With a title and navigation bar, we need to move body content down a little */
 #nav + #title + #body
 {
-       top: 40px;
+       top: 51px; /* Height of #title + border */
 }
 
 /* Used to title the system */
@@ -350,7 +423,6 @@ table .alt2
        color: rgb(203, 234, 148);
        text-indent: 10px;
        
-       height: 50px;
        line-height: 50px;
        
        background-image: url(<?php echo $path ?>/DecoratorResources/nav-section.jpg);
@@ -372,21 +444,19 @@ table .alt2
 }
 
 /* Navigation items list */
-#nav ul ul
+#nav ul li ul
 {
        margin: 0px;
-       
-       border-width: 0px 0px 1px 0px;
-       border-color: rgb(0, 0, 0);
-       border-style: solid;
+       display: none;
 }
 
 /* Navigation items */
-#nav ul ul li
+#nav ul li ul li
 {
        border: none;
        
        padding: 2px 4px 2px 10px;
+       margin: 0px;
        
        height: auto;
        
@@ -399,18 +469,29 @@ table .alt2
        background-image: none;
 }
 
-       #nav ul ul li:first-child
+       #nav ul li ul li:first-child
        {
                padding-top: 10px;
        }
        
-       #nav ul ul li:last-child
+       #nav ul li ul li:last-child
        {
                padding-bottom: 10px;
        }
+       
+       #nav ul li ul li a
+       {
+               text-decoration: none;
+               color: rgb(0, 0, 0);
+       }
+       
+       #nav ul li ul li a:hover
+       {
+               text-decoration: underline;
+       }
 
 /* Selected navigation items */
-#nav ul ul li.selected
+#nav ul li ul li.selected
 {
        font-weight: bold;
        font-style: italic;