First code received by Master Leon
This commit is contained in:
commit
4230eb6922
330 changed files with 15543 additions and 0 deletions
74
pages/design/designf.css
Normal file
74
pages/design/designf.css
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue