make myschoolapp look better
myschoolapp by jakepscripts
Details
Authorjakepscripts
LicenseNo License
Categorystyle
Created
Updated
Size3.2 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 myschoolapp
@version 20220520.16.13
@namespace userstyles.world/user/jakepscripts
@description make myschoolapp look better
@author jakepscripts
@license No License
==/UserStyle== */
@-moz-document domain("https://tarbut.myschoolapp.com/") {
.sec-15-bgc,
.sec-15-bgc-hover:hover {
background-color: #f3f3f3 !important;
}
#site-nav ul.topnav > li > a.active,
#site-nav ul.topnav > li > a:hover,
.subnavbar .nav > .active > a,
.subnavbar .nav > .active > a:hover {
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #faeac5 0%, #f5d58c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faeac5), color-stop(100%, #f3f3f3));
background-image: -webkit-linear-gradient(top, #e8e6e6 0%, #f3f3f3 100%);
background-image: -ms-linear-gradient(top, #faeac5 0%, #f5d58c 100%);
background-image: -o-linear-gradient(top, #faeac5 0%, #f5d58c 100%);
}
.subnavbar {
background-color: #f3f3f3 !important;
border-color: #d3d3d3 !important;
}
.sec-50-bgc,
.sec-50-bgc-hover:hover {
background-color: #d3d3d3 !important;
}
.subnavbar .nav > .active > a,
.subnavbar .nav > .active > a:hover {
border-color: #d3d3d3 !important;
}
.pri-100-bgc,
.pri-100-bgc-hover:hover {
background-color: #282828 !important;
}
#site-logo img {
border: 0;
line-height: normal;
max-height: 35px;
max-width: 0%;
width: auto;
_height: 35px;
}
.badge-danger {
background-color: #69cda6;
color: #fff;
}
#courses #coursesContainer .row:hover {
background-color: #e4f7f0;
}
.label-success {
background-color: #69cda6;
}
.site-badge {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
background-color: #69cda6;
font-size: 12.025px;
font-weight: bold;
padding: 3px 6px;
white-space: nowrap;
line-height: 18px!important;
}
.site-header-nav UL.topnav > li > a {
color: #69cda6;
display: inline-block;
*display: inline;
margin-left: 5px;
padding: 0 5px;
text-decoration: none;
zoom: 1;
}
.alert-info {
background-color: #69cda6;
border-color: #83d9b7;
}
.btn-danger-inverse {
background-color: #fff;
color: #69cda6;
}
.btn-danger {
background-color: #69cda6;
border-color: #69cda6;
color: white;
}
.btn-danger {
color: #fff;
background-color: #69cda6;
border-color: #69cda6;
}
a {
color: #73cdaa;
text-decoration: none;
}
.btn-link,
.btn.bb-btn-link-inline {
color: #69cda6;
padding: 0;
}
.sec-75-bordercolor,
.sec-75-bordercolor-hover:hover {
border-color: #69cda6;
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 13px;
line-height: 21px;
color: #fff;
text-align: center;
background-color: #58d7a4;
-webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
style attribute {
stroke-opacity: 1;
fill-opacity: 0.75;
fill: rgb(55, 76, 91);
stroke: rgb(31, 119, 180);
}
}