打开/关闭菜单
1680
2.2万
6524
11.7万
舰R百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

舰R百科是靠无数志愿编辑者持续地建设更新完善的。编辑非常简单,无需代码知识,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861

MediaWiki:Citizen.css:修订间差异

MediaWiki界面页面
Donnyjie留言 | 贡献
无编辑摘要
Donnyjie留言 | 贡献
无编辑摘要
 
(未显示2个用户的19个中间版本)
第12行: 第12行:
/* 字体 */
/* 字体 */
.mf-font-size-clientpref-small .mw-body p, .mf-font-size-clientpref-small .content p { font-size: unset !important; }
.mf-font-size-clientpref-small .mw-body p, .mf-font-size-clientpref-small .content p { font-size: unset !important; }
/* 数学公式滚动 */
:has(mjx-container) { overflow-x: scroll; overflow-y: visible; }




第22行: 第26行:
.sitenotice {
.sitenotice {
text-align: center;
text-align: center;
display: none !important;
/*display: none !important;*/
}
}


第255行: 第259行:
         }
         }
/* 桌面端不显示 */
/* 桌面端不显示 */
.deskOnly{display:none}
.deskOnly{display:none !important;}


/* 台词表 */
/* 台词表 */
第267行: 第271行:
.DiagAudioRed { width:45%;background:#FFD2D2;color:black; }
.DiagAudioRed { width:45%;background:#FFD2D2;color:black; }


 
/* 技能数字颜色 */
.skillColorGreen { color: #00aa00; }
.skillColorRed { color: red; }


/* 装备图鉴页面 */
/* 装备图鉴页面 */
第444行: 第450行:


/* 技能表格 */
/* 技能表格 */
table.skill td:last-child { text-align:left;}
table.skill th {display: none;}
table.skill td:nth-of-type(6) { text-align:left; }
table.skill tr {display: grid; grid-template-columns: 80px 2fr 3fr; grid-template-rows: auto auto auto; margin: 10px 0;}
table.skill tr.skill2 td:nth-of-type(3) { text-align:left; }
table.skill td {padding: 5px; text-align: left !important;}
 
table.skill td:nth-of-type(1) {grid-area: 1 / 1 / 2 / 2; background-color: #ddeeff;}
table.skill td { width:85vw;}
table.skill td:nth-of-type(2) {grid-area: 2 / 1 / 4 / 2; padding: 0; border:1px solid #fff !important;}
 
table.skill td:nth-of-type(3) {grid-area: 1 / 2 / 2 / 4; background-color: #ddeeff;}
table.skill tr:not(.skill2) td:nth-of-type(1):before { content:'编号'; }
table.skill td:nth-of-type(4) {display: none;}
table.skill tr:not(.skill2) td:nth-of-type(2):before { content:'舰娘'; }
table.skill td:nth-of-type(5) {display: none;}
table.skill tr:not(.skill2) td:nth-of-type(3):before { content:'技能'; }
table.skill td:nth-of-type(6) {grid-area: 2 / 2 / 3 / 4;}
table.skill tr:not(.skill2) td:nth-of-type(4):before { content:'改造等级'; }
table.skill td:nth-of-type(7) {grid-area: 3 / 2 / 4 / 4;}
table.skill tr:not(.skill2) td:nth-of-type(5):before { content:'技能类型'; }
table.skill tr:not(.skill2) td:nth-of-type(6):before { content:'备注: '; }
 
table.skill tr.skill2 td:nth-of-type(1):before { content:'技能2'; }
table.skill tr.skill2 td:nth-of-type(2):before { content:'技能类型'; }
table.skill tr.skill2 td:nth-of-type(3):before { content:'备注: '; }


/* 舰船获得方式表格 */
/* 舰船获得方式表格 */
第468行: 第468行:
table.getship td:nth-of-type(1):before {content:'No.'; }
table.getship td:nth-of-type(1):before {content:'No.'; }
table.getship td:nth-of-type(1) {grid-area: 1 / 1 / 2 / 2; background-color: #ddeeff;}
table.getship td:nth-of-type(1) {grid-area: 1 / 1 / 2 / 2; background-color: #ddeeff;}
table.getship td:nth-of-type(2) {grid-area: 2 / 1 / 3 / 3; padding: 0; border:1px solid #fff !important;}
table.getship td:nth-of-type(2) {grid-area: 2 / 1 / 3 / 4; padding: 0; border:1px solid #fff !important;}
table.getship td:nth-of-type(3) {grid-area: 1 / 2 / 2 / 3; background-color: #ddeeff;}
table.getship td:nth-of-type(3) {grid-area: 1 / 2 / 2 / 3; background-color: #ddeeff;}
table.getship td:nth-of-type(4) {display: none;}
table.getship td:nth-of-type(4) {display: none;}
第527行: 第527行:


.mainJianchuanhuode{position:absolute; top:0%; left:0%; width:66.6%; height:10%; border:solid 2px #FFF; }
.mainJianchuanhuode{position:absolute; top:0%; left:0%; width:66.6%; height:10%; border:solid 2px #FFF; }
.mainTebiechuanwu{position:absolute; top:5%; left:0%; width:33.3%; border:solid 2px #FFF; }


.mainJianniangtujian{position:absolute; top:10%; left:0%; width:33.3%; border:solid 2px #FFF; }
.mainJianniangtujian{position:absolute; top:10%; left:0%; width:33.3%; border:solid 2px #FFF; }
第667行: 第669行:
table.shipAttrTable th {
table.shipAttrTable th {
background-color: #eee;
background-color: #eee;
color: black;
}
}


第699行: 第702行:


:root {
:root {
--color-progressive-oklch__h:270;
--color-surface-0-oklch__l:100%;
--color-surface-0-oklch__l:100%;
/*--color-surface-1-oklch__l:90%;
/*--color-surface-1-oklch__l:90%;
第708行: 第712行:
--shadow-opacity: 0.1;  
--shadow-opacity: 0.1;  
--font-size-xx-large: calc(var(--font-size-base) * 1.75);
--font-size-xx-large: calc(var(--font-size-base) * 1.75);
     --font-size-xxx-large: calc(var(--font-size-base) * 2.5);
     --font-size-xxx-large: calc(var(--font-size-base) * 2.25);
}
}


第725行: 第729行:
}
}


h2, h3, h4 {
h1, h2 { font-family: var(--font-family-serif); font-weight: 550;}
margin-block-end: 0.75em;
 
}
h2, h3, h4 { margin-block-end: 0.75em; }


.mw-headline {
.mw-headline {