86 lines
1.6 KiB
CSS
86 lines
1.6 KiB
CSS
|
BODY {
|
||
|
margin:0;
|
||
|
overflow:hidden;
|
||
|
background:#6E8ADE;
|
||
|
padding:10px;
|
||
|
}
|
||
|
TD {
|
||
|
vertical-align:top;
|
||
|
text-align:left;
|
||
|
}
|
||
|
.tborder {
|
||
|
background:#6E8ADE;
|
||
|
font-size:0px
|
||
|
}
|
||
|
|
||
|
.workarea {
|
||
|
background:#EFF3FF;
|
||
|
background-image:url('note_watermark.gif');
|
||
|
background-repeat:no-repeat;
|
||
|
background-position:bottom right;
|
||
|
color:#1855C6;
|
||
|
font-family:tahoma;
|
||
|
font-weight:bold;
|
||
|
font-size:8pt;
|
||
|
padding:10px;
|
||
|
padding-left:0px;
|
||
|
border:1px solid white;
|
||
|
border-top:0px solid white;
|
||
|
}
|
||
|
|
||
|
.action {
|
||
|
padding-bottom:10px;
|
||
|
white-space:nowrap;
|
||
|
}
|
||
|
|
||
|
.glyph {
|
||
|
position:absolute;
|
||
|
top:8; left:15;
|
||
|
height:27px; width:33px;
|
||
|
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mediabar.png', sizingMethod='scale');
|
||
|
}
|
||
|
|
||
|
.titlebarLeft {
|
||
|
background:#1855C6;
|
||
|
font-size:0pt;
|
||
|
background-image:url('corner_top_left.gif');
|
||
|
background-repeat: no-repeat;
|
||
|
background-position:top left;
|
||
|
}
|
||
|
.titlebarRight {
|
||
|
background:#1855C6;
|
||
|
font-size:0pt;
|
||
|
background-image:url('corner_top_right.gif');
|
||
|
background-repeat: no-repeat;
|
||
|
background-position:top right;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
color:white;
|
||
|
font-family:tahoma;
|
||
|
font-weight:bold;
|
||
|
font-size:8pt;
|
||
|
vertical-align:middle;
|
||
|
padding-left:40px;
|
||
|
overflow:hidden;
|
||
|
}
|
||
|
|
||
|
A {
|
||
|
color:#1855C6;
|
||
|
text-decoration:none;
|
||
|
}
|
||
|
|
||
|
a:link {
|
||
|
color:#1855C6;
|
||
|
text-decoration:none;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
color:#428EFF;
|
||
|
text-decoration:underline;
|
||
|
}
|
||
|
|
||
|
LI A {
|
||
|
text-decoration:underline;
|
||
|
}
|