93 lines
1.2 KiB
CSS
Executable File
93 lines
1.2 KiB
CSS
Executable File
.navi_links {
|
|
width: 177px;
|
|
margin: 0;
|
|
padding: 0px;
|
|
list-style:none;
|
|
border: none;
|
|
}
|
|
|
|
.navi_links li {
|
|
margin:0 0 3px 0;
|
|
}
|
|
|
|
.navi_links li a {
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
height: 16px;
|
|
display:block;
|
|
color:#000;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
border: 2px solid white;
|
|
|
|
}
|
|
|
|
.Link1 {
|
|
background-color: #DF1D1F !important;
|
|
|
|
}
|
|
|
|
.Link2 {
|
|
background-color: #F9A413 !important;
|
|
|
|
}
|
|
|
|
.Link3 {
|
|
background-color: #167730 !important;
|
|
}
|
|
|
|
.Link4 {
|
|
background-color: #233350 !important;
|
|
}
|
|
|
|
.Link5 {
|
|
background-color: #70685B !important;
|
|
}
|
|
|
|
a.Link1:hover span{
|
|
background-color: #DF1D1F !important;
|
|
}
|
|
|
|
a.Link2:hover span {
|
|
background-color: #F9A413 !important;
|
|
|
|
}
|
|
|
|
.Link3:hover span {
|
|
background-color: #167730 !important;
|
|
color:white;
|
|
}
|
|
|
|
.Link4:hover span {
|
|
background-color: #233350 !important;
|
|
color:white;
|
|
}
|
|
|
|
.Link5:hover span {
|
|
background-color: #70685B !important;
|
|
color:white;
|
|
}
|
|
|
|
.navi_links li a span {
|
|
height: 16px;
|
|
text-indent: 4px;
|
|
display:block;
|
|
margin-left: 15px;
|
|
background-color: #FFF;
|
|
}
|
|
|
|
div.message_box {
|
|
border: dotted 1px black;
|
|
margin: 1em;
|
|
padding:1em;
|
|
}
|
|
|
|
.red {
|
|
color:red;
|
|
}
|
|
|
|
.green {
|
|
color:green;
|
|
} |