From 9bc57a70d894b2f4d13e22f6c7cad798dd40d030 Mon Sep 17 00:00:00 2001 From: EricZhang5077 Date: Tue, 11 Jun 2024 15:23:31 +0800 Subject: [PATCH] Update Eggs --- assets/css/main.css | 53 +++++++++++++++++++++++++++++++++++---------- credits.html | 3 ++- 2 files changed, 44 insertions(+), 12 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index dbf4f0c..b71ba9d 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -11,32 +11,60 @@ */ /*Extra CSS*/ - -.aligncenter { - clear: both; - display: block; - margin: auto; +.center-image { + display: block; + margin-left: auto; + margin-right: auto; } +/* FILEPATH: /e:/Documents/GitHub/cqssedu.github.io/assets/css/main.css */ +/* BEGIN: ed8c6549bwf9 */ .heimu, .heimu a, a .heimu, .heimu a.new { - background-color: #252525; - color: #252525; - text-shadow: none; + background-color: #252525; + color: #252525; + text-shadow: none; } + .heimu:hover, .heimu:active, .heimu:hover .heimu, .heimu:active .heimu { - color: white !important; + color: white !important; } + .heimu:hover a, a:hover .heimu, .heimu:active a, a:active .heimu { - color: lightblue !important; + color: lightblue !important; } + .heimu:hover .new, .heimu .new:hover, .new:hover .heimu, .heimu:active .new, .heimu .new:active, .new:active .heimu { - color: #BA0000 !important; + color: #BA0000 !important; } +/* Vendor Prefixes */ +@supports (-webkit-text-fill-color: transparent) { + .heimu, .heimu a, a .heimu, .heimu a.new { + -webkit-text-fill-color: #252525; + } + + .heimu:hover, .heimu:active, + .heimu:hover .heimu, .heimu:active .heimu { + -webkit-text-fill-color: white !important; + } + + .heimu:hover a, a:hover .heimu, + .heimu:active a, a:active .heimu { + -webkit-text-fill-color: lightblue !important; + } + + .heimu:hover .new, .heimu .new:hover, .new:hover .heimu, + .heimu:active .new, .heimu .new:active, .new:active .heimu { + -webkit-text-fill-color: #BA0000 !important; + } +} + +/* END: ed8c6549bwf9 */ + html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, @@ -311,6 +339,9 @@ input, select, textarea { .align-center { text-align: center; + clear: both; + display: block; + margin: auto; } .align-right { diff --git a/credits.html b/credits.html index 5b11aa2..36b3ffa 100644 --- a/credits.html +++ b/credits.html @@ -54,7 +54,8 @@

Credits


This site is maintained by the Ministry of Media, Student Council.

- + +