64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
-
+
-
-
+
+
|
font-size: 14px;
font-weight: bold;
text-align: center;
cursor: pointer;
}
div.grammalecte_copy_button {
border-radius: 2px;
color: hsla(150, 0%, 100%, .5);
color: hsla(210, 0%, 100%, .5);
}
div.grammalecte_copy_button:hover {
background-color: hsl(150, 90%, 35%);
color: hsla(150, 0%, 100%, 1);
background-color: hsl(210, 90%, 35%, .5);
color: hsla(210, 0%, 100%, 1);
}
div.grammalecte_move_button {
padding: 1px 5px;
border-radius: 16px;
color: hsla(180, 0%, 100%, .5);
}
div.grammalecte_move_button:hover {
|