sogo/UI/WebServerResources/SchedulerUI.css
Wolfgang Sourdeau 88ca0e8dac Monotone-Parent: 4608d61fea860c76d767517b443d507b5cc8c961
Monotone-Revision: d3d13025350af6364527c65ace59ad308e3e8ffe

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-13T21:22:55
Monotone-Branch: ca.inverse.sogo
2006-09-13 21:22:55 +00:00

376 lines
6 KiB
CSS

DIV#leftPanel
{
position: absolute;
top: 5.2em;
left: 0px;
width: 16em;
bottom: 0px;
overflow: hidden;
}
DIV#schedulerTabs
{
top: 0px;
left: .2em;
width: 15em;
height: 14.2em;
}
DIV#tasksView
{
position: absolute;
background: #eee;
top: 18em;
bottom: 0px;
width: 100%;
overflow: auto;
}
DIV#rightPanel
{
position: absolute;
top: 5.5em;
left: 16.7em;
right: 0px;
bottom: 0px;
overflow: hidden;
}
DIV#appointmentsListView
{
position: absolute;
background: #fff;
width: 100%;
height: 15.7em;
top: 2em;
overflow: auto;
}
DIV#calendarView
{
position: absolute;
background: #fff;
top: 18em;
bottom: 0px;
width: 100%;
overflow: hidden;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
}
DIV#calendarView A
{
text-decoration: none;
font: inherit;
color: inherit;
}
#leftDragHandle, #rightDragHandle
{
cursor: n-resize;
top: 17.7em;
left: 0px;
right: 0px;
height: 5px;
}
#verticalDragHandle
{
position: absolute;
cursor: e-resize;
top: 5em;
left: 16em;
width: 5px;
bottom: 0px;
z-index: 5;
border-left: 1px solid #aaa;
border-right: 1px solid #999;
}
#filterPanel
{
height: 2em;
padding-right: .5em;
vertical-align: middle;
width: 100%;
}
#dateSelector
{
width: 14em;
margin: 0px auto;
background: #fff;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
#dateSelector #header
{ background: #efefef;
width: 100%;
vertical-align: middle;
text-align: center;
padding: .2em 0px;
margin: 0px;
border: 0px; }
#dateSelector #header A
{
width: 1em;
padding: .4em .2em;
}
#dateSelector #header #leftArrow
{
float: left;
}
#dateSelector #header #rightArrow
{
float: right;
}
#dateSelector #header SPAN
{ cursor: default;
font-size: medium;
vertical-align: middle;
font-weight: bold;
border: 1px solid transparent;
margin: .5em .2em; }
#dateSelector #header SPAN:hover
{ border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc; }
#dateSelector .dayOfWeek
{ color: #00f; }
#dateSelector TABLE,
#dateSelector TABLE TABLE
{ border-collapse: collapse; }
#dateSelector TABLE TABLE TD
{
cursor: pointer;
margin: 0px;
padding: 0px;
border: 1px solid #fff;
}
#dateSelector TABLE TABLE TD:hover
{ color: #f00;
border: 1px solid #deebf7; }
#dateSelector .inactiveDay
{ color: #dedfde; }
#dateSelector .dayOfToday
{ background: #deebf7;
border: 1px solid #deebf7; }
#dateSelector TABLE
{ margin: 0px auto; }
#dateSelector TD SPAN
{ width: 1.5em;
height: 1.5em;
text-align: center;
display: block; }
#dateSelector TD SPAN A
{ color: inherit;
background: inherit;
text-decoration: none; }
#dateSelector TD:active
{ background: #ddd;
border: 1px solid #deebf7; }
#dateSelector TD._selected
{
background: #4b6983;
color: #fff;
}
TABLE#appointmentsList
{ width: auto; }
TABLE#appointmentsList TR._selected TD
{
background: #4b6983;
color: #fff;
}
TABLE.dayOverview,
TABLE.weekOverview
{
margin: 0 auto;
padding: 1em;
border-collapse: collapse; }
TABLE.dayOverview TD,
TABLE.weekOverview TD
{ border: 1px solid #99f; }
TABLE.dayOverview TD.header
{ text-align: center;
color: #77a;
width: 100%;
font-weight: bold;
background: #eef; }
TABLE.weekOverview TD.header
{ text-align: center;
color: #77a;
width: 15%;
font-weight: bold;
background: #eef; }
TABLE.dayOverview TD.nullheader,
TABLE.weekOverview TD.nullheader
{ border: 0px solid #fff; }
TABLE.dayOverview TD.hourOfDay,
TABLE.weekOverview TD.hourOfDay
{ text-align: right;
vertical-align: top;
height: 4em;
font-weight: bold;
overflow: auto;
width: 5em;
color: #77a;
background: #eef; }
SPAN.daysHeader,
SPAN.weeksHeader,
SPAN.monthsHeader
{ display: block;
white-space: nowrap;
background: #dbdad5;
overflow: hidden;
width: 100%;
margin: 0px;
height: 2.5em;
padding: .1em 1.5em;
border-top: 1px solid #aaa;
border-bottom: 1px solid #ccc; }
SPAN.daysHeader SPAN,
SPAN.weeksHeader SPAN,
SPAN.monthsHeader SPAN
{ display: block;
margin: .1em;
float: left;
width: 18%;
padding: 0px;
text-align: center;
border: 1px solid transparent;
vertical-align: top; }
SPAN.daysHeader A,
SPAN.weeksHeader A,
SPAN.monthsHeader A
{ padding: 0px .5em; }
A.leftNavigationArrow,
A.rightNavigationArrow
{ border: 1px solid transparent;
padding: .5em;
text-align: center;
vertical-align: bottom; }
A.leftNavigationArrow:hover,
A.rightNavigationArrow:hover,
SPAN.daysHeader A:hover,
SPAN.weeksHeader A:hover,
SPAN.monthsHeader A:hover
{ border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc; }
A.leftNavigationArrow:active,
A.rightNavigationArrow:active,
SPAN.daysHeader A:active,
SPAN.weeksHeader A:active,
SPAN.monthsHeader A:active
{ border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff; }
.week2, .month2
{
font-size: small;
}
.day2, .week1, .month1
{
font-size: medium;
}
.day1, .week0, .month0
{
font-size: large;
}
.day0
{
font-size: x-large;
}
.day0, .week0, .month0
{ border-top: 1px solid #aaa !important;
border-left: 1px solid #aaa !important;
border-bottom: 1px solid #fff !important;
border-right: 1px solid #fff !important;
background: #ccc;
color: #222; }
A.leftNavigationArrow
{
position: absolute;
display: block;
top: .5em;
left: .5em;
}
A.rightNavigationArrow
{
position: absolute;
display: block;
top: .5em;
right: .5em;
}
DIV#calendarContent
{
position: absolute;
top: 3em;
padding: 0px;
margin: 0px;
bottom: 0px;
left: 0px;
right: 0px;
overflow: auto;
}
.menu LI.currentMonth,
.menu LI.currentYear
{
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background: #ccc;
color: #222;
}
SPAN.appointmentView
{ display: block;
background: #dd0;
border: 1px dashed #990; }