1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/*
CSS
Button for Grammalecte
*/
div.grammalecte_menu_main_button {
all: initial;
position: absolute;
box-sizing: border-box;
display: none;
margin: -10px 0 0 -18px;
width: 16px;
height: 16px;
background-color: hsla(210, 80%, 95%, .5);
border: 3px solid hsla(210, 80%, 50%, .9);
border-top: 3px solid hsla(210, 80%, 90%, .9);
border-left: 3px solid hsla(210, 80%, 90%, .9);
border-radius: 50%;
font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif;
text-align: center;
|
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/*
CSS
Button for Grammalecte
*/
div.grammalecte_menu_main_button {
all: initial;
position: absolute;
box-sizing: border-box;
display: none;
margin: -10px 0 0 -18px;
width: 20px;
height: 20px;
background-color: hsla(210, 80%, 95%, .5);
border: 3px solid hsla(210, 80%, 50%, .9);
border-top: 3px solid hsla(210, 80%, 90%, .9);
border-left: 3px solid hsla(210, 80%, 90%, .9);
border-radius: 50%;
font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif;
text-align: center;
|