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

130 lines
1.4 KiB
CSS
Raw Normal View History

2002-10-06 20:04:05 +02:00
body,p,td,th,table,input,form,option
2002-09-27 02:12:52 +02:00
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #000000;
font-style: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
}
2002-10-06 20:04:05 +02:00
body
2002-09-27 02:12:52 +02:00
{
2002-10-06 20:04:05 +02:00
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background: url(../images/content_spacer_middle.png);
2002-09-27 02:12:52 +02:00
}
2002-10-06 20:04:05 +02:00
table
2002-09-27 02:12:52 +02:00
{
2002-10-06 20:04:05 +02:00
border-width: 0;
2002-09-27 02:12:52 +02:00
}
2002-10-06 20:04:05 +02:00
a:link,a:active
2002-09-27 02:12:52 +02:00
{
color: #336699;
text-decoration: none;
}
2002-10-06 20:04:05 +02:00
a:visited
2002-09-27 02:12:52 +02:00
{
2002-10-06 20:04:05 +02:00
color: #333366;
2002-09-27 02:12:52 +02:00
text-decoration: none;
}
2002-10-06 20:04:05 +02:00
a:hover
2002-09-27 02:12:52 +02:00
{
2002-10-06 20:04:05 +02:00
color: #cc0000;
text-decoration: none;
2002-09-27 02:12:52 +02:00
}
.bodytext
{
color: #000000;
}
.whitetext
{
2002-10-06 20:04:05 +02:00
color: #FFFFFF;
2002-09-27 02:12:52 +02:00
}
2002-10-06 20:04:05 +02:00
.small_text
2002-09-27 02:12:52 +02:00
{
2002-10-06 20:04:05 +02:00
font-size: 80%;
2002-09-27 02:12:52 +02:00
}
2002-10-06 20:04:05 +02:00
.headertext
2002-09-27 02:12:52 +02:00
{
2002-10-06 20:04:05 +02:00
font-size: 110%;
font-weight: bold;
color: #FFFFFF;
2002-09-27 02:12:52 +02:00
}
2002-10-06 20:04:05 +02:00
.inputtext
2002-09-27 02:12:52 +02:00
{
2002-10-06 20:04:05 +02:00
background-color: #FFFFFF;
2002-09-27 02:12:52 +02:00
}
2002-10-06 20:04:05 +02:00
.buttontext,.linktext,.cal_dayview
2002-09-27 02:12:52 +02:00
{
2002-10-06 20:04:05 +02:00
background-color: #C0C0C0;
2002-09-27 02:12:52 +02:00
}
2002-10-04 01:33:57 +02:00
.portal
{
background-color: #ADADAD;
border-width: 1px;
border-color: #000000;
border-style: ridge;
}
.portal_text
{
color: #FFFFFF;
font-weight: bold;
2002-10-06 20:04:05 +02:00
background: url(../../default/images/bg_filler.png);
2002-10-04 01:33:57 +02:00
}
2002-09-27 02:12:52 +02:00
.row_on
{
background-color: #DDDDDD;
}
.row_off
{
background-color: #EEEEEE;
}
.th
{
background-color: #ADADAD;
}
2002-10-06 20:04:05 +02:00
.th_text,.app_header_text
2002-09-27 02:12:52 +02:00
{
font-weight: bold;
2002-09-27 18:21:01 +02:00
color: #000000;
2002-09-27 02:12:52 +02:00
}
2002-10-06 20:04:05 +02:00
.app_header
2002-09-27 02:12:52 +02:00
{
font-weight: bold;
background-color: #DDDDDD;
}
2002-09-29 04:05:54 +02:00
.cal_today
2002-09-27 02:12:52 +02:00
{
background-color: #ffffcc;
}
2002-09-29 04:05:54 +02:00
.email_folder
2002-09-27 02:12:52 +02:00
{
background-color: #adadad;
color: #ffffff;
}