egroupware/phpgwapi/templates/justweb/css/phpgw.css

127 lines
1.4 KiB
CSS
Raw Normal View History

2002-10-20 20:42:15 +02:00
body,p,td,th,table,input,form,option
{
2002-11-08 23:35:44 +01:00
font-family: Georgia,Times New Roman,Times,serif;
font-size: 11pt;
2002-10-20 20:42:15 +02:00
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;
}
2003-04-20 00:23:24 +02:00
td.alarm
{
color: #FF0000;
}
2002-10-20 20:42:15 +02:00
a:link,a:visited,a:active,a:hover
{
text-decoration: none;
}
a.th,a.th_text
{
font-weight: bold;
}
2002-11-08 23:35:44 +01:00
.top_top
{
background: url(../images/menu_filler.png);
}
.top
{
background: url(../images/blue_filler.png);
color: #FFFFFF;
}
.menubar
{
background: url(../images/menu_bar_bg.png);
color: #FFFFFF;
}
.menubar_left
{
background: url(../images/menu_bar_left.png);
}
.menubar_right
{
background: url(../images/menu_bar_right.png);
}
.left
{
background: url(../images/side_bar_bg.png);
}
2002-11-08 23:42:14 +01:00
.left_top
{
background: url(../images/side_bar_top.png);
}
.left_bottom
{
background: url(../images/side_bar_bottom.png);
}
2002-11-08 23:35:44 +01:00
2002-10-20 20:42:15 +02:00
table.portal
{
width: 100%;
}
table.about
{
width: 70%;
}
table.login
{
margin-top: 130px;
width: 40%;
text-align: center;
}
.login,.portal,.about,.msgbox
2002-10-20 20:42:15 +02:00
{
border-width: 1px;
border-style: ridge;
}
.portal_text
{
font-weight: bold;
background: url(../images/bg_filler.png);
}
.small_text
{
font-size: 80%;
}
.header_text
{
font-size: 110%;
font-weight: bold;
}
2003-04-20 01:16:08 +02:00
.th_text,.app_header,.th
2002-10-20 20:42:15 +02:00
{
font-weight: bold;
}