Dichiarato stile bglug.

This commit is contained in:
Emiliano Vavassori 2025-05-08 23:10:56 +02:00
parent 6087a83b6f
commit b1d13608c3
3 changed files with 32 additions and 25 deletions

View file

@ -1,5 +1,5 @@
COMMON_OPTS := COMMON_OPTS :=
PDF_OPTS := --pdf --allow-local-files PDF_OPTS := --pdf
HTML_OPTS := HTML_OPTS :=
default: slides.html default: slides.html

View file

@ -1,36 +1,15 @@
--- ---
marp: true marp: true
theme: kant theme: bglug
author: Emiliano Vavassori author: Emiliano Vavassori
title: "Proxmox Virtual Environment" title: "Proxmox Virtual Environment"
description: Dalle *enterprise* a casa tua description: Dalle *enterprise* a casa tua
style: |
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css';
section em {
color: inherit;
background-color: transparent;
font-weight: normal;
font-style: italic;
}
section a {
color: var(--bold-color);
text-decoration: underline;
}
div.columns {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
--- ---
<!-- _class: titlepage --> <!-- _class: titlepage -->
# Proxmox Virtual Environment # Proxmox Virtual Environment
## Dalle _enterprise_ a casa tua ## Dalle *enterprise* a casa tua
### Emiliano Vavassori ### Emiliano Vavassori
@ -39,7 +18,7 @@ style: |
#### Linux Day 2025 Spring Edition #### Linux Day 2025 Spring Edition
#### Creative LAB, Lunetta (MN) &mdash; 10 maggio 2025 #### Creative LAB, Lunetta (MN) &mdash; 10 maggio 2025
###### ![height:2cm BgLUG](images/bglug.svg) BgLUG - Bergamo Linux Users Group ###### [![height:2cm BgLUG](images/bglug.svg)](https://bglug.it)
--- ---
<!-- paginate: true --> <!-- paginate: true -->

28
style/bglug.css Normal file
View file

@ -0,0 +1,28 @@
/* @theme bglug */
@import "kant";
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css';
h6 img {
vertical-align: middle;
}
section em {
color: inherit;
background-color: transparent;
font-kerning: none;
font-weight: initial;
font-style: italic;
padding: 0px;
}
section a {
color: var(--bold-color);
text-decoration: underline;
}
div.columns {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}