aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-10-01 08:05:13 -0400
committerBobby <[email protected]>2022-10-01 08:05:13 -0400
commit0e9e96bbe609d4e0c72da1624c79ff6672e0e1d1 (patch)
treec8399895df9928c6f707548d6b70ee534648eaa6 /static
parent8d4428b4eb15a5b7185cc644fb6d434dcc84fcbf (diff)
downloadthatcomputerscientist-0e9e96bbe609d4e0c72da1624c79ff6672e0e1d1.tar.xz
thatcomputerscientist-0e9e96bbe609d4e0c72da1624c79ff6672e0e1d1.zip
Added top navigation bar
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css25
-rw-r--r--static/images/gifs/new.gifbin0 -> 1369 bytes
2 files changed, 25 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index c9342852..5195c924 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -311,3 +311,28 @@ summary {
max-height: 50vh;
max-width: 100%;
}
+
+.topnav {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+ text-align: right;
+}
+
+.topnav > li {
+ display: inline-block;
+ margin-left: 10px;
+ font-size: 14px;
+ padding: 0px 10px;
+ border-right: solid 1px #cecece;
+}
+
+.topnav > li > a {
+ color: #feffcf;
+}
+
+.topnav > li > a > img {
+ height: 14px;
+ position: relative;
+ top: 2px;
+}
diff --git a/static/images/gifs/new.gif b/static/images/gifs/new.gif
new file mode 100644
index 00000000..19792581
--- /dev/null
+++ b/static/images/gifs/new.gif
Binary files differ