줄간격 문제 해결(inline에 line-height 적용해제)
This commit is contained in:
+4
-16
@@ -8,7 +8,7 @@ table {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: '맑은 고딕'; line-height: 110%;
|
font-family: '맑은 고딕';
|
||||||
}
|
}
|
||||||
th, td {
|
th, td {
|
||||||
border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black;
|
border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black;
|
||||||
@@ -16,7 +16,7 @@ th, td {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: '맑은 고딕'; line-height: 110%;
|
font-family: '맑은 고딕';
|
||||||
}
|
}
|
||||||
|
|
||||||
a.just_link {
|
a.just_link {
|
||||||
@@ -53,19 +53,10 @@ div {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: '맑은 고딕'; line-height: 110%;
|
font-family: '맑은 고딕';;
|
||||||
}
|
}
|
||||||
|
|
||||||
font { font-family: '맑은 고딕'; line-height: 110%; }
|
font { font-family: '맑은 고딕';}
|
||||||
/*
|
|
||||||
input {
|
|
||||||
width: 100px; height: 18px;
|
|
||||||
background-color: black; color: white;
|
|
||||||
font-family: '맑은 고딕';
|
|
||||||
font-size: 13px;
|
|
||||||
line-height: 110%;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
.obj_fill{
|
.obj_fill{
|
||||||
display:block;
|
display:block;
|
||||||
@@ -77,14 +68,12 @@ button.with_skin {
|
|||||||
background-color: black; color: white;
|
background-color: black; color: white;
|
||||||
font-family: '맑은 고딕';
|
font-family: '맑은 고딕';
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 110%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input.with_skin {
|
input.with_skin {
|
||||||
background-color: black; color: white;
|
background-color: black; color: white;
|
||||||
font-family: '맑은 고딕';
|
font-family: '맑은 고딕';
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 110%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
@@ -92,7 +81,6 @@ select {
|
|||||||
background-color: black; color: white;
|
background-color: black; color: white;
|
||||||
font-family: '맑은 고딕';
|
font-family: '맑은 고딕';
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 110%;
|
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
width: 100px; height: 20px;
|
width: 100px; height: 20px;
|
||||||
|
|||||||
+4
-4
@@ -56,10 +56,10 @@ if($str3){
|
|||||||
<title><?=UniqueConst::$serverName?>: 베팅장</title>
|
<title><?=UniqueConst::$serverName?>: 베팅장</title>
|
||||||
<style>
|
<style>
|
||||||
body { color:white; background-color:black; border-width:1px; border-color:gray; }
|
body { color:white; background-color:black; border-width:1px; border-color:gray; }
|
||||||
table { font-family:'맑은 고딕'; line-height:110%; }
|
table { font-family:'맑은 고딕';}
|
||||||
font { font-family:'맑은 고딕'; line-height:110%; }
|
font { font-family:'맑은 고딕';}
|
||||||
input { font-family:'맑은 고딕'; line-height:110%; height:20px }
|
input { font-family:'맑은 고딕';height:20px }
|
||||||
select { font-family:'굴림'; line-height:100%; }
|
select { font-family:'굴림'; }
|
||||||
#bg0 { background-image:url(<?=ServConfig::$gameImagePath?>/back_walnut.jpg); }
|
#bg0 { background-image:url(<?=ServConfig::$gameImagePath?>/back_walnut.jpg); }
|
||||||
#bg1 { background-image:url(<?=ServConfig::$gameImagePath?>/back_green.jpg); }
|
#bg1 { background-image:url(<?=ServConfig::$gameImagePath?>/back_green.jpg); }
|
||||||
#bg2 { background-image:url(<?=ServConfig::$gameImagePath?>/back_blue.jpg); }
|
#bg2 { background-image:url(<?=ServConfig::$gameImagePath?>/back_blue.jpg); }
|
||||||
|
|||||||
@@ -46,9 +46,9 @@ case 3: $tnmt_type = "<font color=cyan>설전</font>"; $tp = "itl"; $tp2 = "
|
|||||||
<title><?=UniqueConst::$serverName?>: 토너먼트</title>
|
<title><?=UniqueConst::$serverName?>: 토너먼트</title>
|
||||||
<style>
|
<style>
|
||||||
body { color:white; background-color:black; border-width:1px; border-color:gray; }
|
body { color:white; background-color:black; border-width:1px; border-color:gray; }
|
||||||
table { font-family:'맑은 고딕'; line-height:110%; }
|
table { font-family:'맑은 고딕'; }
|
||||||
font { font-family:'맑은 고딕'; line-height:110%; }
|
font { font-family:'맑은 고딕'; }
|
||||||
input { font-family:'맑은 고딕'; line-height:110%; height:20px }
|
input { font-family:'맑은 고딕'; height:20px }
|
||||||
select { font-family:'굴림'; line-height:100%; }
|
select { font-family:'굴림'; line-height:100%; }
|
||||||
#bg0 { background-image:url(<?=ServConfig::$gameImagePath?>/back_walnut.jpg); }
|
#bg0 { background-image:url(<?=ServConfig::$gameImagePath?>/back_walnut.jpg); }
|
||||||
#bg1 { background-image:url(<?=ServConfig::$gameImagePath?>/back_green.jpg); }
|
#bg1 { background-image:url(<?=ServConfig::$gameImagePath?>/back_green.jpg); }
|
||||||
|
|||||||
+3
-3
@@ -5,9 +5,9 @@ html, body{
|
|||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
|
|
||||||
table { font-family:'맑은 고딕'; line-height:110%; }
|
table { font-family:'맑은 고딕'; }
|
||||||
font { font-family:'맑은 고딕'; line-height:110%; }
|
font { font-family:'맑은 고딕'; }
|
||||||
input { font-family:'맑은 고딕'; line-height:110%; height:20px }
|
input { font-family:'맑은 고딕'; height:20px }
|
||||||
select { font-family:'굴림'; line-height:100%; }
|
select { font-family:'굴림'; line-height:100%; }
|
||||||
|
|
||||||
/* */
|
/* */
|
||||||
|
|||||||
+2
-2
@@ -17,8 +17,8 @@ $category = Util::getReq('category', 'int', 0);
|
|||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
body { color:white; background-color:black; border-width:1px; border-color:gray; }
|
body { color:white; background-color:black; border-width:1px; border-color:gray; }
|
||||||
table { font-family:'맑은 고딕'; line-height:110%; }
|
table { font-family:'맑은 고딕'; }
|
||||||
font { font-family:'맑은 고딕'; line-height:110%; }
|
font { font-family:'맑은 고딕'; }
|
||||||
#bg0 { background-image:url(<?=ServConfig::$gameImagePath?>/back_walnut.jpg); }
|
#bg0 { background-image:url(<?=ServConfig::$gameImagePath?>/back_walnut.jpg); }
|
||||||
#bg1 { background-image:url(<?=ServConfig::$gameImagePath?>/back_blue.jpg); }
|
#bg1 { background-image:url(<?=ServConfig::$gameImagePath?>/back_blue.jpg); }
|
||||||
#bg2 { background-image:url(<?=ServConfig::$gameImagePath?>/back_green.jpg); }
|
#bg2 { background-image:url(<?=ServConfig::$gameImagePath?>/back_green.jpg); }
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ if($sel == 0) $sel = 1;
|
|||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body { color:white; background-color:black; border-width:1px; border-color:gray; }
|
body { color:white; background-color:black; border-width:1px; border-color:gray; }
|
||||||
table { font-family:'맑은 고딕'; line-height:110%; }
|
table { font-family:'맑은 고딕'; }
|
||||||
font { font-family:'맑은 고딕'; line-height:110%; }
|
font { font-family:'맑은 고딕'; }
|
||||||
#bg0 { background-image:url(<?=ServConfig::$gameImagePath?>/back_walnut.jpg); }
|
#bg0 { background-image:url(<?=ServConfig::$gameImagePath?>/back_walnut.jpg); }
|
||||||
#bg1 { background-image:url(<?=ServConfig::$gameImagePath?>/back_blue.jpg); }
|
#bg1 { background-image:url(<?=ServConfig::$gameImagePath?>/back_blue.jpg); }
|
||||||
#bg2 { background-image:url(<?=ServConfig::$gameImagePath?>/back_green.jpg); }
|
#bg2 { background-image:url(<?=ServConfig::$gameImagePath?>/back_green.jpg); }
|
||||||
|
|||||||
Reference in New Issue
Block a user