16 lines
201 B
CSS
16 lines
201 B
CSS
a{
|
|
text-decoration:none;
|
|
color: #003399;
|
|
}
|
|
a:hover{
|
|
text-decoration:underline;
|
|
color: #0033CC;
|
|
}
|
|
.contextMenu{
|
|
display:none;
|
|
}
|
|
.red_txt{
|
|
color: #FF6600;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
} |