Spaces:
Running
Running
Force all CSS with !important to override broken inline style
Browse files- static/fm_fix.css +31 -30
static/fm_fix.css
CHANGED
|
@@ -1,30 +1,31 @@
|
|
| 1 |
-
/*
|
| 2 |
-
.featured-match{margin:6px 4px;background:linear-gradient(135deg,#1a2a1f,#0d1117);border:1px solid #2d8659;border-radius:10px;padding:12px;cursor:pointer}
|
| 3 |
-
.fm-league{text-align:center;color:#5cb87a;font-size:9px;font-weight:700;text-transform:uppercase}
|
| 4 |
-
.fm-teams{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:6px}
|
| 5 |
-
.fm-team{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}
|
| 6 |
-
.fm-team img{width:32px;height:32px;object-fit:contain}
|
| 7 |
-
.fm-team span{font-size:10px;color:#ccc;text-align:center}
|
| 8 |
-
.fm-score{font-size:22px;font-weight:900;min-width:60px;text-align:center;color:#fff}
|
| 9 |
-
.fm-status{text-align:center;margin-top:6px;font-size:9px;color:#e74c3c;font-weight:700}
|
| 10 |
-
.fm-status.upcoming{color:#f0c040}
|
| 11 |
-
.ai-compose{margin:6px 4px;background:#141414;border:1px solid #2a2a2a;border-radius:10px;padding:10px}
|
| 12 |
-
.ai-compose-title{font-size:13px;font-weight:800;color:#5cb87a;margin-bottom:8px}
|
| 13 |
-
.ai-compose-row{display:flex;gap:6px;margin-top:6px}
|
| 14 |
-
.ai-compose input{flex:1;background:#222;border:1px solid #333;color:#eee;border-radius:18px;padding:9px 12px;font-size:12px;min-width:0}
|
| 15 |
-
.ai-compose button{background:#2d8659;border:0;color:#fff;border-radius:18px;padding:9px 12px;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}
|
| 16 |
-
.ai-compose button.secondary{background:#333}
|
| 17 |
-
.hot-topic-row{display:flex;gap:6px;overflow-x:auto;padding:4px 0
|
| 18 |
-
.hot-
|
| 19 |
-
.
|
| 20 |
-
.hashtag-sources{
|
| 21 |
-
.hashtag-
|
| 22 |
-
.hashtag-src-
|
| 23 |
-
.hashtag-src-img{
|
| 24 |
-
.hashtag-src-
|
| 25 |
-
.hashtag-src-
|
| 26 |
-
.hashtag-src-
|
| 27 |
-
.hashtag-
|
| 28 |
-
.hashtag-
|
| 29 |
-
.hashtag-
|
| 30 |
-
|
|
|
|
|
|
| 1 |
+
/* Force override broken inline .fm-league CSS (missing } in index_v2.html) */
|
| 2 |
+
.featured-match{margin:6px 4px!important;background:linear-gradient(135deg,#1a2a1f,#0d1117)!important;border:1px solid #2d8659!important;border-radius:10px!important;padding:12px!important;cursor:pointer!important}
|
| 3 |
+
.fm-league{text-align:center!important;color:#5cb87a!important;font-size:9px!important;font-weight:700!important;text-transform:uppercase!important;display:block!important}
|
| 4 |
+
.fm-teams{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin-top:6px!important}
|
| 5 |
+
.fm-team{flex:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:4px!important}
|
| 6 |
+
.fm-team img{width:32px!important;height:32px!important;object-fit:contain!important}
|
| 7 |
+
.fm-team span{font-size:10px!important;color:#ccc!important;text-align:center!important}
|
| 8 |
+
.fm-score{font-size:22px!important;font-weight:900!important;min-width:60px!important;text-align:center!important;color:#fff!important}
|
| 9 |
+
.fm-status{text-align:center!important;margin-top:6px!important;font-size:9px!important;color:#e74c3c!important;font-weight:700!important}
|
| 10 |
+
.fm-status.upcoming{color:#f0c040!important}
|
| 11 |
+
.ai-compose{margin:6px 4px!important;background:#141414!important;border:1px solid #2a2a2a!important;border-radius:10px!important;padding:10px!important}
|
| 12 |
+
.ai-compose-title{font-size:13px!important;font-weight:800!important;color:#5cb87a!important;margin-bottom:8px!important}
|
| 13 |
+
.ai-compose-row{display:flex!important;gap:6px!important;margin-top:6px!important}
|
| 14 |
+
.ai-compose input{flex:1!important;background:#222!important;border:1px solid #333!important;color:#eee!important;border-radius:18px!important;padding:9px 12px!important;font-size:12px!important;min-width:0!important}
|
| 15 |
+
.ai-compose button{background:#2d8659!important;border:0!important;color:#fff!important;border-radius:18px!important;padding:9px 12px!important;font-size:11px!important;font-weight:700!important;cursor:pointer!important;white-space:nowrap!important}
|
| 16 |
+
.ai-compose button.secondary{background:#333!important}
|
| 17 |
+
.hot-topic-row{display:flex!important;gap:6px!important;overflow-x:auto!important;padding:4px 0!important}
|
| 18 |
+
.hot-chip{flex:0 0 auto!important;background:#222!important;border:1px solid #333!important;color:#ddd!important;border-radius:16px!important;padding:5px 10px!important;font-size:11px!important;cursor:pointer!important;white-space:nowrap!important}
|
| 19 |
+
.hashtag-sources{margin:8px 4px!important;background:#1a1a1a!important;border:1px solid #2a2a2a!important;border-radius:10px!important;padding:10px!important}
|
| 20 |
+
.hashtag-sources h3{font-size:13px!important;color:#5cb87a!important;margin-bottom:8px!important}
|
| 21 |
+
.hashtag-src-item{display:flex!important;gap:8px!important;padding:8px!important;background:#202020!important;border-radius:8px!important;margin:6px 0!important;cursor:pointer!important}
|
| 22 |
+
.hashtag-src-img{flex:0 0 80px!important;aspect-ratio:16/9!important;background:#333!important;border-radius:6px!important;overflow:hidden!important}
|
| 23 |
+
.hashtag-src-img img{width:100%!important;height:100%!important;object-fit:cover!important}
|
| 24 |
+
.hashtag-src-text{flex:1!important;min-width:0!important}
|
| 25 |
+
.hashtag-src-title{font-size:12px!important;font-weight:700!important;color:#eee!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
|
| 26 |
+
.hashtag-src-via{font-size:10px!important;color:#888!important;margin-top:2px!important}
|
| 27 |
+
.hashtag-rewrite-btn{width:100%!important;margin-top:8px!important;background:#2d8659!important;border:0!important;color:#fff!important;padding:9px!important;border-radius:10px!important;font-size:12px!important;font-weight:700!important;cursor:pointer!important}
|
| 28 |
+
.hashtag-load-more{width:100%!important;margin-top:8px!important;background:#222!important;border:1px solid #333!important;color:#ccc!important;padding:9px!important;border-radius:10px!important;font-size:12px!important;cursor:pointer!important}
|
| 29 |
+
.hashtag-loading{display:flex!important;align-items:center!important;gap:8px!important;padding:12px!important;color:#888!important;font-size:12px!important}
|
| 30 |
+
.hashtag-spinner{width:16px!important;height:16px!important;border:2px solid #333!important;border-top-color:#5cb87a!important;border-radius:50%!important;animation:ht-spin .8s linear infinite!important}
|
| 31 |
+
@keyframes ht-spin{to{transform:rotate(360deg)}}
|