Compare commits
No commits in common. "73c8624ecef3e21127e54f35f8a8b3fbfdd048b4" and "e62d83e242dd940c8559e8a3ac1c70aa4de448bc" have entirely different histories.
73c8624ece
...
e62d83e242
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.breadcrumbs {
|
.breadcrumbs {
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 0 0.7em 0;
|
margin: 0 0 0.7em 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog__post--nextprev {
|
.blog__post--nextprev {
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
.footer__links {
|
.footer__links {
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,7 +79,7 @@ https://kalechips.net/projects/snippets/burger #}
|
||||||
|
|
||||||
.navbar__menu--links,
|
.navbar__menu--links,
|
||||||
.navbar__links {
|
.navbar__links {
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -50,7 +50,7 @@ articleElement: true
|
||||||
}
|
}
|
||||||
|
|
||||||
.changelog__nav--links {
|
.changelog__nav--links {
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
/* Link button */
|
/* Link button */
|
||||||
.link-btn--wrapper {
|
.link-btn--wrapper {
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
@ -139,7 +139,7 @@ p + .adoptables { margin-top: 1em; }
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -151,7 +151,7 @@ p + .adoptables { margin-top: 1em; }
|
||||||
.tabwrap section:has(*:target) { display: block; }
|
.tabwrap section:has(*:target) { display: block; }
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -187,7 +187,7 @@ p + .adoptables { margin-top: 1em; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.webring__links {
|
.webring__links {
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -76,7 +76,7 @@ figure, blockquote, dl, dd {
|
||||||
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
|
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
|
||||||
ul[role='list'],
|
ul[role='list'],
|
||||||
ol[role='list'] {
|
ol[role='list'] {
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set core body defaults */
|
/* Set core body defaults */
|
||||||
|
|
|
@ -45,7 +45,7 @@ figure, blockquote, dl, dd {
|
||||||
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
|
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
|
||||||
ul[role='list'],
|
ul[role='list'],
|
||||||
ol[role='list'] {
|
ol[role='list'] {
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set core body defaults */
|
/* Set core body defaults */
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Webmastery
|
title: Webmastery
|
||||||
date: 2024-07-01
|
date: 2024-07-01
|
||||||
updated: 2024-07-13
|
updated: 2024-07-04
|
||||||
---
|
---
|
||||||
|
|
||||||
### Webmastery Tutorials
|
### Webmastery Tutorials
|
||||||
|
@ -16,11 +16,8 @@ updated: 2024-07-13
|
||||||
|
|
||||||
### Web Accessibility
|
### Web Accessibility
|
||||||
|
|
||||||
* [The Access Manifesto](https://joeclark.org/book/sashay/serialization/AccessManifesto.html) by Joe Clark — Worth noting that this was originally written in 2002
|
* [The Access Manifesto](https://joeclark.org/book/sashay/serialization/AccessManifesto.html) by Joe Clark — Worth nting that this was originally written in 2002
|
||||||
* [You Should Care About Accessibility](https://owlsroost.xyz/articles/2023-08-20-you-should-care-about-accessibility.html) by Owl
|
* [You Should Care About Accessibility](https://owlsroost.xyz/articles/2023-08-20-you-should-care-about-accessibility.html) by Owl
|
||||||
* [A Field Guide to Web Accessibility](https://theultimatemotherfuckingwebsite.com/) by Valery
|
|
||||||
* [Resources for Beginners to Learn About Web Accessibility and Web Design](https://www.tumblr.com/foxpunk/700063063948312576/hey-you-yeah-you-with-the-cool-neocities) curated by foxpunk
|
|
||||||
* [5 ways to make your neocities site more accessible](https://sleepydev.neocities.org/posts/5%20Ways%20to%20make%20your%20Neocities%20site%20more%20accessible) by Sleepy dev
|
|
||||||
* [Three Common Accessibility Problems and How to Fix Them](https://solaria.neocities.org/beginnersaccessibility) by Solaria
|
* [Three Common Accessibility Problems and How to Fix Them](https://solaria.neocities.org/beginnersaccessibility) by Solaria
|
||||||
* [What I've Learned About Web Accessibility as a Dyslexic, Sighted, Mouse User](https://solaria.neocities.org/accessibility) by Solaria
|
* [What I've Learned About Web Accessibility as a Dyslexic, Sighted, Mouse User](https://solaria.neocities.org/accessibility) by Solaria
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ eleventyComputed:
|
||||||
.shrine-index {
|
.shrine-index {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 2em;
|
gap: 2em;
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 2em 0 0;
|
margin: 2em 0 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,7 @@ eleventyComputed:
|
||||||
.sitemap {
|
.sitemap {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
padding: 0 0 0 1em;
|
padding: 0 0 0 1em;
|
||||||
list-style-type: "";
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sitemap a:focus {
|
.sitemap a:focus {
|
||||||
|
|
Loading…
Reference in New Issue