打开主菜单

少前百科GFwiki β

更改

MediaWiki:Mobile.css

添加426字节2021年10月25日 (一) 11:18
无编辑摘要
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;
}
/* 文本框样式 */
24,691
个编辑