128 lines
2.4 KiB
CSS
128 lines
2.4 KiB
CSS
|
|
a{ color:#1a5cc8; text-decoration:none }
|
|
a:hover { color:orange; text-decoration:underline }
|
|
|
|
h2{color:blue}
|
|
|
|
.toprow{
|
|
background-color:#1a5cc8;
|
|
color:#FFFFFF;
|
|
font-weight:bold;
|
|
white-space: nowrap;
|
|
}
|
|
.toprow a{ font-family: Arial; font-weight: bold; font-size: 18px; color: #FFFFFF; margin: 15px }
|
|
.toprow a:hover{ font-family: Arial; font-weight: bold; font-size: 18px; color:orange; margin: 15px }
|
|
|
|
.oddrow{background-color:#E5ECF9;white-space: nowrap;}
|
|
.evenrow{background-color:#FFFFFF;white-space: nowrap;}
|
|
body{
|
|
background-color:#FFFFFF;
|
|
background-image: url(../image/background.jpg);
|
|
}
|
|
.hd{
|
|
color:#FFFFFF;
|
|
font-weight:bold;
|
|
}
|
|
|
|
|
|
.time{
|
|
text-align: right;
|
|
}
|
|
.ip{
|
|
text-align: right;
|
|
padding-right: 5px;
|
|
}
|
|
tr.userinfo{
|
|
background-color:#FFFFF0;
|
|
font-size: 16px;
|
|
}
|
|
span.yes,.green {
|
|
color:green;
|
|
font-weight: bolder;
|
|
}
|
|
span.no,.red{
|
|
color:red;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
span.exadmin{
|
|
color:gray;
|
|
}
|
|
#center{
|
|
text-align:center;
|
|
}
|
|
|
|
div.content {
|
|
height: auto;
|
|
background:#e4f0f8;
|
|
margin: 0;
|
|
padding: 0 20px;
|
|
font-size: 14px;
|
|
font-family: Times New Roman;
|
|
text-align: left
|
|
}
|
|
.sampledata{
|
|
white-space:pre;
|
|
background:#8db8ff;
|
|
font-size: 18px;
|
|
font-family:Monospace;
|
|
}
|
|
|
|
#menu{
|
|
position:absolute;
|
|
left:20px; top:120px;width:215px; height:54px;z-index:1; visibility:visible;
|
|
text-align:left;
|
|
}
|
|
.menu_item{
|
|
// display:inline;
|
|
font-weight :bold;
|
|
}
|
|
#profile{
|
|
position:absolute;
|
|
left:0px; top:0px;width:100%; height:54px;z-index:2; visibility:visible;
|
|
text-align:right;
|
|
}
|
|
|
|
|
|
#head{
|
|
position:absolute;
|
|
left:0px; top:40px;width:163px; height:66px;z-index:3; visibility:visible;
|
|
font-size:10;
|
|
color:red;
|
|
}
|
|
#logo{
|
|
position:absolute;
|
|
left:10px;
|
|
top:-40px;
|
|
}
|
|
#broadcast{
|
|
position:absolute;
|
|
left:150px; top:20px;width:expression(documentElement.clientWidth-150); height:120px;z-index:6; visibility:visible;
|
|
//background:#eeeeff;
|
|
}
|
|
|
|
#main{
|
|
position:absolute;
|
|
left:150px; top:163px;width:expression(documentElement.clientWidth-150); height:600px;z-index:4; visibility:visible;
|
|
text-align:left;
|
|
}
|
|
|
|
#main div{
|
|
text-align:center;
|
|
}
|
|
#submenu{
|
|
position:absolute;
|
|
left:0px; top:120px;width:150px; height:169px;z-index:5; visibility:visible;
|
|
}
|
|
|
|
#foot{
|
|
position:relative;
|
|
left:0px;
|
|
top:auto;
|
|
width:width:expression(documentElement.clientWidth-150);
|
|
z-index:7;
|
|
visibility:visible
|
|
text-align:center;
|
|
}
|
|
|