A new userstyle
test 2 by anatomica
Details
Authoranatomica
LicenseNo License
Categoryignitiaschools
Created
Updated
Code size3.1 kB
Code checksum9e3aa236
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name test 2
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://switchedonuk.ignitiaschools.com/") {
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
color: #555555;
cursor: pointer;
}
.problemNavContainer {
display: block;
position: relative;
float: left;
overflow-x: hidden;
height: 57px;
width: 638px;
background-image: url(https://media.discordapp.net/attachments/1038783470773743637/1249017895950749727/image.png?ex=6665c610&is=66647490&hm=c45e4f01c06dfc6d2d1f8f8d7f267cb87d09c5c7af096e4cdb1e70251a334ba3&=&format=webp&quality=lossless);
}
.center-nav-tabs {
width: 95% !important;
margin: 0 auto !important;
}
#banner .navbar-inner {
width: 97%;
}
#nonEulaHeaderContent {
width: 96%;
margin: 0 auto;
}
#plannerTab, #coursesTab, #course-tab-wrapper, #help-content .tab-pane {
width: 80%;
margin: 0 auto;
}
#lessonJumperContent .nav-tabs a:hover, #help-content .nav-tabs a:hover {
color: #58595b;
background-color: #E6E6E6;
}
#lessonJumperSubTabs > li > a, #faqTab, #whatsNewTab, #resourcesTab {
border: 0px solid red !important;
border-radius: 0px 0px 5px 5px !important;
}
.section-menu > a, .section-menu > a:hover {
height: 45px;
}
#assignmentDetailTab {
width: auto;
}
.title-info-icon {
top: 6px;
}
#lessonJumperContent #assignmentDetailTab.active, #lessonJumperContent #assignmentDetailTab.active a {
width: 66%;
}
#assignmentDetailTab a.assignment-detail-tab {
border-left: solid 1px white !important;
border-radius: 3px !important;
}
#footerNav {
width: 100%;
}
.gl_main_nav_wrapper, #lessonToolsWrapper {
background-color: #006d9f;
background-image: url("https://i.redd.it/8hr60jort3w91.gif");
background-size: 100%;
background-repeat: no-repeat;
background-blend-mode: multiply;
background-position-y: 0px;
border-bottom: groove 5px #f7a41c;
}
.section-menu {
border-left: solid 0px white;
}
#plannerTab .fetchAssignment, #courseDetails .carousel-eh-course, #unitDetails .carousel-eh-unit, #assignmentDetails .fetchAssignment {
width: 100%
}
.span7 {
width: 65%;
}
#lessonJumperContent .row, #help-content .row {
border-radius: 5px
}
#assignmentDetailTab {
width: 66%;
}
#lessonJumperContent .nav-tabs a:hover, #help-content .nav-tabs a:hover {
color: #58595b;
background-color: #e6e6e600;
}
.problemNavContainer {
display: block;
position: relative;
float: left;
overflow-y: hidden;
height: 52px;
width: 638px;
background-image: url(https://switchedonuk.ignitiaschools.com/owsoo/assets/modular/main_nav_bg_active-495b889c1d4b10e7bf050f3980de9caa.png);
background-size: 638px;
background-repeat: no-repeat;
}
#lessonJumperContent .questions-tab.active {
border-radius: 0px 0px 5px 5px;
}
}