egroupware/phpgwapi/templates/linux-at-work.de/head.tpl

181 lines
3.4 KiB
Smarty
Raw Normal View History

<!-- BEGIN head -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset={charset}">
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
<META NAME="description" CONTENT="phpGroupWare">
<META NAME="keywords" CONTENT="phpGroupWare">
<meta name="robots" content="none">
<STYLE type="text/css">
<!--
2001-12-31 02:17:10 +01:00
A.main_menu, A.main_menu:LINK, A.main_menu:VISITED
{
color: White;
text-decoration: none;
}
2001-12-31 02:17:10 +01:00
A.main_menu:HOVER
{
background-color: #7C92FC;
}
2001-12-31 02:17:10 +01:00
INPUT.text
{
BACKGROUND : #FFFFCC;
COLOR: #000000;
BORDER: 1px solid #000000;
FONT-SIZE: 10px;
border-collapse : collapse;
}
2001-12-31 02:17:10 +01:00
TEXTAREA.text
{
BACKGROUND : #FFFFCC;
COLOR: #000000;
BORDER: 1px solid #000000;
2001-12-31 02:46:46 +01:00
FONT-SIZE: 12px;
2001-12-31 02:17:10 +01:00
border-collapse : collapse;
}
2001-12-31 02:17:10 +01:00
SELECT
{
BACKGROUND : #FFFFCC;
COLOR: #000000;
BORDER: 1px solid #000000;
FONT-SIZE: 10px;
border-collapse : collapse;
}
2001-12-31 02:17:10 +01:00
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;
}
2001-12-31 02:17:10 +01:00
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;
}
2001-12-31 02:17:10 +01:00
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;
}
2001-12-31 02:17:10 +01:00
a { text-decoration:none; }
A:link{ text-decoration:none; color: {css_link}; }
A:visted{ text-decoration:none; color: {css_vlink}; }
A:active{ text-decoration:none; color: {css_alink}; }
{css_hovlink}
body
{
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-family: "{font_family}";
FONT-SIZE: 10px;
background-color : #7C92BC;
}
.tablink { color: #000000; }
{app_css}
-->
</STYLE>
<script language="JavaScript">
<!--
function checkphpgw()
{
//window.alert("test");
}
function pageInit()
{
window.setInterval("checkphpgw()",60000);
}
//-->
</script>
<TITLE>{website_title} - {app_name}</TITLE>
</HEAD>
<BODY onLoad="pageInit()">