Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
firefox-chrome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
firefox-chrome
Commits
de674093
Commit
de674093
authored
1 year ago
by
Gerhard Gonter
Browse files
Options
Downloads
Patches
Plain Diff
updated domain(www.univie.ac.at)
parent
d7e0717d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
userContent.css
+16
-1
16 additions, 1 deletion
userContent.css
with
16 additions
and
1 deletion
userContent.css
+
16
−
1
View file @
de674093
/* 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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment