aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-12-17 19:25:04 +0000
committerBobby <[email protected]>2024-12-17 19:25:04 +0000
commit79d44e676adeb998c3072b4a58d08815b45d4676 (patch)
tree13dd865f0b809b0e77d5cfc491fa5909c1ea15c1 /static
parenta12bd485351559af96d019d55a4b0f8dbc1b7265 (diff)
downloadthatcomputerscientist-79d44e676adeb998c3072b4a58d08815b45d4676.tar.xz
thatcomputerscientist-79d44e676adeb998c3072b4a58d08815b45d4676.zip
journal stuff
Diffstat (limited to 'static')
-rw-r--r--static/css/shared/core.css36
-rw-r--r--static/css/shared/login-area.css4
2 files changed, 38 insertions, 2 deletions
diff --git a/static/css/shared/core.css b/static/css/shared/core.css
index ac629b03..c02be71e 100644
--- a/static/css/shared/core.css
+++ b/static/css/shared/core.css
@@ -99,6 +99,41 @@ a:hover {
text-decoration: underline;
}
+.link-button {
+ background: rgba(134, 99, 229, 0.2);
+ padding: 8px 16px;
+ border-radius: 4px;
+ color: #8d8dff;
+ text-decoration: none;
+ border: 1px solid #8d8dff;
+ transition: all 0.3s ease;
+ font-size: 12px;
+}
+
+.link-button:hover {
+ background: rgba(223, 35, 196, 0.2);
+ border-color: #df23c4;
+ color: #df23c4;
+ text-decoration: none;
+ transform: translateY(-2px);
+}
+
+.action-button {
+ padding: 4px 8px;
+ border-radius: 4px;
+ color: #8d8dff;
+ text-decoration: none;
+ font-size: 11px;
+ transition: all 0.2s ease;
+ background: rgba(141, 141, 255, 0.1);
+}
+
+.action-button:hover {
+ color: #df23c4;
+ background: rgba(223, 35, 196, 0.1);
+ text-decoration: none;
+}
+
textarea {
resize: none;
background: transparent;
@@ -143,6 +178,7 @@ img {
z-index: 1;
width: 1200px;
margin: 0 auto;
+ right: 10px;
}
#content-wrapper {
diff --git a/static/css/shared/login-area.css b/static/css/shared/login-area.css
index 47cee42d..3ea863fb 100644
--- a/static/css/shared/login-area.css
+++ b/static/css/shared/login-area.css
@@ -60,8 +60,8 @@
#login-error>.messageBox {
position: absolute;
- top: -88px;
- left: -120px;
+ top: -120px;
+ right: 48px;
z-index: 2;
width: 200px;
height: 132px;