Skip to content

Mensa Uni-SB/HOM by achtdreizehn

Details

Authorachtdreizehn

LicenseNo License

Categorymensaar.de

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

... reduce the Mensa Menu to the bare essentials.

Notes

Userstyle doesn't have notes.

Source code

/* == UserStyle ==
@name        Mensa Uni-SB/HOM
@namespace   url(http://www.w3.org/1999/xhtml)
@version     2023.02.08
@description ... reduce the Mensa Menu to the bare essentials.
@author      AchtDreizehn
==/UserStyle== */


@-moz-document url-prefix("https://mensaar.de/#/menu/") {
@namespace url(http://www.w3.org/1999/xhtml);
ul.nav:nth-child(1) > li:nth-child(1) {
    display: none !important
}
ul.nav:nth-child(2) {
    display: none !important
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.container-fluid {
    padding-left: 0px;
}
li.active > a:nth-child(1) {
    background-color: grey !important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.ng-scope {
    margin-top: 0px;
}
.counter-header {
    font-style: italic;
    background-color: #E5E5E5;
}
span.counter-title:before {
    content: '\21aa\ ';
}
.notice {
    display: none !important;
}
.pricing {
    display: none !important;
}
div.component.ng-scope {
    float: left;
    margin-right: 1em;
}
.col-md-4 {
    width: 20%;
}
.col-md-8 {
    width: 80%;
}
.container {
    width: 90%;
}
h1 {
    margin: 0.5em;
    font-family: Vollkorn, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.am-fade {
    display: none !important;
}
.meal-title {
    font-weight: normal !important;
}
}

Reviews

No reviews yet.