diff --git a/view/eparty/activity/monthlyRecharge/css/index.css b/view/eparty/activity/monthlyRecharge/css/index.css index 754f924..517412f 100644 --- a/view/eparty/activity/monthlyRecharge/css/index.css +++ b/view/eparty/activity/monthlyRecharge/css/index.css @@ -1283,4 +1283,54 @@ body { } .arabic .recharges .content .topTitle { direction: ltr; +} + +.english .header { + background: url(../images/header-en.png) no-repeat; + background-size: 100% 100%; +} +.english .recharge3000 .content .rewardImg { + background: url(../images/recharge3000-en.png) no-repeat; + background-size: 100% 100%; +} +.english .recharge5000 .content .rewardImg { + background: url(../images/recharge5000-en.png) no-repeat; + background-size: 100% 100%; +} +.english .recharge8000 .content .rewardImg { + background: url(../images/recharge8000-en.png) no-repeat; + background-size: 100% 100%; +} +.english .recharge10000 .content .rewardImg { + background: url(../images/recharge10000-en.png) no-repeat; + background-size: 100% 100%; +} +.english .recharge20000 .content .rewardImg { + background: url(../images/recharge20000-en.png) no-repeat; + background-size: 100% 100%; +} + +.Turkiye .header { + background: url(../images/header-tr.png) no-repeat; + background-size: 100% 100%; +} +.Turkiye .recharge3000 .content .rewardImg { + background: url(../images/recharge3000-tr.png) no-repeat; + background-size: 100% 100%; +} +.Turkiye .recharge5000 .content .rewardImg { + background: url(../images/recharge5000-tr.png) no-repeat; + background-size: 100% 100%; +} +.Turkiye .recharge8000 .content .rewardImg { + background: url(../images/recharge8000-tr.png) no-repeat; + background-size: 100% 100%; +} +.Turkiye .recharge10000 .content .rewardImg { + background: url(../images/recharge10000-tr.png) no-repeat; + background-size: 100% 100%; +} +.Turkiye .recharge20000 .content .rewardImg { + background: url(../images/recharge20000-tr.png) no-repeat; + background-size: 100% 100%; } \ No newline at end of file diff --git a/view/eparty/activity/monthlyRecharge/css/index.scss b/view/eparty/activity/monthlyRecharge/css/index.scss index 3fde90f..3f10edf 100644 --- a/view/eparty/activity/monthlyRecharge/css/index.scss +++ b/view/eparty/activity/monthlyRecharge/css/index.scss @@ -1509,4 +1509,55 @@ body { direction: ltr; } } - +.english{ + .header{ + background: url(../images/header-en.png) no-repeat; + background-size: 100% 100%; + } + .recharge3000 .content .rewardImg{ + background: url(../images/recharge3000-en.png) no-repeat; + background-size: 100% 100%; + } + .recharge5000 .content .rewardImg{ + background: url(../images/recharge5000-en.png) no-repeat; + background-size: 100% 100%; + } + .recharge8000 .content .rewardImg{ + background: url(../images/recharge8000-en.png) no-repeat; + background-size: 100% 100%; + } + .recharge10000 .content .rewardImg{ + background: url(../images/recharge10000-en.png) no-repeat; + background-size: 100% 100%; + } + .recharge20000 .content .rewardImg{ + background: url(../images/recharge20000-en.png) no-repeat; + background-size: 100% 100%; + } +} +.Turkiye{ + .header{ + background: url(../images/header-tr.png) no-repeat; + background-size: 100% 100%; + } + .recharge3000 .content .rewardImg{ + background: url(../images/recharge3000-tr.png) no-repeat; + background-size: 100% 100%; + } + .recharge5000 .content .rewardImg{ + background: url(../images/recharge5000-tr.png) no-repeat; + background-size: 100% 100%; + } + .recharge8000 .content .rewardImg{ + background: url(../images/recharge8000-tr.png) no-repeat; + background-size: 100% 100%; + } + .recharge10000 .content .rewardImg{ + background: url(../images/recharge10000-tr.png) no-repeat; + background-size: 100% 100%; + } + .recharge20000 .content .rewardImg{ + background: url(../images/recharge20000-tr.png) no-repeat; + background-size: 100% 100%; + } +} \ No newline at end of file diff --git a/view/eparty/activity/monthlyRecharge/images/header-en.png b/view/eparty/activity/monthlyRecharge/images/header-en.png new file mode 100644 index 0000000..f3120bf Binary files /dev/null and b/view/eparty/activity/monthlyRecharge/images/header-en.png differ diff --git a/view/eparty/activity/monthlyRecharge/images/header-tr.png b/view/eparty/activity/monthlyRecharge/images/header-tr.png index d0eefed..5672e89 100644 Binary files a/view/eparty/activity/monthlyRecharge/images/header-tr.png and b/view/eparty/activity/monthlyRecharge/images/header-tr.png differ diff --git a/view/eparty/activity/monthlyRecharge/images/recharge10000-en.png b/view/eparty/activity/monthlyRecharge/images/recharge10000-en.png new file mode 100644 index 0000000..0b61287 Binary files /dev/null and b/view/eparty/activity/monthlyRecharge/images/recharge10000-en.png differ diff --git a/view/eparty/activity/monthlyRecharge/images/recharge10000-tr.png b/view/eparty/activity/monthlyRecharge/images/recharge10000-tr.png new file mode 100644 index 0000000..bf20663 Binary files /dev/null and b/view/eparty/activity/monthlyRecharge/images/recharge10000-tr.png differ diff --git a/view/eparty/activity/monthlyRecharge/images/recharge20000-en.png b/view/eparty/activity/monthlyRecharge/images/recharge20000-en.png new file mode 100644 index 0000000..b4e6ec1 Binary files /dev/null and b/view/eparty/activity/monthlyRecharge/images/recharge20000-en.png differ diff --git a/view/eparty/activity/monthlyRecharge/images/recharge20000-tr.png b/view/eparty/activity/monthlyRecharge/images/recharge20000-tr.png new file mode 100644 index 0000000..ef89cd8 Binary files /dev/null and b/view/eparty/activity/monthlyRecharge/images/recharge20000-tr.png differ diff --git a/view/eparty/activity/monthlyRecharge/images/recharge3000-en.png b/view/eparty/activity/monthlyRecharge/images/recharge3000-en.png new file mode 100644 index 0000000..9618081 Binary files /dev/null and b/view/eparty/activity/monthlyRecharge/images/recharge3000-en.png differ diff --git a/view/eparty/activity/monthlyRecharge/images/recharge3000-tr.png b/view/eparty/activity/monthlyRecharge/images/recharge3000-tr.png new file mode 100644 index 0000000..95cad30 Binary files /dev/null and b/view/eparty/activity/monthlyRecharge/images/recharge3000-tr.png differ diff --git a/view/eparty/activity/monthlyRecharge/images/recharge5000-en.png b/view/eparty/activity/monthlyRecharge/images/recharge5000-en.png new file mode 100644 index 0000000..e89a6c6 Binary files /dev/null and b/view/eparty/activity/monthlyRecharge/images/recharge5000-en.png differ diff --git a/view/eparty/activity/monthlyRecharge/images/recharge5000-tr.png b/view/eparty/activity/monthlyRecharge/images/recharge5000-tr.png new file mode 100644 index 0000000..b6a96d9 Binary files /dev/null and b/view/eparty/activity/monthlyRecharge/images/recharge5000-tr.png differ diff --git a/view/eparty/activity/monthlyRecharge/images/recharge8000-en.png b/view/eparty/activity/monthlyRecharge/images/recharge8000-en.png new file mode 100644 index 0000000..0d6c0e5 Binary files /dev/null and b/view/eparty/activity/monthlyRecharge/images/recharge8000-en.png differ diff --git a/view/eparty/activity/monthlyRecharge/images/recharge8000-tr.png b/view/eparty/activity/monthlyRecharge/images/recharge8000-tr.png new file mode 100644 index 0000000..10d8b55 Binary files /dev/null and b/view/eparty/activity/monthlyRecharge/images/recharge8000-tr.png differ diff --git a/view/eparty/activity/rechargeNew/css/index.css b/view/eparty/activity/rechargeNew/css/index.css index bf8ba2f..d22ce3b 100644 --- a/view/eparty/activity/rechargeNew/css/index.css +++ b/view/eparty/activity/rechargeNew/css/index.css @@ -998,6 +998,10 @@ body { direction: ltr; } +.Turkiye .header { + background: url(../images/header-tr.png) no-repeat; + background-size: 100% 100%; +} .Turkiye .recharge100 .content .rewardImg { background: url(../images/recharge100-tr.png) no-repeat; background-size: 100% 100%; diff --git a/view/eparty/activity/rechargeNew/css/index.scss b/view/eparty/activity/rechargeNew/css/index.scss index b2910e1..aadee61 100644 --- a/view/eparty/activity/rechargeNew/css/index.scss +++ b/view/eparty/activity/rechargeNew/css/index.scss @@ -1153,6 +1153,10 @@ body { } } .Turkiye{ + .header { + background: url(../images/header-tr.png) no-repeat; + background-size: 100% 100%; + } .recharge100 .content .rewardImg { background: url(../images/recharge100-tr.png) no-repeat; background-size: 100% 100%;