4,114
edits
(Created page with "→----->START------ FONTS: @font-face { font-family: 'HALColant-TextRegular'; src: url('/fonts/HALColant-TextRegular.woff2') format('woff2'), url('/fonts/HALColant-TextRegular.woff') format('woff'); font-weight: normal; font-style: normal; } * { color: #292828; →Specific black color: } →Change text color of links on hover: a:hover { cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height=...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 953: | Line 953: | ||
} | } | ||
.home-chronicle-list div.list-container div.event div.event-link { | .home-chronicle-list div.list-container div.event div.event-link { | ||
width: calc(6. | width: calc(6.2% - 0px); | ||
text-decoration: underline; | text-decoration: underline; | ||
font-size: 16px; | font-size: 16px; | ||
Line 2,157: | Line 2,157: | ||
} | } | ||
/* ----->END------ SEARCH PAGE */ | /* ----->END------ SEARCH PAGE */ | ||
/* ----->START------ TOOLTIP EVENT CARDS */ | |||
.tooltip-popup { | |||
position: fixed; | |||
padding: 6px 12px; | |||
background-color: #f9f9f9; | |||
color: #111; | |||
font-size: 13px; | |||
font-family: Arial, sans-serif; | |||
border: 1px solid #ccc; | |||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); | |||
pointer-events: none; | |||
opacity: 0; | |||
transition: opacity 0.15s ease; | |||
z-index: 9999; | |||
} | |||
/* ----->END------ TOOLTIP EVENT CARDS */ |