aboutsummaryrefslogtreecommitdiff
path: root/static/css/main.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-17 16:21:01 -0500
committerBobby <[email protected]>2022-11-17 16:21:01 -0500
commite8a19d8ad7f3864564a8d69f0e947c6d8f1646f1 (patch)
treed45a96b17af5e0d9e3824692088c0742f7677268 /static/css/main.css
parent21d86393cbaed6413ab16800cdd95c89f68e45ba (diff)
downloadthatcomputerscientist-e8a19d8ad7f3864564a8d69f0e947c6d8f1646f1.tar.xz
thatcomputerscientist-e8a19d8ad7f3864564a8d69f0e947c6d8f1646f1.zip
Visual changes
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css44
1 files changed, 32 insertions, 12 deletions
diff --git a/static/css/main.css b/static/css/main.css
index ba0c9d16..6182d6e9 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -22,6 +22,7 @@ body {
.sidebar {
overflow-y: auto;
+ margin-top: -10px;
}
/* COLORS SECTION ACCORIDING TO DARK MODE */
@@ -38,20 +39,44 @@ h2 {
font-size: 24px;
}
-a {
+.anavdef {
+ font-size: 16px;
+ text-decoration: none;
color: #8278ed;
- font-size: inherit;
}
-.anavdef {
- color: #8278ed;
- font-size: 16px;
- font-family: serif;
+.anavdef:hover {
text-decoration: underline;
}
-fieldset, legend {
+.icon {
+ margin-left: auto;
+ margin-right: auto;
+ display: block;
+ width: 24px;
+ height: auto;
+}
+
+fieldset {
+ outline: 1px colid #cecece;
+}
+
+.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;
+}
+
+.area-content {
+ padding: 10px;
+ background: #06080d;
}
.content {
@@ -84,11 +109,6 @@ input[type = 'submit'] {
margin-top: 10px;
}
-fieldset {
- border: 1px solid #cecece;
- padding: 10px 20px;
-}
-
.sidenav {
list-style: none;
padding: 0;