-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (92 loc) · 1.72 KB
/
style.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
/* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
table td {
text-align: center;
padding: 2px;
font-weight: bold;
border: 1px solid black;
}
.color {
background-color: red;
color: #e4ffe1;
border-radius: 20%;
font-weight: bold;
}
input[type="text"] {
text-align: center;
}
.color_check {
outline: solid 2px red ;
}
.color_invalid_checkbox {
outline: solid 1px rgb(2, 1, 1) ;
}
.div2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
}
.div3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ruban {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
}
#ruban{
padding: 2px;
}
label {
margin-right: 2px;
}
#table-prog{
background-color: rgba(81, 190, 204 , 0.8);
}
.table1 {
background-color: rgba(81, 190, 204 , 0.9)
}
.p::first-letter {
font-size: 20px;
color: mediumblue;
}
.divv {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
}
button {
margin-left: 10px;
margin-right: 10px;
}
button:hover {
background-color: rgba(115, 124, 206, 1);
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.p {
font-size: 14px;
}
.btnn {
border-radius: 4px;
background-color: rgba(115, 124, 206, 0.55);
color: rgb(31, 30, 30);
}