diff --git a/PrimaryFormParts/NewSongAlert/PrimaryForm.NewSongAlert.cs b/PrimaryFormParts/NewSongAlert/PrimaryForm.NewSongAlert.cs index 2f2324e..b6ef384 100644 --- a/PrimaryFormParts/NewSongAlert/PrimaryForm.NewSongAlert.cs +++ b/PrimaryFormParts/NewSongAlert/PrimaryForm.NewSongAlert.cs @@ -173,7 +173,7 @@ namespace DualScreenDemo this.Controls.Add(yueYuButtonNewSong); - yingWenButtonNewSong = new Button { Text = "英文2", Visible = false }; + yingWenButtonNewSong = new Button {Visible = false }; ResizeAndPositionButton(yingWenButtonNewSong, 1214, 418, 209, 59); Rectangle yingWenNewSongButtonCropArea = new Rectangle(1214, 418, 209, 59); @@ -189,7 +189,7 @@ namespace DualScreenDemo this.Controls.Add(yingWenButtonNewSong); - riYuButtonNewSong = new Button { Text = "日語2", Visible = false }; + riYuButtonNewSong = new Button { Visible = false }; ResizeAndPositionButton(riYuButtonNewSong, 1214, 481, 209, 59); Rectangle riYuNewSongButtonCropArea = new Rectangle(1214, 481, 209, 59); @@ -205,7 +205,7 @@ namespace DualScreenDemo this.Controls.Add(riYuButtonNewSong); - hanYuButtonNewSong = new Button { Text = "韓語2", Visible = false }; + hanYuButtonNewSong = new Button {Visible = false }; ResizeAndPositionButton(hanYuButtonNewSong, 1214, 544, 209, 58); Rectangle hanYuNewSongButtonCropArea = new Rectangle(1214, 544, 209, 58); diff --git a/PrimaryFormParts/PrimaryForm.Favorite.cs b/PrimaryFormParts/PrimaryForm.Favorite.cs index a74e81d..09b16ed 100644 --- a/PrimaryFormParts/PrimaryForm.Favorite.cs +++ b/PrimaryFormParts/PrimaryForm.Favorite.cs @@ -25,15 +25,15 @@ namespace DualScreenDemo int[,] coords = new int[,] { {794, 508, 70, 65}, - {878, 508, 70, 65}, - {962, 508, 70, 65}, - {1046, 508, 70, 65}, - {1130, 508, 70, 65}, + {873, 508, 70, 65}, + {952, 508, 70, 65}, + {1031, 508, 70, 65}, + {1110, 508, 70, 65}, {794, 580, 70, 65}, - {878, 580, 70, 65}, - {962, 580, 70, 65}, - {1046, 580, 70, 65}, - {1130, 580, 70, 65} + {873, 580, 70, 65}, + {952, 580, 70, 65}, + {1031, 580, 70, 65}, + {1110, 580, 70, 65} }; int screenW = Screen.PrimaryScreen.Bounds.Width; @@ -53,7 +53,7 @@ namespace DualScreenDemo string fileName = (i + 2).ToString("00"); - string filePath = Path.Combine(Application.StartupPath, @"themes\superstar\我的最愛\我的最愛-" + fileName + ".jpg"); + string filePath = Path.Combine(Application.StartupPath, @"themes\superstar\我的最愛\我的最愛-" + fileName + ".png"); favoriteNumberButton[i].BackgroundImage = Image.FromFile(filePath); favoriteNumberButton[i].BackgroundImageLayout = ImageLayout.Stretch; favoriteNumberButton[i].FlatStyle = FlatStyle.Flat; @@ -85,7 +85,7 @@ namespace DualScreenDemo Name = "enterFavoriteButton" }; ResizeAndPositionButton(enterFavoriteButton, 832, 657, 70, 65); - enterFavoriteButton.BackgroundImage = Image.FromFile(Path.Combine(Application.StartupPath, @"themes\superstar\我的最愛\我的最愛-12.jpg")); + enterFavoriteButton.BackgroundImage = Image.FromFile(Path.Combine(Application.StartupPath, @"themes\superstar\我的最愛\我的最愛-12.png")); enterFavoriteButton.BackgroundImageLayout = ImageLayout.Stretch; enterFavoriteButton.FlatStyle = FlatStyle.Flat; enterFavoriteButton.FlatAppearance.BorderSize = 0; @@ -100,7 +100,7 @@ namespace DualScreenDemo Name = "newFavoriteButton" }; ResizeAndPositionButton(newFavoriteButton, 916, 657, 70, 65); - newFavoriteButton.BackgroundImage = Image.FromFile(Path.Combine(Application.StartupPath, @"themes\superstar\我的最愛\我的最愛-13.jpg")); + newFavoriteButton.BackgroundImage = Image.FromFile(Path.Combine(Application.StartupPath, @"themes\superstar\我的最愛\我的最愛-13.png")); newFavoriteButton.BackgroundImageLayout = ImageLayout.Stretch; newFavoriteButton.FlatStyle = FlatStyle.Flat; newFavoriteButton.FlatAppearance.BorderSize = 0; @@ -115,7 +115,7 @@ namespace DualScreenDemo Name = "refillFavoriteButton" }; ResizeAndPositionButton(refillFavoriteButton, 999, 657, 70, 65); - refillFavoriteButton.BackgroundImage = Image.FromFile(Path.Combine(Application.StartupPath, @"themes\superstar\我的最愛\我的最愛-14.jpg")); + refillFavoriteButton.BackgroundImage = Image.FromFile(Path.Combine(Application.StartupPath, @"themes\superstar\我的最愛\我的最愛-14.png")); refillFavoriteButton.BackgroundImageLayout = ImageLayout.Stretch; refillFavoriteButton.FlatStyle = FlatStyle.Flat; refillFavoriteButton.FlatAppearance.BorderSize = 0; @@ -130,7 +130,7 @@ namespace DualScreenDemo Name = "closeFavoriteButton" }; ResizeAndPositionButton(closeFavoriteButton, 1083, 657, 70, 65); - closeFavoriteButton.BackgroundImage = Image.FromFile(Path.Combine(Application.StartupPath, @"themes\superstar\我的最愛\我的最愛-15.jpg")); + closeFavoriteButton.BackgroundImage = Image.FromFile(Path.Combine(Application.StartupPath, @"themes\superstar\我的最愛\我的最愛-15.png")); closeFavoriteButton.BackgroundImageLayout = ImageLayout.Stretch; closeFavoriteButton.FlatStyle = FlatStyle.Flat; closeFavoriteButton.FlatAppearance.BorderSize = 0; @@ -349,7 +349,7 @@ namespace DualScreenDemo if (!FavoritePictureBox.Visible) { - ShowImageOnFavoritePictureBox(Path.Combine(Application.StartupPath, @"themes\superstar\我的最愛\我的最愛_工作區域.jpg")); + ShowImageOnFavoritePictureBox(Path.Combine(Application.StartupPath, @"themes\superstar\我的最愛\我的最愛_工作區域.png")); SetFavoritePictureBoxAndButtonsVisibility(true); } else @@ -399,14 +399,27 @@ namespace DualScreenDemo FavoritePictureBox.Image = image; // 設定 PictureBox 的大小與位置(依你的需要調整) - ResizeAndPositionPictureBox(FavoritePictureBox, 773, 380, (int)(image.Width * 0.8f) , (int)(image.Height * 0.8f)); + // ResizeAndPositionPictureBox(FavoritePictureBox, 773, 380, image.Width , image.Height); + // ResizeAndPositionPictureBox(FavoritePictureBox, 773, 380, (int)(image.Width * 0.8f) , (int)(image.Height * 0.8f)); + // 不要用 ResizeAndPositionPictureBox 這東西是static 他會導致其他東西顯示錯誤 + int screenW = Screen.PrimaryScreen.Bounds.Width; + int screenH = Screen.PrimaryScreen.Bounds.Height; + float widthRatio = screenW / (float)1440; + float heightRatio = screenH / (float)900; + + + FavoritePictureBox.Location = new Point( + (int)(773 * widthRatio), + (int)(380 * heightRatio) + ); + FavoritePictureBox.Size = new Size( + (int)(image.Width * widthRatio), + (int)(image.Height * heightRatio) + ); + } FavoritePictureBox.Visible = true; - } - else - { - Console.WriteLine("圖片檔案不存在:" + imagePath); - } + } diff --git a/PrimaryFormParts/PrimaryForm.QRCode.cs b/PrimaryFormParts/PrimaryForm.QRCode.cs index dc46db5..68c42ff 100644 --- a/PrimaryFormParts/PrimaryForm.QRCode.cs +++ b/PrimaryFormParts/PrimaryForm.QRCode.cs @@ -11,7 +11,7 @@ namespace DualScreenDemo try { - string imagePath = Path.Combine(Application.StartupPath, "themes/superstar/cropped_qrcode.jpg"); + string imagePath = Path.Combine(Application.StartupPath, "themes/superstar/cropped_qrcode.png"); if (!File.Exists(imagePath)) { Console.WriteLine("Base image not found: " + imagePath); @@ -79,8 +79,10 @@ namespace DualScreenDemo { using (Graphics g = Graphics.FromImage(bitmap)) { - - g.DrawImage(baseImage, 0, 0); + + // g.DrawImage(baseImage, 0, 0); + // cropped qrcode 版型不同設定調整 + g.DrawImage(baseImage, new Rectangle(0, 0, bitmap.Width, bitmap.Height)); Rectangle qrCodeRect = new Rectangle(32, 39, 165, 165); g.DrawImage(qrCodeImage, qrCodeRect); @@ -94,7 +96,7 @@ namespace DualScreenDemo ResizeAndPositionControl(pictureBoxQRCode, 975, 442, 226, 274); - Bitmap originalImage = new Bitmap(Path.Combine(Application.StartupPath, "themes\\superstar\\cropped_qrcode.jpg")); + Bitmap originalImage = new Bitmap(Path.Combine(Application.StartupPath, "themes\\superstar\\cropped_qrcode.png")); Rectangle closeQRCodeCropArea = new Rectangle(198, 6, 22, 22); diff --git a/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.BopomofoSearch.cs b/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.BopomofoSearch.cs index 4d376b7..2c1b4e7 100644 --- a/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.BopomofoSearch.cs +++ b/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.BopomofoSearch.cs @@ -81,7 +81,8 @@ namespace DualScreenDemo var parser = new FileIniDataParser(); // 設定檔路徑 - string iniFilePath = "config.ini"; + string iniFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data; @@ -107,7 +108,8 @@ namespace DualScreenDemo private IniData LoadConfigData() { var parser = new FileIniDataParser(); - string iniFilePath = "config.ini"; + string iniFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + // 使用 UTF-8 讀取 INI 檔案並解析內容 using (var reader = new StreamReader(iniFilePath, Encoding.UTF8)) @@ -635,7 +637,8 @@ namespace DualScreenDemo { // 創建 INI 解析器 var parser = new FileIniDataParser(); - string iniFilePath = "config.ini"; // 配置文件的路徑 + string iniFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data; // 打開並讀取配置文件 @@ -681,7 +684,8 @@ namespace DualScreenDemo private void LoadPictureBoxZhuYinSingerCoordsFromConfig() { var parser = new FileIniDataParser(); - IniData data = parser.ReadFile("config.ini"); + string iniPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data = parser.ReadFile(iniPath); var coords = data["PictureBoxZhuYinSingers"]; pictureBoxZhuYinSingerCoords = ( diff --git a/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.EnglishSearch.cs b/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.EnglishSearch.cs index 2d2e1dd..07a8b61 100644 --- a/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.EnglishSearch.cs +++ b/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.EnglishSearch.cs @@ -52,7 +52,9 @@ namespace DualScreenDemo private void LoadNumberButtonCoordsFromConfig() { var parser = new FileIniDataParser(); - IniData data = parser.ReadFile("config.ini"); + string iniPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data = parser.ReadFile(iniPath); + var buttonList = new List<(int X, int Y, int Width, int Height)>(); @@ -398,12 +400,18 @@ namespace DualScreenDemo clearButtonEnglishSingers.Visible = isVisible; if (isVisible) clearButtonEnglishSingers.BringToFront(); } + if (closeButtonEnglishSingers != null) + { + closeButtonEnglishSingers.Visible = isVisible; + if (isVisible) closeButtonEnglishSingers.BringToFront(); + } + - closeButtonEnglishSingers.Visible = isVisible; - if (isVisible) closeButtonEnglishSingers.BringToFront(); - - inputBoxEnglishSingers.Visible = isVisible; - if (isVisible) inputBoxEnglishSingers.BringToFront(); + if (inputBoxEnglishSingers != null) + { + inputBoxEnglishSingers.Visible = isVisible; + if (isVisible) inputBoxEnglishSingers.BringToFront(); + } ResumeLayout(); PerformLayout(); @@ -416,10 +424,10 @@ namespace DualScreenDemo } - modifyButtonEnglishSingers.Refresh(); - clearButtonEnglishSingers.Refresh(); - closeButtonEnglishSingers.Refresh(); - inputBoxEnglishSingers.Refresh(); + if (modifyButtonEnglishSingers != null) modifyButtonEnglishSingers.Refresh(); + if (clearButtonEnglishSingers != null) clearButtonEnglishSingers.Refresh(); + if (closeButtonEnglishSingers != null) closeButtonEnglishSingers.Refresh(); + if (inputBoxEnglishSingers != null) inputBoxEnglishSingers.Refresh(); }; if (this.InvokeRequired) diff --git a/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.PinyinSearch.cs b/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.PinyinSearch.cs index 2e47e8e..8f60de5 100644 --- a/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.PinyinSearch.cs +++ b/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.PinyinSearch.cs @@ -252,7 +252,9 @@ namespace DualScreenDemo private void LoadPictureBoxPinYinSingerCoordsFromConfig() { var parser = new FileIniDataParser(); - IniData data = parser.ReadFile("config.ini"); + string iniPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data = parser.ReadFile(iniPath); + var coords = data["PictureBoxPinYinSingers"]; pictureBoxPinYinSingerCoords = ( diff --git a/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.WordCountSearch.cs b/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.WordCountSearch.cs index 7d27c22..42ef5c8 100644 --- a/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.WordCountSearch.cs +++ b/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.WordCountSearch.cs @@ -99,7 +99,8 @@ namespace DualScreenDemo var parser = new FileIniDataParser(); // 設定檔路徑 - string iniFilePath = "config.ini"; + string iniFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data; @@ -125,7 +126,8 @@ namespace DualScreenDemo private IniData LoadConfigDataforWordCountSingers() { var parser = new FileIniDataParser(); - string iniFilePath = "config.ini"; + string iniFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + // 使用 UTF-8 讀取 INI 檔案並解析內容 using (var reader = new StreamReader(iniFilePath, Encoding.UTF8)) @@ -636,7 +638,8 @@ namespace DualScreenDemo { // 創建 INI 解析器 var parser = new FileIniDataParser(); - string iniFilePath = "config.ini"; // 配置文件的路徑 + string iniFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data; // 打開並讀取配置文件 @@ -682,7 +685,8 @@ namespace DualScreenDemo private void LoadPictureBoxWordCountSingerCoordsFromConfig() { var parser = new FileIniDataParser(); - IniData data = parser.ReadFile("config.ini"); + string iniPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data = parser.ReadFile(iniPath); var coords = data["PictureBoxWordCountSingers"]; pictureBoxWordCountSingerCoords = ( diff --git a/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.BopomofoSearch.cs b/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.BopomofoSearch.cs index 1195a13..50063a1 100644 --- a/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.BopomofoSearch.cs +++ b/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.BopomofoSearch.cs @@ -378,7 +378,9 @@ namespace DualScreenDemo var parser = new FileIniDataParser(); // 讀取 config.ini 設定檔的內容 - IniData data = parser.ReadFile("config.ini"); + string iniPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data = parser.ReadFile(iniPath); + // 取得 "PictureBoxZhuYinSongs" 段落的設定數據 var coords = data["PictureBoxZhuYinSongs"]; diff --git a/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.NumberSearch.cs b/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.NumberSearch.cs index aacba35..76296f1 100644 --- a/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.NumberSearch.cs +++ b/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.NumberSearch.cs @@ -102,7 +102,8 @@ namespace DualScreenDemo var parser = new FileIniDataParser(); // 設定檔路徑 - string iniFilePath = "config.ini"; + string iniFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data; @@ -128,7 +129,8 @@ namespace DualScreenDemo private IniData LoadConfigDataforSongIDSearch() { var parser = new FileIniDataParser(); - string iniFilePath = "config.ini"; + string iniFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + // 使用 UTF-8 讀取 INI 檔案並解析內容 using (var reader = new StreamReader(iniFilePath, Encoding.UTF8)) @@ -647,7 +649,8 @@ namespace DualScreenDemo { // 創建 INI 解析器 var parser = new FileIniDataParser(); - string iniFilePath = "config.ini"; // 配置文件的路徑 + string iniFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data; // 打開並讀取配置文件 @@ -693,7 +696,9 @@ namespace DualScreenDemo private void LoadPictureBoxSongIDSongCoordsFromConfig() { var parser = new FileIniDataParser(); - IniData data = parser.ReadFile("config.ini"); + string iniPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data = parser.ReadFile(iniPath); + var coords = data["PictureBoxSongIDSearch"]; pictureBoxSongIDSongCoords = ( diff --git a/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.PinyinSearch.cs b/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.PinyinSearch.cs index 0b58c23..538e40a 100644 --- a/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.PinyinSearch.cs +++ b/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.PinyinSearch.cs @@ -375,7 +375,9 @@ namespace DualScreenDemo var parser = new FileIniDataParser(); // 讀取 config.ini 文件並解析成 IniData 對象 - IniData data = parser.ReadFile("config.ini"); + string iniPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data = parser.ReadFile(iniPath); + // 取得 PictureBoxPinYinSongs 區段的設定值 var coords = data["PictureBoxPinYinSongs"]; diff --git a/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.WordCountSearch.cs b/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.WordCountSearch.cs index 12aa9bc..1ce7734 100644 --- a/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.WordCountSearch.cs +++ b/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.WordCountSearch.cs @@ -68,7 +68,8 @@ namespace DualScreenDemo private IniData LoadConfigDataforWordCountSongs() { var parser = new FileIniDataParser(); - string iniFilePath = "config.ini"; + string iniFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + // 使用 UTF-8 讀取 INI 檔案並解析內容 using (var reader = new StreamReader(iniFilePath, Encoding.UTF8)) @@ -579,7 +580,8 @@ namespace DualScreenDemo { // 創建 INI 解析器 var parser = new FileIniDataParser(); - string iniFilePath = "config.ini"; // 配置文件的路徑 + string iniFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data; // 打開並讀取配置文件 @@ -625,7 +627,9 @@ namespace DualScreenDemo private void LoadPictureBoxWordCountSongCoordsFromConfig() { var parser = new FileIniDataParser(); - IniData data = parser.ReadFile("config.ini"); + string iniPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config.ini"); + IniData data = parser.ReadFile(iniPath); + var coords = data["PictureBoxWordCountSongs"]; pictureBoxWordCountSongCoords = ( diff --git a/themes/superstar/_www/clicked-song.html b/themes/superstar/_www/clicked-song.html index cf3a6d5..a13c56b 100644 --- a/themes/superstar/_www/clicked-song.html +++ b/themes/superstar/_www/clicked-song.html @@ -17,7 +17,7 @@ margin: 20px; } .header { - background: #D32F2F; + background: #FFA500; padding: 10px 0; color: white; font-size: 24px; diff --git a/themes/superstar/_www/jgnq0yhxnfl/qrcode.png b/themes/superstar/_www/jgnq0yhxnfl/qrcode.png new file mode 100644 index 0000000..b5e7349 Binary files /dev/null and b/themes/superstar/_www/jgnq0yhxnfl/qrcode.png differ diff --git a/themes/superstar/_www/jgnq0yhxnfl/windows.html b/themes/superstar/_www/jgnq0yhxnfl/windows.html new file mode 100644 index 0000000..924b3e1 --- /dev/null +++ b/themes/superstar/_www/jgnq0yhxnfl/windows.html @@ -0,0 +1,288 @@ + + + + + + Super Star + + + + + +
金麗都 自助式KTV
+ + + + + + + + +
+
+
+
+ New Song +
+
+ Top Ranking +
+
+ Search Singer +
+
+ Search Song +
+
+ Clicked Song +
+ +
+ Sound Control +
+
+ Social Media +
+
+ Social Media +
+
+ Social Media +
+
+
+
+ + + + + \ No newline at end of file diff --git a/themes/superstar/_www/love-message.html b/themes/superstar/_www/love-message.html index 0b6bbb6..c687882 100644 --- a/themes/superstar/_www/love-message.html +++ b/themes/superstar/_www/love-message.html @@ -17,7 +17,7 @@ margin: 20px; } .header { - background: #D32F2F; + background: #FFA500; padding: 10px 0; color: white; font-size: 24px; diff --git a/themes/superstar/_www/mood-stickers.html b/themes/superstar/_www/mood-stickers.html index 35326f5..a9704a3 100644 --- a/themes/superstar/_www/mood-stickers.html +++ b/themes/superstar/_www/mood-stickers.html @@ -17,7 +17,7 @@ margin: 20px; } .header { - background: #D32F2F; + background: #FFA500; padding: 10px 0; color: white; font-size: 24px; diff --git a/themes/superstar/_www/my-favorite.html b/themes/superstar/_www/my-favorite.html index f1f8c25..b0ec477 100644 --- a/themes/superstar/_www/my-favorite.html +++ b/themes/superstar/_www/my-favorite.html @@ -17,7 +17,7 @@ margin: 20px; } .header { - background: #D32F2F; + background: #FFA500; padding: 10px 0; color: white; font-size: 24px; diff --git a/themes/superstar/_www/new-songs.html b/themes/superstar/_www/new-songs.html index 88eb526..0cb3a87 100644 --- a/themes/superstar/_www/new-songs.html +++ b/themes/superstar/_www/new-songs.html @@ -17,7 +17,7 @@ margin: 20px; } .header { - background: #D32F2F; + background: #FFA500; padding: 10px 0; color: white; font-size: 24px; diff --git a/themes/superstar/_www/profile-settings.html b/themes/superstar/_www/profile-settings.html index a2e4599..5a2ff51 100644 --- a/themes/superstar/_www/profile-settings.html +++ b/themes/superstar/_www/profile-settings.html @@ -17,7 +17,7 @@ margin: 20px; } .header { - background: #D32F2F; + background: #FFA500; padding: 10px 0; color: white; font-size: 24px; @@ -95,7 +95,7 @@