The Authority Cabinet

CSS Formatting Test

This page shows the minimal css used on this website. Also shows what is implemented, and how it renders, like if it were markdown.

Just some testing, hey!

Supuestamente, ya yo te olvidé, pero son las 11 y 34 y de ti me acordé
No te veo desde que me mudé, pero soñé contigo anoche y te saludé
Tratando de sellar las cicatrices, me he estado mintiendo desde mis raíces
Seguramente, yo nunca lo quise... seguramente, no sé ni por qué lo hice
Y en el garage está el Bentley que tanto querías. Me monto pa' fumar, imaginando que lo guías
Ya me cansa este exceso, esta melancolía, ya me cansa que mi vida siga vacía
Y recuerdo que me lo decías... que si no cambiaba, te perdía
Como quisiera volver a esos días. ahora que soy rico, no tengo lo que tenía
Pues mi Rolex no brilla igual que tu sonrisa. y con estas locas no me gusta compartir la frisa
Si piensas volver, me avisa', mientras yo sigo solo...
Otra noche en Miami, otra noche sin ti

Y me pregunto que hubiera pasado, si estuviéramos juntos, aún enamorados.

This is a h2 paragraph

Basically subtitles, all sections of a page, like this one should use h2, or h3 if its a subtitle inside the subtitle. Don't use h1 for it. h1 shall only be used for the page title.

Like this one

The above text is an h3, it's a section inside "This is a h2 paragraph".

Also, you can use summaries...

A. Summary one

This is more info about summary one.

B. Summary two

Ah shit, here we go again...

Should we indent summaries so we all know when does it finish? Yes? It's probably introduced for when you are reading this.

Anyway... to use summaries, use this code:

<details><summary>Summary title</summary>
<p>Content inside the summary.</p>
</details>

That's how summaries work. Kudos to for indent trick: https://stackoverflow.com/questions/47848326/indent-all-children.

details > *:not(summary) {
margin-left: 1em;
}

Extra Features

Some more stuff

This is a mark

We never used that, but here we go.

That was <ul> list.

  1. Use ol for ordering
  2. Yes
This is a quote block. For what? Well, no idea.

"All I can say is never again. No love. No people. Just books. I love this place. Charm, built-in bookcases"
— Jonathan Moore

That's the idea, yes.

Nothing else

This is HTML after all, you can use bold, italic,, or underline, just don't overuse it.

Btw, if you want to break the paragraph by word on the code block, use the "break" class:

Ayer me acordé de la primera vez que te hice reír, de cuando te busqué, qué buenos tiempos aquellos. Recuerdos muy bellos, cuando te montaste y cambiaste la estación "nada de reggaetón", "ponme otra canción"...

If you don't use the class, it just won't wrap:

Ayer me acordé de la primera vez que te hice reír, de cuando te busqué, qué buenos tiempos aquellos. Recuerdos muy bellos, cuando te montaste y cambiaste la estación "nada de reggaetón", "ponme otra canción"...

That's all for today. Learn more about or improve the CSS at https://git.bbjprojek.org/cabinet/-/blob/master/assets/main.css?ref_type=heads.


Updated on: October 30, 2025.
Copyright © 2025 The BBJProjeK Organization