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
|
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
|
-
+
+
+
+
-
+
+
+
+
|
font-size: 16px;
font-weight: bold;
text-align: center;
cursor: pointer;
}
#grammalecte_tf_reset {
background-color: hsl(210, 100%, 50%);
background-color: hsl(210, 50%, 50%);
color: hsl(210, 0%, 100%);
}
#grammalecte_tf_reset:hover {
background-color: hsl(210, 50%, 40%);
}
#grammalecte_tf_progressbar {
width: 400px;
}
#grammalecte_tf_time_res {
width: 60px;
padding: 5px 10px;
}
#grammalecte_tf_apply {
background-color: hsl(120, 100%, 50%);
background-color: hsl(120, 50%, 50%);
color: hsl(150, 0%, 100%);
}
#grammalecte_tf_apply:hover {
background-color: hsl(120, 50%, 40%);
}
#grammalecte_progressbarbox {
display: inline-block;
padding: 10px 20px;
}
|