本网站正在建设中(~ ̄▽ ̄)~

  • 你好~!欢迎来到中文歌声合成个人收集站-VCPedia.cn!
  • 若发现页面信息有误投稿至本站,请联系管理员。

User:磷化镓/Userinfo/style.css

VCPedia.cn ——关于中文歌声合成的一切。
跳到导航 跳到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
.kwiinfo {
    float: right;
    width: 260px;
    font-size: 90%;
    margin: 1em 0 1em 1em;
    clear: right;
}

.kwiinfo-face {
    z-index: 1;
    margin: auto;
    width: 180px;
    height: 180px;
    position: relative;
    border-radius: 50%;
    padding: 7px;
    background: #fff;
    border: 1px solid #e3e5e7;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
}

.kwiinfo.dark .kwiinfo-face {
    background: #222;
    border: 1px solid #343537;
}


.kwiinfo-face_img {
    position: relative;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.kwiinfo-kwiface {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

.kwiinfo-box {
    text-align: center;
    position: relative;
    border-radius: 10px;
    min-height: 40px;
    background: #fff;
    margin-top: -75px;
    padding-top: 75px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
    border: 1px solid #e3e5e7;
}

.kwiinfo.dark .kwiinfo-box {
    background: #222;
    border: 1px solid #343537;
}

.kwiinfo-content{
    padding: 0 20px;;
}

.kwiinfo-username {
    color: #18191c;
    padding: 0 10px;
    font-size: 1.5em;
    margin-top: 10px;
}

.kwiinfo.dark .kwiinfo-username {
    color: #e8e9ec;
}

.kwiinfo-count {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
    border-radius: 6px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.kwiinfo-count:hover{
    background: #f4f4f4;
    transition: all .2s ease;
}

.kwiinfo.dark .kwiinfo-count:hover {
    background: #343434;
    transition: all .2s ease;
}



.kwiinfo-count-item {
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.countitem-text {
    font-size: 0.8em;
    width: 6em;
    color: #9499a0;
    transition: all .2s ease;
}

.kwiinfo.dark .countitem-text {
    color: #747980;
}

.countitem-count {
    font-size: 1.4em;
    font-weight: bold;
    color: #18191c;
    transition: all .2s ease;
}

.kwiinfo.dark .countitem-count {
    color: #e8e9ec;
}
.kwiinfo-count-item:hover .countitem-text,
.kwiinfo-count-item:hover .countitem-count {
    color: #00a1d6;
    transition: all .2s ease;
}
.kwiinfo-properties {
    border-radius: 6px;
    display: flex;
    padding: 2px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    transition: all .2s ease;
}

.kwiinfo-properties.ulink {
    text-align: left;
    padding: 6px 10px;
    justify-content: space-between;
    align-items: center;
    line-height: 17.5px;
    transition: all .2s ease;
}

.kwiinfo-properties.ulink .kwiinfo-properties.ulink-icon-right {
    text-align: left;
    padding: 6px 10px;
    justify-content: space-between;
    align-items: center;
    line-height: 17.5px;
    transition: all .2s ease;
}

.ulink-content{
    line-height: 17.5px;
    display: flex;
    align-items: center;
}

a.external{
    background: none;
    padding-right: 0;
}

.kwiinfo-properties.ulink::after{
    content: "\3e";
    display: inline-block;
    font-family: Consolas,'Lucida Console', 'Courier New', monospace;
    font-size: 1.4em;
    color: #9499a0;
}


.kwiinfo.dark  .kwiinfo-properties.ulink::after{
    color: #747980;
}

.kwiinfo-properties:hover{
    background: #f4f4f4;
    transition: all .2s ease;
}

.kwiinfo.dark .kwiinfo-properties:hover {
    background: #343434;
    transition: all .2s ease;
}

.properties-text {
    flex-grow: 0;
    flex-shrink: 0;
    width: 5em;
    margin-right: 6px;
    text-align: left;
    color: #9499a0;
}

.kwiinfo.dark .properties-text {
    color: #747980;
}

.properties-cont {
    color: #18191c;
}

.kwiinfo.dark .properties-cont {
    color: #e3e5e7;
}

.split-line {
    margin: 10px 0;
    width: 100%;
    height: 1px;
    background: #e3e5e7;
}

.kwiinfo.dark .split-line {
    background: #333537;
}