improving it visually for my aching old eyes
webmail srishti by chaitanyak by c2ktheotherartist
Details
Authorc2ktheotherartist
LicenseNo License
Categorywebmail.srishti.ac.in
Created
Updated
Size2.1 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 6/28/2023, 12:50:42 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url("https://webmail.srishti.ac.in/a/webmail.php?wsid=8d98f5a2dcf4441e9f2eba5052fb1c3b-b0aa0b09656247ccacbdfd40041c0cff") {
/* Insert code here... */
@-moz-document url-prefix("https://webmail.srishti.ac.in"),
{
/* Set a dark background color for the entire page */
body {
background-color: #36393f !important;
color: #f00 !important;
}
/* Style the login form */
.login-form {
display: flex !important;
justify-content: center !important;
align-items: center !important;
height: 100vh !important;
}
/* Style the input fields */
.login-form input[type="text"],
.login-form input[type="password"] {
width: 300px !important;
padding: 10px !important;
margin-bottom: 10px !important;
border: 1px solid #6e7681 !important;
border-radius: 4px !important;
background-color: #202225 !important;
color: #f00 !important;
}
/* Style the login button */
.login-form input[type="submit"] {
width: 100% !important;
padding: 10px !important;
background-color: #7289da !important;
color: #fff !important;
border: none !important;
border-radius: 4px !important;
cursor: pointer !important;
}
/* Add some spacing between the login form and the footer */
.footer {
margin-top: 20px !important;
}
/* Style the mail list section */
.mail-list {
background-color: #2f3136 !important;
}
/* Style the individual mail items */
.mail-item {
border-bottom: 1px solid #4f545c !important;
}
/* Style the selected mail item */
.mail-item.selected {
background-color: #7289da !important;
}
/* Style the mail item text */
.mail-item .subject {
color: #4f545c !important;
}
.mail-item .sender {
color: #6e7681 !important;
}
/* Style the links */
a {
color: #fff !important;
}
a:hover {
color: #7289da !important;
}
}
}