首页/styles.css:修订间差异
外观
攸萨将页面首页/styles.css的内容模型从“CSS”更改为“已过滤的CSS” |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* | /* [[Category:CSS页面]] */ | ||
/* mw-file-element 是图片 */ | |||
.mw-file-element { | .mw-file-element { | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
} | |||
.mw-ui-button { | |||
background-color:#6da1ff; | |||
padding:7px 14px; | |||
color:#fff; | |||
font-size:130%; | |||
border-radius:4px; | |||
margin-TOP:10px; | |||
} | |||
.toptab{ | |||
text-align:center; | |||
width:100%; | |||
display:inline-block; | |||
} | |||
.h1tab{ | |||
max-width:1400px; | |||
margin:auto; | |||
min-width:100% | |||
} | |||
.tabs-container{ | |||
width:70%; | |||
float:left; | |||
} | |||
.h2tab{ | |||
width:70%; | |||
float:left; | |||
} | |||
.mintab{ | |||
width:calc(30% - 30px); | |||
float:right; | |||
} | } | ||
2026年1月26日 (一) 12:56的版本
/* [[Category:CSS页面]] */
/* mw-file-element 是图片 */
.mw-file-element {
max-width: 100%;
height: auto;
}
.mw-ui-button {
background-color:#6da1ff;
padding:7px 14px;
color:#fff;
font-size:130%;
border-radius:4px;
margin-TOP:10px;
}
.toptab{
text-align:center;
width:100%;
display:inline-block;
}
.h1tab{
max-width:1400px;
margin:auto;
min-width:100%
}
.tabs-container{
width:70%;
float:left;
}
.h2tab{
width:70%;
float:left;
}
.mintab{
width:calc(30% - 30px);
float:right;
}