4,090
edits
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
/* Change text color of links on hover */ | /* Change text color of links on hover */ | ||
a:hover { | a:hover { | ||
color: #000000!important; | |||
} | } | ||
/* Change text color of links on focus */ | /* Change text color of links on focus */ | ||
a:focus { | a:focus { | ||
color: #000000!important; | |||
} | } | ||
Line 225: | Line 223: | ||
border: 1px solid black; | border: 1px solid black; | ||
background: #FAFAFA; | background: #FAFAFA; | ||
z-index: 2; | z-index: 2; | ||
position: relative; | position: relative; | ||
Line 302: | Line 297: | ||
font-size: 17px; | font-size: 17px; | ||
line-height: 20px; | line-height: 20px; | ||
cursor: | cursor: pointer; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | } | ||
Line 311: | Line 306: | ||
font-size: 17px; | font-size: 17px; | ||
line-height: 20px; | line-height: 20px; | ||
cursor: | cursor: pointer; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | } | ||
Line 323: | Line 318: | ||
border: none; | border: none; | ||
padding: 5px 0; | padding: 5px 0; | ||
cursor: | cursor: pointer; | ||
text-decoration: underline; | text-decoration: underline; | ||
font-size: 17px; | font-size: 17px; | ||
Line 339: | Line 334: | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
border: none; | border: none; | ||
cursor: | cursor: pointer; | ||
font-size: 19px; | font-size: 19px; | ||
line-height: 26px; | line-height: 26px; | ||
Line 447: | Line 442: | ||
} | } | ||
.header-index a { | .header-index a { | ||
color: black; | color: black; | ||
} | } | ||
Line 461: | Line 453: | ||
} | } | ||
.header-people a{ | .header-people a{ | ||
color: black!important; | color: black!important; | ||
} | } | ||
Line 475: | Line 464: | ||
} | } | ||
.header-community a { | .header-community a { | ||
color: black!important; | color: black!important; | ||
} | } | ||
Line 495: | Line 481: | ||
} | } | ||
.header-about a { | .header-about a { | ||
color: black!important; | color: black!important; | ||
} | } | ||
Line 689: | Line 672: | ||
border: none; | border: none; | ||
font-family: HALColant-TextRegular!important; | font-family: HALColant-TextRegular!important; | ||
font-size: 19px; | font-size: 19px; | ||
line-height: 26px; | line-height: 26px; | ||
Line 722: | Line 702: | ||
letter-spacing: 0.9px; | letter-spacing: 0.9px; | ||
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-size="24" font-family="Arial" fill="black">⤢</text></svg>') 16 16, auto; | cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-size="24" font-family="Arial" fill="black">⤢</text></svg>') 16 16, auto; | ||
} | } | ||
.home-chronicle-block div.list-container div.card:hover { | .home-chronicle-block div.list-container div.card:hover { | ||
Line 733: | Line 712: | ||
background: black; | background: black; | ||
color: white !important; | color: white !important; | ||
} | } | ||
Line 750: | Line 726: | ||
background: black; | background: black; | ||
color: white !important; | color: white !important; | ||
} | } | ||
Line 939: | Line 912: | ||
border-bottom: none; | border-bottom: none; | ||
border-top: 1px solid black; | border-top: 1px solid black; | ||
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-size="24" font-family="Arial" fill="black">⤢</text></svg>') 16 16, auto; | |||
display: flex; | display: flex; | ||
align-items: flex-start; | align-items: flex-start; | ||
Line 1,395: | Line 1,366: | ||
top: 53%; | top: 53%; | ||
transform: translateY(-53%); | transform: translateY(-53%); | ||
cursor: pointer; | |||
user-select: none; | user-select: none; | ||
font-size: 40px; | font-size: 40px; | ||
Line 1,638: | Line 1,607: | ||
line-height: 26px; | line-height: 26px; | ||
letter-spacing: 0.95px; | letter-spacing: 0.95px; | ||
cursor: pointer; | |||
background-color: #FAFAFA; | background-color: #FAFAFA; | ||
} | } | ||
Line 1,689: | Line 1,656: | ||
#close-button { | #close-button { | ||
float: right; | float: right; | ||
cursor: pointer; | |||
padding: 5px 0 0 0; | padding: 5px 0 0 0; | ||
font-size: 20px; | font-size: 20px; | ||
Line 1,808: | Line 1,773: | ||
line-height: 22px; | line-height: 22px; | ||
letter-spacing: 0.37px; | letter-spacing: 0.37px; | ||
cursor: pointer; | |||
color: black !important; | color: black !important; | ||
} | } | ||
Line 1,864: | Line 1,827: | ||
letter-spacing: normal; | letter-spacing: normal; | ||
font-family: 'HALColant-TextRegular'; | font-family: 'HALColant-TextRegular'; | ||
cursor: pointer; | |||
text-transform: uppercase; | text-transform: uppercase; | ||
background: none; | background: none; |