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/design1.css
Normal file
110
pages/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);
|
||||
}*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue