◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

更改

跳转至: 导航搜索

MediaWiki:Mobile.css

添加2,189字节2023年7月23日 (日) 11:38
无编辑摘要
/* 这里放置的CSS将影响使用移动版网站的用户 */
body div.avgNav >div>a>img { max-width: unset !important; height: 49px !important; width:auto!important;}
.avgNav {
width: 45%150px;
}
table#Tdolltable.cardMode {
cursor: pointer;
background: #f4c430;
border-image: url(//www.gfwiki.org/images/vectorize_border/border_dot.svg);
border-image-slice: 2;
border-image-width: 2px;
cursor: pointer;
background: #333;
border-image: url(//www.gfwiki.org/images/vectorize_border/border_dot.svg);
border-image-slice: 2;
border-image-width: 2px;
border-radius: 0px;
cursor: pointer;
border-image: url(//www.gfwiki.org/images/vectorize_border/border_dot.svg);
border-image-slice: 2;
border-image-width: 2px;
table#Tdolltable >tbody >tr>td:first-child {white-space: normal;word-break:break-all;max-width:65px;min-width:65px;}
table#Tdolltable >tbody >tr>td:nth-child(2) {white-space: normal;word-break:break-all;max-width:75px;min-width:75px;}
 
 
/* new table css */
table.dollTable {
display: table;
width: 100%;
max-width: 1024px;
background-color: #111;
border: 1px solid #888;
text-align: center;
margin-bottom: 5px;
}
 
table.dollTable td {
border: 1px solid #333;
background-color: #222;
padding: 3px;
}
 
table.dollTable th {
border: 1px solid #f4c430;
background-color: #f4c430;
color: black;
padding: 3px;
}
/* 文本框样式 */
border-image-width: 26px 55px 15px 265px;
border-image-slice: 26 55 15 265 fill;
border-image-repeat: repeatstretch;
margin:1rem auto !important;
max-width: 640px;
border-image-width: 9px 265px 26px 55px;
border-image-slice: 9 265 26 55 fill;
border-image-repeat: repeatstretch;
margin:1rem auto !important;
max-width: 640px;
.rightDialog td.namebox {display: block;color: #f4c430;position: relative;bottom: 3px;}
.centerDialog {
text-align: center;
padding: 20px 10px;
min-width: 330px;
max-width: 700px;
margin: 1.5rem auto 1.5rem auto !important;
background-color: #222;
}
/* 对话框样式End */
 
/* 对话CG样式 */
.avgTextCGDiv {
height: 200px;
overflow: hidden;
text-align: center;
margin: 5rem auto 2rem auto !important;
}
 
.avgTextCG {
position: relative;
top: -100px;
}
 
.avgTextCGMemoir {
filter: sepia(0.8);
}
.avgTextCGNight {
filter: hue-rotate(180deg) brightness(0.5);
}
/* 对话CG样式End */
.bigScale canvas{transform: scale(0.6) translateY(75px);}
 
/* mobile voiceTable */
.voiceTable {
text-align: center;
line-height: 1.5rem;
max-width: 1024px;
width: 100%;
background-color: rgb(0 0 0 / 72%);
grid-gap: 2px 2px;
display: grid;
grid-template-columns: repeat(10, 1fr);
}
 
.voiceTableSortTitle {
grid-column: 1 / 11;
background-color: #f4c430;
color: #222;
padding: 0.5rem;
font-weight: bold;
}
 
.voiceTableTitle {
grid-column: 1 / 2;
background-color: #f4c430;
color: #222;
font-weight: bold;
}
 
.voiceTableContent {
grid-column: 2 / 10;
text-align: left;
background-color: rgb(68 68 68 / 51%);
}
 
.voiceTableMedia {
grid-column: 10 / 11;
padding: 0.5rem 0rem;
background-color: rgb(68 68 68 / 51%);
}
 
.voiceTable {
grid-auto-flow: dense;
}
 
.voiceTableTitle {
grid-column: 1 / 4;
padding: 0rem 0rem;
}
 
.voiceTableContent {
grid-column: 1 / 11;
}
 
.voiceTableMedia {
grid-column: 4 / 11;
padding: 0rem 0rem;
}
 
.voiceTextJP {
display: none;
}
 
.mw-collapsible tbody tr td .voiceTable .voiceTableTitle {
grid-column: 1 / 3;
}
 
.mw-collapsible tbody tr td .voiceTable .voiceTableContent {
grid-column: 3 / 11;
}
14,357
个编辑

导航菜单