egroupware/phpgwapi/templates/funkwerk/css/phpgw.css

128 lines
1.6 KiB
CSS
Raw Normal View History

2002-11-15 06:15:39 +01:00
body,p,td,th,table,input,form,option
{
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
body
{
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
}
table
{
border-width: 0;
}
a:link,a:visited,a:active
{
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
a:hover.left,a:hover.top_link
{
text-decoration: none;
2002-11-16 02:33:18 +01:00
font-weight: bold;
}
a:link.bottom,a:active.bottom,a:visited.bottom,a:hover.bottom,a:link.top_menu,a:active.top_menu,a:visited.top_menu,a:link.left,a:active.left,a:visited.left
{
font-weight: bold;
}
a:hover.top_menu,a:link.top_menu_selected,a:active.top_menu_selected,a:visited.top_menu_selected,a:hover.top_menu_selected,a:hover.left,a:link.left_selected,a:active.left_selected,a:visited.left_selected,a:hover.left_selected
{
font-weight: bold;
2002-11-15 06:15:39 +01:00
}
a.th,a.th_text
{
font-weight: bold;
}
.top_top
{
height: 30;
}
.top_bottom
{
height: 30;
}
td.left
{
height: 30;
2002-11-16 02:33:18 +01:00
width: 131;
2002-11-15 06:15:39 +01:00
}
.bottom
{
width: 100%;
height: 5%;
}
table.portal
{
width: 100%;
}
table.about
{
width: 70%;
}
table.login
{
margin-top: 130px;
width: 40%;
text-align: center;
}
.login,.portal,.about,.msgbox
{
border-width: 1px;
border-style: ridge;
}
.portal_text
{
font-weight: bold;
background: url(../../default/images/bg_filler.png);
}
2002-11-16 02:33:18 +01:00
.user_info,.admin_info,.small_text
2002-11-15 06:15:39 +01:00
{
2002-11-16 02:33:18 +01:00
font-size: 85%;
2002-11-15 06:15:39 +01:00
}
.header_text
{
font-size: 110%;
font-weight: bold;
}
.th_text,.app_header_text
{
font-weight: bold;
}
.app_header,.th
{
font-weight: bold;
}