"The end of that ugly old system." - Purdue Student
This Userstyle reskins Purdue University's computer lab availability system to make it a bit more modern and easy on the eyes. This was a one-off style, so do not expect any updates, however this should not be an issue as the site it's reskinning hasn't changed for years.
Notes
Userstyle doesn't have notes.
Source code
/* ==UserStyle==
@name Purdue University Computer Availablity Reskin
@version 20211118.16.05
@namespace userstyles.world/user/sykeben
@description *"The end of that ugly old system."* - Purdue Student
This Userstyle reskins Purdue University's computer lab availability system to make it a bit more modern and easy on the eyes. This was a one-off style, so do not expect any updates, however this should not be an issue as the site it's reskinning hasn't changed for years.
@author sykeben
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://lslab.ics.purdue.edu/icsWeb/AvailableStations") {
body {
font-family: "Source Sans Pro Light", "Segoe UI Light", sans-serif;
padding: 0; margin: 0;
background-color: #E7E6E1;
color: #0a0a0a;
}
h1 {
font-family: "Source Sans Pro Semibold", "Segoe UI", sans-serif;
padding: 10px 25px 15px 25px;
margin: 0;
background-color: #314E52;
color: #F7F6E7;
}
h2 {
display: none;
}
table {
padding: 0;
margin: 30px 15px 30px 15px;
border: solid 3px #314E52;
border-radius: 5px;
background-color: #F7F6E7;
text-align: center;
}
table:first-of-type {
margin: 30px 15px 30px 30px;
}
table:last-of-type {
margin: 30px 30px 30px 15px;
}
td, th {
border: none;
padding: 3px 6px;
}
th {
font-family: "Source Sans Pro Semibold", "Segoe UI", sans-serif;
}
tr:first-of-type, tr:first-of-type th {
border-bottom: 2px solid #314E52;
}
tr:first-of-type th:nth-of-type(1),
tr:first-of-type th:nth-of-type(2),
tr:first-of-type th:nth-of-type(3) {
background: #F2A154;
color: #F7F6E7;
text-align: center;
}
body > br:last-of-type {
display: none;
}
strong:last-of-type, h6 {
margin-left: 30px;
}
}