phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/linux-at-work.de/css base.css, 1.


From: skwashd
Subject: [Phpgroupware-cvs] phpgwapi/templates/linux-at-work.de/css base.css, 1.1 login.css, 1.1
Date: Thu, 24 Feb 2005 15:58:47 -0000

Update of phpgwapi/templates/linux-at-work.de/css

Added Files:
     Branch: MAIN
            base.css 
            login.css 

Log Message:
fix law.d tpl for the xhtml login template and changed some css

====================================================
Index: base.css
a
{
        color:#FFFFFF;
        text-decoration:none;
}

a:hover
{
        color:#CEB1A5; text-decoration:underline;
}

A.main_menu
{
        color: #fff;
        text-decoration: none;
        display : block;
}

A.main_menu:hover
{
        background-color: #7C92FC;
        display : block;
}

body, div, input, p, select, td, textarea
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
}

body
{
        background-color : #7c92bc;
        margin: 0px;
}

.button_group
{
        text-align: center;
}

br
{
        clear: left;
}

label, input[type=text], input[type=password], input[type=checkbox], 
input[type=radio], select, textarea
{
        display: block;
        float: left;
        margin-bottom: 8px;
}

input[type=text], input[type=password], select
{
        width: 250px;
}

label
{
        text-align: right;
        width: 150px;
        padding-right: 10px;
        font-weight: bold;
}

input.text, textarea.text, select
{
        background : #ffc;
        color: #000;
        border: 1px solid #000;
        font-size: 10px;
        border-collapse : collapse;
}

textarea.text
{
        font-size: 12px;
}

div.main_menu
{
        position: absolute;
        border: 0px dotted;
        background: #7C92BC;
        padding: 0px;
}

div.main_body
{
        position : absolute;
        border-width : 1px;
        background-color : #7C92BC;
        padding : 0px;
}

td.main_menu
{
        border-top : 0px hidden #EAE17B;
        border-left : 0px hidden #EAE17B;
        border-bottom : 1px solid #4242B3;
        border-right : 1px solid #4242B3;
        width : 100%;
        height: 22px;
        font-family : Arial;
        font-size : 12px;
        color : White;
        padding-right: 10px;
        margin-right: 10px;
        vertical-align:middle;
        text-align:right;
        white-space: nowrap;
}

td.main_menu_bottom
{
        border-top : 0px hidden #EAE17B;
        border-left : 0px hidden #EAE17B;
        border-bottom : 0px solid #4242B3;
        border-right : 0px solid #4242B3;
        width : 100%;
        height: 22px;
        font-family : Arial;
        font-size : 10px;
        color : White;
        padding-right: 10px;
        margin-right: 10px;
        vertical-align:middle;
        text-align:left;
        white-space: nowrap;
}

td.main_menu_apps
{
        border-top : 0px hidden #EAE17B;
        border-left : 0px hidden #EAE17B;
        border-bottom : 1px solid #6157D5;
        border-right : 1px solid #6157D5;
        width : 100%;
        height: 12px;
        font-family : Arial;
        font-size : 12px;
        color : White;
        padding-right: 10px;
        margin-right: 10px;
        vertical-align:middle;
        text-align:right;
}

td.body
{
        border-top : 0px hidden #EAE17B;
        border-left : 0px hidden #EAE17B;
        border-bottom : 1px solid #6157D5;
        border-right : 0px solid #6157D5;
        width : 100%;
        height: 12px;
        font-family : Arial;
        font-size : 12px;
        color : White;
        padding-right: 10px;
        margin-right: 10px;
        vertical-align:middle;
        text-align:right;
}

input.body
{
        BACKGROUND : #FFFFCC;
        COLOR: #000000;
        BORDER: 1px solid #000000;
        FONT-SIZE: 10px;
        border-collapse : collapse;
}

TD.main_menu_info
{
        border-top : 0px hidden #EAE17B;
        border-left : 0px hidden #EAE17B;
        border-bottom : 1px solid #4242B3;
        border-right : 1px solid #4242B3;
        width : 100%;
        height: 22px;
        font-family : Arial;
        font-size : 10px;
        color : White;
        padding-right: 10px;
        margin-right: 10px;
        vertical-align:middle;
        text-align:right;
}

.row_on
{
        color: #000; background-color: #ddd;
}

.row_off
{
        color: #000; background-color: #eee;
}

.th, thead tr
{
        color: #fff; background-color: #D3DCE3;
}

.tablink
{
        color: #000;
}


====================================================
Index: login.css
/* styles for IE 5 Mac */
#horizon
{
        background-color: transparent;
        position: absolute;
        top: 100px;
        left: 175px;
}

/* following rules are invisible to IE 5 \*/
#horizon
{
        top: 50%;
        left: 0px;
        width: 100%;
        margin-top: -175px;
        min-width: 800px;
}
/* end IE 5 hack */

input[type=text], input[type=password], select
{
        background-color: transparent;
        border-bottom: 2px solid #2b2724;
        border-left: 0px;
        border-right: 2px solid #2b2724;
        border-top: 0px;
        color: #d1c1b4;
        font-size: 11px;
        width: 100px;
}

input[type=submit]
{
        background-color: #124;
        border: 2px solid #2b2724;
        color: #d1c1b4;
        font-size: 11px;
}

label
{
        color: #ff9;
        margin-left: 50px;
}

#loginbox
{
        background-color: transparent;
        border: 1px solid #ff9;
        margin: 0px auto;
        width: 450px;
}

#logintitle
{
        background-color: #ff9;
        color: #7c92bc;
        font-size: large;
        margin-bottom: 25px;
        padding: 5px;
}

#loginmsg, #loginmsg a, #testjs, #testjs a
{
        color: #fff;
        margin: 25px auto;
        text-align: center;
        width: 700px;
}

#testjs
{
        font-weight: bold;
}

#version
{
        color: #ff9;
        text-align: right;
}






reply via email to

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