game/pages/design/designf.css

74 lines
No EOL
1.2 KiB
CSS

body {
background-image: url('fond.jpg');
color: white;
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 {
color: white;
font-size: 12px;
border-collapse: separate;
empty-cells: show;
text-align: center;
border: 0px;
}
TD {
background-color:#330066;
border: 2px solid transparent;
}
TD.h {
background-color: transparent;
border: 0px;
}
a {
color: #9999CC;
font-size: 12px;
font-family: verdana, serif;
text-decoration: underline;
border: none;
}
a:hover {
color: #9999CC;
font-size: 12px;
font-family: verdana, serif;
text-decoration: none;
cursor: pointer;
}
a:active, a:focus {
color: #9999CC;
font-size: 12px;
font-family: verdana, serif;
text-decoration: none;
cursor: wait;
}
a:visited {
color: #9999CC;
font-size: 12px;
font-family: verdana, serif;
text-decoration: underline;
cursor: pointer;
}
img {
border: 0;
}
#datetime {
background-color: transparent;
color: white;
font-weight: bold;
}