From fcb8da95cae0e5f18f755b981bc9820a392ae7ae Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 7 Dec 2021 00:37:23 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=EA=B8=B0=EB=B3=B8=20=EA=B8=80=EA=BC=B4?= =?UTF-8?q?=20=ED=81=AC=EA=B8=B0=EB=A5=BC13px=20->=2014px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/config.css | 12 ++++++------ hwe/_admin2.php | 4 ++-- hwe/_admin4.php | 2 +- hwe/b_chiefcenter.php | 6 +++--- hwe/b_myPage.php | 10 +++++----- hwe/b_troop.php | 2 +- hwe/css/chiefCenter.css | 2 +- hwe/css/common.css | 4 ++-- hwe/css/hallOfFame.css | 2 +- hwe/css/map.css | 4 ++-- hwe/func.php | 8 ++++---- hwe/scss/common_legacy.scss | 4 ++-- hwe/scss/game_bg.scss | 4 ++-- hwe/scss/main.scss | 10 +++++----- 14 files changed, 37 insertions(+), 37 deletions(-) diff --git a/css/config.css b/css/config.css index 56c5718c..7cda32bd 100644 --- a/css/config.css +++ b/css/config.css @@ -14,7 +14,7 @@ table { border-right-color: black; border-bottom-color: black; padding: 0px; - font-size: 13px; + font-size: 14px; word-break: break-all; text-align: center; } @@ -29,7 +29,7 @@ td { border-right-color: black; border-bottom-color: black; padding: 0px; - font-size: 13px; + font-size: 14px; word-break: break-all; text-align: center; } @@ -68,7 +68,7 @@ a.just_link { border-right-color: black; border-bottom-color: black; padding: 0px; - font-size: 13px; + font-size: 14px; word-break: break-all; text-align: center; } @@ -83,7 +83,7 @@ button.with_skin { padding: 0 4px; background-color: black; color: white; - font-size: 13px; + font-size: 14px; } button.with_skin:disabled { @@ -93,7 +93,7 @@ button.with_skin:disabled { input.with_skin { background-color: black; color: white; - font-size: 13px; + font-size: 14px; } input.with_skin:disabled { @@ -105,7 +105,7 @@ input.with_skin:disabled { } .font1 { - font-size: 13px; + font-size: 14px; } .font2 { diff --git a/hwe/_admin2.php b/hwe/_admin2.php index 1c44c55b..f46ea1f8 100644 --- a/hwe/_admin2.php +++ b/hwe/_admin2.php @@ -51,7 +51,7 @@ $db = DB::db(); "; + "; + "; foreach ($db->query('SELECT no,name,npc,block,con from general where ip!=\'\' order by npc,ip') as $general) { $style = "style=;"; diff --git a/hwe/b_chiefcenter.php b/hwe/b_chiefcenter.php index 445bcd24..fc1f11c1 100644 --- a/hwe/b_chiefcenter.php +++ b/hwe/b_chiefcenter.php @@ -65,12 +65,12 @@ var maxChiefTurn = ; ?>


;

- id='set_my_setting' name=btn style=background-color:;color:white;width:160px;height:30px;font-size:13px; value=설정저장>
+ id='set_my_setting' name=btn style=background-color:;color:white;width:160px;height:30px;font-size:14px; value=설정저장>
설정저장은 이달중 회 남았습니다.

autorun_user['limit_minutes']??false)): ?> 휴 가 신 청
-

+

+ --> 가오픈 기간 내 장수 삭제 ( 부터)
-

+

npcmode==2 && $me->getNPCType()==0): ?> 다른 장수 선택 (getAuxVar('next_change')??TimeUtil::now(), 0, 19)?> 부터)
-

+

개인용 CSS
diff --git a/hwe/b_troop.php b/hwe/b_troop.php index d113590e..5b687d84 100644 --- a/hwe/b_troop.php +++ b/hwe/b_troop.php @@ -167,7 +167,7 @@ foreach ($troops as $troopNo=>$troop) { - "; 【재 야】"; + echo "style='color:white;background-color:000000;font-weight:bold;font-size:14px;text-align:center;'>【재 야】"; } else { - echo "style='color:" . newColor($nation['color']) . ";background-color:{$nation['color']};font-weight:bold;font-size:13px;text-align:center'>국가【 {$nation['name']} 】"; + echo "style='color:" . newColor($nation['color']) . ";background-color:{$nation['color']};font-weight:bold;font-size:14px;text-align:center'>국가【 {$nation['name']} 】"; } echo " @@ -552,7 +552,7 @@ function chiefCommandTable(General $generalObj) $env = $gameStor->getAll(); ?> - ";   - {$generalObj->getName()} 【 {$officerLevelText} | {$call} | {$color}{$injury} 】 " . $generalObj->getTurnTime($generalObj::TURNTIME_HMS) . " + {$generalObj->getName()} 【 {$officerLevelText} | {$call} | {$color}{$injury} 】 " . $generalObj->getTurnTime($generalObj::TURNTIME_HMS) . " 통솔 diff --git a/hwe/scss/common_legacy.scss b/hwe/scss/common_legacy.scss index 27736a77..0a05b41b 100644 --- a/hwe/scss/common_legacy.scss +++ b/hwe/scss/common_legacy.scss @@ -9,7 +9,7 @@ body { background-color: black; color: white; line-height: 1.3; - font-size: 13px; + font-size: 14px; } .center { @@ -32,7 +32,7 @@ table.mimic_flex { table.tb_layout { border-collapse: collapse; padding: 0px; - font-size: 13px; + font-size: 14px; word-break: break-all; } diff --git a/hwe/scss/game_bg.scss b/hwe/scss/game_bg.scss index eb7ccaf1..6f1447b9 100644 --- a/hwe/scss/game_bg.scss +++ b/hwe/scss/game_bg.scss @@ -10,13 +10,13 @@ html { table.tb_layout { border-collapse: collapse; padding: 0px; - font-size: 13px; + font-size: 14px; word-break: break-all; } html, body { - font-size: 13px; + font-size: 14px; } .tb_layout td, diff --git a/hwe/scss/main.scss b/hwe/scss/main.scss index 0aa6254b..d10b7586 100644 --- a/hwe/scss/main.scss +++ b/hwe/scss/main.scss @@ -148,7 +148,7 @@ body { .commandButton { width: 100%; font-weight: bold; - font-size: 13px; + font-size: 14px; display: block; } @@ -203,7 +203,7 @@ body { .commandButton { width: 100%; font-weight: bold; - font-size: 13px; + font-size: 14px; display: block; } @@ -282,7 +282,7 @@ body { @extend .btn-sammo-base2; width: 100%; font-weight: bold; - font-size: 13px; + font-size: 14px; } .toolbarButton2 { @@ -291,7 +291,7 @@ body { color: magenta; width: 100%; font-weight: bold; - font-size: 13px; + font-size: 14px; &:hover, &:focus, @@ -316,7 +316,7 @@ body { #container { /*width:1000px;*/ margin: auto; - font-size: 13px; + font-size: 14px; } /*임시용 끝*/