@ -2,10 +2,19 @@ html {
font-size : clamp ( 10px , 2vw , 18px ) ;
font-size : clamp ( 10px , 2vw , 18px ) ;
}
}
html . js . noscript {
html . js . noscript , . hidden {
display : none ;
display : none ;
}
}
. clickable {
cursor : pointer ;
}
. anchorstyle {
color : rgb ( 0 , 102 , 204 ) ;
text-decoration : underline ;
}
/* Dead style */
/* Dead style */
html : not ( . js ) . js-only {
html : not ( . js ) . js-only {
display : none ;
display : none ;
@ -25,9 +34,14 @@ header {
# tbl_communities { width : 100 % ; }
# tbl_communities { width : 100 % ; }
/* Hide the identifier column before removal. */
# toggle-show-room-ids : not ( : checked )
# th_identifier { display : none ; }
~ # tbl_communities : is ( # th_identifier , . td_identifier ) {
. td_identifier { display : none ; font-family : monospace ; }
display : none ;
}
. td_identifier {
font-family : monospace ;
}
. td_language : empty :: after {
. td_language : empty :: after {
content : "\2753" ;
content : "\2753" ;
@ -95,6 +109,15 @@ footer nav a {
white-space : nowrap ;
white-space : nowrap ;
}
}
label [ for = toggle-show-room-ids ] :: after {
content : " (Off)"
}
# toggle-show-room-ids : checked
~ footer label [ for = toggle-show-room-ids ] :: after {
content : " (On)"
}
/* <Colors> */
/* <Colors> */
: root {
: root {
/*--session-classic-dark-green: #31f196;*/
/*--session-classic-dark-green: #31f196;*/