/* Template:NoWorld用css */
.noworldtitle {
color: #414141;
font-size: 21px;
font-weight: bold;
}
.noworldtitle a {
color: #414141;
text-decoration-color: #414141;
}
.noworldtitle:hover {
color: #9ea7a6;
}
.noworldtitle:hover a {
color: #9ea7a6;
text-decoration-color: #9ea7a6;
}
.noworldtitle:active {
color: #414141;
}
.noworldtitle:active a {
color: #414141;
text-decoration-color: #414141;
}
.noworldnavcontent {
display: grid;
grid-template-columns: 100%;
grid-template-rows: 200px;
border-top: 1px solid #a6a5a6;
border-bottom: 1px solid #e8e8e8;
overflow: hidden;
}
.noworldnavmain {
grid-area: 1/1/2/2;
display: flex;
justify-content: space-around;
align-items: center;
position: relative;
}
.noworldmembers {
overflow: hidden;
border-radius: 50%;
display: grid;
grid-template-columns: 154px;
grid-template-rows: 154px;
z-index: 1;
border: solid currentcolor;
margin: 10px;
transition: border-width 1s ease, margin 1s ease;
}
.noworldmembers:hover,
.noworldmemberscurrent {
border-width: 5px;
margin: 5px;
box-shadow: 0 0 3px 4px #888888;
}
.noworldname {
grid-area: 1/1/2/2;
text-align: center;
line-height: 1.8;
font-size: 16px;
margin-top: 100%;
background: rgba(65, 65, 65, 0.7);
color: #fefefe;
transition: margin-top 1s ease;
}
.noworldmemberscurrent .noworldname,
.noworldmembers:hover .noworldname {
margin-top: 80% !important;
}
.noworldmemberscurrent .noworldname {
background: rgba(254, 254, 254, 0.8);
color: #414141;
}
.noworldmembers:active {
box-shadow: none;
}
.noworldavatarimg {
grid-area: 1/1/2/2;
cursor: not-allowed;
}
.noworldavatar {
width: 100%;
height: 100%;
}
.noworldcover {
position: absolute;
top: 0;
bottom: 0;
right: -120px;
z-index: 0;
}
.noworldrightbottom {
z-index: 1;
grid-area: 1/1/2/2;
justify-self: end;
align-self: end;
padding: 0 6px;
font-family: "Nimbus Roman No9 L", "Songti SC", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", STSong, "AR PL New Sung",
"AR PL SungtiL GB", NSimSun, SimSun, "TW\-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW",
"AR PL UMing TW MBE", PMingLiU, MingLiU, serif;
font-size: 24px;
font-weight: bold;
font-style: italic;
}
.noworldrightbottom a {
color: #626262;
text-decoration-color: #626262;
}
/* [[Category:在模板名字空间下的CSS页面]] */