Names Fix

This commit is contained in:
2026-03-09 07:00:01 +05:45
parent c1fef74add
commit f5a41a3546
5 changed files with 706 additions and 82 deletions

102
css.css
View File

@@ -27,15 +27,16 @@
margin-top: 20px;
}
.astro-circle {
position: relative;
width: 520px;
height: 520px;
border-radius: 50%;
border: 4px solid #facc15;
background: radial-gradient(circle, #1e293b 40%, #0f172a 100%);
overflow: hidden;
}
.astro-circle {
position: relative;
width: 520px;
height: 520px;
border-radius: 50%;
border: 4px solid #facc15;
background: radial-gradient(circle, #1e293b 40%, #0f172a 100%);
overflow: visible;
margin: 40px;
}
.segment-line {
position: absolute;
@@ -139,14 +140,77 @@
padding: 3px 6px;
}
}
.segment-label{
position:absolute;
font-weight:bold;
font-size:18px;
color:#facc15;
transform:translate(-50%,-50%);
background:rgba(0,0,0,0.35);
padding:6px 10px;
border-radius:6px;
border:1px solid rgba(255,255,255,0.2);
.result-box{
margin-top: 15px;
padding: 15px 18px;
border-radius: 12px;
background: rgba(255,255,255,0.06);
border: 1px solid rgba(255,255,255,0.08);
color: #fff;
}
.result-box p{
margin-bottom: 8px;
}
.planet-tag{
position:absolute;
transform:translate(-50%,-50%);
background:rgba(250, 204, 21, 0.18);
color:#ffffff;
border:1px solid rgba(250, 204, 21, 0.55);
border-radius:8px;
padding:4px 8px;
font-size:13px;
font-weight:700;
line-height:1;
white-space:nowrap;
box-shadow:0 4px 10px rgba(0,0,0,0.2);
}
.table-box{
background: rgba(255,255,255,0.05);
border: 1px solid rgba(255,255,255,0.08);
border-radius: 14px;
padding: 18px;
}
.table-title{
color: #facc15;
font-weight: 700;
margin-bottom: 15px;
}
.astro-table{
background: transparent;
color: #fff;
}
.astro-table thead th{
background: rgba(250, 204, 21, 0.15);
color: #facc15;
border-color: rgba(255,255,255,0.12);
}
.astro-table td,
.astro-table th{
border-color: rgba(255,255,255,0.12);
background: rgba(255,255,255,0.03);
}
.astro-table tbody tr:hover td{
background: rgba(255,255,255,0.07);
}
.sign-label{
position:absolute;
transform:translate(-50%,-50%);
color:#cbd5e1;
font-size:12px;
font-weight:700;
line-height:1.1;
text-align:center;
white-space:nowrap;
background:rgba(15, 23, 42, 0.55);
padding:3px 6px;
border-radius:6px;
border:1px solid rgba(255,255,255,0.08);
}