diff options
| author | Xe Iaso <me@christine.website> | 2023-09-30 10:36:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-30 10:36:37 -0400 |
| commit | ac6a3df0d18cc73524c0096d954a57d24cad5669 (patch) | |
| tree | 81474177d730440657f490ae29892d62392251ea /static/css/shim.css | |
| parent | cbdea8ba3fca9a663778af71f8df5965aeb6c090 (diff) | |
| download | xesite-ac6a3df0d18cc73524c0096d954a57d24cad5669.tar.xz xesite-ac6a3df0d18cc73524c0096d954a57d24cad5669.zip | |
Xesite V4 (#723)
* scripts/ditherify: fix quoting
Signed-off-by: Xe Iaso <me@xeiaso.net>
* clean up some old files
Signed-off-by: Xe Iaso <me@xeiaso.net>
* import site into lume
Signed-off-by: Xe Iaso <me@xeiaso.net>
* initial go code
Signed-off-by: Xe Iaso <me@xeiaso.net>
* move vods index to top level
Signed-off-by: Xe Iaso <me@xeiaso.net>
* remove the ads
Signed-off-by: Xe Iaso <me@xeiaso.net>
* internal/lume: metrics
Signed-off-by: Xe Iaso <me@xeiaso.net>
* delete old code
Signed-off-by: Xe Iaso <me@xeiaso.net>
* load config into memory
Signed-off-by: Xe Iaso <me@xeiaso.net>
* autogenerate data from dhall config
Signed-off-by: Xe Iaso <me@xeiaso.net>
* various cleanups, import clackset logic
Signed-off-by: Xe Iaso <me@xeiaso.net>
* Update signalboost.dhall (#722)
Added myself, and also fixed someone’s typo
* Add Connor Edwards to signal boost (#721)
* add cache headers
Signed-off-by: Xe Iaso <me@xeiaso.net>
* move command to xesite folder
Signed-off-by: Xe Iaso <me@xeiaso.net>
* xesite: listen for GitHub webhook push events
Signed-off-by: Xe Iaso <me@xeiaso.net>
* xesite: 5 minute timeout for rebuilding the site
Signed-off-by: Xe Iaso <me@xeiaso.net>
* xesite: add rebuild metrics
Signed-off-by: Xe Iaso <me@xeiaso.net>
* xesite: update default variables
Signed-off-by: Xe Iaso <me@xeiaso.net>
* don't commit binaries oops lol
Signed-off-by: Xe Iaso <me@xeiaso.net>
* lume: make search have a light background
Signed-off-by: Xe Iaso <me@xeiaso.net>
* add a notfound page
Signed-off-by: Xe Iaso <me@xeiaso.net>
* fetch info from patreon API
Signed-off-by: Xe Iaso <me@xeiaso.net>
* create contact page
Signed-off-by: Xe Iaso <me@xeiaso.net>
* Toot embedding
Signed-off-by: Xe Iaso <me@xeiaso.net>
* attempt a docker image
Signed-off-by: Xe Iaso <me@xeiaso.net>
* lume: fix deno lock
Signed-off-by: Xe Iaso <me@xeiaso.net>
* add gokrazy post
Signed-off-by: Xe Iaso <me@xeiaso.net>
* cmd/xesite: go up before trying to connect to the saas proxy
Signed-off-by: Xe Iaso <me@xeiaso.net>
* blog: add Sine post/demo
Signed-off-by: Xe Iaso <me@xeiaso.net>
---------
Signed-off-by: Xe Iaso <me@xeiaso.net>
Co-authored-by: bri <284789+b-@users.noreply.github.com>
Co-authored-by: Connor Edwards <38229097+cedws@users.noreply.github.com>
Diffstat (limited to 'static/css/shim.css')
| -rw-r--r-- | static/css/shim.css | 177 |
1 files changed, 0 insertions, 177 deletions
diff --git a/static/css/shim.css b/static/css/shim.css deleted file mode 100644 index e74997f..0000000 --- a/static/css/shim.css +++ /dev/null @@ -1,177 +0,0 @@ -.main { - padding: 20px 10px; -} - -.hack h1 { - padding-top: 0; -} - -footer.footer { - border-top: 1px solid #ccc; - margin-top: 80px; - margin-top: 5rem; - padding: 48px 0; - padding: 3rem 0; -} - -img { - max-width: 100%; -} - -article blockquote { - max-width: 70ch; -} - -article h1 { - font-weight: 900; -} - -article small { - font-weight: 600; -} - -.conversation { - margin-top: 0.25rem; - display: flex; - max-width: calc(65ch + 7rem); -} -.conversation-standalone { - flex: 1; - min-width: 6rem; - max-width: 6rem; - padding-right: 1rem; -} - -.conversation-smol { - flex: 1; - min-width: 4.5rem; - max-width: 4.5rem; - padding-right: 1rem; -} - -.conversation-chat { - background-color: #3c3836; - border-radius: 5px; - min-width: 0; - padding-top: 0.5rem; - padding-left: 0.75rem; - padding-right: 0.75rem; - padding-bottom: 0.125rem; -} - -.conversation-chat:before { - content: ""; - position: absolute; - height: 15px; - width: 15px; - box-sizing: border-box; - transform: rotate(135deg) translate(0.85rem, 50%); - z-index: -1; - background-color: inherit; -} - -.conversation-chat ul { - padding: 0; - margin: 0; - margin-top: 0.5ch; -} - -.conversation-chat li ~ li { - margin-top: 0.5ch; -} - -.gruvbox-dark pre, pre { - padding-left: 1em; - padding-right: 1em; -} - -.warning { - background-color: #282828; -} - -figcaption { - background-color: #282828; - margin-left: 1em; - margin-right: 1em; - margin-bottom: 1em; -} - -.logo { - background-color: #fdf5d7; - -webkit-mask: url("/static/img/xeiaso.svg"); - -webkit-mask-repeat: no-repeat; - -webkit-mask-size: 100%; - mask: url("/static/img/xeiaso.svg"); - mask-repeat: no-repeat; - mask-size: 100%; - height: 32px; - width: 19px; - float: left; - display: inline; - margin: 0.5em; -} - -.ea-placement.ea-type-image { - background-color: #282828; -} - -.media { - background-color: #32302f; - color: #fbf1c7; - - margin: auto; - max-width: 80ch; - padding: 2ch; -} - -.verified { - max-width: 16px; - max-height: 16px; - min-width: 16px; - min-height: 16px; -} - -img.picture { - max-height: 36rem; -} - -h1, h2, h3, h4, h5, h6 { - font-family: "Iosevka Etoile Iaso", Menlo, monospace; -} - -.hidden { - display: none; -} - -.hack pre { - line-height: 1.125rem; - padding-top: 0.75rem; - padding-bottom: 0.75rem; -} - -@media (prefers-color-scheme: light) { - .warning { - background-color: #fbf1c7; - } - - .conversation-chat { - background-color: #ebdbb2; - }; - - .ea-placement.ea-type-image { - background: #fbf1c7; - } - - figcaption { - background-color: #fbf1c7; - } - - .logo { - background-color: #1d2021; - } - - .media { - color: #32302f; - background-color: #fbf1c7; - } -} |
