Some changes for the Speiseplan to improve readability
studierendenwerk-mainz Speiseplan higher contrast by Gusser93
Details
AuthorGusser93
LicenseCC Zero
Categorywww.studierendenwerk-mainz.de
Created
Updated
Size1.7 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 www.studierendenwerk-mainz.de - Aug. 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Some changes for the Speiseplan to improve readability
@author Gusser93
==/UserStyle== */
@-moz-document domain("www.studierendenwerk-mainz.de") {
body {
color: black;
}
.ui-widget-content {
color: black !important;
}
#left_menu ul li a:hover {
background-color: #176440 !important;
color: white;
}
#nav,
.speiseplan .speiseplancounter,
#container #header #header_main_menu,
.ui-accordion .ui-accordion-header-active,
#left_menu ul li.active,
.news-list-browse .browseLinksWrap a,
#content_menu ul #menu-18 div {
background-color: #176440 !important;
}
#content_menu ul #menu-16 div {
background-color: #705200;
}
.news-list-morelink {
background-color: #176440 !important;
background-image: None;
}
.news-list-morelink a.more:after {
margin-left: auto;
margin-right: 0px;
width: 100%;
font-family: "FontAwesome";
content: " \f055" / "more";
}
.select_days span,
.select_mensa span,
.content h2 {
color: #176440;
}
.speiseplan .speise .co2 .value {
font-size: 1rem;
}
caption > table {
visibility: collapse;
}
div#speiseplan_bottom table.contenttable {
margin-left: 25%;
margin-right: auto;
width: 50%;
border: none;
caption {
font-size: large;
font-weight: bold;
text-decoration: black solid underline;
}
tbody tr td {
border: none;
img {
height: 30px !important;
width: auto !important;
}
}
}
}