Skip to content

Commit

Permalink
Merge branch 'main' into update-win10-instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbeckm authored Aug 25, 2023
2 parents ee0bb59 + 32f5c3e commit 9d38e3f
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 9 deletions.
7 changes: 7 additions & 0 deletions _layouts/install.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
---
{{ content }}
<a href="/problem.html" class="help-button-holder">
<i class="fa fa-question fa-lg help-button"></i>
</a>
26 changes: 25 additions & 1 deletion css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,28 @@ pre.highlight {
.info-hover:hover {
transition: all ease 0.25s;
font-size: 34px;
}
}

.help-button-holder{
position: fixed;
width: 60px;
height: 60px;
bottom: 40px;
right: 40px;
color: #fff;
background-color: var(--pep-gray);
border-radius: 50px;
text-align: center;
box-shadow: 2px 2px 3px #999;
}

.help-button-holder:hover {
color: #fff;
background-color: #333;
border-color: #333;
}

.help-button{
margin-top: 22px;
}

2 changes: 1 addition & 1 deletion install/dualboot.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: default
layout: install
title: Installation eines Dual-Boot-Systems
---

Expand Down
2 changes: 1 addition & 1 deletion install/latex_mini.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: default
layout: install
title: LaTeX Minimale Installation
---

Expand Down
2 changes: 1 addition & 1 deletion install/linux.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: default
layout: install
title: Linux-Installation
---

Expand Down
2 changes: 1 addition & 1 deletion install/macos.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: default
layout: install
title: macOS-Installation
---

Expand Down
4 changes: 2 additions & 2 deletions install/windows-11.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Windows-11-Installation
layout: install
title: Windows-11-Installation
---


Expand Down
4 changes: 2 additions & 2 deletions install/windows.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Windows-10-Installation
layout: install
title: Windows-Installation
---


Expand Down

0 comments on commit 9d38e3f

Please sign in to comment.