Small adaptions to new homepage appearance
This commit is contained in:
parent
a316c35e6f
commit
ebae07bac5
@ -1,6 +1,7 @@
|
||||
body {
|
||||
background-color: #ebebeb;
|
||||
overflow: scroll;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#topmenu a {
|
||||
@ -95,25 +96,15 @@ body {
|
||||
* Header line positioning
|
||||
*/
|
||||
|
||||
#header {
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
|
||||
#slideshow {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#pgfs {
|
||||
position: static;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.pgfs_floom_progressbar, .pgfs_floom_slice {
|
||||
position: static;
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
#logo > img {
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Content positioning
|
||||
*/
|
||||
|
@ -3,4 +3,4 @@
|
||||
@import "mobile.css";
|
||||
|
||||
@import "desktop.css" ( min-width: 1000px );
|
||||
@import "desktop-narrow.css" ( min-width: 800px) and ( max-width: 1200px );
|
||||
@import "desktop-narrow.css" ( min-width: 1000px) and ( max-width: 1200px );
|
||||
|
@ -4,6 +4,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 0px 20px 10px 20px;
|
||||
}
|
||||
|
||||
#page {
|
||||
@ -61,26 +62,14 @@ body {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#logo, #slideshow {
|
||||
flex: 0;
|
||||
}
|
||||
|
||||
#logo {
|
||||
display: inline-block;
|
||||
#slideshow {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#slideshow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#logo > img {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
#slideshow > img {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Content positioning
|
||||
|
@ -44,9 +44,6 @@
|
||||
<div id='page'>
|
||||
|
||||
<div id='header'>
|
||||
<div id='logo'>
|
||||
<img src='img/SLT_hoch_03.png'>
|
||||
</div> <!-- #logo -->
|
||||
<div id='slideshow'>
|
||||
<!--sdasd-->
|
||||
<img src='img/Slide1.jpg'>
|
||||
|
@ -45,9 +45,6 @@ if($this->params{'titlepage'} === '1')
|
||||
<div id='page'>
|
||||
|
||||
<div id='header'>
|
||||
<div id='logo'>
|
||||
<!-- <img src='<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/img/SLT_hoch_03.png'>-->
|
||||
</div> <!-- #logo -->
|
||||
<div id='slideshow'>
|
||||
<jdoc:include type="modules" style="none" name="slideshow" />
|
||||
</div> <!-- #slideshow -->
|
||||
|
Loading…
Reference in New Issue
Block a user