misc: 기본 글꼴 크기를13px -> 14px
This commit is contained in:
+6
-6
@@ -14,7 +14,7 @@ table {
|
|||||||
border-right-color: black;
|
border-right-color: black;
|
||||||
border-bottom-color: black;
|
border-bottom-color: black;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -29,7 +29,7 @@ td {
|
|||||||
border-right-color: black;
|
border-right-color: black;
|
||||||
border-bottom-color: black;
|
border-bottom-color: black;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -68,7 +68,7 @@ a.just_link {
|
|||||||
border-right-color: black;
|
border-right-color: black;
|
||||||
border-bottom-color: black;
|
border-bottom-color: black;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -83,7 +83,7 @@ button.with_skin {
|
|||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.with_skin:disabled {
|
button.with_skin:disabled {
|
||||||
@@ -93,7 +93,7 @@ button.with_skin:disabled {
|
|||||||
input.with_skin {
|
input.with_skin {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.with_skin:disabled {
|
input.with_skin:disabled {
|
||||||
@@ -105,7 +105,7 @@ input.with_skin:disabled {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.font1 {
|
.font1 {
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font2 {
|
.font2 {
|
||||||
|
|||||||
+2
-2
@@ -51,7 +51,7 @@ $db = DB::db();
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
<select name=genlist[] size=20 multiple style='color:white;background-color:black;font-size:13px'>";
|
<select name=genlist[] size=20 multiple style='color:white;background-color:black;font-size:14px'>";
|
||||||
$generalList = $db->query('SELECT `no`, `name`, npc, `block` FROM general ORDER BY npc, binary(`name`)');
|
$generalList = $db->query('SELECT `no`, `name`, npc, `block` FROM general ORDER BY npc, binary(`name`)');
|
||||||
|
|
||||||
foreach ($generalList as $general) {
|
foreach ($generalList as $general) {
|
||||||
@@ -74,7 +74,7 @@ $db = DB::db();
|
|||||||
</td>
|
</td>
|
||||||
<td width=100 align=center>아이템 지급</td>
|
<td width=100 align=center>아이템 지급</td>
|
||||||
<td width=504>
|
<td width=504>
|
||||||
<select name=weapon size=1 style='color:white;background-color:black;font-size:13px'>";
|
<select name=weapon size=1 style='color:white;background-color:black;font-size:14px'>";
|
||||||
foreach (GameConst::$allItems as $itemCategories) {
|
foreach (GameConst::$allItems as $itemCategories) {
|
||||||
foreach ($itemCategories as $item => $cnt) {
|
foreach ($itemCategories as $item => $cnt) {
|
||||||
if ($cnt == 0) {
|
if ($cnt == 0) {
|
||||||
|
|||||||
+1
-1
@@ -62,7 +62,7 @@ function colorBlockedName($general){
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
<select name=genlist[] size=20 multiple style='color:white;background-color:black;font-size:13px'>";
|
<select name=genlist[] size=20 multiple style='color:white;background-color:black;font-size:14px'>";
|
||||||
|
|
||||||
foreach ($db->query('SELECT no,name,npc,block,con from general where ip!=\'\' order by npc,ip') as $general) {
|
foreach ($db->query('SELECT no,name,npc,block,con from general where ip!=\'\' order by npc,ip') as $general) {
|
||||||
$style = "style=;";
|
$style = "style=;";
|
||||||
|
|||||||
@@ -65,12 +65,12 @@ var maxChiefTurn = <?=GameConst::$maxChiefTurn?>;
|
|||||||
?></div
|
?></div
|
||||||
><div style='width:400px;display: flex;justify-content: center;flex-direction: column;'
|
><div style='width:400px;display: flex;justify-content: center;flex-direction: column;'
|
||||||
><div
|
><div
|
||||||
><input type='button' id='turnPush' style='visibility:hidden;background-color:<?=GameConst::$basecolor2?>;color:white;font-size:13px;' value='미루기▼'
|
><input type='button' id='turnPush' style='visibility:hidden;background-color:<?=GameConst::$basecolor2?>;color:white;font-size:14px;' value='미루기▼'
|
||||||
><input type='button' id='turnPull' style='visibility:hidden;background-color:<?=GameConst::$basecolor2?>;color:white;font-size:13px;' value='▲당기기'
|
><input type='button' id='turnPull' style='visibility:hidden;background-color:<?=GameConst::$basecolor2?>;color:white;font-size:14px;' value='▲당기기'
|
||||||
></div
|
></div
|
||||||
><div
|
><div
|
||||||
><?=chiefCommandTable($generalObj)
|
><?=chiefCommandTable($generalObj)
|
||||||
?><br><input type='button' id='setCommand' style='visibility:hidden;background-color:<?=GameConst::$basecolor2?>;color:white;font-size:13px;' value='실 행'
|
?><br><input type='button' id='setCommand' style='visibility:hidden;background-color:<?=GameConst::$basecolor2?>;color:white;font-size:14px;' value='실 행'
|
||||||
></div
|
></div
|
||||||
></div
|
></div
|
||||||
></div
|
></div
|
||||||
|
|||||||
+5
-5
@@ -100,23 +100,23 @@ var availableDieImmediately = <?=$availableDieImmediately?'true':'false'?>;
|
|||||||
<option value=999 <?=$me->getVar('defence_train')==999?"selected":""; ?>><?=formatDefenceTrain(999)?>[훈련, 사기 -3]</option>
|
<option value=999 <?=$me->getVar('defence_train')==999?"selected":""; ?>><?=formatDefenceTrain(999)?>[훈련, 사기 -3]</option>
|
||||||
</select>
|
</select>
|
||||||
】<br><br>
|
】<br><br>
|
||||||
<input type=<?=$submit?> id='set_my_setting' name=btn style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160px;height:30px;font-size:13px; value=설정저장><br>
|
<input type=<?=$submit?> id='set_my_setting' name=btn style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160px;height:30px;font-size:14px; value=설정저장><br>
|
||||||
∞<span style='color:orange'>설정저장은 이달중 <?=$myset?>회 남았습니다.</span><br><br>
|
∞<span style='color:orange'>설정저장은 이달중 <?=$myset?>회 남았습니다.</span><br><br>
|
||||||
<?php if(!($gameStor->autorun_user['limit_minutes']??false)): ?>
|
<?php if(!($gameStor->autorun_user['limit_minutes']??false)): ?>
|
||||||
휴 가 신 청<br>
|
휴 가 신 청<br>
|
||||||
<button type="button" id='vacation' style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160px;height:30px;font-size:13px;>휴가 신청</button><br><br>
|
<button type="button" id='vacation' style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160px;height:30px;font-size:14px;>휴가 신청</button><br><br>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<!--빙의 해제용 삭턴 조절<br>
|
<!--빙의 해제용 삭턴 조절<br>
|
||||||
<a href="b_myPage.php?detachNPC=1"><button type="button" style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160px;height:30px;font-size:13px;>빙의 해체 요청</button></a>-->
|
<a href="b_myPage.php?detachNPC=1"><button type="button" style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160px;height:30px;font-size:14px;>빙의 해체 요청</button></a>-->
|
||||||
|
|
||||||
<?php if($showDieImmediatelyBtn): ?>
|
<?php if($showDieImmediatelyBtn): ?>
|
||||||
가오픈 기간 내 장수 삭제 (<?=substr($targetTime, 0, 19)?> 부터)<br>
|
가오픈 기간 내 장수 삭제 (<?=substr($targetTime, 0, 19)?> 부터)<br>
|
||||||
<a href="c_die_immediately.php" id='die_immediately'><button type="button" style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160px;height:30px;font-size:13px;>장수 삭제</button></a><br><br>
|
<a href="c_die_immediately.php" id='die_immediately'><button type="button" style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160px;height:30px;font-size:14px;>장수 삭제</button></a><br><br>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if($gameStor->npcmode==2 && $me->getNPCType()==0): ?>
|
<?php if($gameStor->npcmode==2 && $me->getNPCType()==0): ?>
|
||||||
다른 장수 선택 (<?=substr($me->getAuxVar('next_change')??TimeUtil::now(), 0, 19)?> 부터)<br>
|
다른 장수 선택 (<?=substr($me->getAuxVar('next_change')??TimeUtil::now(), 0, 19)?> 부터)<br>
|
||||||
<a href="select_general_from_pool.php" id='select_general_from_pool'><button type="button" style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160px;height:30px;font-size:13px;>다른 장수 선택</button></a><br><br>
|
<a href="select_general_from_pool.php" id='select_general_from_pool'><button type="button" style=background-color:<?=GameConst::$basecolor2?>;color:white;width:160px;height:30px;font-size:14px;>다른 장수 선택</button></a><br><br>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
개인용 CSS<br>
|
개인용 CSS<br>
|
||||||
|
|||||||
+1
-1
@@ -167,7 +167,7 @@ foreach ($troops as $troopNo=>$troop) {
|
|||||||
<td rowspan=2 width=62><?=$genlistText?></td>
|
<td rowspan=2 width=62><?=$genlistText?></td>
|
||||||
<td rowspan=2>
|
<td rowspan=2>
|
||||||
<?php if ($me['no'] == $troopLeader['no']): ?>
|
<?php if ($me['no'] == $troopLeader['no']): ?>
|
||||||
<select id='genNo' name=gen size=3 style=color:white;background-color:black;font-size:13px;width:128px;>";
|
<select id='genNo' name=gen size=3 style=color:white;background-color:black;font-size:14px;width:128px;>";
|
||||||
<?php foreach ($troop['users'] as $troopUser): ?>
|
<?php foreach ($troop['users'] as $troopUser): ?>
|
||||||
<?php if ($troopUser['no'] == $me['no']) {
|
<?php if ($troopUser['no'] == $me['no']) {
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
width:50px;
|
width:50px;
|
||||||
color:white;
|
color:white;
|
||||||
background-color:black;
|
background-color:black;
|
||||||
font-size:13px;
|
font-size:14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chiefTurnIdx{
|
.chiefTurnIdx{
|
||||||
|
|||||||
+2
-2
@@ -11,7 +11,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
@@ -34,7 +34,7 @@ table.mimic_flex {
|
|||||||
table.tb_layout {
|
table.tb_layout {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
width:1100px;
|
width:1100px;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
position:relative;
|
position:relative;
|
||||||
font-size:13px;
|
font-size:14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rankView h3{
|
.rankView h3{
|
||||||
|
|||||||
+2
-2
@@ -3,7 +3,7 @@
|
|||||||
.world_map{
|
.world_map{
|
||||||
width:700px;
|
width:700px;
|
||||||
background:black;
|
background:black;
|
||||||
font-size:13px;
|
font-size:14px;
|
||||||
color:white;
|
color:white;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
width:160px;
|
width:160px;
|
||||||
display:block;
|
display:block;
|
||||||
line-height:20px;
|
line-height:20px;
|
||||||
font-size:13px;
|
font-size:14px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+4
-4
@@ -218,9 +218,9 @@ function myNationInfo(General $generalObj)
|
|||||||
<td colspan=4 ";
|
<td colspan=4 ";
|
||||||
|
|
||||||
if (!$nationID) {
|
if (!$nationID) {
|
||||||
echo "style='color:white;background-color:000000;font-weight:bold;font-size:13px;text-align:center;'>【재 야】";
|
echo "style='color:white;background-color:000000;font-weight:bold;font-size:14px;text-align:center;'>【재 야】";
|
||||||
} else {
|
} 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 "
|
echo "
|
||||||
@@ -552,7 +552,7 @@ function chiefCommandTable(General $generalObj)
|
|||||||
$env = $gameStor->getAll();
|
$env = $gameStor->getAll();
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<select id='chiefCommandList' name='commandtype' size=1 style='height:20px;color:white;background-color:black;font-size:13px;display:inline-block;'>";
|
<select id='chiefCommandList' name='commandtype' size=1 style='height:20px;color:white;background-color:black;font-size:14px;display:inline-block;'>";
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
//보정(Pros,Cons) 여부.
|
//보정(Pros,Cons) 여부.
|
||||||
@@ -719,7 +719,7 @@ function generalInfo(General $generalObj)
|
|||||||
echo "<table width=498 class='tb_layout bg2'>
|
echo "<table width=498 class='tb_layout bg2'>
|
||||||
<tr>
|
<tr>
|
||||||
<td width=64 height=64 rowspan=3 class='generalIcon' style='text-align:center;background:no-repeat center url(\"{$imagePath}\");background-size:64px;'> </td>
|
<td width=64 height=64 rowspan=3 class='generalIcon' style='text-align:center;background:no-repeat center url(\"{$imagePath}\");background-size:64px;'> </td>
|
||||||
<td colspan=9 height=16 style=text-align:center;color:" . newColor($nation['color']) . ";background-color:{$nation['color']};font-weight:bold;font-size:13px;>{$generalObj->getName()} 【 {$officerLevelText} | {$call} | {$color}{$injury}</span> 】 " . $generalObj->getTurnTime($generalObj::TURNTIME_HMS) . "</td>
|
<td colspan=9 height=16 style=text-align:center;color:" . newColor($nation['color']) . ";background-color:{$nation['color']};font-weight:bold;font-size:14px;>{$generalObj->getName()} 【 {$officerLevelText} | {$call} | {$color}{$injury}</span> 】 " . $generalObj->getTurnTime($generalObj::TURNTIME_HMS) . "</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr height=16>
|
<tr height=16>
|
||||||
<td style='text-align:center;' class='bg1'><b>통솔</b></td>
|
<td style='text-align:center;' class='bg1'><b>통솔</b></td>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ body {
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
@@ -32,7 +32,7 @@ table.mimic_flex {
|
|||||||
table.tb_layout {
|
table.tb_layout {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,13 +10,13 @@ html {
|
|||||||
table.tb_layout {
|
table.tb_layout {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tb_layout td,
|
.tb_layout td,
|
||||||
|
|||||||
+5
-5
@@ -148,7 +148,7 @@ body {
|
|||||||
.commandButton {
|
.commandButton {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -203,7 +203,7 @@ body {
|
|||||||
.commandButton {
|
.commandButton {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -282,7 +282,7 @@ body {
|
|||||||
@extend .btn-sammo-base2;
|
@extend .btn-sammo-base2;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbarButton2 {
|
.toolbarButton2 {
|
||||||
@@ -291,7 +291,7 @@ body {
|
|||||||
color: magenta;
|
color: magenta;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
@@ -316,7 +316,7 @@ body {
|
|||||||
#container {
|
#container {
|
||||||
/*width:1000px;*/
|
/*width:1000px;*/
|
||||||
margin: auto;
|
margin: auto;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*임시용 끝*/
|
/*임시용 끝*/
|
||||||
|
|||||||
Reference in New Issue
Block a user