egroupware/phpgwapi/templates/idsociety/css/phpgw.css

121 lines
1.3 KiB
CSS
Raw Normal View History

2002-10-19 22:46:35 +02:00
body,p,td,th,table,input,form,option
{
font-family: 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;
background: url(../images/content_spacer_middle.png);
}
table
{
border-width: 0;
}
a:link,a:visited,a:active,a:hover
{
text-decoration: none;
}
2002-10-20 01:09:59 +02:00
a.th,a.th_text
{
font-weight: bold;
}
2002-10-22 01:47:14 +02:00
.top_top
{
background: url(../images/em.png);
height: 58;
}
.top_bottom
{
background: url(../images/top_spacer_middle.png);
height: 15;
}
.info
{
color: #FFFFFF;
font-size: 85%;
}
.left
{
width: 154;
}
td.left
{
background: url(../images/nav_bar_left_spacer.png);
}
.bottom
{
background: url(../images/em_bottom.png);
width: 100%;
2002-10-22 02:23:33 +02:00
height: 5%;
2002-10-22 01:47:14 +02:00
}
2002-10-19 22:46:35 +02:00
table.portal
{
width: 100%;
}
2002-10-20 00:19:11 +02:00
table.about
{
width: 70%;
}
2002-10-19 22:46:35 +02:00
table.login
{
margin-top: 130px;
width: 40%;
text-align: center;
}
2002-10-20 20:42:15 +02:00
.login,.portal,.about
2002-10-19 22:46:35 +02:00
{
border-width: 1px;
border-style: ridge;
}
2002-10-20 01:09:59 +02:00
2002-10-19 22:46:35 +02:00
.portal_text
{
font-weight: bold;
background: url(../../default/images/bg_filler.png);
}
.small_text
{
font-size: 80%;
}
2002-10-20 01:09:59 +02:00
.header_text
2002-10-19 22:46:35 +02:00
{
font-size: 110%;
font-weight: bold;
}
.th_text,.app_header_text
{
font-weight: bold;
}
2002-10-20 01:09:59 +02:00
.app_header,.th
2002-10-19 22:46:35 +02:00
{
font-weight: bold;
}