egroupware/phpgwapi/templates/justweb/css/submarine.css

119 lines
1.3 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 18:21:01 +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 18:21:01 +02:00
{
2002-10-06 20:04:05 +02:00
margin-right: 0em;
margin-left: 0em;
margin-top: 0em;
margin-bottom: 0em;
background-color: #FFFFFF;
2002-09-27 18:21:01 +02:00
}
2002-10-06 20:04:05 +02:00
table
2002-09-27 18:21:01 +02:00
{
2002-10-06 20:04:05 +02:00
border-width: 0;
2002-09-27 18:21:01 +02:00
}
2002-10-06 20:04:05 +02:00
a:link,a:visited,a:active
2002-09-27 18:21:01 +02:00
{
color: mediumblue;
text-decoration: none;
}
a:hover
{
color: #cc0000;
text-decoration: none;
}
2002-09-29 04:05:54 +02:00
.portal
2002-09-27 18:21:01 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: #80BBFF;
2002-10-03 23:35:38 +02:00
border-width: 1px;
border-color: #000000;
border-style: ridge;
2002-10-06 18:17:37 +02:00
width: 100%;
2002-10-03 23:35:38 +02:00
}
.portal_text
{
color: #FFFFFF;
2002-10-04 01:33:57 +02:00
font-weight: bold;
2002-10-06 20:04:05 +02:00
background: url(../../default/images/bg_filler.png);
2002-09-27 18:21:01 +02:00
}
2002-10-06 20:04:05 +02:00
.whitetext
2002-09-27 18:21:01 +02:00
{
2002-10-06 20:04:05 +02:00
color: #FFFFFF;
2002-09-27 18:21:01 +02:00
}
2002-10-06 20:04:05 +02:00
.small_text
2002-09-27 18:21:01 +02:00
{
2002-10-06 20:04:05 +02:00
font-size: 80%;
2002-09-27 18:21:01 +02:00
}
.headertext
{
2002-10-06 20:04:05 +02:00
font-size: 110%;
2002-09-27 18:21:01 +02:00
font-weight: bold;
2002-10-06 20:04:05 +02:00
color: #FFFFFF;
2002-09-27 18:21:01 +02:00
}
.inputtext
{
2002-10-06 20:04:05 +02:00
background-color: #FFFFFF;
2002-09-27 18:21:01 +02:00
}
2002-10-06 20:04:05 +02:00
.button_text,.linktext,.cal_dayview
2002-09-27 18:21:01 +02:00
{
background-color: #c0c0c0;
}
2002-10-06 20:04:05 +02:00
.row_on,.th_bright
2002-09-27 18:21:01 +02:00
{
background-color: #CCEEFF;
}
.row_off
{
background-color: #DDF0FF;
}
.th
{
background-color: #80BBFF;
}
2002-10-06 20:04:05 +02:00
.th_text,.app_header_text
2002-09-27 18:21:01 +02:00
{
font-weight: bold;
}
2002-10-06 20:04:05 +02:00
.app_header
2002-09-27 18:21:01 +02:00
{
font-weight: bold;
background-color: #CCEEFF;
}
2002-09-29 04:05:54 +02:00
.cal_today
2002-09-27 18:21:01 +02:00
{
background-color: #FFFFCC;
}
2002-09-29 04:05:54 +02:00
.email_folder
2002-09-27 18:21:01 +02:00
{
background-color: #7090FF;
color: #FFFFFF;
}