/*完全复制自User:落榜美术生阿道夫/style.css*,但把颜色改了/
/*各级标题文字颜色及描边*/
h2 .mw-headline, h3 .mw-headline, h4 .mw-headline, h5 .mw-headline, h6 .mw-headline {
font-family:Old English Text MT;
text-shadow:
-1px -1px 0 #FFFFFF,
1px -1px 0 #FFFFFF,
-1px 1px 0 #FFFFFF,
1px 1px 0 #FFFFFF,
0 1px 0 #FFFFFF,
0 -1px 0 #FFFFFF,
1px 0 0 #FFFFFF,
-1px 0 0 #FFFFFF,
0 2px 2px rgba(0,0,0,0.5);
color: #1e90ff;
}
/*抄自User:BearBin/style.css,有更改*/
/*用户框样式*/
.bibeak-userbox {
display: inline-block;
margin: 1px 6px 2px 0;
box-shadow: 2px 2px 5px rgba(127, 127, 127, 0.4);
transition: all .3s !important;
border-collapse: collapse;
border-spacing: 0;
}
.bibeak-userbox th {
box-sizing: border-box;
height: 60px;
padding: 0;
overflow: hidden;
color: inherit;
border-right: 1px solid rgba(127, 127, 127, 0.3);
vertical-align: middle;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.bibeak-userbox th>div {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
overflow: hidden;
line-height: 1.2;
}
.bibeak-userbox th>div>img {
width: 60px;
height: auto;
}
.bibeak-userbox td {
box-sizing: border-box;
width: 180px;
padding: 0 0.3em;
text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
vertical-align: middle;
line-height: 1.2em;
font-size: 85%;
}
.bibeak-userbox:hover {
transform: scale(1.05);
}
/* 万能的阿熊给的表格边框设置 */
.subpage-table {
border-collapse: collapse;
}
.subpage-table td {
border: 2px solid #fff;
}
.subpage-table td:first-of-type {
border-left: none;
}
.subpage-table td:last-of-type {
border-right: none;
}
.subpage-table tr:first-of-type td {
border-top: none;
}
.subpage-table tr:last-of-type td {
border-bottom: none;
}