Skip to content

Commit 3a1907d

Browse files
committed
v1.0.3 (alpha)
- New Titelbar - Review container from the concepts
1 parent 2867f6f commit 3a1907d

3 files changed

Lines changed: 141 additions & 4 deletions

File tree

src/Steam SpaceTheme/files/theme/app/titelbar.css

Lines changed: 87 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
box-shadow: none !important;
33
background: var(--background) !important;
44
}
5+
.steamdesktop_TitleBar_39oUC {
6+
height: 46px;
7+
}
8+
.steamdesktop_URLBar_UkR3s,
59
.steamdesktop_URLBarReplacement_2Cmrn {
6-
box-shadow: none !important;
7-
background: var(--background) !important;
10+
display: none !important;
811
}
912

10-
/* Logo */
13+
1114
.rootmenu_RootMenuButton_2UyOB {
1215
display: flex;
1316
}
@@ -29,4 +32,85 @@
2932
content: "Theme" !important;
3033
font-weight: 900;
3134
color: var(--accent-2);
35+
}
36+
37+
.rootmenu_RootMenuBar_1Ky59 {
38+
margin-top: 0 !important;
39+
gap: unset;
40+
}
41+
.rootmenu_RootMenuBar_1Ky59
42+
.menu_MenuWrapper_2Lu3d {
43+
padding: 6px 7px;
44+
color: transparent;
45+
}
46+
.rootmenu_RootMenuBar_1Ky59
47+
.menu_MenuWrapper_2Lu3d:nth-of-type(1) {
48+
padding: 6px 7px 6px 4px;
49+
color: #8b929a;
50+
}
51+
.rootmenu_RootMenuBar_1Ky59:hover
52+
.menu_MenuWrapper_2Lu3d {
53+
color: #8b929a;
54+
}
55+
.rootmenu_RootMenuBar_1Ky59
56+
.menu_MenuWrapper_2Lu3d:hover {
57+
color: #fff;
58+
}
59+
60+
61+
.steamdesktop_SuperNavBar_3Z3oh {
62+
position: absolute;
63+
top: 23.5px;
64+
left: 50%;
65+
width: fit-content;
66+
height: 46px;
67+
padding: 0px;
68+
transform: translate(-50%, -50%);
69+
}
70+
.steamdesktop_SuperNavBar_3Z3oh
71+
.supernav_SuperNavMenu_7AlhC {
72+
font-size: unset;
73+
}
74+
.steamdesktop_SuperNavBar_3Z3oh
75+
.supernav_SuperNav_2D64j svg {
76+
display: none;
77+
}
78+
.supernav_SuperNavMenu_7AlhC.supernav_Selected_1gqEj:not(.supernav_Disabled_2cO0H) .supernav_MenuButton_19axK {
79+
color: var(--accent-2);
80+
text-shadow: 0px 0px 1px var(--accent-2);
81+
}
82+
.supernav_SuperNavMenu_7AlhC.supernav_Selected_1gqEj:not(.supernav_Disabled_2cO0H) .supernav_MenuButton_19axK::after {
83+
background: var(--accent-2);
84+
}
85+
.steamdesktop_SuperNavBar_3Z3oh
86+
.supernav_SuperNavMenu_7AlhC {
87+
height: unset;
88+
}
89+
90+
91+
.titlebarcontrols_TitleBarControls_3cykd {
92+
margin: 0 10px;
93+
}
94+
95+
96+
.steamdesktop_WindowControls_qP17e .title-area .title-bar-actions {
97+
max-height: unset;
98+
height: 46px !important;
99+
}
100+
.steamdesktop_WindowControls_qP17e .title-area .windowControlButton {
101+
height: 46px;
102+
}
103+
.steamdesktop_WindowControls_qP17e .title-area .windowControlButton .SVGIcon_Button line,
104+
.steamdesktop_WindowControls_qP17e .title-area .windowControlButton .SVGIcon_Button rect,
105+
.steamdesktop_WindowControls_qP17e .title-area .windowControlButton .SVGIcon_Button polyline {
106+
stroke: var(--accent-2);
107+
}
108+
.steamdesktop_WindowControls_qP17e .title-area .windowControlButton:hover {
109+
background: var(--color-2);
110+
}
111+
.steamdesktop_WindowControls_qP17e .title-area .windowControlButton.closeButton:hover {
112+
background: var(--accent-2);
113+
}
114+
.steamdesktop_WindowControls_qP17e .title-area .windowControlButton.closeButton:hover .SVGIcon_Button line {
115+
stroke: var(--color-2);
32116
}

src/Steam SpaceTheme/library.css

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,57 @@
127127
}
128128
.downloads_SectionItem_1VNuY.downloads_Active_IbePL {
129129
margin: 0 15px;
130+
}
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
.appdetailsspotlight_ReviewContainer_3LE-6 {
144+
padding: 0;
145+
border-radius: 8px;
146+
background: linear-gradient(90deg, rgba(102, 108, 255, 0.00) 0%, rgba(102, 108, 255, 0.15) 100%), linear-gradient(270deg, rgba(135, 140, 255, 0.00) 0%, rgba(135, 140, 255, 0.15) 100%), #1E1E1E;
147+
}
148+
.appdetailsspotlight_ReviewContainer_3LE-6 .appdetailsspotlight_Inner_2z8Na {
149+
width: 100%;
150+
}
151+
.writereview_RatingContainer_2SAb6.appdetailsspotlight_RatingContainer_1E_EN {
152+
border-radius: 8px;
153+
background: unset;
154+
}
155+
156+
.writereview_LeftContainer_2aeAn {
157+
display: grid;
158+
}
159+
.writereview_LeftContainer_2aeAn .writereview_Playtime_qX4kN {
160+
order: 2;
161+
font-size: 12px;
162+
font-weight: 400;
163+
color: var(--accent-2);
164+
}
165+
.writereview_LeftContainer_2aeAn .writereview_RecommendGame_My1be {
166+
order: 1;
167+
font-weight: 400;
168+
color: #D2D2D2;
169+
}
170+
171+
.writereview_ReviewThumbButton_1kCN0 {
172+
height: 100%;
173+
margin: 0 5px;
174+
padding: 10px 15px 10px 30px;
175+
font-size: 13px;
176+
font-weight: 500;
177+
border-radius: 8px;
178+
color: #666CFF;
179+
background: rgba(102, 108, 255, 0.20);
180+
}
181+
.writereview_ReviewThumbButton_1kCN0 .writereview_ThumbIcon_2Jkk- {
182+
fill: #666CFF;
130183
}

src/Steam SpaceTheme/skin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"description": "A modular design with dark colors, which makes Steam look clearer and thus Steam can be enjoyed much better.\n\n! This theme is in alpha/pre alpha phase !\n! SteamTheme for Steam has been paused indefinitely !\nCurrently the theme only supports the title bar, library home page, download bar and download page.\n\nWhen the time comes for updates, there will be an update every 2 weeks.",
1212
"name": "SpaceTheme for Steam",
1313
"source": "https://api.github.com/repos/SpaceEnergy/SpaceTheme-Steam/contents/src/Steam%20SpaceTheme",
14-
"version": "v1.0.2.1 (alpha)"
14+
"version": "v1.0.3 (alpha)"
1515
}

0 commit comments

Comments
 (0)