Template:Documentation/styles.css
模板页面
更多操作
/* [[Category:在模板命名空间下的CSS页面]] */
.template-documentation {
display: flow-root;
clear: both;
background: light-dark(#f7faff, #1d2533);
border: 1px solid light-dark(#d0d7e2, #3a4454);
color: light-dark(#000, #e0e0e0);
padding: 1.2em;
border-radius: var(--border-radius-medium);
box-shadow: 0 2px 6px light-dark(rgba(0,0,0,0.1), rgba(0,0,0,0.4));
margin: 1em 0;
}
.template-documentation-header {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 6px;
margin-bottom: 12px;
border-bottom: 1px solid light-dark(#c0c6d4, #3b4557);
}
.template-documentation-header-title {
font-weight: 600;
font-size: 130%;
display: flex;
align-items: center;
gap: 6px;
}
.template-documentation-header-links {
display: flex;
font-size: 0.8em;
}
.template-documentation-header-button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.35em 0.9em;
line-height: 1.3;
border-radius: var(--border-radius-medium, 2px);
background-color: light-dark(#ebeff4, #3b4557);
text-decoration: none;
margin: auto 2px;
}