71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
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
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
|
display: inline-block;
padding: 0 10px;
}
.grammalecte_panel_commands {
float: right;
}
.grammalecte_copy_button {
display: inline-block;
padding: 2px 10px;
background-color: hsl(150, 80%, 30%);
border-radius: 0 0 0 3px;
font-size: 22px;
font-weight: bold;
color: hsl(150, 0%, 100%);
text-align: center;
cursor: pointer;
}
.grammalecte_copy_button:hover {
background-color: hsl(150, 100%, 40%);
}
.grammalecte_move_button {
display: inline-block;
padding: 2px 5px;
background-color: hsl(180, 80%, 50%);
font-size: 22px;
font-weight: bold;
color: hsl(210, 0%, 100%);
color: hsl(180, 0%, 100%);
text-align: center;
cursor: pointer;
}
.grammalecte_move_button:hover {
background-color: hsl(180, 100%, 60%);
}
.grammalecte_close_button {
|
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
-
+
|
*/
.grammalecte_spinner {
visibility: hidden;
width: 40px;
height: 40px;
position: absolute;
top: 2px;
right: 150px;
right: 180px;
}
.grammalecte_spinner .bounce1,
.grammalecte_spinner .bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: hsl(0, 50%, 75%);
|