(创建页面,内容为“→这里放置的CSS将应用于所有皮肤: →隐藏首页标题、查看源代码: .page-首页 h1.firstHeading, .page-首页 li#ca-viewsource { display:non…”) |
无编辑摘要 |
||
第7行: | 第7行: | ||
body,div#content h1,div#content h2,div#content #firstHeading{font-family:-apple-system, "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", 微软雅黑, "Microsoft YaHei", 微軟正黑體, "Microsoft JhengHei", AppleGothic, "WenQuanYi Micro Hei", STHeiti, Meiryo, Arial, sans-serif} | body,div#content h1,div#content h2,div#content #firstHeading{font-family:-apple-system, "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", 微软雅黑, "Microsoft YaHei", 微軟正黑體, "Microsoft JhengHei", AppleGothic, "WenQuanYi Micro Hei", STHeiti, Meiryo, Arial, sans-serif} | ||
/* 提示框样式 */ | |||
table.ambox { | |||
margin:0px 15%; /* 防止与其它元素重叠 */ | |||
border-left: 10px solid #36c; /* 默认为"notice" - 蓝色*/ | |||
background: #f8f9fa; | |||
border-bottom-left-radius:6px; | |||
border-top-left-radius:6px; | |||
border-top-right-radius:6px; | |||
border-bottom-right-radius:6px; | |||
} | |||
table.ambox + table.ambox { /* Single border between stacked boxes. */ | |||
margin-top: -1px; | |||
} | |||
.ambox th.mbox-text, | |||
.ambox td.mbox-text { /* The message body cell(s) */ | |||
padding: 0.25em 0.5em; /* 0.5em left/right */ | |||
} | |||
.ambox td.mbox-image { /* The left image cell */ | |||
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */ | |||
} | |||
.ambox td.mbox-imageright { /* The right image cell */ | |||
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */ | |||
} | |||
table.ambox-notice { | |||
border-left: 15px solid #36c; /* 蓝色 */ | |||
} | |||
table.ambox-speedy { | |||
border-left: 15px solid #b32424; /* 红色 */ | |||
background: #fee7e6; /* 粉色 */ | |||
} | |||
table.ambox-delete,table.ambox-translation { | |||
border-left: 15px solid #b32424; /* 红色 */ | |||
} | |||
table.ambox-content { | |||
border-left: 15px solid #f28500; /* 橙色 */ | |||
} | |||
table.ambox-style { | |||
border-left: 15px solid #fc3; /* 黄色 */ | |||
} | |||
table.ambox-move { | |||
border-left: 15px solid #9932cc; /* 紫色 */ | |||
} | |||
table.ambox-protection { | |||
border-left: 15px solid #a2a9b1; /* 灰色 */ | |||
} |
2020年1月31日 (五) 04:35的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* 隐藏首页标题、查看源代码 */
.page-首页 h1.firstHeading,
.page-首页 li#ca-viewsource { display:none; }
/* 雅黑字体 */
body,div#content h1,div#content h2,div#content #firstHeading{font-family:-apple-system, "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", 微软雅黑, "Microsoft YaHei", 微軟正黑體, "Microsoft JhengHei", AppleGothic, "WenQuanYi Micro Hei", STHeiti, Meiryo, Arial, sans-serif}
/* 提示框样式 */
table.ambox {
margin:0px 15%; /* 防止与其它元素重叠 */
border-left: 10px solid #36c; /* 默认为"notice" - 蓝色*/
background: #f8f9fa;
border-bottom-left-radius:6px;
border-top-left-radius:6px;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
}
table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
.ambox td.mbox-image { /* The left image cell */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright { /* The right image cell */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
table.ambox-notice {
border-left: 15px solid #36c; /* 蓝色 */
}
table.ambox-speedy {
border-left: 15px solid #b32424; /* 红色 */
background: #fee7e6; /* 粉色 */
}
table.ambox-delete,table.ambox-translation {
border-left: 15px solid #b32424; /* 红色 */
}
table.ambox-content {
border-left: 15px solid #f28500; /* 橙色 */
}
table.ambox-style {
border-left: 15px solid #fc3; /* 黄色 */
}
table.ambox-move {
border-left: 15px solid #9932cc; /* 紫色 */
}
table.ambox-protection {
border-left: 15px solid #a2a9b1; /* 灰色 */
}