Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Competence Unit Research Data and Information
Labs
WissKI
subthemes
Commits
4745bb09
Commit
4745bb09
authored
Aug 15, 2022
by
Michael Wagner
Browse files
dxpr hot fixes for Laura
parent
e979ee91
Changes
5
Hide whitespace changes
Inline
Side-by-side
dxpr_theme/config/optional/block.block.dxpr_theme_branding.yml
View file @
4745bb09
...
...
@@ -18,5 +18,5 @@ settings:
label_display
:
'
0'
use_site_logo
:
true
use_site_name
:
false
use_site_slogan
:
fals
e
use_site_slogan
:
tru
e
visibility
:
{
}
dxpr_theme/css/base/layout.css
View file @
4745bb09
...
...
@@ -57,7 +57,8 @@ body.full-width-content .main-container > .row > aside {
margin-bottom
:
0
;
}
img
{
max-width
:
100%
;
}
max-width
:
100%
;
margin
:
0
0
1em
;
}
html
.js
.kenburnimg
img
{
max-width
:
none
;
}
...
...
dxpr_theme/css/components/dxpr-theme-header--top.css
View file @
4745bb09
...
...
@@ -3,7 +3,7 @@
padding-top
:
100px
;
}
.body--dxpr-theme-nav-desktop
.dxpr-theme-header--top
{
width
:
100%
;
height
:
5
0px
;
}
height
:
10
0px
;
}
.body--dxpr-theme-nav-desktop
.dxpr-theme-header--top
.dxpr-theme-main-menu
{
height
:
100px
;
position
:
relative
;
}
...
...
@@ -21,7 +21,7 @@
font-size
:
20px
;
font-weight
:
400
;
}
.body--dxpr-theme-nav-desktop
.dxpr-theme-header--top
#logo
{
max-height
:
3
0px
;
}
max-height
:
4
0px
;
}
.body--dxpr-theme-nav-desktop
.dxpr-theme-header--top.dxpr-theme-header--fixed
{
position
:
fixed
;
left
:
0
;
...
...
@@ -69,7 +69,7 @@
.body--dxpr-theme-nav-desktop
.dxpr-theme-header--top
.wrap-branding
.logo
,
.body--dxpr-theme-nav-desktop
.dxpr-theme-header--top
.wrap-branding
.navbar-brand
{
display
:
table-cell
;
vertical-align
:
middle
;
/*
vertical-align: middle;
*/
padding-right
:
15px
;
}
.body--dxpr-theme-nav-desktop
.dxpr-theme-header--top
.wrap-branding
.logo
img
,
.body--dxpr-theme-nav-desktop
.dxpr-theme-header--top
.wrap-branding
.navbar-brand
img
{
...
...
dxpr_theme/scss/base/layout.scss
View file @
4745bb09
...
...
@@ -80,6 +80,7 @@ body.full-width-content {
// responsive image. This sometimes sucks because images cannot over overscan their base size to save bytes.
img
{
max-width
:
100%
;
// can't remove this because then image will overflow parent elements.
margin
:
0
0
1em
;
}
// exception for revolution slider kenburns effect
html
.js
.kenburnimg
img
{
...
...
dxpr_theme/scss/components/dxpr-theme-header--top.scss
View file @
4745bb09
...
...
@@ -7,7 +7,7 @@
.dxpr-theme-header--top
{
width
:
100%
;
height
:
5
0px
;
height
:
10
0px
;
.dxpr-theme-main-menu
{
height
:
100px
;
...
...
@@ -34,7 +34,7 @@
}
#logo
{
max-height
:
30
px
;
max-height
:
45
px
;
}
&
.dxpr-theme-header--fixed
{
...
...
@@ -117,7 +117,7 @@
.logo
,
.navbar-brand
{
display
:
table-cell
;
vertical-align
:
middle
;
/*
vertical-align: middle;
*/
padding-right
:
15px
;
img
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment