base
This commit is contained in:
@@ -0,0 +1,171 @@
|
||||
A:link {
|
||||
TEXT-DECORATION: underline
|
||||
}
|
||||
A:visited {
|
||||
TEXT-DECORATION: none
|
||||
}
|
||||
A:active {
|
||||
TEXT-DECORATION: none
|
||||
}
|
||||
A:hover {
|
||||
TEXT-DECORATION: underline
|
||||
}
|
||||
|
||||
.pagelink:link { font-family: "verdana" ; color: 4c4c4c; TEXT-DECORATION: none}
|
||||
.pagelink:visited { font-family: "verdana" ; color: 4c4c4c; TEXT-DECORATION: none}
|
||||
.pagelink:hover { font-family: "verdana" ; color: 009AB4; TEXT-DECORATION: underline}
|
||||
|
||||
|
||||
.txt { font-family: "µ¸¿ò"; font-size: 11px; color: 4c4c4c; font-weight: bold}
|
||||
|
||||
.eng { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 10px; color: 4c4c4c}
|
||||
|
||||
|
||||
select{behavior: url('selectbox.htc');}
|
||||
TD{line-height:150%;}
|
||||
|
||||
.LoginWindow {
|
||||
font-family:Arial,±¼¸²;
|
||||
font-size:14px;
|
||||
font-weight:bold;
|
||||
color:#094899;
|
||||
}
|
||||
|
||||
.TopMenuTitle {
|
||||
font-family:Arial;
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
.TopMenu {
|
||||
font-family:Verdana;
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
.TopMenu a:link, .TopMenu a:visited {
|
||||
TEXT-DECORATION: none;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
.TopMenu a:link:hover, .TopMenu a:visited:hover {
|
||||
TEXT-DECORATION: none;
|
||||
}
|
||||
|
||||
.Logout {
|
||||
font-family:Verdana;
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
.Logout a:link, .Logout a:visited {
|
||||
TEXT-DECORATION: none;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
.Logout a:link:hover, .Logout a:visited:hover {
|
||||
TEXT-DECORATION: underline;
|
||||
}
|
||||
|
||||
.LeftMenuTitle {
|
||||
font-family:Arial,µ¸¿ò;
|
||||
font-size:13px;
|
||||
font-weight:bold;
|
||||
color:#094899;
|
||||
}
|
||||
|
||||
.LeftMenu {
|
||||
font-family:Verdana,±¼¸²;
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
color:#000000;
|
||||
}
|
||||
.LeftMenu a:link, .LeftMenu a:visited {
|
||||
TEXT-DECORATION: none;
|
||||
color:#000000;
|
||||
}
|
||||
.LeftMenu a:link:hover, .LeftMenu a:visited:hover {
|
||||
TEXT-DECORATION: underline;
|
||||
}
|
||||
|
||||
.ContentSummary {
|
||||
font-family:verdana,µ¸¿ò;
|
||||
font-size:10px;
|
||||
font-weight:bold;
|
||||
color:#729399;
|
||||
}
|
||||
|
||||
.ContentSubtitle {
|
||||
font-family:Arial,µ¸¿ò;
|
||||
font-size:13px;
|
||||
font-weight:bold;
|
||||
color:#EA0375;
|
||||
}
|
||||
|
||||
.ContentTableTitle {
|
||||
font-family:Verdana,µ¸¿ò;
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.ContentTable {
|
||||
font-family:µ¸¿ò;
|
||||
font-size:11px;
|
||||
font-weight:normal;
|
||||
color:#4B4B4B;
|
||||
}
|
||||
.ContentTable a:link, .ContentTable a:visited {
|
||||
TEXT-DECORATION: none;
|
||||
color:#009AB4;
|
||||
}
|
||||
.ContentTable a:link:hover, .ContentTable a:visited:hover {
|
||||
TEXT-DECORATION: underline;
|
||||
}
|
||||
|
||||
.ContentTableSmall {
|
||||
font-family:µ¸¿òü;
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
color:#4B4B4B;
|
||||
}
|
||||
.ContentTableSmall a:link, .ContentTableSmall a:visited {
|
||||
TEXT-DECORATION: none;
|
||||
color:#4B4B4B;
|
||||
}
|
||||
.ContentTableSmall a:link:hover, .ContentTableSmall a:visited:hover {
|
||||
TEXT-DECORATION: underline;
|
||||
}
|
||||
|
||||
.ContentTableAlarm {
|
||||
font-family:Verdana,µ¸¿ò;
|
||||
font-size:11px;
|
||||
font-weight:normal;
|
||||
color:#4B4B4B;
|
||||
}
|
||||
|
||||
.BorderBottom {
|
||||
border-bottom:1px solid #E1E1E1;
|
||||
}
|
||||
|
||||
.ContentListTitle {
|
||||
font-family:Verdana,µ¸¿ò;
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
color:#4B4B4B;
|
||||
}
|
||||
|
||||
.TooltipLayer {
|
||||
position:absolute;
|
||||
top:5;
|
||||
left:5;
|
||||
width:auto;
|
||||
height:auto;
|
||||
padding:7pt;
|
||||
overflow:hidden;
|
||||
z-index:1;
|
||||
border:solid 1 #000000;
|
||||
background:#FFFFCC;
|
||||
color:#000000;
|
||||
font-size:9pt;
|
||||
display:none;
|
||||
}
|
||||
Reference in New Issue
Block a user