From 9c3555491abb8b2a6d54342886b65bb5efa35e1d Mon Sep 17 00:00:00 2001 From: dacctal Date: Mon, 15 Jun 2026 00:47:39 +0000 Subject: faq collapsible details --- dacctal/faq/index.html | 153 ++++++++++++++++++++++++------------------------- dacctal/index.html | 31 +++++----- style.css | 24 ++++++++ 3 files changed, 115 insertions(+), 93 deletions(-) diff --git a/dacctal/faq/index.html b/dacctal/faq/index.html index 2285863..50bc31a 100644 --- a/dacctal/faq/index.html +++ b/dacctal/faq/index.html @@ -12,87 +12,82 @@

once you go dacctal, you never go bacctal. c ‿c


-

What I use

- -
-

Q: Distro?

-

A: Gentoo

-
-
- -
-

Q: Window Manager?

-

A: OXWM

-
-
- -
-

Q: Display Manager?

-

A: TTY

-
-
- -
-

Q: Bar?

-

A: OXWM's built-in bar

-
-
- -
-

Q: Browser?

-

A: Librewolf

-
+
+ What I use +
+
+

Q: Distro?

+

A: Gentoo

+
+ +
+

Q: Window Manager?

+

A: OXWM

+
+ +
+

Q: Display Manager?

+

A: TTY

+
+ +
+

Q: Bar?

+

A: OXWM's built-in bar

+
+ +
+

Q: Browser?

+

A: Librewolf

+
+ +
+

Q: Browser tabs extension?

+

A: Sidebery

+
+ +
+

Q: Colorscheme?

+

A: Caelus

+
+ +
+

Q: Text Editor?

+

A: Vis

+
+ +
+

Q: Terminal?

+

A: st [ no patches ]

+
+ +
+

Q: Animated pfp?

+

A: PNDacc

+
+ +
+

Q: Font?

+

A: Two fonts:

+

Applications:

+

Iosevka : caelusevka

+ +

A: Videos/Bar:

+

BigBlueTermPlus

+ +
+
+

-
-

Q: Browser tabs extension?

-

A: Sidebery

-
-
- -
-

Q: Colorscheme?

-

A: Caelus

-
-
- -
-

Q: Text Editor?

-

A: Vis

-
-
- -
-

Q: Terminal?

-

A: st [ no patches ]

-
-
- -
-

Q: Animated pfp?

-

A: PNDacc

-
-
- -
-

Q: Font?

-

A: Two fonts:

-

Applications:

-

Iosevka : caelusevka

- -

A: Videos/Bar:

-

BigBlueTermPlus

- -
-
- -

Misc

- -
-

Q: Cat?

-

A: Her name is Netcat and you cannot change that!!

-
-
+
+ Misc +
+
+

Q: Cat?

+

A: Her name is Netcat and you cannot change that!!

+
+
+
diff --git a/dacctal/index.html b/dacctal/index.html index 3ca0b06..ef73f47 100644 --- a/dacctal/index.html +++ b/dacctal/index.html @@ -12,20 +12,23 @@

once you go dacctal, you never go bacctal. c ‿c


-

Watch My Content!

+
+ Watch My Content! +
+
+

YouTube

+

[ https://youtube.com/@dacctal ]

+

> main channel

+
+
-
-

YouTube

-

[ https://youtube.com/@dacctal ]

-

> main channel

-
-
- -
-

Odysee

-

[ https://odysee.com/@dacctal ]

-

> libre channel

-
+
+

Odysee

+

[ https://odysee.com/@dacctal ]

+

> libre channel

+
+
+

Contact Me

@@ -57,7 +60,7 @@

Monero

-

address: [ 86GKqqdZ4WEVreB6HX7oTq6shx4WvYG8zhbEh7j7tbngFkjt8XZgy6Sbq5vExrm9ckC47ByGmLHwxHrApXjQyecjPY7fHWy ]

+

[ 86GKqqdZ4WEVreB6HX7oTq6shx4WvYG8zhbEh7j7tbngFkjt8XZgy6Sbq5vExrm9ckC47ByGmLHwxHrApXjQyecjPY7fHWy ]

> best option for privacy

> no perks


diff --git a/style.css b/style.css index 17bd945..a59c18a 100644 --- a/style.css +++ b/style.css @@ -40,6 +40,7 @@ a:link { border: 2px solid var(--cl-orange-6); padding: 4px 8px; text-decoration: none; + margin-bottom: 0.5em; } a:visited, a:active { color: var(--cl-green-6); @@ -64,4 +65,27 @@ a:hover { background-color: var(--cl-gray-0); border: 2px solid var(--cl-gray-2); padding: 16px 32px; + margin-bottom: 1em; +} + +.entries { + padding: 1em; + margin-bottom: 0.5em; +} + +.subtitle summary { + font-size: 1.5em; + font-weight: bold; + color: var(--cl-white); + border: 2px solid #0000; + border-bottom-color: var(--cl-gray-2); + padding: 8px 16px; + text-decoration: none; + margin-bottom: 0.5em; +} + +.subtitle summary:hover { + color: var(--cl-black); + background-color: var(--cl-orange-6); + border: 2px solid #0000; } -- cgit v1.2.3