summaryrefslogtreecommitdiff
path: root/static/css/profile_dashboard.css
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
committeryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
commitb2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch)
tree9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /static/css/profile_dashboard.css
parente620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff)
Refactor: extract inline CSS into static/css
Diffstat (limited to 'static/css/profile_dashboard.css')
-rw-r--r--static/css/profile_dashboard.css129
1 files changed, 129 insertions, 0 deletions
diff --git a/static/css/profile_dashboard.css b/static/css/profile_dashboard.css
new file mode 100644
index 0000000..4790ccb
--- /dev/null
+++ b/static/css/profile_dashboard.css
@@ -0,0 +1,129 @@
+#dashadminmute{
+position:absolute;
+top:0px;
+background-color:red;
+padding:5px;
+right:0px;
+ border-bottom-left-radius:5px;
+ -webkit-border-bottom-left-radius:5px;
+ -moz-border-radius-bottomleft:5px;
+}
+#dashadminmute a{color:white;}
+#edit-toggle{
+position:absolute;
+width:80px;
+top:-10px;
+left:-5px;
+}
+
+#dashrapper{
+border:1px dotted #0c8fff;
+top:80px;
+padding:20px;
+margin-left:100px;
+ border-bottom-left-radius:5px;
+ -webkit-border-bottom-left-radius:5px;
+ -moz-border-radius-bottomleft:5px;
+margin-right:50%;
+background-color:white;
+width:800px;
+min-height:435px;
+position:absolute;
+}
+#dashuserlist{
+padding:15px;
+border:1px solid black;
+width:180px;
+min-height:400px;
+ border-radius:5px;
+ -webkit-border-radius:5px;
+ -moz-border-radius:5px;
+}
+
+#dashuserlist h2{
+font-size:25px;
+padding-top:25px;
+text-transform:capitalize;
+}
+#dashuserlist h3{
+font-size:18px;
+padding-bottom:15px;
+padding-top:1px;
+text-transform:capitalize;
+}
+#middash{
+top:60px;
+position:absolute;
+margin-left:230px;
+}
+#middash h2{
+font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
+font-size:50px;
+letter-spacing:-2px;
+margin-bottom:10px;
+
+}
+#middash h3{
+font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
+font-size:35px;
+letter-spacing:-2px;
+line-height:20px;
+}
+#middash h2{
+font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
+font-size:50px;
+letter-spacing:-2px;
+
+}
+#middash a{
+font-size:100%;
+}
+#middash a:hover{
+color:#f9f9f9;background-color:white;
+font-size:100%;
+text-shadow: -2px 2px 10px #000;
+}
+#dashinfo{
+margin-top:50px;
+
+}
+#dashavatar{
+
+}
+
+#dashpix{
+top:0px;
+float:right;
+
+padding:15px;
+margin-top:-150px;
+width:550px;
+
+}
+#dashpix img{
+ width: expression(this.width > 50 ? 50: true);
+ max-height:100px;
+ height: expression(this.width > 50 ? 50: true);
+ max-width:150px;
+}
+
+
+#favstxt{
+margin-top:-55px;
+margin-left:-10;
+font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
+font-size:11px;
+background-color:white;
+padding:7px;
+color:#000;
+position:absolute;
+text-transform:uppercase;
+border:1px solid black;
+ border-radius: 5px;
+ box-shadow:5px 5px 5px #d8dbde;
+ -webkit-box-shadow:5px 5px 5px #d8dbde;
+ -moz-box-shadow:5px 5px 5px #d8dbde;
+ border-radius:5px;
+ -webkit-border-radius:5px;
+ -moz-border-radius:5px;
+}