Skip to content

Commit aa08c8e

Browse files
authored
uranus wind whisper stylesheets #3
1 parent 876be62 commit aa08c8e

4 files changed

Lines changed: 58 additions & 26 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
### [atmosphere](https://s9a.page/atmosphere) template
12

3+
[**generate** atmosphere](https://github.com/new?template_name=atmosphere&template_owner=s9a)

index.html

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,26 @@
55
<title>atmosphere</title>
66

77
<meta name="viewport" content="width=device-width">
8-
<meta name="theme-color" content="#bae4ea">
9-
<meta name="color-scheme" content="light">
10-
<meta name="description" content="...">
8+
<meta name="theme-color" content="skyblue">
9+
<meta name="color-scheme" content="dark light">
10+
<meta name="description" content="web atmosphere github template blue wind whisper">
1111

12-
<style media=(color)>
13-
:root {
14-
background: #bae4ea;
15-
color: #415;
16-
}
12+
<link rel="stylesheet" href="wind.css" media="(color)">
13+
<link rel="stylesheet" href="whisper.css">
1714

18-
:any-link {
19-
color: inherit;
20-
}
15+
<link rel="home" href="https://s9a.page">
16+
<link rel="help" href="https://s9a.org/atmosphere">
2117

22-
::selection {
23-
background: #415;
24-
color: #bae4ea;
25-
}
26-
</style>
18+
<article>
19+
<h1>
20+
<a href="https://s9a.page">wwworld wide waves</a>
21+
</h1>
2722

28-
<h1>
29-
<a href="https://s9a.page">wwworld wide waves</a>
30-
</h1>
31-
32-
<strong>
33-
<a href="https://s9a.page/license">open skies.</a>
34-
</strong>
23+
<p>
24+
<a href="https://s9a.page/license">opensource atmosphere</a>
25+
</p>
3526

36-
<aside>
37-
<a href="https://webmural.com/air">fresh air</a>
38-
</aside>
27+
<p>
28+
<a href="https://webmural.com/poft">fres<b>h air</b></a>
29+
</p>
30+
</article>

whisper.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
html {
2+
font-family: sans-serif;
3+
font-size: max(1em, 1vmax + 1vmin + 1pt);
4+
}
5+
6+
body {
7+
display: flex;
8+
flex-flow: column;
9+
margin: 1.618rem;
10+
overflow-wrap: anywhere;
11+
}
12+
13+
:focus {
14+
outline: thick dotted;
15+
}
16+
17+
:any-link:hover {
18+
text-decoration-style: double;
19+
}

wind.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
::selection { background: #ec0 }
2+
:any-link { color: darkblue }
3+
:root {
4+
background: skyblue;
5+
color: midnightblue;
6+
}
7+
8+
@media (prefers-contrast: more)
9+
:root {
10+
background: powderblue;
11+
color: black;
12+
}
13+
}
14+
15+
@media (prefers-color-scheme: dark) {
16+
:root {
17+
background: deepskyblue;
18+
}
19+
}

0 commit comments

Comments
 (0)