A new userstyle
University of Sydney Timetable by UserX
Details
AuthorUserX
LicenseNo License
Categorysydney
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name timetable.sydney.edu.au/even/student - Aug 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://timetable.sydney.edu.au/") {
#outer-container {
top: 0 !important
}
.aplus-container {
font-size: 1rem;
font-weight: 500
}
@media (min-width: 1200px) {
#outer-header, #outer-footer, .aplus-container {
max-width: 2000px !important;
}
}
.aplus-container .module, body .ui-tooltip {
border-radius: 10px !important;
}
.aplus-container .top-bar .logo-left {
display: none;
}
#outer-footer table tbody tr td, .aplus-container .top-bar, .aplus-container .module .upper_sec {
background-color: #1d74f2;
}
.notification {
background-color: #1d74f2;
}
.aplus-container ul.top-menu li a:hover, .aplus-container ul.top-menu li a:focus {
background: none;
font-weight:600;
}
.aplus-container .subject-list li strong.arrow-container {
color: #1d74f2
}
.aplus-container .profile .module .profile-summary span.icon {
border-radius: 5px;
}
.aplus-container .module, body .ui-tooltip {
border-color: transparent;
}
.aplus-container table.aplus-table td {
line-height: 17px;
letter-spacing: .1px;
padding: 5px 5px;
}
}