egroupware/phpgwapi/templates/default/css/submarine.css

139 lines
1.5 KiB
CSS
Raw Normal View History

2002-10-06 20:04:05 +02:00
body,p,td,th,table,input,form,option
2002-09-02 02:09:35 +02:00
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
2002-09-27 18:21:01 +02:00
color: #000000;
2002-09-02 02:09:35 +02:00
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-02 02:09:35 +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-02 02:09:35 +02:00
}
2002-10-06 20:04:05 +02:00
table
2002-09-02 02:09:35 +02:00
{
2002-10-06 20:04:05 +02:00
border-width: 0;
2002-09-02 02:09:35 +02:00
}
2002-10-06 20:04:05 +02:00
a:link,a:visited,a:active
2002-09-02 02:09:35 +02:00
{
2002-09-27 18:21:01 +02:00
color: mediumblue;
2002-09-02 02:09:35 +02:00
text-decoration: none;
}
a:hover
{
2002-09-27 18:21:01 +02:00
color: #cc0000;
2002-09-02 02:09:35 +02:00
text-decoration: none;
}
2002-10-06 20:04:05 +02:00
.navbar,.th
2002-09-02 02:09:35 +02:00
{
2002-09-28 00:13:29 +02:00
background-color: #80BBFF;
2002-09-27 18:21:01 +02:00
}
2002-09-28 00:13:29 +02:00
.portal
{
background-color: #80BBFF;
2002-10-03 02:23:46 +02:00
border-width: 1px;
border-color: #000000;
border-style: ridge;
2002-10-06 18:17:37 +02:00
width: 100%;
}
2002-10-19 18:18:35 +02:00
table.login
{
margin-top: 150px;
width: 40%;
text-align: center;
}
2002-10-19 16:33:32 +02:00
.login
{
background-color: #80BBFF;
border-width: 1px;
border-color: #000000;
border-style: ridge;
}
2002-10-06 18:17:37 +02:00
.portal_text
{
color: #FFFFFF;
font-weight: bold;
2002-10-06 20:04:05 +02:00
background: url(../images/bg_filler.png);
2002-10-03 23:35:38 +02:00
}
2002-09-28 00:13:29 +02:00
2002-09-27 18:21:01 +02:00
.bodytext
{
2002-09-02 02:09:35 +02:00
color: #000000;
}
2002-09-27 18:21:01 +02:00
.whitetext
2002-09-02 02:09:35 +02:00
{
2002-10-06 20:04:05 +02:00
color: #FFFFFF;
2002-09-02 02:09:35 +02:00
}
2002-10-06 20:04:05 +02:00
.small_text
2002-09-02 02:09:35 +02:00
{
2002-10-06 20:04:05 +02:00
font-size: 80%;
2002-09-02 02:09:35 +02:00
}
2002-10-06 20:04:05 +02:00
.headertext
2002-09-02 02:09:35 +02:00
{
2002-10-06 20:04:05 +02:00
font-size: 110%;
font-weight: bold;
color: #FFFFFF;
2002-09-02 02:09:35 +02:00
}
2002-10-06 20:04:05 +02:00
.inputtext
2002-09-02 02:09:35 +02:00
{
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
.buttontext,.link_text,.cal_dayview
2002-09-27 18:21:01 +02:00
{
2002-10-06 20:04:05 +02:00
background-color: #C0C0C0;
2002-09-02 02:09:35 +02:00
}
2002-10-06 20:04:05 +02:00
.row_on,.th_bright
2002-09-02 02:09:35 +02:00
{
2002-09-27 18:21:01 +02:00
background-color: #CCEEFF;
2002-09-02 02:09:35 +02:00
}
2002-09-27 18:21:01 +02:00
.row_off
2002-09-02 02:09:35 +02:00
{
2002-09-27 18:21:01 +02:00
background-color: #DDF0FF;
2002-09-02 02:09:35 +02:00
}
2002-10-06 20:04:05 +02:00
.th_text.app_header_text
2002-09-02 02:09:35 +02:00
{
2002-09-27 18:21:01 +02:00
font-weight: bold;
2002-09-02 02:09:35 +02:00
}
2002-10-06 20:04:05 +02:00
.app_header
2002-09-02 02:09:35 +02:00
{
2002-09-27 18:21:01 +02:00
font-weight: bold;
background-color: #CCEEFF;
2002-09-02 02:09:35 +02:00
}
2002-09-29 04:05:54 +02:00
.cal_today
2002-09-02 02:09:35 +02:00
{
2002-09-27 18:21:01 +02:00
background-color: #FFFFCC;
2002-09-02 02:09:35 +02:00
}
2002-09-29 04:05:54 +02:00
.email_folder
2002-09-02 02:09:35 +02:00
{
2002-09-27 18:21:01 +02:00
background-color: #7090FF;
color: #FFFFFF;
2002-09-02 02:09:35 +02:00
}