@@ -942,7 +942,7 @@ body > header button.expand-menu {
942
942
display : none;
943
943
}
944
944
945
- body > header .ancilliary -menu {
945
+ body > header .ancillary -menu {
946
946
position : absolute;
947
947
top : 0 ;
948
948
/* right: var(--vocabulary-page-edges-space); */
@@ -955,32 +955,32 @@ body > header .ancilliary-menu {
955
955
/* font-size: 1em; */
956
956
}
957
957
958
- body > header .ancilliary -menu ul {
958
+ body > header .ancillary -menu ul {
959
959
display : flex;
960
960
margin : 0 ;
961
961
padding : 0 ;
962
962
963
963
list-style : none;
964
964
}
965
965
966
- body > header .ancilliary -menu ul li {
966
+ body > header .ancillary -menu ul li {
967
967
margin-left : 10px ;
968
968
}
969
- body > header .ancilliary -menu ul li a {
969
+ body > header .ancillary -menu ul li a {
970
970
/* generalize this */
971
971
display : inline-block;
972
972
}
973
973
974
- body > header .ancilliary -menu ul li a ,
975
- .ancilliary -menu ul li button {
974
+ body > header .ancillary -menu ul li a ,
975
+ .ancillary -menu ul li button {
976
976
margin-top : 10px ;
977
977
}
978
978
979
- body > header .ancilliary -menu ul li button : hover {
979
+ body > header .ancillary -menu ul li button : hover {
980
980
cursor : pointer;
981
981
}
982
982
983
- body > header .ancilliary -menu button .locale {
983
+ body > header .ancillary -menu button .locale {
984
984
display : inline-flex;
985
985
align-items : center;
986
986
padding : 6px 10px ;
@@ -991,7 +991,7 @@ body > header .ancilliary-menu button.locale {
991
991
border-radius : 3px ;
992
992
}
993
993
994
- body > header .ancilliary -menu button .locale .icon-attach : before {
994
+ body > header .ancillary -menu button .locale .icon-attach : before {
995
995
--icon-sprite : var (--fa-globe );
996
996
--icon-sprite-size : .8em ;
997
997
@@ -1000,7 +1000,7 @@ body > header .ancilliary-menu button.locale.icon-attach:before {
1000
1000
opacity : .3 ;
1001
1001
}
1002
1002
1003
- body > header .ancilliary -menu a .donate {
1003
+ body > header .ancillary -menu a .donate {
1004
1004
display : inline-flex;
1005
1005
align-items : center;
1006
1006
padding : 6px 10px ;
@@ -1011,15 +1011,15 @@ body > header .ancilliary-menu a.donate {
1011
1011
border-radius : 3px ;
1012
1012
}
1013
1013
1014
- .ancilliary -menu a .donate .icon-attach : before {
1014
+ .ancillary -menu a .donate .icon-attach : before {
1015
1015
--icon-sprite : var (--fa-heart );
1016
1016
--icon-sprite-color : var (--vocabulary-brand-color-dark-tomato );
1017
1017
--icon-sprite-size : .8em ;
1018
1018
1019
1019
margin-right : .8em ;
1020
1020
}
1021
1021
1022
- body > header .ancilliary -menu a .search {
1022
+ body > header .ancillary -menu a .search {
1023
1023
display : inline-flex;
1024
1024
align-items : center;
1025
1025
padding : 6px 10px ;
@@ -1032,14 +1032,14 @@ body > header .ancilliary-menu a.search {
1032
1032
border-radius : 3px ;
1033
1033
}
1034
1034
1035
- body > header .ancilliary -menu a .search .icon-attach : before {
1035
+ body > header .ancillary -menu a .search .icon-attach : before {
1036
1036
--icon-sprite : var (--fa-search );
1037
1037
--icon-sprite-size : .8em ;
1038
1038
1039
1039
margin-right : .8em ;
1040
1040
}
1041
1041
1042
- body > header .ancilliary -menu button .explore {
1042
+ body > header .ancillary -menu button .explore {
1043
1043
margin-top : 0 ;
1044
1044
padding-top : 16px ;
1045
1045
padding-bottom : 6px ;
@@ -2054,7 +2054,7 @@ body > footer .license svg {
2054
2054
}
2055
2055
2056
2056
@media (max-width : 340px ) {
2057
- body > header .ancilliary -menu button : before , body > header .ancilliary -menu a : before {
2057
+ body > header .ancillary -menu button : before , body > header .ancillary -menu a : before {
2058
2058
display : none;
2059
2059
}
2060
2060
}
0 commit comments