Skip to content
Snippets Groups Projects
Commit de674093 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

updated domain(www.univie.ac.at)

parent d7e0717d
No related branches found
No related tags found
No related merge requests found
/* fix css errors on various web sites */ /* fix css errors on various web sites */
@-moz-document domain(joplinapp.org) {
/* this site uses font-family: "Montserrat" which is rendered almost unreadable */
* { font-family: serif !important; }
}
@-moz-document domain(distrowatch.com) { @-moz-document domain(distrowatch.com) {
.cc_banner-wrapper{visibility: hidden} /* hide cookie banner */ .cc_banner-wrapper{visibility: hidden} /* hide cookie banner */
/* does not work: td.News{visibility: hidden} */ /* hide annoying clips */ /* does not work: td.News{visibility: hidden} */ /* hide annoying clips */
...@@ -16,7 +21,17 @@ ...@@ -16,7 +21,17 @@
} }
@-moz-document domain(www.univie.ac.at) { @-moz-document domain(www.univie.ac.at) {
body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } body{
font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */
color: rgb(0,0,0);
}
.flex-70{
max-width: 98% !important; /* 70% is a waste of screen real estate */
flex: 1 1 98% !important;
}
#tab{
width: 98% !important; /* 85% is waste ... */
}
} }
@-moz-document domain(backend.univie.ac.at) { @-moz-document domain(backend.univie.ac.at) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment