[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] phpgwapi/templates/desktop/css desktop.css, 1.1.2.2
From: |
skwashd |
Subject: |
[Phpgroupware-cvs] phpgwapi/templates/desktop/css desktop.css, 1.1.2.2 |
Date: |
Sun, 27 Feb 2005 00:05:00 +0100 |
Update of phpgwapi/templates/desktop/css
Modified Files:
Branch: Version-0_9_16-branch
desktop.css lines: +199 -306
Log Message:
make it useable - again
====================================================
Index: phpgwapi/templates/desktop/css/desktop.css
diff -u phpgwapi/templates/desktop/css/desktop.css:1.1.2.1
phpgwapi/templates/desktop/css/desktop.css:1.1.2.2
--- phpgwapi/templates/desktop/css/desktop.css:1.1.2.1 Sun Feb 22 07:08:19 2004
+++ phpgwapi/templates/desktop/css/desktop.css Sat Feb 26 23:05:53 2005
@@ -8,311 +8,209 @@
* @version $Id$
*/
-table.menu
-{
- border-width: 0px;
- border-collpase: collapse;
- font-size: 11pt;
- margin: 0px;
- padding: 0px;
- width: 100%;
-}
-
-td.phpgw_title
-{
- color: #FA0;
- font-size: 12pt;
- font-style: italic;
- font-weight: bold;
-}
-
-.menutext
-{
- vertical-align: middle;
-}
-
-.appclose
-{
- height: 16px;
- margin: 0px;
- padding: 0px;
- position: absolute;
- right:5px;
- top: 2px;
- width:16px;
-}
-
-.appcontent
-{
- background-color: #FFF;
- border: 1px solid #999;
- height: 95%;
- left: 0px;
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
- -moz-opacity: 0.75;
- position: absolute;
- top: 18px;
- width: 99%;
-}
-
-.appcuricon
-{
- height: 16px;
- left: 2px;
- margin: 0px;
- padding: 0px;
- position: absolute;
- top: 2px;
- width:16px;
-}
-
-.appcurtitle
-{
- color: #FFF;
- font-size: 10pt;
- font-weight: bold;
- height: 16px;
- margin: 0px;
- left:25px;
- padding: 0px;
- position: absolute;
- top: 2px;
- width:95%;
-}
-
-.appmin
-{
- height: 16px;
- margin: 0px;
- padding: 0px;
- position: absolute;
- right: 25px;
- top: 2px;
- width:16px;
-}
-
-.apptitle
-{
- background-color: #999;
- border: 1px solid #000;
- height:18px;
- left: 0px;
- position:absolute;
- top: 0px;
- width:99%;
-}
-
-.apptitlestrip
-{
- background-color: #000;
- font-size: 1pt;
- height:12px;
- left: 0px;
- position:absolute;
- top: 3px;
- width:100%
-}
-
-#menuactive
-{
- border: 2px inset #999;
- bottom: 15px;
- font-size: 10pt;
- font-weight: bold;
- height: 13px;
- position: absolute;
- text-align: center;
-}
-
-#menuinactive
-{
- border: 1px solid #CCC;
- bottom: 15px;
- font-size: 10pt;
- font-weight: bold;
- height: 13px;
- position: absolute;
- text-align: center;
-}
-
-#menubar
-{
- background-color: #999;
- bottom: 0px;
- height: 30px;
- left: 0px;
- position: fixed;
- visibility: hidden;
- z-index: 10;
-}
-
-#menubutton
-{
- border: 2px groove #999;
- color: #FA0;
- font-weight: bold;
- height: 26px;
- left: 0px;
- position: absolute;
- text-align: center;
- top: 0px;
- width: 75px;
-}
-
-#menuclock
-{
- border: 2px groove #999;
- color: #FA0;
- font-size: 10pt;
- font-weight: bold;
- height: 26px;
- position: absolute;
- right: 0px;
- text-align: center;
- top: 0px;
- width: 100px;
-}
-
-#menucopyright
-{
- font-size: 9pt;
- text-align: center;
- vertical-align: bottom;
-}
-
-#menupopup
-{
- background-color: #CCC;
- background-image: url('../images/menu_background.png');
- background-repeat: no-repeat;
- border: 2px groove #FA0;
- bottom: 30px;
- left: 0px;
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
- -moz-opacity: 0.75;
- position: absolute;
- visibility: hidden;
- width: 200px;
- z-index: 15;
-}
-
-#menurun
-{
- left: 76px;
- position: absolute;
- top: 0px;
- width: 0px;
-}
-
-#wallpaper
-{
- background: #CCC url("../images/background.png") no-repeat fixed center
center;
- left: 0px;
- margin: 0px;
- padding: 0px;
- position: absolute;
- top: 0px;
- width: 100%;
- height: 95%;
- z-index: 0;
-}
-
-#content1, #content2, #content3, #content4, #content5
-{
- top: 5px;
- left: 5px;
- width: 95%
- height: 95%;
- visibility: hidden;
- z-index: -1;
-}
-
-/* Classes */
-
-/* Tags */
-a, a:visited, a:link
-{
- color: #006699;
- text-decoration: none;
-}
-
-a:active, a:hover
-{
- color: #FF9933;
- text-decoration: underline;
-}
-
-body
-{
- background-color: transparent;
- font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
- font-size: 11pt;
- margin: 0px;
- padding: 0px;
-}
-
-form
-{
- font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
- font-size: 11pt;
-}
-
-img
-{
- border: 0px;
-}
-
-input, select, textarea
-{
- color: #006699;
- background-color: #EFEFEF;
- font-family: "Arial", "Helvetica", "sans-serif";
- font-size: 9pt;
-}
-
-input, textarea
-{
- border: 2px ridge #006699;
-}
-
-input:focus, select:hover, textarea:focus
-{
- background-color: #F3F3F3;
- color: #1177AA;
-}
-
-input[type=image]
-{
- border: 0px;
-}
-
-.row_on input, .row_on textarea
-{
- background-color: #E8F0F0;
-}
-
-.row_off input, .row_off textarea
-{
- background-color: #DDDDDD;
-}
-
-table
-{
- FONT-SIZE: 12px;
- FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
-}
+ a, a:visited
+ {
+ color: #f93;
+ text-decoration: none;
+ }
+
+ a:hover, a:hover
+ {
+ color: #f90;
+ text-decoration: underline;
+ }
+
+ body, div, p
+ {
+ font-family: Verdana, Arial, Helvetica,
sans-serif;
+ font-size: 11px;
+ }
+
+ body
+ {
+ padding: 0px;
+ margin: 0px;
+ }
+
+ img
+ {
+ border: 0px;
+ }
+
+ h1
+ {
+ }
+
+ h2, h2 a, h2 a:hover, h2 a:active
+ {
+ background-color: #f93;
+ color: #ddd;
+ text-decoration: none;
+ }
+
+ #header
+ {
+ background-color: #eee;
+ border-bottom: 1px solid #000;
+ height: 23px;
+ left: 0px;
+ position: fixed;
+ right: 0px;
+ top: 0px;
+ z-index: 20;
+ }
+
+ #header ul
+ {
+ display: block;
+ float: left;
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+ }
+
+ #header ul a, #header ul a:hover, #header ul a:active,
#header ul a:visited
+ {
+ color: #000;
+ text-decoration: none;
+ }
+
+ #header ul img
+ {
+ vertical-align: middle;
+ }
+
+ #header ul li
+ {
+ display: block;
+ float: left;
+ font-size: 120%;
+ position: relative;
+ width: 150px;
+ }
+
+ #header ul ul
+ {
+ border: 1px solid #ddd;
+ background-color: #eee;
+ display: none;
+ left: 0;
+ position: absolute;
+ top: 22px;
+ }
+
+ #header ul ul img
+ {
+ background-color: #ccc;
+ padding: 2px;
+ }
+
+ #header ul li:hover ul, #header ul li.over ul
+ {
+ display: block;
+ }
+
+ #header ul ul li
+ {
+ font-size: 100%;
+ padding: 2px;
+ width: 145px;
+ }
+
+ #header ul ul li:hover, #header ul ul li.over
+ {
+ background-color: highlight !important;
+ }
+
+ #user
+ {
+ float: right;
+ font-size: smaller;
+ margin: 3px;
+ text-align: right;
+ width: 210px;
+ white-space: nowrap;
+ }
+
+ #about
+ {
+ float: right;
+ text-align: right;
+ width: 10px;
+ }
+
+ #content, #portal
+ {
+ border: 2px ridge #999;
+ margin: 30px auto;
+ width: 95%;
+ }
+
+ #content_title, #portal_title
+ {
+ background: #eee url('../images/title-bg.png')
repeat-x;
+ border-bottom: 1px solid #000;
+ height: 18px;
+ padding: 1px;
+ }
+
+ #content_body, #portal_content
+ {
+ margin: 10px;
+ }
+
+ #portal_controls
+ {
+ float: right;
+ text-align: right;
+ width: 100px;
+ }
+
+ #footer
+ {
+ background-color: #eee;
+ border-top: 1px solid #000;
+ bottom: 0px;
+ height: 25px;
+ left: 0px;
+ margin: 0px;
+ padding: 0px;
+ position: fixed;
+ right: 0px;
+ }
+
+ #footer ul
+ {
+ list-style: none;
+ }
+
+ #footer ul li
+ {
+ float: left;
+ text-align: center;
+ width: 33%;
+ }
+
+ #footer ul li.first
+ {
+ text-align: left;
+ }
+
+ #footer ul li.last
+ {
+ text-align: right;
+ }
+
/* Used by tabs */
th.activetab
{
- -moz-border-radius-topleft: 10px;
- -moz-border-radius-topright: 10px;
- background-color: #FFFFFF;
- /*border-color: #000000;*/
+ background-color: #fff;
+ border-color: #000;
border-radius-topleft: 10px;
border-radius-topright: 10px;
- /*border-style: solid;
- border-width: 1px 1px 0px 1px;*/
+ border-style: solid;
+ border-width: 1px 1px 0px 1px;
height: 20px;
padding: 0px 5px 0px 5px;
white-space: nowrap;
@@ -320,10 +218,8 @@
th.inactivetab
{
- -moz-border-radius-topleft: 10px;
- -moz-border-radius-topright: 10px;
background-color:#CCCCCC;
- /*border: 1px solid #000000;*/
+ border: 1px solid #000000;
border-radius-topleft: 10px;
border-radius-topright: 10px;
color:#006699;
@@ -334,9 +230,6 @@
th.tablast
{
-/* border-width: 0px 0px 1px 0px;
- border-style: solid;
- border-color: #000000;*/
width: 100%;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] phpgwapi/templates/desktop/css desktop.css, 1.1.2.2,
skwashd <=