HB/page/design/designtechno.css

71 lines
1.2 KiB
CSS

body {
background-image: url('screen119.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: right;
background-color: black;
color: #7093DB;
font-size: 12px;
font-family: verdana, serif;
scrollbar-face-color: black;
scrollbar-shadow-color: rgb(98,98,98);
scrollbar-highlight-color: rgb(72,72,72);
scrollbar-3dlight-color: rgb(136,136,136);
scrollbar-darkshadow-color: rgb(81,81,81);
scrollbar-track-color: rgb(72,72,72);
scrollbar-arrow-color: #A8A8A8;
}
table {
background-color: black;
color: #7093DB;
font-size: 12px;
border-collapse: separate;
empty-cells: show;
text-align: center;
border: 1px solid black;
}
TD.a {
border-bottom: 0;
}
TD {
border-bottom: 1px #0099FF solid;
}
a {
color: #7093DB;
font-size: 12px;
font-family: verdana, serif;
text-decoration: underline;
border: none;
}
a:hover {
color: #7093DB;
font-size: 12px;
font-family: verdana, serif;
text-decoration: none;
cursor: pointer;
}
a:active, a:focus {
color: #7093DB;
font-size: 12px;
font-family: verdana, serif;
text-decoration: none;
cursor: wait;
}
a:visited {
color: #7093DB;
font-size: 12px;
font-family: verdana, serif;
text-decoration: underline;
cursor: pointer;
}
img {
border: 0;
}