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.tpl, 1.2


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/templates/linux-at-work.de/css.tpl, 1.2
Date: Thu, 30 Dec 2004 07:47:35 +0100

Update of /phpgwapi/templates/linux-at-work.de
Added Files:
        Branch: 
          css.tpl

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

Log Message:
new HEAD
=====================================================================
<style type="text/css">
<!--
        a { text-decoration:none; color: {link}; }
        a:active{ text-decoration:none; color: {alink}; }
        a:hover{ text-decoration:underline; background-color: #7C92FC; }
        a:visted{ text-decoration:none; color: {link}; }

        A.main_menu, A.main_menu:LINK, A.main_menu:VISITED 
        {
                color: White;
                text-decoration: none;
                display : block;
        }

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

        body
        {
                margin-top: 0px; 
                margin-right: 0px; 
                margin-left: 0px; 
                font-family: "{font}";
                font-size: 10px;
                background-color : #7C92BC;
        }

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

        TEXTAREA.text
        {
                BACKGROUND : #FFFFCC; 
                COLOR: #000000; 
                BORDER: 1px solid #000000; 
                FONT-SIZE: 12px;  
                border-collapse : collapse;
        }

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



        DIV.main_menu 
        {
                position : absolute;
                border : 0px dotted;
                background : #7C92BC;
                padding : 0px 0px 0px 0px;
                padding-bottom : 0px;
                padding-left : 0px;
                padding-right : 0px;
                padding-top : 0px;
        }

        DIV.main_body {
                position : absolute;
                border-width : 1px;
                background-color : #7C92BC;
                padding-bottom : 0px;
                padding-left : 0px;
                padding-right : 0px;
                padding-top : 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;
                wwidth : 100%;
                height: 12px;
                font-family : Arial;
                font-size : 12px;
                color : White;
                ppadding-right: 10px;
                mmargin-right: 10px;
                vertical-align:middle;
                ttext-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: {row_text}; background-color: {row_on}; }
        .row_off { color: {row_text}; background-color: {row_off}; }
        .th { color: {th_text}; background-color: {th_bg}; }
        .tablink { color: #000000; }
        
{app_css}
-->
</style>




reply via email to

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