This style is for SEQTA. It can be used at any school by changing the domain, however this style is maintained for students of The Friends School.
learn.friends.tas.edu.au by will-lol
Details
Authorwill-lol
LicenseNo License
CategorySEQTA
Created
Updated
Code size1.3 kB
Code checksumbe3da9ad
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name learn.friends.tas.edu.au
@version 20220217.11.11
@namespace userstyles.world/user/will-lol
@description This style is for SEQTA. It can be used at any school by changing the domain, however this style is maintained for students of The Friends School.
@author will-lol
@license No License
==/UserStyle== */
@-moz-document domain("learn.friends.tas.edu.au") {
@charset "UTF-8";
:root {
--navy: #ffffff;
}
#menu {
color: rgb(0, 0, 0);
border-right: 1px solid rgb(0, 0, 0);
}
#menu li.active {
background: rgb(235, 235, 235);
color: rgb(0, 0, 0);
}
#menu > ul::before {
height: 0px;
}
.student #menu > ul::before {
background-image: url();
}
.contact #menu > ul::before {
background-image: url();
}
#toolbar button.toggled,
#toolbar button.depressed {
background: #000000;
}
#userActions {
background: rgba(235, 235, 235);
}
.legacy-root {
font-family: "Manrope", sans-serif;
}
.legacy-root input,
.legacy-root textarea,
.legacy-root button,
.legacy-root select,
.legacy-root option,
.legacy-root .input {
font-family: "Manrope", sans-serif;
}
#title {
color: rgb(0, 0, 0);
border-style: solid;
border-width: 0px 0px 1px 0px;
}
#menu .sub {
color: rgb(0, 0, 0);
top: 0px;
}
#main > .course > .content > h1 {
display: none;
}
}