Files
Groove_Coaster_2_Server/files/inform.html
UnitedAirforce 442c63b93c info dump
2025-01-25 16:12:38 +08:00

72 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta content="user-scalable=0" name="viewport" />
<style type="text/css">
body{{
background-color: #000000;
-webkit-text-size-adjust: none;
padding: 0px;
margin: 0 auto;
text-align:center;
color: #FFFFFF;
-webkit-text-size-adjust: auto;
-webkit-touch-callout:none;
-webkit-tap-highlight-color:rgba(255,255,0,0.4);
height: 100%;
font-family: Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,Meiryo,Helvetica,Arial,sans-serif;
font-size: 34pt;
line-height: 36pt;
}}
.a_left{{text-align:left;}}
.a_center{{text-align:center;}}
.w100{{width:100%;}}
.d_ib{{display:inline-block;}}
.mb10p{{margin-bottom:10%;}}
.f90{{font-size:90%;}}
.pt50{{padding-top:50px;}}
#header {{
text-align: center;
background-color: #000000;
border-bottom: 2px solid #ffffff;
top: 0px;
width: 100%;
padding: 0px;
display: block;
z-index: 4;
position: fixed;
}}
div#wrapper{{
width: 100%;
position: relative;
z-index: 1;
}}
.wrapper_box{{
text-align:center;
margin-top:5%;
margin-bottom:-10%;
display: inline-block;
position: relative;
width: 100%;
}}
.ttl_height{{
height:40px;
margin:20px 0px;
}}
</style>
</head>
<body>
<div id="header">
<img class="ttl_height" src="{img}" alt="TAITO ID" />
</div>
<div id="wrapper">
<div class="wrapper_box">
<div class="a_left w100 d_ib mb10p">
<br>
<div class="f90 a_center pt50">{text}</div>
</div>
</div>
</div>
</body>
</html>