bnbweb/back/styles/general.css

91 lines
1.2 KiB
CSS
Raw Normal View History

2022-11-14 15:49:28 +00:00
/*
$Id: general.css 13504 2007-11-08 09:51:13Z weberliu $
*/
.dis{
display:block;
}
.inline{
display:inline;
}
.none{
display:none;
}
body {
margin: 0px;
padding: 0px;
color: #192E32;
font: 12px "sans-serif", "Arial", "Verdana";
}
p, td, div {
font: 12px "sans-serif", "Arial", "Verdana";
}
th {
font: 12px "sans-serif", "Arial", "Verdana";
font-weight: bold;
}
form {
margin: 0px;
padding: 0px;
}
input, textarea, select {
font: 12px "courier new";
}
.action-span a:visited {
color: #f5f5f5;
text-decoration: none;
}
.action-span a:link {
color: #f5f5f5;
text-decoration: none;
}
.action-span a:hover {
color: #f5f5f5;
text-decoration: underline;
}
.action-span a:active {
color: #f5f5f5;
text-decoration: underline;
}
a:visited {
color: #335B64;
text-decoration: none;
}
a:link {
color: #335B64;
text-decoration: none;
}
a:hover {
color: #EB8A3D;
text-decoration: underline;
}
a:active {
color: #EB8A3D;
text-decoration: underline;
}
.clear {
clear: both;
float: none;
font-size: 0px;
margin: 0;
padding: 0;
display:block;
}
.nowrap {
white-space:nowrap;
}