First code received by Master Leon
This commit is contained in:
commit
4230eb6922
330 changed files with 15543 additions and 0 deletions
110
pages/design/design.css
Normal file
110
pages/design/design.css
Normal file
|
|
@ -0,0 +1,110 @@
|
|||
body {
|
||||
background-image: url('screen77.jpg');
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
color: #CCCCFF;
|
||||
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: #CCCCFF;
|
||||
font-size: 12px;
|
||||
border-collapse: separate;
|
||||
empty-cells: show;
|
||||
text-align: center;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
TD {
|
||||
background-color: #330033;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.bouttom {
|
||||
color: white;
|
||||
font-family: verdana, serif;
|
||||
BORDER-STYLE: outset;
|
||||
background-color: #663399;
|
||||
BORDER-LEFT-COLOR: white;
|
||||
BORDER-BOTTOM-COLOR: #663399;
|
||||
BORDER-TOP-COLOR: white;
|
||||
BACKGROUND-COLOR: #663399;
|
||||
BORDER-RIGHT-COLOR: #663399;
|
||||
}
|
||||
|
||||
.bouttom:hover {
|
||||
BORDER-STYLE: inset;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.zone_texte {
|
||||
background-color: #9900CC;
|
||||
color: #FFFFFF;
|
||||
border: 1px solid black;
|
||||
font-family: verdana, serif;
|
||||
}
|
||||
|
||||
.zone_texte:focus {
|
||||
background-color: #9900CC;
|
||||
color: #FFFFFF;
|
||||
border: 1px solid black;
|
||||
font-family: verdana, serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #CC99CC;
|
||||
font-size: 12px;
|
||||
font-family: verdana, serif;
|
||||
text-decoration: underline;
|
||||
border: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #CC99CC;
|
||||
font-size: 12px;
|
||||
font-family: verdana, serif;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:active, a:focus {
|
||||
color: #CC99CC;
|
||||
font-size: 12px;
|
||||
font-family: verdana, serif;
|
||||
text-decoration: none;
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #CC99CC;
|
||||
font-size: 12px;
|
||||
font-family: verdana, serif;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#datetime {
|
||||
color: #7093DB;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
TD.a {
|
||||
border: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.z {
|
||||
background-color: #330633;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue