|
| 1 | +/* About Steam dialog */ |
| 2 | +body.DesktopUI div.FFIKUQ7BGKw6vO1voazlr |
| 3 | +{ |
| 4 | + background: none !important; |
| 5 | + overflow-x: hidden !important; |
| 6 | + overflow-y: auto !important; |
| 7 | + padding: 16px 16px 8px 16px !important; |
| 8 | + -webkit-app-region: drag !important; |
| 9 | + |
| 10 | + div.DialogContent_InnerWidth |
| 11 | + { |
| 12 | + overflow: visible !important; |
| 13 | + |
| 14 | + div.DialogHeader |
| 15 | + { |
| 16 | + padding: 0 !important; |
| 17 | + margin: 0 !important; |
| 18 | + flex-direction: column !important; |
| 19 | + text-indent: -9999px !important; |
| 20 | + font-size: 0 !important; |
| 21 | + line-height: 0 !important; |
| 22 | + |
| 23 | + svg |
| 24 | + { |
| 25 | + width: 64px !important; |
| 26 | + height: 64px !important; |
| 27 | + padding: 0 !important; |
| 28 | + margin: 0 !important; |
| 29 | + order: -1 !important; |
| 30 | + } |
| 31 | + |
| 32 | + &::before, |
| 33 | + &::after |
| 34 | + { |
| 35 | + content: "Steam"; |
| 36 | + color: rgb(var(--adw-window-fg-rgb)) !important; |
| 37 | + font-family: var(--adw-text-font) !important; |
| 38 | + text-indent: 0 !important; |
| 39 | + text-transform: none !important; |
| 40 | + letter-spacing: normal !important; |
| 41 | + line-height: normal !important; |
| 42 | + font-size: var(--adw-text-largetitle-size) !important; |
| 43 | + font-weight: var(--adw-text-largetitle-weight) !important; |
| 44 | + } |
| 45 | + |
| 46 | + &::after |
| 47 | + { |
| 48 | + content: "Valve Corporation"; |
| 49 | + font-size: var(--adw-text-base-size) !important; |
| 50 | + font-weight: var(--adw-text-base-weight) !important; |
| 51 | + } |
| 52 | + } |
| 53 | + |
| 54 | + div.DialogBodyText |
| 55 | + { |
| 56 | + background: rgba(var(--adw-card-bg-rgb), var(--adw-card-opacity)) !important; |
| 57 | + color: rgba(var(--adw-card-fg-rgb), var(--adw-dim-label-opacity)) !important; |
| 58 | + border-radius: var(--adw-card-radius) !important; |
| 59 | + box-shadow: var(--adw-card-shadow) !important; |
| 60 | + box-sizing: border-box !important; |
| 61 | + padding: 4px 12px !important; |
| 62 | + margin: 40px 0 0 0 !important; |
| 63 | + font-family: var(--adw-text-font) !important; |
| 64 | + font-size: var(--adw-text-row-title-size) !important; |
| 65 | + font-weight: var(--adw-text-row-title-weight) !important; |
| 66 | + text-transform: none !important; |
| 67 | + line-height: normal !important; |
| 68 | + letter-spacing: normal !important; |
| 69 | + position: relative !important; |
| 70 | + -webkit-app-region: no-drag !important; |
| 71 | + |
| 72 | + span |
| 73 | + { |
| 74 | + color: rgb(var(--adw-card-fg-rgb)) !important; |
| 75 | + } |
| 76 | + |
| 77 | + &::selection, *::selection |
| 78 | + { |
| 79 | + color: rgb(var(--adw-accent-fg-rgb)) !important; |
| 80 | + background: rgb(var(--adw-accent-bg-rgb)) !important; |
| 81 | + text-shadow: none !important; |
| 82 | + } |
| 83 | + |
| 84 | + &::before |
| 85 | + { |
| 86 | + content: "Adwaita for Steam " var(--adw-version); |
| 87 | + position: absolute; |
| 88 | + top: -32px; |
| 89 | + left: 0; |
| 90 | + right: 0; |
| 91 | + justify-self: center; |
| 92 | + padding: 4px 12px; |
| 93 | + color: rgb(var(--adw-accent-rgb)); |
| 94 | + background: rgba(var(--adw-accent-rgb), var(--adw-button-bg-opacity)); |
| 95 | + font-family: var(--adw-text-font); |
| 96 | + font-size: var(--adw-text-header-size); |
| 97 | + font-weight: var(--adw-text-header-weight); |
| 98 | + border-radius: var(--adw-button-pill-radius); |
| 99 | + } |
| 100 | + } |
| 101 | + |
| 102 | + div.DialogFooter |
| 103 | + { |
| 104 | + display: none !important; |
| 105 | + } |
| 106 | + } |
| 107 | +} |
0 commit comments