generated from webmural/qanda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a8823cd
Showing
5 changed files
with
208 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
indent_style = space | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# [yel*lov* mural](https://webmural.com/yellov) | ||
|
||
[L<b>oud</b> HTML](index.html) <br> [V shadow vallee volley](lav.css) <br> EnjoY | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
This is free and unencumbered software released into the public domain. | ||
|
||
Anyone is free to copy, modify, publish, use, compile, sell, or | ||
distribute this software, either in source code form or as a compiled | ||
binary, for any purpose, commercial or non-commercial, and by any | ||
means. | ||
|
||
In jurisdictions that recognize copyright laws, the author or authors | ||
of this software dedicate any and all copyright interest in the | ||
software to the public domain. We make this dedication for the benefit | ||
of the public at large and to the detriment of our heirs and | ||
successors. We intend this dedication to be an overt act of | ||
relinquishment in perpetuity of all present and future rights to this | ||
software under copyright law. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR | ||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | ||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
For more information, please refer to <https://unlicense.org> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html class="tape-loud tape-flow alive" lang="en-US"> | ||
<meta charset="utf-8"> | ||
|
||
<title>qyslem mural</title> | ||
|
||
<meta name="theme-color" content="#ed3"> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="description" content="yellow sans wall"> | ||
|
||
<link rel="stylesheet" href="lav.css"> | ||
<base href="https://webmural.com"> | ||
|
||
<main aria-label="yellov"> | ||
<div class="tape-flow"> | ||
<h1 class="capo"> | ||
<a href="../ivory" class="tape-watt"><b>q</b>y</a><a class="tape-luvu" href="../ol"><s>s</s><u>°</u>l</a><a class="tape-bluv" href="../emerald"><em>em</em></a> | ||
</h1> | ||
</div> | ||
<nav class="tape-flow surf"> | ||
<a class="tape-luvu" href="../placebo"><q>p</q></a> | ||
<a class="tape-loud" href="../dandelion"><q>d</q></a> | ||
<a class="tape-luvu" href="../puvm"><q>p</q></a> | ||
<a class="tape-loud" href="../butterfly"><q>b</q></a> | ||
<a class="tape-luvu" href="../pluw"><q>p</q></a> | ||
<a class="tape-loud" href="../composure"><q>p</q></a> | ||
</nav> | ||
</main> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
/* https://s9a.page/tape */ | ||
:root{--tape-filter:none;--tape-bluv:#11dff1;--tape-play:#fbbfff;--tape-loud:#eee833;--tape-luvu:#44f477;--tape-blaq:#0e0e0e;--tape-watt:#e0e0e0;--tape-hex:#e0e0e0;--tape-mix:transparent}.tape-watt{--tape-hex:var(--tape-watt)}.tape-luvu{--tape-hex:var(--tape-luvu)}.tape-loud{--tape-hex:var(--tape-loud)}.tape-play{--tape-hex:var(--tape-play)}.tape-bluv{--tape-hex:var(--tape-bluv)}.tape-flat{border-color:transparent}.tape-flap{border-color:currentColor}.tape-flow{--tape-remix:none}.tape-flow :not(.tape-skip){background-color:transparent;color:inherit}.tape-blaq,.tape-bluv,.tape-loud,.tape-luvu,.tape-play,.tape-watt{--tape-mix:var(--tape-hex);--tape-remix:none;color:var(--tape-blaq)!important;background-color:var(--tape-mix)!important;background-image:var(--tape-remix);filter:var(--tape-filter)}.tape-blaq{--tape-mix:var(--tape-blaq);color:var(--tape-hex)!important}.tape-erase,.tape-erase *{color:transparent!important} | ||
|
||
:any-link { | ||
text-decoration: dotted underline; | ||
} | ||
|
||
:focus { | ||
outline: .3ch outset darkviolet; | ||
} | ||
|
||
::selection { | ||
color: var(--tape-loud); | ||
background: blueviolet; | ||
} | ||
|
||
:root { | ||
--tape-watt: khaki; | ||
--tape-play: peachpuff; | ||
--tape-loud: khaki; | ||
--tape-luvu: turquoise; | ||
--tape-blaq: navy; | ||
--tape-bluv: deepskyblue; | ||
} | ||
|
||
.tape-blaq { | ||
--tape-remix: linear-gradient(darkviolet, blueviolet); | ||
} | ||
|
||
.alive { | ||
--tape-remix: conic-gradient( | ||
var(--tape-play) 0%, | ||
var(--tape-play) 20%, | ||
var(--tape-bluv) 20%, | ||
var(--tape-bluv) 40%, | ||
darkviolet 40%, | ||
blueviolet 60%, | ||
var(--tape-luvu) 60%, | ||
var(--tape-luvu) 80%, | ||
var(--tape-loud) 80%, | ||
var(--tape-loud) 100% | ||
); | ||
} | ||
|
||
html { | ||
font-family: fantasy; | ||
font-family: sans-serif; | ||
font-size: max(2em, 8vmax); | ||
line-height: 1.618; | ||
} | ||
|
||
body { | ||
margin: 0 auto 100vmin; | ||
overflow-wrap: anywhere; | ||
} | ||
|
||
nav { | ||
align-items: center; | ||
justify-items: center; | ||
justify-content: space-around; | ||
display: flex; | ||
flex-basis: 100%; | ||
flex-flow: row wrap; | ||
min-height: 100vh; | ||
padding: 2rem; | ||
margin: 10vmax auto 0; | ||
text-align: center; | ||
} | ||
|
||
nav > :nth-child(odd) { | ||
padding-block: 1ch 5ch; | ||
transform: rotate(-36deg) | ||
} | ||
|
||
nav > :nth-child(even) { | ||
padding-block: 3ch 3ch; | ||
transform: rotate(36deg) | ||
} | ||
|
||
div { | ||
align-items: center; | ||
justify-items: center; | ||
display: flex; | ||
flex-basis: 100%; | ||
margin: 0; | ||
width: 100%; | ||
text-indent: 39vw; | ||
min-height: 100vh; | ||
} | ||
|
||
@media (orientation: portrait) { | ||
div { | ||
writing-mode: vertical-rl; | ||
transform: rotate(180deg); | ||
} | ||
|
||
nav { | ||
writing-mode: vertical-lr; | ||
transform: rotate(180deg); | ||
} | ||
} | ||
|
||
em { --tape-watt: lemonchiffon } | ||
h1 { all: unset; } | ||
|
||
.surf { | ||
transform: rotate(180deg); | ||
} | ||
|
||
b { | ||
font-weight: stronger; | ||
text-shadow: | ||
-1vw 5vh 0 var(--tape-watt), | ||
-2vw 5vh 0 var(--tape-play), | ||
-2vw 8vh 0 var(--tape-loud), | ||
-3vw 13vh 0 var(--tape-luvu); | ||
} | ||
|
||
q::before, | ||
q::after { | ||
font-size: 1ch; | ||
} | ||
|
||
q { | ||
font-weight: 600; | ||
quotes: "q" "q" "q" "q"; | ||
} | ||
|
||
:focus { text-transform: uppercase } | ||
:active { quotes: "=" "∞" } | ||
|
||
u { | ||
text-shadow: | ||
3vw -2vh 1vmax var(--tape-watt), | ||
2vw -3vh 1vmax var(--tape-play), | ||
1vw -5vh 1vmax var(--tape-loud), | ||
1vw -3vh 1vmax var(--tape-luvu), | ||
2vw -5vh 1vmax var(--tape-blaq), | ||
3vw -5vh 1vmax var(--tape-bluv); | ||
} | ||
|
||
s { | ||
text-decoration-color: var(--tape-watt); | ||
text-decoration-style: wavy; | ||
} |