Skip to content

Commit

Permalink
Update Eggs
Browse files Browse the repository at this point in the history
  • Loading branch information
PZV5077 committed Jun 11, 2024
1 parent 75cc8cc commit 9bc57a7
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 12 deletions.
53 changes: 42 additions & 11 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -311,6 +339,9 @@ input, select, textarea {

.align-center {
text-align: center;
clear: both;
display: block;
margin: auto;
}

.align-right {
Expand Down
3 changes: 2 additions & 1 deletion credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ <h1>Credits</h1>
<br>

<p>This site is maintained by the Ministry of Media, <a href="/studentcouncil/index.html">Student Council</a>.</p>
<img src="images/ZCS/sillyboy.png" alt="" class="aligncenter" height="50px" id="myImage" />

<img src="images/ZCS/sillyboy.png" alt="" height="50px" id="myImage" class="center-image" />
<br>
<span id="hiddenText" class="heimu" title="surprise" style="display: none; justify-content: center;">Levi Sucks.</span>
<script>
Expand Down

0 comments on commit 9bc57a7

Please sign in to comment.