summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-17 19:16:34 -0700
committerAndrew Godwin2022-11-17 19:16:34 -0700
commit6adfdbabe0d44c17f32abc9d48a6e252e2a0792e (patch)
tree6644c5eeab7970a9f9b8d9540b7ebe28cc499331 /static
parent2a3690d1c148da5dd799052403ba7290e1fb7de0 (diff)
downloadtakahe-6adfdbabe0d44c17f32abc9d48a6e252e2a0792e.tar.gz
takahe-6adfdbabe0d44c17f32abc9d48a6e252e2a0792e.tar.bz2
takahe-6adfdbabe0d44c17f32abc9d48a6e252e2a0792e.zip
Add signup and password reset
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css26
1 files changed, 21 insertions, 5 deletions
diff --git a/static/css/style.css b/static/css/style.css
index d7b561e..43d4448 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -136,6 +136,7 @@ header .logo {
font-weight: bold;
background: var(--color-highlight);
border-radius: 5px 0 0 0;
+ text-transform: lowercase;
padding: 10px 11px 9px 10px;
height: 50px;
font-size: 130%;
@@ -198,6 +199,12 @@ header menu a.identity {
width: 250px;
}
+header menu a.identity i {
+ display: inline-block;
+ vertical-align: middle;
+ padding: 0 7px 2px 0;
+}
+
header menu a img {
display: inline-block;
vertical-align: middle;
@@ -287,7 +294,7 @@ nav a i {
/* Icon menus */
-.icon-menu>a {
+.icon-menu .option {
display: block;
margin: 0px 0 20px 0;
background: var(--color-bg-box);
@@ -299,19 +306,28 @@ nav a i {
border-radius: 3px;
}
-.icon-menu>a:hover {
+.icon-menu .option:hover {
border: 2px solid var(--color-highlight);
}
-.icon-menu>a img,
-.icon-menu>a i {
+.icon-menu .option.empty {
+ color: var(--color-text-dull);
+}
+
+.icon-menu .option.empty:hover {
+ border: 0;
+ border: 2px solid rgba(255, 255, 255, 0);
+}
+
+.icon-menu .option img,
+.icon-menu .option i {
vertical-align: middle;
margin: 0 10px 3px 0;
height: 50px;
width: auto;
}
-.icon-menu>a i {
+.icon-menu .option i {
display: inline-block;
text-align: center;
width: 50px;