phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/templates/desktop/css/desktop.css, 1.2


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/templates/desktop/css/desktop.css, 1.2
Date: Thu, 30 Dec 2004 07:47:34 +0100

Update of /phpgwapi/templates/desktop/css
Added Files:
        Branch: 
          desktop.css

date: 2004/12/30 06:47:34;  author: skwashd;  state: Exp;  lines: +360 -0

Log Message:
new HEAD
=====================================================================
/**
* phpGroupWare desktop template
* @author Dave Hall dave.hall at mbox.com.au
* @internal parts based on idots css written by Pim Snel and myself
* @TODO this still needs work - clean up and simplify
* @copyright Copyright (C) 2004 Free Software Foundation http://www.fsf.org/
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License
* @version $Id: desktop.css,v 1.2 2004/12/30 06:47:34 skwashd Exp $
*/

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"
}

/* Used by tabs */
th.activetab
{
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        background-color: #FFFFFF;
        /*border-color: #000000;*/
        border-radius-topleft: 10px;
        border-radius-topright: 10px;
        /*border-style: solid;
        border-width: 1px 1px 0px 1px;*/
        height: 20px;
        padding: 0px 5px 0px 5px;
        white-space: nowrap; 
}
 
th.inactivetab
{
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        background-color:#CCCCCC;
        /*border: 1px solid #000000;*/
        border-radius-topleft: 10px;
        border-radius-topright: 10px;
        color:#006699;
        height: 20px;
        padding: 0px 5px 0px 5px;
        white-space: nowrap;
}

th.tablast
{
/*      border-width: 0px 0px 1px 0px;
        border-style: solid;
        border-color: #000000;*/
        width: 100%;
}

/* nextmatch values */
.row_off
{
        background-color: #E8F0F0;
        color: #000000;
}

.row_on
{
        background-color: #DDDDDD;
        color: #000000;
}

.th
{
        background-color: #D3DCE3;
        color: #000000;
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]