update html/css for high resolution (AppData.tmpl)

This commit is contained in:
slore 2023-07-20 00:10:23 +08:00
parent 5a767de548
commit f370c8883c

View File

@ -1,20 +1,7 @@
<div style="margin:5px;padding:5px;">
<style>
fieldset {
border-style: solid;
border-width: 2px;
padding: 5px 10px;
margin-bottom: 2px;
width:360px;
font-size:0.8em;
}
fieldset legend {
color: #302A2A;
font: bold 16px/2 Verdana, Geneva, sans-serif;
font-weight: bold;
text-align: left;
text-shadow: 2px 2px 2px rgb(88, 126, 156);
width:30rem;
}
</style>
@ -32,7 +19,7 @@ fieldset legend {
<fieldset>
<legend>Thumb:</legend>
<input type="image" id="mytheme_thumb" src="MyPic1.jpg" width="360" height="270" />
<input type="image" id="mytheme_thumb" src="MyPic1.jpg" style="width:30rem;height:22.5rem" />
</fieldset>