-
Notifications
You must be signed in to change notification settings - Fork 1
/
style1.css
116 lines (110 loc) · 2.11 KB
/
style1.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
select{
width: 100%;
border: 1px solid rgb(5, 5, 5);
border-radius: 5px;
padding: 0 10px;
background-color: #ffffff;
color: #333;
}
body{
background: #ffffff;
font-family: 'Open Sans', sans-serif;
}
input[type="text"]{
width: 100%;
height: 20px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 0px;
font-size: 16px;
color: #333;
background: #ccd5d5;
}
input[type="password"]{
width: 100%;
height: 20px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 0px;
font-size: 16px;
color: #333;
background: #ccd5d5;
}
select:focus{
border-color: #aaa;
border: 10px;
}
input[type="text"]:focus{
border-color: #aaa;
border: 10px;
}
input[type=textarea]{
width: 100%;
height: 40px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 0 10px;
font-size: 16px;
color: #333;
}
input[type=button]{
width: 50%;
height: 20px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 0px;
font-size: 10px;
color: #333;
}
input[type=submit]{
width: 50%;
height: 40px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 0px;
font-size: 16px;
color: rgb(0, 0, 0);
background-color: rgb(7, 188, 7);
}
input[type=reset]{
width: 50%;
height: 40px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 0px;
font-size: 16px;
color: rgb(0, 0, 0);
background-color: rgb(197, 5, 5);
}
header{
width: 100%;
text-align: right;
}
#header-links{
width: 100%;
background-color: #333;
padding: 5px 0px 5px 5px;
border-radius: 5px;
}
.bandeau{
color:white;
text-decoration: none;
}
#flottant-fournisseur{
float:left;
padding: 10px;
display: inline;
}
#flottant-formulaire{
float:right;
padding: 10px;
display: inline;
}
.fieldset{
border: 1px solid rgb(35, 35, 35);
border-radius: 5px;
}
/*
bleu : add8e6
vert : 3cdc8d
*/