Makes brookline highschool's website just a tad bit better
Slightly better BHS by boehs
Details
Authorboehs
LicenseNo License
Categorybhs
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 Slightly better BHS
@version 20210930.21.54
@namespace userstyles.world/user/boehs
@description Makes brookline highschool's website just a tad bit better
@author boehs
@license No License
==/UserStyle== */
@-moz-document domain("bhs.brookline.k12.ma.us") {
/* remove the awful margins */
#nav-wrap {
margin: 0;
}
.wsite-logo > a > img {
height: 48px
}
#header {
margin: 0;
}
/* make the phone not tourture */
.wsite-phone {
visibility: hidden;
}
.wsite-phone:after {
content: "(617) - 713 - 5000";
visibility: visible;
}
#topnav a {
font-family: "Belgrano", Arial, Helvetica, sans-serif;
}
/* make our banner full width */
.wsite-header {
height: 159px;
}
#banner {
position: static
}
.wslide-main {
position: absolute;
left: 0;
}
/* and clean up after */
.wsite-header:empty {
height: 0
}
/* make it more responsive */
#header-wrap, #main-wrap, #footer-wrap {
min-width: 0;
width: 100%;
}
#page {
width: 60%;
}
.wsite-menu-default {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
.wsite-header .wslide-next .wslide-button-inner {
right: 30px;
}
.wsite-header .wslide-prev .wslide-button-inner {
left: 30px;
}
.wslide-dots {
right: 30px !important;
}
/* mobile view (why do I bother?)*/
#header .wsite-menu-button, #header .wsite-home-link, #header .wsite-cart-link {
box-shadow: none;
background: none;
}
}