diff options
author | kaa <kaa@laptosh.my.domain> | 2023-06-23 11:19:51 -0700 |
---|---|---|
committer | kaa <kaa@laptosh.my.domain> | 2023-06-23 11:19:51 -0700 |
commit | 8828e75a9ee7a5408ad00ad17e9878a2740cc866 (patch) | |
tree | bd60b53fb9896316ebc9928a30e0b0806b1c64ae /header |
"Initial."
Diffstat (limited to 'header')
-rwxr-xr-x | header/composed.txt | 65 | ||||
-rwxr-xr-x | header/drawn.txt | 55 | ||||
-rwxr-xr-x | header/files.txt | 31 | ||||
-rwxr-xr-x | header/photographed.txt | 54 |
4 files changed, 205 insertions, 0 deletions
diff --git a/header/composed.txt b/header/composed.txt new file mode 100755 index 0000000..101dc9d --- /dev/null +++ b/header/composed.txt @@ -0,0 +1,65 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>composed</title> + + <style> + * { + line-height: 1.5em; + } + h1 { + font-size: 4em; + } + h1, h2 { + font-family: Georgia, serif; + font-style: italic; + font-weight: normal; + } + img { + width: 40%; + margin-bottom: 2em; + margin-top: 1em; + float: left; + margin-top: 1em; + margin-left: 2.5%; + image-rendering: pixelated; + } + div { + width: 70%; + margin-bottom: 1em; + overflow: hidden; + } + audio { + width: 95%; + margin-top: 1em; + margin-bottom: 1em; + } + audio::-webkit-media-controls-panel { + background-color: #ffffec; + } + p { + font-family: Luxi Sans, serif; + float: right; + text-align: left; + width: 40%; + } + ::-webkit-scrollbar { + width: 0.25em; + } + ::-webkit-scrollbar-track { + background: #fffffec; + } + ::-webkit-scrollbar-thumb { + background: #000000; + } + body { + background-color: #ffffec; + } + </style> + </head> + + <body> + <center> + <h1>composed</h1> diff --git a/header/drawn.txt b/header/drawn.txt new file mode 100755 index 0000000..6422b9a --- /dev/null +++ b/header/drawn.txt @@ -0,0 +1,55 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>drawn</title> + + <style> + * { + line-height: 0em; + } + h2 { + font-family: Verdana, Go, sans-serif; + font-style: italic; + line-height: 1em; + float: left; + margin-left: 10%; + font-weight: normal; + } + img { + width: 50%; + margin-right: 10%; + float: right; + image-rendering: pixelated; + } + ::-webkit-scrollbar { + width: 0.25em; + } + ::-webkit-scrollbar-track { + background: #ffffec; + } + ::-webkit-scrollbar-thumb { + background: #000000; + } + a:link { + padding-left: 45%; + color: #000040; + font-style: normal; + text-decoration: none; + } + a:visited { + color: #000040; + } + h1 { + font-size: 4em; + font-family: Verdana, Go, serif; + font-style: italic; + font-weight: normal; + } + </style> + </head> + + <body bgcolor=#ffffec> + <center> + <h1>drawn</h1> diff --git a/header/files.txt b/header/files.txt new file mode 100755 index 0000000..fac4471 --- /dev/null +++ b/header/files.txt @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>files</title> + + <style> + pre { + font-family: Nimbus Mono L, Courier, monospace; + font-size: 14pt; + } + a:link { + color: #000000; + text-decoration: none; + } + a:visited { + + color: #000000; + } + a:hover { + color: #00BEBE; + } + body { + background-color: #ffffec; + } + </style> + </head> + + <body> + <pre>
\ No newline at end of file diff --git a/header/photographed.txt b/header/photographed.txt new file mode 100755 index 0000000..34888f7 --- /dev/null +++ b/header/photographed.txt @@ -0,0 +1,54 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>photographed</title> + + <style> + * { + line-height: 0em; + } + h2 { + font-family: Georgia, serif; + font-style: italic; + line-height: 1em; + float: left; + margin-left: 10%; + font-weight: normal; + } + img { + width: 50%; + margin-right: 10%; + float: right; + } + ::-webkit-scrollbar { + width: 0.25em; + } + ::-webkit-scrollbar-track { + background: #ffffec; + } + ::-webkit-scrollbar-thumb { + background: #000000; + } + a:link { + padding-left: 45%; + color: #000040; + font-style: normal; + text-decoration: none; + } + a:visited { + color: #000040; + } + h1 { + font-size: 4em; + font-family: Georgia, serif; + font-style: italic; + font-weight: normal; + } + </style> + </head> + + <body bgcolor=#ffffec> + <center> + <h1>photographed</h1> |