模板:信息框:修订间差异
来自Age Of History 2 Chinese Wiki
无编辑摘要 |
无编辑摘要 |
||
第2行: | 第2行: | ||
font-size: {{{fontsize|95}}}%; | font-size: {{{fontsize|95}}}%; | ||
width: 75%; | width: 75%; | ||
margin: 0 auto | margin: 0 auto 10px auto; | ||
border: | border: 2px solid rgb(0, 0, 0); | ||
border-collapse: | border-collapse: separate; | ||
background-color: {{{color|rgb( | background-color: {{{color|rgb(236, 233, 216)}}}; | ||
color: {{{fontcolor|rgb( | color: {{{fontcolor|rgb(0, 0, 0)}}}; | ||
box-shadow: | box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); | ||
font-family: ' | font-family: 'Tahoma', 'Microsoft Sans Serif', sans-serif; | ||
position: relative; | |||
border-radius: 0; | |||
" class="plainlinks"> | " class="plainlinks"> | ||
<!-- XP窗口标题栏 --> | |||
<tr> | |||
<td colspan="2" style=" | |||
background: linear-gradient(to right, rgb(49, 106, 197), rgb(82, 153, 235)); | |||
color: white; | |||
padding: 5px 10px; | |||
font-weight: bold; | |||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); | |||
border-bottom: 1px solid rgb(0, 0, 0); | |||
position: relative; | |||
height: 25px; | |||
line-height: 25px; | |||
font-size: 14px; | |||
"> | |||
{{{title|信息}}} | |||
<!-- 窗口控制按钮 --> | |||
<span style=" | |||
position: absolute; | |||
top: 2px; | |||
right: 5px; | |||
width: 16px; | |||
height: 16px; | |||
background-color: #ff6347; | |||
border: 1px solid rgb(0, 0, 0); | |||
text-align: center; | |||
line-height: 16px; | |||
font-size: 12px; | |||
color: white; | |||
cursor: pointer; | |||
display: inline-block; | |||
">×</span> | |||
<span style=" | |||
position: absolute; | |||
top: 2px; | |||
right: 25px; | |||
width: 16px; | |||
height: 16px; | |||
background-color: rgb(192, 192, 192); | |||
border: 1px solid rgb(0, 0, 0); | |||
text-align: center; | |||
line-height: 16px; | |||
font-size: 12px; | |||
color: black; | |||
cursor: pointer; | |||
display: inline-block; | |||
">□</span> | |||
<span style=" | |||
position: absolute; | |||
top: 2px; | |||
right: 45px; | |||
width: 16px; | |||
height: 16px; | |||
background-color: rgb(192, 192, 192); | |||
border: 1px solid rgb(0, 0, 0); | |||
text-align: center; | |||
line-height: 14px; | |||
font-size: 12px; | |||
color: black; | |||
font-weight: bold; | |||
cursor: pointer; | |||
display: inline-block; | |||
">_</span> | |||
</td> | |||
</tr> | |||
<tr> | <tr> | ||
<td style=" | <td style=" | ||
第15行: | 第81行: | ||
padding: {{{leftsize|8}}}px; | padding: {{{leftsize|8}}}px; | ||
text-align: center; | text-align: center; | ||
background-color: {{{border|rgb( | background-color: {{{border|rgb(236, 233, 216)}}}; | ||
border: | border-right: 1px solid #ababab; | ||
vertical-align: middle; | |||
">[[文件:{{{image|msg.png}}}|{{{imagesize|60}}}px]]</td> | ">[[文件:{{{image|msg.png}}}|{{{imagesize|60}}}px]]</td> | ||
<td style=" | <td style=" | ||
padding: {{{rightsize|10}}}px {{{rightpx|20}}}px; | padding: {{{rightsize|10}}}px {{{rightpx|20}}}px; | ||
background-color: rgb( | background-color: rgb(236, 233, 216); | ||
border: none; | border: none; | ||
vertical-align: middle; | |||
"><b style=" | "><b style=" | ||
color: rgb( | color: rgb(0, 0, 0); | ||
font-size: 1.1em; | font-size: 1.1em; | ||
font-family: ' | font-family: 'Tahoma', sans-serif; | ||
display: block; | |||
margin-bottom: 5px; | |||
">{{{type|信息}}}</b> | ">{{{type|信息}}}</b> | ||
<div style=" | <div style=" | ||
font-size: smaller; | font-size: smaller; | ||
margin: 5px 0px 2px | margin: 5px 0px 2px 0px; | ||
color: rgb( | color: rgb(0, 0, 0); | ||
font-family: ' | font-family: 'Tahoma', sans-serif; | ||
"> | "> | ||
<p>{{{info|这是一个信息框!}}} | <p>{{{info|这是一个信息框!}}} | ||
</p> | </p> | ||
</div></td></tr></table> | </div></td></tr></table> |
2025年5月10日 (六) 20:59的最新版本
信息 × □ _ |
|
文件:Msg.png | 信息
这是一个信息框! |