diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/buttons/best_viewed_with_eyes.gif | bin | 0 -> 5493 bytes | |||
| -rw-r--r-- | static/buttons/dumbass_webmaster_ahead.gif | bin | 0 -> 3456 bytes | |||
| -rw-r--r-- | static/buttons/freespeech.gif | bin | 0 -> 10832 bytes | |||
| -rw-r--r-- | static/buttons/gnu-linux.gif | bin | 0 -> 550 bytes | |||
| -rw-r--r-- | static/buttons/insanity.gif | bin | 0 -> 52691 bytes | |||
| -rw-r--r-- | static/buttons/wwwbutton.gif | bin | 0 -> 1531 bytes | |||
| -rw-r--r-- | static/chip.png | bin | 0 -> 7748 bytes | |||
| -rw-r--r-- | static/leila.png | bin | 0 -> 520728 bytes | |||
| -rw-r--r-- | static/style.css | 136 |
9 files changed, 0 insertions, 136 deletions
diff --git a/static/buttons/best_viewed_with_eyes.gif b/static/buttons/best_viewed_with_eyes.gif Binary files differnew file mode 100644 index 0000000..6dfeb64 --- /dev/null +++ b/static/buttons/best_viewed_with_eyes.gif diff --git a/static/buttons/dumbass_webmaster_ahead.gif b/static/buttons/dumbass_webmaster_ahead.gif Binary files differnew file mode 100644 index 0000000..52fb8ab --- /dev/null +++ b/static/buttons/dumbass_webmaster_ahead.gif diff --git a/static/buttons/freespeech.gif b/static/buttons/freespeech.gif Binary files differnew file mode 100644 index 0000000..f1fa905 --- /dev/null +++ b/static/buttons/freespeech.gif diff --git a/static/buttons/gnu-linux.gif b/static/buttons/gnu-linux.gif Binary files differnew file mode 100644 index 0000000..89e3562 --- /dev/null +++ b/static/buttons/gnu-linux.gif diff --git a/static/buttons/insanity.gif b/static/buttons/insanity.gif Binary files differnew file mode 100644 index 0000000..3c3b94b --- /dev/null +++ b/static/buttons/insanity.gif diff --git a/static/buttons/wwwbutton.gif b/static/buttons/wwwbutton.gif Binary files differnew file mode 100644 index 0000000..48fbd13 --- /dev/null +++ b/static/buttons/wwwbutton.gif diff --git a/static/chip.png b/static/chip.png Binary files differnew file mode 100644 index 0000000..7adcd7a --- /dev/null +++ b/static/chip.png diff --git a/static/leila.png b/static/leila.png Binary files differnew file mode 100644 index 0000000..9060a5a --- /dev/null +++ b/static/leila.png diff --git a/static/style.css b/static/style.css deleted file mode 100644 index 9f114ef..0000000 --- a/static/style.css +++ /dev/null @@ -1,136 +0,0 @@ -* { - box-sizing: border-box; -} - -body { - color: #999; - background-color: #000; - - width: 90%; - max-width: 1000px; - margin: 20px auto; - font-size: 16px; -} - -header { - margin: auto; -} - -header h1 { - display: inline; - margin: 1px; -} - -header h2 { - margin: 1px; -} - -main { - display: flex; - flex-direction: column; - line-height: 1.6; -} - -main > div { - margin: 5px; -} - -footer { - font-size: 0.8rem; - text-align: center; - opacity: 0.7; -} - -a, a:visited { - color: #0077aa; -} - -a:hover { - color: #00aaee; -} - -pre { - max-width: 100%; - overflow: auto; - background: #050505; - padding: 10px; - border: 1px dashed #999; -} - -.header-container { - display: flex; - flex-direction: column; -} - -.content { - padding: 5px; - flex-grow: 1; - overflow: auto; - border: dashed 1px #999; - background: #050505; -} - -.navbar { -} - -.navbar ul { - list-style-type: none; - margin: 0px; - padding: 0px; - display: flex; - flex-wrap: wrap; - gap: 10px; -} - -.navbar li a { - display: block; - color: #999; - text-decoration: none; - border: dashed 1px; - text-align: center; - padding: 5px 10px; -} - -.navbar li a:hover { - display: block; - color: #000; - background-color: #999; -} - -.bottom-align { - display: flex; - flex-direction: column; - justify-content: flex-end; -} - -.esquizo { - width: 100px; - display: inline; -} - -.image-container { - text-align: center; -} - -.image-container > img { - display: inline; - max-width: 100%; -} - -@media (min-width: 1000px) { - .header-container { - justify-content: center; - flex-direction: row; - } - - .navbar ul { - display: flex; - flex-direction: column; - gap: 0px; - width: 125px; - } - - main { - flex-direction: row; - } -} |
