“MediaWiki:Common.css”的版本间差异

添加1,920字节 、​ 2021年11月27日 (六) 04:10
无编辑摘要
(撤销Bhsd讨论)的版本7227)
标签撤销 移动版网页编辑 移动版编辑
标签移动版网页编辑 移动版编辑
 
(未显示2个用户的32个中间版本)
/*<nowiki>*/
/* 这里放置的CSS将应用于所有皮肤 */
/* 桌面版专用CSS */
 
/* 全局css */
.mobileonly {
display:none;
}
/* 自定义桌面版导航 */
#mw-panel .fa, #mw-panel .fas, #mw-panel .far, #mw-panel .fab {
width: 1.5em;
text-align: center;
}
/* 引自[[zhwiki:mediawiki:gadget-hideConversionTab.css]] */
#ca-varlang-0, #ca-varlang-1, #ca-varlang-2 {
display: none;
}
/* 公告 */
#localNotice > p:first-child {
margin-top: 0;
}
/* logo */
#p-logo {
margin-left:-0.5em;
}
/* notification */
.mw-notification.mw-notification-type-success {
background-color: #f8fff8;
border-color: #39eb45;
}
 
#mw-panel > :not(:first-child) {
background-color:rgba(255,255,255,.7);
}
/* references分栏 */
.mw-references-columns {
margin-top: 0.3em;
}
.mw-references-columns > ol.references {
margin-top: 0;
}
/* 解决代码的overflow */
word-wrap:break-word;
}
/* 首页CodeEditor扩展 */
.skin-vector .ace_editor {
.mainpage-flex {
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
display:inline-block;
width:32%;
}
.codeEditor-ui-toolbar ~ .mw-editTools {
.mainpage-project {
display:inline-blocknone;
}
width:49%;
/* 自定义下拉菜单 */
margin-bottom:40px;
.site-menu {
font-size: 14px;
}
/* 含大量文字的表格 */
.nowrap-1 th:first-child, .nowrap-1 td:first-child,
.nowrap-2 th:nth-child(2), .nowrap-2 td:nth-child(2),
.nowrap-3 th:nth-child(3), .nowrap-3 td:nth-child(3),
.nowrap-4 th:nth-child(4), .nowrap-4 td:nth-child(4) {
white-space:nowrap;
}
/* 固定表頭 */
.wikitable.tsticky:not(.sortable) tr:first-child > th,
.wikitable.tsticky.sortable > thead th {
position: sticky;
top: 0;
z-index: 1;
}
.wikitable.tsticky:not(.sortable) tr:first-child > th::after,
.wikitable.tsticky.sortable > thead th::after {
content: '';
position: absolute;
left: -1px;
right: -1px;
top: -1px;
bottom: -1px;
border: 1px solid #a2a9b1;
}
/* cite扩展 */
.mw-references-wrap + ol {
margin-top:0;
}
 
/* CharInsert */
.mw-editTools .mw-charinsert-item {
font-size:small;
border: 1px solid #c8ccd1;
padding: 1px 5px;
}
.mw-editTools .mw-charinsert-item:hoverdl {
margin-bottom:0;
border-color: #36c;
}
 
/* 用于模板的css类 */
/* infoboxtemplate相关 */
.float-near-infobox {
float:right;
}
/* 提示信息 */
.infobox {
display: none;
}
/* code和pre */
.template-code {
color: #000;
background-color: #f8f9fa;
border: 1px solid #eaecf0;
border-radius: 2px;
padding: 1px 4px;
}
.template-pre {
word-wrap: break-word;
line-height: 1.3;
color: #000;
background-color: #f8f9fa;
border: 1px solid #eaecf0;
padding: 1em;
white-space: pre-wrap;
}
.template-pre p {
margin: -1.3em 0;
}
/* image修复Popups预览定位 */
.template-image {
position: relative;
}
.template-image a > div {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/*</nowiki>*/
16,874

个编辑