From bf56e24a13cbf9e733a1c027d89551fb90eedf76 Mon Sep 17 00:00:00 2001 From: ElDoc-s Date: Fri, 24 Apr 2026 06:48:27 -0700 Subject: Fixed Fig easter egg on the side not scaling properly with the screen size --- britons.css | 1 + britons.css~ | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 4 ++-- index.html~ | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 119 insertions(+), 2 deletions(-) create mode 100644 britons.css~ create mode 100644 index.html~ diff --git a/britons.css b/britons.css index d128481..f4459f1 100644 --- a/britons.css +++ b/britons.css @@ -66,5 +66,6 @@ header i { right: -2%; opacity: 0.4; z-index: -1; + width: 18%; } diff --git a/britons.css~ b/britons.css~ new file mode 100644 index 0000000..82af863 --- /dev/null +++ b/britons.css~ @@ -0,0 +1,71 @@ +:root { + --main-fg-color: #003400; + --main-ac-color: #007400; +background-image: url(media/bg.gif); +} + +body { + + font-size: 100%; + font-family: "Liberation Serif", "Times New Roman"; + display: block; + background-color: whitesmoke; + width: 80%; + padding: 2%; + padding-top: 1%; + margin: 2%; + border-style: dotted; + border-color: var(--main-fg-color); +} + +.title { + + font-size: 250%; + color: var(--main-fg-color); + font-weight: bold; + +} + +header i { + margin-left: 5%; +} + +.navbar { + display: flex; + justify-content: space-evenly; ; + margin-top: 1%; + +} + +.content { + width: 80%; + background-color: whitesmoke; +} + +.content figcaption { + font-style: italic; + text-align: center; +} + +.content figcaption a { + text-align: center; + font-style: normal; +} + +.content img { + display: block; + margin: auto; + max-width: 35%; + padding: 1%; + +} + +.fig { + position: fixed; + bottom: 0%; + right: -2%; + opacity: 0.4; + z-index: -1; + width: 15%; +} + diff --git a/index.html b/index.html index 49d36fc..a89094c 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + El Arriero @@ -33,7 +33,7 @@ She looked middle-aged already, so I gave her a cig and a couple light wrinkles. You can't be middle aged without a bathrobe, so I drew that on her to finalize the image.

- Fig in a bathrobe, smoking a cigarette and saying 'Why do they keep you behind the counter?'. + Fig in a bathrobe, smoking a cigarette and saying 'Why do they keep you behind the counter?'.
First iteration of Fig. The dialogue was added much later when I decided what she would sound like. Original Image

What to expect in the future

Writing takes a long time, and I want to get a good plot going first so I don't have to throw entire chapters out. diff --git a/index.html~ b/index.html~ new file mode 100644 index 0000000..49d36fc --- /dev/null +++ b/index.html~ @@ -0,0 +1,45 @@ + + + + + + + + + + El Arriero + + + + + +

+ El Arriero + Home of the Britishly Mediocre + +
+ + + +

What's this?

+ +

My website. It's where I collect my writing, drawing, and misc. fun stuff.

+

I made Fig on the 21st of January, 2026. She is the crown jewel of my work. + I made her that afternoon while outlining a canine anthro, and got ahead of myself by giving her a vintage hairstyle with the sketch. + When going over the sketch with a darker pencil, I went too hard on her eyes, and it looked like she had bags under them. + She looked middle-aged already, so I gave her a cig and a couple light wrinkles. + You can't be middle aged without a bathrobe, so I drew that on her to finalize the image. +

+ Fig in a bathrobe, smoking a cigarette and saying 'Why do they keep you behind the counter?'. +
First iteration of Fig. The dialogue was added much later when I decided what she would sound like. Original Image
+

What to expect in the future

+

Writing takes a long time, and I want to get a good plot going first so I don't have to throw entire chapters out. + I have high hopes for this project!

+ + Funny + + + -- cgit v1.2.3