most of the rest of the dups

This commit is contained in:
Jones8683
2026-01-30 20:00:30 +10:30
parent 011c1eddb4
commit de75468f2b
+9 -50
View File
@@ -955,6 +955,14 @@ html.transparencyEffects
color: white !important; color: white !important;
} }
.notices-container { .notices-container {
width: 100%;
max-height: 60em;
background: var(--better-main);
display: flex;
flex-direction: column;
-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
input { input {
border: none; border: none;
color: var(--text-color) !important; color: var(--text-color) !important;
@@ -970,6 +978,7 @@ html.transparencyEffects
} }
} }
} }
#main > .notices > .notice > .label, #main > .notices > .notice > .label,
#main > .notices > .notice > .staff, #main > .notices > .notice > .staff,
#main > .notices > .notice > h2 { #main > .notices > .notice > h2 {
@@ -1182,15 +1191,6 @@ html.transparencyEffects
} }
} }
} }
.notices-container {
width: 100%;
max-height: 60em;
background: var(--better-main);
display: flex;
flex-direction: column;
-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.notice-container { .notice-container {
background: var(--better-main); background: var(--better-main);
width: 100%; width: 100%;
@@ -1339,10 +1339,6 @@ html.transparencyEffects
.clickable { .clickable {
cursor: pointer; cursor: pointer;
} }
.day:hover {
background: var(--background);
transition: 200ms;
}
.day h2 { .day h2 {
margin: 0; margin: 0;
@@ -1444,10 +1440,6 @@ html.transparencyEffects
.legacy-root button::after { .legacy-root button::after {
background: black !important; background: black !important;
} }
.legacy-root button::after {
background: var(--better-main);
}
.legacy-root button:not([disabled]):focus { .legacy-root button:not([disabled]):focus {
border-color: var(--better-sub); border-color: var(--better-sub);
} }
@@ -2862,10 +2854,6 @@ div.day-empty {
border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px;
background: var(--item-colour); background: var(--item-colour);
} }
.upcoming-assessment-title {
color: var(--text-primary);
font-size: 10px;
}
.upcoming-assessment { .upcoming-assessment {
border: 2px solid var(--item-colour); border: 2px solid var(--item-colour);
margin: 5px 50px; margin: 5px 50px;
@@ -2874,25 +2862,14 @@ div.day-empty {
border-radius: 10px; border-radius: 10px;
display: flex; display: flex;
} }
.upcoming-date-container {
margin-bottom: 20px;
}
.upcoming-date-title { .upcoming-date-title {
padding: 12px; padding: 12px;
font-size: 20px; font-size: 20px;
} }
.upcoming-details h5 {
text-transform: uppercase;
color: #aaaaaa;
padding: 0px 4px;
}
.upcoming-details p:hover { .upcoming-details p:hover {
cursor: pointer; cursor: pointer;
text-decoration: underline; text-decoration: underline;
} }
.upcoming-special-day {
font-size: 20px;
}
.upcoming-blank { .upcoming-blank {
display: flex; display: flex;
border-bottom: 2px solid #bebebe; border-bottom: 2px solid #bebebe;
@@ -2900,17 +2877,9 @@ div.day-empty {
height: 2em; height: 2em;
padding: 0px; padding: 0px;
} }
.upcoming-blank p {
padding: 0;
margin: 0;
}
.upcoming-tick { .upcoming-tick {
align-self: center; align-self: center;
} }
.upcoming-title {
display: flex;
align-content: space-between;
}
.upcoming-title h2 { .upcoming-title h2 {
width: 100%; width: 100%;
} }
@@ -3032,16 +3001,6 @@ div.day-empty {
font-size: 10px; font-size: 10px;
margin: 0; margin: 0;
} }
.upcoming-assessment {
border: 3px solid var(--item-colour);
margin: 5px 50px;
height: 6em;
padding: 0px;
border-radius: 10px;
}
.upcoming-assessment {
display: flex;
}
.upcoming-date-container { .upcoming-date-container {
margin-bottom: 20px; margin-bottom: 20px;
} }