-
Notifications
You must be signed in to change notification settings - Fork 0
/
trivial.css
111 lines (89 loc) · 1.48 KB
/
trivial.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
@import url('https://fonts.googleapis.com/css?family=Bangers&display=swap');
h1 {
font-family: 'Bangers';
}
h2 {
font-family: 'Bangers';
}
.ancho {
max-width: 100%;
}
@media only screen and (min-width: 992px) {
.ancho {
max-width: 80%;
margin-left: 10%;
}
.textoGrande {
font-size: xx-large;
}
}
.fondo {
background-color: #f8f9fa;
}
.textoNormal {
font-size: x-large;
margin-right: 5px;
margin-left: 5px;
text-indent: 20px;
}
.textoInfo {
font-size: medium;
padding-top: 10px;
padding-bottom: 10px;
margin-right: 5px;
margin-left: 5px;
text-indent: 20px;
}
.textoGrande {
font-size: xx-large;
margin-right: 5px;
margin-left: 5px;
margin-top: 15%;
}
.textoScore {
font-size: large;
margin-top: 2%;
}
.textoPequeno {
font-size: small;
}
.textoFooter {
font-family: 'Bangers';
font-size: small;
}
.fondoMain {
padding-top: 1%;
background-color: rgb(211, 211, 211);
padding-bottom: 1%;
}
.fondoFooter {
background-color: #343a40;
}
.colorFacil {
background-color: green;
}
.colorMedio {
background-color: yellow;
}
.colorDificil {
background-color: red;
}
.colorInactivo {
background-color: lightgray;
}
.colorActivo {
background-color: darkgray;
}
.parrafo {
text-indent: 2%;
}
.myProgress {
width: 100%;
background-color: #ddd;
border-radius: 6px;
padding: 0.5px;
}
.myBar {
width: 1%;
height: 30px;
}