Skip to content

Commit

Permalink
Merge pull request #2 from PhoenixmitX/main
Browse files Browse the repository at this point in the history
fixed stretching images on non 16:9 monitors
  • Loading branch information
Wargamer-Senpai authored Mar 11, 2022
2 parents deb4b11 + 8ee3bd9 commit be9d168
Show file tree
Hide file tree
Showing 24 changed files with 169 additions and 170 deletions.
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Aizen.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

background-position: 50% 142%, -4% 100% ;
background-repeat: no-repeat;
background-size: 50%, 19% 50% ;
background-size: 50%, 19% auto;
}

/*Remove image from chat Background*/
Expand Down
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Akeno_SFW.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

background-position: 50% 106%, -9% 100% ;
background-repeat: no-repeat;
background-size: 50%, 23% 50% ;
background-size: 50%, 23% auto;
}

/*Remove image from chat Background*/
Expand Down
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Asta.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Darkness_SFW.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

background-position: 50% 106%, -3% 100% ;
background-repeat: no-repeat;
background-size: 50%, 23% 50% ;
background-size: 50%, 23% auto;
}

/*Remove image from chat Background*/
Expand Down
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Erza_SFW.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

background-position: 100% 5%, 2% 100% ;
background-repeat: no-repeat;
background-size: 10%, 14% 50% ;
background-size: 10%, 14% auto;
}

/*Remove image from chat Background*/
Expand Down
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Goku_GIF.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

background-position: 50% 106%, -15% 100% ;
background-repeat: no-repeat;
background-size: 50%, 35% 50% ;
background-size: 50%, 35% auto;
}

/*Remove image from chat Background*/
Expand Down
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Ichigo.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

background-position: 50% 106%, -5% 100% ;
background-repeat: no-repeat;
background-size: 50%, 22% 50% ;
background-size: 50%, 22% auto;
}

/*Remove image from chat Background*/
Expand Down
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Jibril_SFW.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

background-position: 50% 106%, -5% 100% ;
background-repeat: no-repeat;
background-size: 50%, 22% 50% ;
background-size: 50%, 22% auto;
}

/*Remove image from chat Background*/
Expand Down
4 changes: 2 additions & 2 deletions de.wargamer.anime.teamspeak/Kenma_2.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
/*Image Background at Dashboard and Settings*/
.ts-background-hexes-container {
background-image:url(),
url(Kemna_small.png);
url(Kenma_small.png);


background-position: 50% 106%, -3% 100% ;
background-repeat: no-repeat;
background-size: 50%, 17% 50% ;
background-size: 50%, 17% auto;
}

/*Remove image from chat Background*/
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions de.wargamer.anime.teamspeak/Koneko_SFW.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
/*Image Background at Dashboard and Settings*/
.ts-background-hexes-container {
background-image:url(),
url(Kenoko_small.png);
url(Koneko_small.png);


background-position: 50% 106%, -9% 100% ;
background-repeat: no-repeat;
background-size: 50%, 23% 50% ;
background-size: 50%, 23% auto;
}

/*Remove image from chat Background*/
Expand Down
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Lucy_SFW.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

background-position: 50% 106%, -3% 100% ;
background-repeat: no-repeat;
background-size: 50%, 15% 50% ;
background-size: 50%, 15% auto;
}

/*Remove image from chat Background*/
Expand Down
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Madara.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

background-position: 50% 106%, -0% 100% ;
background-repeat: no-repeat;
background-size: 50%, 15% 40% ;
background-size: 50%, 15% auto;
}

/*Remove image from chat Background*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/*Image Background Sever Channel Root*/
.ts-server-tree-item-root {
background-image:url(Megu_SFW.png);
background-image:url(Megumin_SFW.png);
background-position:center;
background-repeat: no-repeat;
background-size: 99%;
Expand All @@ -24,7 +24,7 @@
url(Megumin_small.png);
background-position: bottom, -01% ;
background-repeat: no-repeat;
background-size: 50%, 15% 50% ;
background-size: 50%, 15% auto;
}
/*Remove image from chat Background*/
.ts-chat-container .ts-background-hexes-container {
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Morgania_SFW.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

background-position: 50% 106%, -4% 100% ;
background-repeat: no-repeat;
background-size: 50%, 20% 47% ;
background-size: 50%, 20% auto;
}

/*Remove image from chat Background*/
Expand Down
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/One_punch_man.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

background-position: 50% 106%, -3% 100% ;
background-repeat: no-repeat;
background-size: 50%, 20% 50% ;
background-size: 50%, 20% auto;
}

/*Remove image from chat Background*/
Expand Down
8 changes: 4 additions & 4 deletions de.wargamer.anime.teamspeak/Rem_SFW.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

}
/*Image Background at Dashboard and Settings*/
.ts-background-hexes-container {
.ts-background-hexes-container {
background-image:url(),
url(Rem_small.png);


background-position: 50% 106%, -5% 100% ;
background-repeat: no-repeat;
background-size: 50%, 23% 50% ;
background-position: 50% 106%, -5% 100%;
background-repeat: no-repeat;
background-size: 50%, 23% auto;
}

/*Remove image from chat Background*/
Expand Down
4 changes: 3 additions & 1 deletion de.wargamer.anime.teamspeak/Rias_SFW.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
background-image: url(""),
url("Rias_Small.png");
background-position: 50% 106%, -0% 100%;
background-repeat: no-repeat; background-size: 50%, 20% 37%; }
background-repeat: no-repeat;
background-size: 50%, 20% auto;
}

/*Remove image from chat Background*/
.ts-chat-container .ts-background-hexes-container {
Expand Down
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Shiro_SFW.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

background-position: 50% 106%, -6% 100% ;
background-repeat: no-repeat;
background-size: 50%, 23% 50% ;
background-size: 50%, 23% auto;
}

/*Remove image from chat Background*/
Expand Down
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/Tsunade_SFW.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

background-position: 50% 106%, -3% 100% ;
background-repeat: no-repeat;
background-size: 50%, 17% 50% ;
background-size: 50%, 17% auto;
}

/*Remove image from chat Background*/
Expand Down
2 changes: 1 addition & 1 deletion de.wargamer.anime.teamspeak/ZeroTwo_SFW.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

background-position: 50% 106%, -4% 100% ;
background-repeat: no-repeat;
background-size: 50%, 23% 50% ;
background-size: 50%, 23% auto;
}

/*Remove image from chat Background*/
Expand Down
Loading

0 comments on commit be9d168

Please sign in to comment.