just a better wallpaper
Better Login Wallpaper by anatomica
Details
Authoranatomica
LicenseNo License
Categoryignitiaschools.com
Created
Updated
Size4.3 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 ignitiaschools.com - 27/08/2023, 13:10:43
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("ignitiaschools.com") {
/* Insert code here... */
/*======== BANNER/HEADER ========*/
/*======== MAIN NAV ========*/
.gl_main_nav_wrapper, #lessonToolsWrapper {
background-color: #006d9f;
border-bottom: solid 5px #f7a41c;
}
.section-nav > li.active > a,
.section-nav > li.active > a:hover,
.problemNavButton.alertCurrent {
background-color: #f7a41c;
}
/*======== CONTENT HEADER/TITLE ========*/
.fc-header-title, .ui-jqgrid-title{font-family: Helvetica, Arial, sans-serif; font-weight:normal; color:#666;}
/* Login page */
.login-logo {
background-image: url(logo.png);
position: relative;
width: 208px;
height: 69px;
margin: 20px auto;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.login-background {
background-image: url(https://media.discordapp.net/attachments/1038783470773743637/1145379100995895416/abstract-paint-blue-yellow-digital-art-huawei-mate-background-2k-wallpaper-uhdpaper.png);
background-repeat: no-repeat;
background-position: right top;
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://media.discordapp.net/attachments/1038783470773743637/1145377705517395978/school_wallpaper.jpeg?width=1004&height=565', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://media.discordapp.net/attachments/1038783470773743637/1145377705517395978/school_wallpaper.jpeg?width=1004&height=565', sizingMethod='scale')";
}
#gl_logo {
margin-top: 15px;
width: auto;
height: 60px;
}
#gl_logo img {
width: auto;
height: 100%;
}
#toolbar .no-touch .tab-pane > h1 {
background-color: #006d9f;
}
#toolbar .no-touch > .nav li.active a, .tb-active {
background: #006d9f; /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,109,159,1) 0%, rgba(1,97,141,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,109,159,1)), color-stop(100%, rgba(1,97,141,1)));
background: -webkit-linear-gradient(top, rgba(0,109,159,1) 0%, rgba(1,97,141,1) 100%);
background: -o-linear-gradient(top, rgba(0,109,159,1) 0%, rgba(1,97,141,1) 100%);
background: -ms-linear-gradient(top, rgba(0,109,159,1) 0%, rgba(1,97,141,1) 100%);
background: linear-gradient(to bottom, rgba(0,109,159,1) 0%, rgba(1,97,141,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d9f', endColorstr='#01618d', GradientType=0 );
border: 1px solid #006d9f;
}
.server .error-text {
float: left;
width: 660px;
margin: 30px 0 0 50px;
}
.server .image-container {
width: 234px;
height: 282px;
background: url('5xx_error_logo.png');
background-size: cover;
}
.client .image-container {
background: url('404_error.jpg');
background-size: cover;
}
.error-text .error-code {
color: #145a94;
}
.error-text .error-tag {
color: #ee9500;
}
.error-text .error-action > a {
color: #ee9500;
font-weight: lighter;
}
.error-text .error-action > a:hover,
.error-text .error-action > a:focus {
color: #bb6200;
font-weight: lighter;
}
.spinner {
background: url('loader.gif') no-repeat;
box-sizing: border-box;
display: block;
height: 200px;
padding-left: 200px;
width: 200px;
}
.loader-image {
background: url('loader.gif') no-repeat;
background-size: 100% auto;
box-sizing: border-box;
display: block;
padding-left: 200px;
height: 200px;
width: 200px;
}
#activity-stream .loading > p {
margin-top: -23px;
}
.help .supportNumber{
padding-top: 6px;
font-size: 15px;
}
.help .supportTiming{
padding-top: 0;
}
}
.login-form {
background: rgba(64, 71, 111, .45);
border: solid #534B1E 3px;
border-radius: 1px 1px 1px 1px;
width: 290px;
}
.login-form,.login-brand {
display: block;
position: relative;
float: left;
margin: 0 0 0 -300px;
padding: 0;
}
.login-error,.login-alert {
position: 200 200;
}