diff options
| author | Bobby <[email protected]> | 2022-11-18 12:22:34 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-18 12:22:34 -0500 |
| commit | ca54cfa436a4a2113917bac2e2425600878e2d8e (patch) | |
| tree | e5482ed2cf381124d1dd15bfb503ec5ecee770c5 /static | |
| parent | e8a19d8ad7f3864564a8d69f0e947c6d8f1646f1 (diff) | |
| download | thatcomputerscientist-ca54cfa436a4a2113917bac2e2425600878e2d8e.tar.xz thatcomputerscientist-ca54cfa436a4a2113917bac2e2425600878e2d8e.zip | |
major UI change
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/main.css | 78 | ||||
| -rw-r--r-- | static/css/old_ports.css | 10 | ||||
| -rw-r--r-- | static/images/gifs/construction.gif | bin | 26873 -> 3581 bytes | |||
| -rw-r--r-- | static/images/gifs/search.gif | bin | 0 -> 1239946 bytes | |||
| -rw-r--r-- | static/images/gifs/search_32px.gif | bin | 0 -> 40824 bytes | |||
| -rw-r--r-- | static/images/gifs/search_static.jpg | bin | 0 -> 24235 bytes | |||
| -rw-r--r-- | static/images/gifs/search_static_32px.jpg | bin | 0 -> 1276 bytes | |||
| -rw-r--r-- | static/images/site/icons/research.png | bin | 0 -> 2172 bytes |
8 files changed, 71 insertions, 17 deletions
diff --git a/static/css/main.css b/static/css/main.css index 6182d6e9..0fa669e9 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -4,7 +4,7 @@ body { background-attachment: fixed; background-position: center; background-size: cover; - font-family: 'Times New Roman', Times, serif; + /* font-family: 'Times New Roman', Times, serif; */ padding: 0; margin: 0; min-height: calc(100vh); @@ -39,10 +39,14 @@ h2 { font-size: 24px; } +a { + color: #636eb0; +} + .anavdef { - font-size: 16px; text-decoration: none; - color: #8278ed; + font-size: 14px; + font-family: 'TopNavbar', serif; } .anavdef:hover { @@ -62,21 +66,23 @@ fieldset { } .titlebar { - background: #160e32; padding: 8px 0px; padding-left: 10px; margin-bottom: 0px; margin-top: 0px; - text-transform: uppercase; - font-size: 12px; - color: #cecece; - font-weight: bold; - font-family: Arial, Helvetica, sans-serif; + font-size: 14px; + color: #fff; + background: #06022c; + background-image: linear-gradient(to right, #06022c 0%, black 100%); + text-transform: capitalize; } .area-content { padding: 10px; - background: #06080d; +} + +.area-bg { + background: #0c0c18; } .content { @@ -86,7 +92,7 @@ fieldset { } .alert { - background-color: #0c1221; + background-color: #06080d; padding: 20px; *padding: 20px; _padding: 20px; @@ -285,13 +291,12 @@ summary { .navitem { display: inline-block; - margin-left: 10px; - background: #0000FF; + background: #016dfe; color: #FFFFFF; - border-top: 2px solid #6666FF; - border-left: 2px solid #6666FF; - border-right: 2px solid #00007C; - border-bottom: 2px solid #00007C; + border-top: 2px solid #4d99ff; + border-left: 2px solid #4d99ff; + border-right: 2px solid #004eb6; + border-bottom: 2px solid #004eb6; position: relative; padding: 5px 10px 5px 10px; text-align: center; @@ -319,6 +324,45 @@ summary { padding: 4px 8px; } +.sbox { + display: inline-block; + background: #050b0f; + padding: 5px 10px; + font-size: 12px; + font-family: 'TopNavbar', serif; + border-bottom: 3px solid #848484; + border-right: 3px solid #848484; + border-left: 3px solid #424242; + border-top: 3px solid #424242; + margin: 0px; +} + +.sbox:focus { + outline: none; +} + +.sbtn { + outline: 0; + background: #016dfe; + cursor: pointer; + background-image: url('../images/gifs/search_static.jpg'); + background-repeat: no-repeat; + background-position: center; + background-size: contain; + height: 27px; + width: 48px; + display: inline-block; + vertical-align: middle; + border-top: 2px solid #4d99ff; + border-left: 2px solid #4d99ff; + border-right: 2px solid #004eb6; + border-bottom: 2px solid #004eb6; +} + +.sbtn:hover { + background-image: url('../images/gifs/search.gif'); +} + .ad { border: solid 1px #cecece; padding: 10px; diff --git a/static/css/old_ports.css b/static/css/old_ports.css new file mode 100644 index 00000000..054cb461 --- /dev/null +++ b/static/css/old_ports.css @@ -0,0 +1,10 @@ +.sbtn { + background-image: url('../images/gifs/search_static_32px.jpg'); +} +.sbtn:hover { + background-image: url('../images/gifs/search_32px.gif'); +} +.searchtable { + position: relative; + top: 8px; +}
\ No newline at end of file diff --git a/static/images/gifs/construction.gif b/static/images/gifs/construction.gif Binary files differindex 3556ac01..715ed9cc 100644 --- a/static/images/gifs/construction.gif +++ b/static/images/gifs/construction.gif diff --git a/static/images/gifs/search.gif b/static/images/gifs/search.gif Binary files differnew file mode 100644 index 00000000..fa84a87b --- /dev/null +++ b/static/images/gifs/search.gif diff --git a/static/images/gifs/search_32px.gif b/static/images/gifs/search_32px.gif Binary files differnew file mode 100644 index 00000000..0b8b0b24 --- /dev/null +++ b/static/images/gifs/search_32px.gif diff --git a/static/images/gifs/search_static.jpg b/static/images/gifs/search_static.jpg Binary files differnew file mode 100644 index 00000000..fd7052db --- /dev/null +++ b/static/images/gifs/search_static.jpg diff --git a/static/images/gifs/search_static_32px.jpg b/static/images/gifs/search_static_32px.jpg Binary files differnew file mode 100644 index 00000000..37401d12 --- /dev/null +++ b/static/images/gifs/search_static_32px.jpg diff --git a/static/images/site/icons/research.png b/static/images/site/icons/research.png Binary files differnew file mode 100644 index 00000000..68bcaede --- /dev/null +++ b/static/images/site/icons/research.png |
