Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sven Schneider
CityDemonstrator
Commits
d3c28527
Commit
d3c28527
authored
3 years ago
by
Cholgrrr
Browse files
Options
Download
Email Patches
Plain Diff
Some Updates regarding to the header for more responsiveness
parent
575ce209
No related merge requests found
Pipeline
#4803
passed with stages
in 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/assets/css/style.css
+77
-0
public/assets/css/style.css
public/index.html
+8
-7
public/index.html
with
85 additions
and
7 deletions
+85
-7
public/assets/css/style.css
+
77
-
0
View file @
d3c28527
...
@@ -2448,4 +2448,81 @@ section {
...
@@ -2448,4 +2448,81 @@ section {
text-align
:
center
;
text-align
:
center
;
font-size
:
13px
;
font-size
:
13px
;
color
:
#003056
;
color
:
#003056
;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header
{
padding-left
:
0px
!important
;
}
@media
(
max-width
:
1237px
)
{
#citydemText
{
font-size
:
22px
!important
;
}
#logoDrees
{
width
:
130px
!important
;
}
#logoICity
{
width
:
120px
!important
;
}
}
@media
(
max-width
:
763px
)
{
#citydemText
{
font-size
:
12px
!important
;
}
#logoDrees
{
width
:
100px
!important
;
}
#logoICity
{
width
:
90px
!important
;
}
}
@media
(
max-width
:
576px
){
#leftBorder
{
display
:
none
;
}
#rightBorder
{
display
:
none
;
}
#TextBorder
{
width
:
50%
;
}
#LogoBorder
{
width
:
50%
;
}
}
@media
(
max-width
:
457px
){
#leftBorder
{
display
:
none
;
}
#rightBorder
{
display
:
none
;
}
#TextBorder
{
width
:
60%
;
}
#LogoBorder
{
width
:
40%
;
}
#citydemText
{
display
:
none
!important
;
}
#logoDrees
{
width
:
90px
!important
;
}
#logoICity
{
width
:
70px
!important
;
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/index.html
+
8
-
7
View file @
d3c28527
...
@@ -44,25 +44,26 @@
...
@@ -44,25 +44,26 @@
<!-- <div class="container-fluid container-xl d-flex align-items-center justify-content-between"> -->
<!-- <div class="container-fluid container-xl d-flex align-items-center justify-content-between"> -->
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-1 col-md-
2
col-sm-
2
"
>
<div
id=
"leftBorder"
class=
"col-lg-1 col-md-
1
col-sm-
1
"
>
<img
src=
"assets/img/dummy.png"
alt=
""
>
<img
src=
"assets/img/dummy.png"
alt=
""
>
</div>
</div>
<div
class=
"col-lg-5 col-md-
4
col-sm-
4
"
>
<div
id=
"TextBorder"
class=
"col-lg-5 col-md-
5
col-sm-
5
"
>
<a
href=
"index.html"
class=
"logo d-flex align-items-center"
>
<a
href=
"index.html"
class=
"logo d-flex align-items-center"
>
<img
src=
"https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg"
alt=
""
>
<img
src=
"https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg"
alt=
""
>
<span>
City Demonstrator
</span>
<span
id=
"citydemText"
>
City Demonstrator
</span>
</a>
</a>
</div>
</div>
<div
class=
"col-lg-5 col-md-
4
col-sm-
4
"
>
<div
id=
"LogoBorder"
class=
"col-lg-5 col-md-
5
col-sm-
5
"
>
<span
style=
"float: right; margin-top: 10px;"
>
<span
style=
"float: right; margin-top: 10px;"
>
<img
src=
"https://www.dreso.com/typo3conf/ext/dreso/Resources/Public/dreso-logo.svg "
style=
"width: 160px; padding-right:20px;"
alt=
" "
>
<img
id=
"logoDrees"
src=
"https://www.dreso.com/typo3conf/ext/dreso/Resources/Public/dreso-logo.svg "
style=
"width: 160px; padding-right:20px;"
alt=
" "
>
<img
src=
"assets/img/icityLogo.svg "
style=
"width: 140px; "
alt=
" "
>
<img
id=
"logoICity"
src=
"assets/img/icityLogo.svg "
style=
"width: 140px; "
alt=
" "
>
</span>
</span>
</div>
</div>
<div
class=
"col-lg-1 col-md-
2
col-sm-1"
>
<div
id=
"rightBorder"
class=
"col-lg-1 col-md-
1
col-sm-1"
>
<img
src=
"assets/img/dummy.png"
alt=
""
>
<img
src=
"assets/img/dummy.png"
alt=
""
>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets