aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/edit.css23
-rw-r--r--assets/css/home.css38
2 files changed, 56 insertions, 5 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css
index e166418..6262aba 100644
--- a/assets/css/edit.css
+++ b/assets/css/edit.css
@@ -192,15 +192,28 @@ input#fontsize {
width: 36px;
}
-span#headid {
- border: solid 1px;
- padding: 2px 4px;
-}
+span#headid {color: white;}
a {
color: black;
+ text-decoration: none;
+}
+
+a:hover {
+ color: white;
}
#fonts select {
height: 150px;
-} \ No newline at end of file
+}
+
+a.icon {
+ font-size: 25px;
+}
+
+form#update {
+ display: flex;
+ height: 30px;
+}
+
+#update span {margin-right: 1%;} \ No newline at end of file
diff --git a/assets/css/home.css b/assets/css/home.css
index 2fc3773..3d57cf0 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -1,3 +1,7 @@
+* {
+ box-sizing: border-box;
+}
+
div#options {
float: left;
}
@@ -21,3 +25,37 @@ body {
+
+
+tr:hover {
+ background-color: grey;
+ color: white;
+}
+
+#topbar {
+ height: 30px;
+ background-color: #7b97b9;
+ line-height: 30px;
+}
+
+#topbar form {
+ display: inline;
+}
+
+a {
+ color: black;
+ text-decoration: none;
+}
+
+a:hover {
+ color: white;
+}
+
+div#massedit {
+ display: none;
+}
+
+#options ul {
+ list-style: none;
+ padding-inline-start: 0;
+} \ No newline at end of file