Skip to content

Commit

Permalink
Index
Browse files Browse the repository at this point in the history
  • Loading branch information
fsanzl committed Sep 30, 2024
1 parent 9a57216 commit b323c96
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 deletions.
26 changes: 21 additions & 5 deletions html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ body {
body * {
font-family: sans-serif;
color: var(--st-fg-color-light);
max-width: 100% ;
}


img {
max-width: 100%;
}
#fader {
text-align: center;
z-index: 1000;
Expand Down Expand Up @@ -568,6 +571,16 @@ nav * {
background-color: rgba(0,0,0,.2)!important ;
}

.py-5 {
padding: 0!important;
padding-top: 5% !important;
padding-bottom: 5% !important ;
}

.container {
height: 100% ;
margin: auto ;
}
.indent1 {
padding-left: 2rem ;
}
Expand Down Expand Up @@ -617,9 +630,7 @@ padding-left: 2rem ;
padding-bottom: 1em;
}

.row {
margin: 0 ;
}


.rheostat-background {
border-color: var(--st-bg-color-light)!important ;
Expand Down Expand Up @@ -660,6 +671,10 @@ i.bi.bi-download {
font-weight: bold;
font-size: 1.1em ;
}

.col-lg-6 {
margin: 0 ;
}
/* Medium desktops w < 1200px */

/* Tablets w < 912px */
Expand Down Expand Up @@ -710,7 +725,8 @@ i.bi.bi-download {
.col-md-4 {
padding: 0 ;
}



.facsimiles, .facsimiles * {
display: none!important;
}
Expand Down
Binary file modified html/images/title-img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions xslt/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
</head>
<body class="d-flex flex-column h-100">
<xsl:call-template name="nav_bar"/>
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="images/title-img.png" class="d-block mx-lg-auto img-fluid" alt="Staribacher" width="700" height="500" loading="lazy"></img>
<div class="flex-grow-1">
<div class="row flex-grow-1 align-items-center g-5 container">
<div class="col-10 col-md-8 col-sm-8 col-lg-6">
<img src="images/title-img.png" class="d-block mx-lg-auto" alt="Staribacher" style="max-width='100%';" loading="lazy"></img>
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold"><xsl:value-of select="$doc_title"/></h1>
Expand Down
2 changes: 1 addition & 1 deletion xslt/partials/html_navbar.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<a title="Kalender" class="nav-link" href="calendar.html">Kalender</a>
</li>
<li class="nav-item">
<a title="Suche" class="nav-link" href="search.html">Suche</a>
<a title="Textsuche" class="nav-link" href="search.html">Suche</a>
</li>
</ul>
<ul class="navbar-nav me-2 mb-2 mb-lg-0">
Expand Down

0 comments on commit b323c96

Please sign in to comment.