aboutsummaryrefslogtreecommitdiff
path: root/static/css/search.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-03 22:23:22 -0400
committerBobby <[email protected]>2023-05-03 22:23:22 -0400
commit0f2f6bc1c5473558fe593ce6865d68e50272c4b5 (patch)
tree5d0e8516a8ca1e7fbff7b19e3bdbf916226d64b5 /static/css/search.css
parent34ba2b1c746aaf78563573c797719a5a366af7f2 (diff)
downloadthatcomputerscientist-0f2f6bc1c5473558fe593ce6865d68e50272c4b5.tar.xz
thatcomputerscientist-0f2f6bc1c5473558fe593ce6865d68e50272c4b5.zip
Migrated Search Area
Diffstat (limited to 'static/css/search.css')
-rw-r--r--static/css/search.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/static/css/search.css b/static/css/search.css
new file mode 100644
index 00000000..946650c0
--- /dev/null
+++ b/static/css/search.css
@@ -0,0 +1,30 @@
+#search-area {
+ width: 250px;
+ height: 110px;
+ background: url('../images/backgrounds/search-area.png') no-repeat;
+ background-size: 250px 110px;
+ margin: auto;
+ padding: 0px;
+ border: 0px;
+ position: absolute;
+ bottom: 0px;
+ right: 0px;
+}
+
+#search-form {
+ position: absolute;
+ bottom: 10px;
+ left: 40px;
+}
+
+#search-form input[type=text]{
+ display: block;
+ width: 180px;
+ font-size: 12px;
+ background: transparent;
+ color: #231F20;
+ border-radius: 4px;
+}
+#search-form input::placeholder {
+ color: #524e4f;
+}