forked from halo-battle/game
First code received by Master Leon
This commit is contained in:
commit
4230eb6922
330 changed files with 15543 additions and 0 deletions
BIN
page/design/bleu.jpg
Normal file
BIN
page/design/bleu.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
112
page/design/design.css
Normal file
112
page/design/design.css
Normal file
|
|
@ -0,0 +1,112 @@
|
|||
body {
|
||||
background-image: url('screen119.jpg');
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
background-color: black;
|
||||
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: #999999;
|
||||
font-size: 12px;
|
||||
border-collapse: separate;
|
||||
empty-cells: show;
|
||||
text-align: center;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
TD {
|
||||
background-color: #330066;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.bouttom {
|
||||
color: white;
|
||||
font-family: verdana, serif;
|
||||
BORDER-STYLE: outset;
|
||||
background-color: #330066;
|
||||
BORDER-LEFT-COLOR: white;
|
||||
BORDER-BOTTOM-COLOR: #330066;
|
||||
BORDER-TOP-COLOR: white;
|
||||
BACKGROUND-COLOR: #330066;
|
||||
BORDER-RIGHT-COLOR:#330066;
|
||||
}
|
||||
|
||||
.bouttom:hover {
|
||||
BORDER-STYLE: inset;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.zone_texte {
|
||||
background-color: #9999FF;
|
||||
color: #000099;
|
||||
border: 1px solid black;
|
||||
font-family: verdana, serif;
|
||||
}
|
||||
|
||||
.zone_texte:focus {
|
||||
background-color: #9999FF;
|
||||
color: #000099;
|
||||
border: 1px solid black;
|
||||
font-family: verdana, serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #CCCCCC;
|
||||
font-size: 12px;
|
||||
font-family: verdana, serif;
|
||||
text-decoration: underline;
|
||||
border: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #CCCCCC;
|
||||
font-size: 12px;
|
||||
font-family: verdana, serif;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:active, a:focus {
|
||||
color: #CCCCCC;
|
||||
font-size: 12px;
|
||||
font-family: verdana, serif;
|
||||
text-decoration: none;
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #CCCCCC;
|
||||
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:#330099;
|
||||
}
|
||||
110
page/design/design1.css
Normal file
110
page/design/design1.css
Normal file
|
|
@ -0,0 +1,110 @@
|
|||
body {
|
||||
background-image: url('bleu.jpg');
|
||||
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;
|
||||
}
|
||||
|
||||
.bouttom {
|
||||
color: #afbdff;
|
||||
font-family: verdana, serif;
|
||||
BORDER-STYLE: outset;
|
||||
background-color: navy;
|
||||
BORDER-LEFT-COLOR: white;
|
||||
BORDER-BOTTOM-COLOR: navy;
|
||||
BORDER-TOP-COLOR: white;
|
||||
BACKGROUND-COLOR: navy;
|
||||
BORDER-RIGHT-COLOR: navy;
|
||||
}
|
||||
|
||||
.bouttom:hover {
|
||||
BORDER-STYLE: inset;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.zone_texte {
|
||||
background-color: #111e40;
|
||||
color: #afbdff;
|
||||
border: 1px solid #2458b5;
|
||||
font-family: verdana, serif;
|
||||
}
|
||||
|
||||
.zone_texte:focus {
|
||||
background-color: #111e75;
|
||||
color: #afbdff;
|
||||
border: 1px solid #2458b5;
|
||||
font-family: verdana, serif;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
#datetime {
|
||||
color: #7093DB;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
TD.a {
|
||||
border: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*QPushButton {
|
||||
border-radius: 2px;
|
||||
border: 1px solid #8f8f91;
|
||||
background-color: qlineargradient(x1: 1, y1: 0, x2: 0, y2: 1, stop: 0 #f6f7fa, stop: 1 #7093DB);
|
||||
}
|
||||
|
||||
QPushButton:pressed {
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dadbde, stop: 1 #f6f7fa);
|
||||
}*/
|
||||
71
page/design/designtechno.css
Normal file
71
page/design/designtechno.css
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
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;
|
||||
}
|
||||
BIN
page/design/screen119.jpg
Normal file
BIN
page/design/screen119.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Loading…
Add table
Add a link
Reference in a new issue