updated slides
هذا الالتزام موجود في:
30
slides/themes/custom-default.css
Normal file
30
slides/themes/custom-default.css
Normal file
@@ -0,0 +1,30 @@
|
||||
/* custom-default.css */
|
||||
/* @theme custom-default */
|
||||
|
||||
@import 'default';
|
||||
|
||||
.columns {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 1rem;
|
||||
}
|
||||
.columns3 {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: 1rem;
|
||||
}
|
||||
img[alt~="center"] {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.fa-twitter { color: aqua; }
|
||||
.fa-mastodon { color: purple; }
|
||||
.fa-linkedin { color: blue; }
|
||||
.fa-window-maximize { color: skyblue; }
|
||||
|
||||
svg[id^="mermaid-"] {
|
||||
max-width: 960px;
|
||||
max-height: 600px;
|
||||
}
|
||||
|
||||
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css'
|
9
slides/themes/custom-gaia.css
Normal file
9
slides/themes/custom-gaia.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/* custom-gaia.css */
|
||||
/* @theme custom-gaia */
|
||||
|
||||
@import 'gaia';
|
||||
|
||||
section {
|
||||
/* Override default background */
|
||||
background: #fff;
|
||||
}
|
9
slides/themes/custom-uncover.css
Normal file
9
slides/themes/custom-uncover.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/* custom-uncover.css */
|
||||
/* @theme custom-uncover */
|
||||
|
||||
@import 'uncover';
|
||||
|
||||
section {
|
||||
/* Override default background */
|
||||
background: #fff;
|
||||
}
|
6
slides/themes/custom.css
Normal file
6
slides/themes/custom.css
Normal file
@@ -0,0 +1,6 @@
|
||||
/* custom.css */
|
||||
/* @theme custom */
|
||||
|
||||
section {
|
||||
background: #fff;
|
||||
}
|
المرجع في مشكلة جديدة
حظر مستخدم