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

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

MediaWiki:Gadget-site-styles.css:修订间差异

VCPedia.cn ——关于中文歌声合成的一切。
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
 
第235行: 第235行:
    margin:0 -1px;
    margin:0 -1px;
}
}
.annotation > span{
   cursor:pointer;
}
.annotation .oo-ui-popupWidget{
   z-index:1000001;
   white-space:normal;
   color:#000;
   font-weight:normal;
}
.annotation .oo-ui-popupWidget-popup{
   width:-moz-fit-content !important;
   width:fit-content !important;
}
.annotation .oo-ui-popupWidget-body{
   width:-moz-fit-content;
   width:fit-content;
   min-width:5.5em;
   max-width:11em !important;
   overflow:auto;
}
span[lang]{
span[lang]{
    font-family:initial;
    font-family:initial;

2025年1月19日 (日) 17:59的最新版本

/* <pre> */
/**
 * -------------------------------------------------------------------------
 * !!! DON'T MODIFY THIS PAGE MANUALLY, YOUR CHANGES WILL BE OVERWRITTEN !!!
 * -------------------------------------------------------------------------
 */
._addText { content: '{{DifMGP|适配镜像站}}'; }

.tab .TabLabelText{
    padding:1px;
    background:#FFF;
    cursor:pointer;
    flex:none;
}

.tab .TabLabel{
    z-index:2;
    position:relative;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
    display:flex;
    flex-wrap:wrap;
}

.tab .TabLabelText.selected{
    padding:1px;
    background:white;
}

.tab .TabContent{
    background:white;
    padding:20px 30px;
    position:relative;
    z-index:1;
    border:1px solid #AAA;
}

.tab .TabContentText{
    display:none;
}

.tab .TabContentText.selected{
    display:block;
}

.tab .tabLabelTop .TabLabelText{
    border-top:3px solid transparent;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}

.tab .tabLabelTop .TabLabelText.selected{
    border-top:3px solid green;
    border-left:1px solid #AAA;
    border-right:1px solid #AAA;
}

.tab .tabLabelTop.reverse .TabLabelText{
    border-bottom:3px solid transparent;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
    border-top:1px solid transparent;
}

.tab .tabLabelTop.reverse .TabLabelText.selected{
    border-bottom:3px solid green;
    border-left:1px solid #AAA;
    border-right:1px solid #AAA;
    border-top:1px solid transparent;
}

.tab .tabLabelBottom .TabLabelText{
    border-bottom:3px solid transparent;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}

.tab .tabLabelBottom .TabLabelText.selected{
    border-bottom:3px solid green;
    border-left:1px solid #AAA;
    border-right:1px solid #AAA;
}

.tab .tabLabelBottom.reverse .TabLabelText{
    border-top:3px solid transparent;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
    border-bottom:1px solid transparent;
}

.tab .tabLabelBottom.reverse .TabLabelText.selected{
    border-top:3px solid green;
    border-left:1px solid #AAA;
    border-right:1px solid #AAA;
    border-bottom:1px solid transparent;
}

.tab .tabLabelLeft .TabLabelText{
    border-left:3px solid transparent;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
}

.tab .tabLabelLeft .TabLabelText.selected{
    border-left:3px solid green;
    border-top:1px solid #AAA;
    border-bottom:1px solid #AAA;
}

.tab .tabLabelLeft.reverse .TabLabelText{
    border-right:3px solid transparent;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
    border-left:1px solid transparent;
}

.tab .tabLabelLeft.reverse .TabLabelText.selected{
    border-right:3px solid green;
    border-top:1px solid #AAA;
    border-bottom:1px solid #AAA;
    border-left:1px solid transparent;
}

.tab .tabLabelRight .TabLabelText{
    border-right:3px solid transparent;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
}

.tab .tabLabelRight .TabLabelText.selected{
    border-right:3px solid green;
    border-top:1px solid #AAA;
    border-bottom:1px solid #AAA;
}

.tab .tabLabelRight.reverse .TabLabelText{
    border-left:3px solid transparent;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
    border-right:1px solid transparent;
}

.tab .tabLabelRight.reverse .TabLabelText.selected{
    border-left:3px solid green;
    border-top:1px solid #AAA;
    border-bottom:1px solid #AAA;
    border-right:1px solid transparent;
}

.tab .Tabs .TabDivider{
    width:100%;
    order:2;
}

.tab .Tabs.reverse .TabDivider{
    height:2px;
}

.tab .Tabs.tabLabelLeft .TabLabel,
.tab .Tabs.tabLabelRight .TabContent{
    order:1;
}

.tab .Tabs.tabLabelLeft .TabContent,
.tab .Tabs.tabLabelRight .TabLabel{
    order:3;
}

.tab .Tabs.tabLabelLeft,
.tab .Tabs.tabLabelRight{
    display:flex;
    flex-wrap:nowrap;
    width:auto;
}

.tab .Tabs.tabLabelLeft .TabDivider,
.tab .Tabs.tabLabelRight .TabDivider{
    height:100%;
    width:0;
}

.tab .Tabs.tabLabelLeft.reverse .TabDivider,
.tab .Tabs.tabLabelRight.reverse .TabDivider{
    width:1px;
}

.tab .Tabs.tabLabelLeft .TabLabel,
.tab .Tabs.tabLabelRight .TabLabel{
    flex-direction:column;
}

.tab .Tabs.tabLabelLeft:not(.AutoWidth) .TabContent,
.tab .Tabs.tabLabelRight:not(.AutoWidth) .TabContent{
    flex:1;
}

.Tabs{
    max-width:100%;
}

.Tabs.AutoWidth{
    display:table-cell;
}

.Tabs.FloatLeft{
    float:left;
    margin-right:1em;
}

.Tabs.FloatRight{
    float:right;
    margin-left:1em;
}

.Tabs .Tab{
    border-bottom:1px solid #AAA;
}

.Tabs .Tab:first-child{
    border-top:1px solid #AAA;
}

.Tabs .Tab .TabLabelText{
    padding:7px;
}

.Tabs .Tab .TabContentText{
    padding:3px;
}

.infotemplatebox>table td>.Tabs .TabLabel,
.infotemplatebox>table td>.Tabs .TabContent{
    margin:0 -1px;
}

.annotation > span{
    cursor:pointer;
}

.annotation .oo-ui-popupWidget{
    z-index:1000001;
    white-space:normal;
    color:#000;
    font-weight:normal;
}

.annotation .oo-ui-popupWidget-popup{
    width:-moz-fit-content !important;
    width:fit-content !important;
}

.annotation .oo-ui-popupWidget-body{
    width:-moz-fit-content;
    width:fit-content;
    min-width:5.5em;
    max-width:11em !important;
    overflow:auto;
}

span[lang]{
    font-family:initial;
    font-feature-settings:"locl" on;
    -webkit-font-feature-settings:"locl" on;
}

[style*="font:"  i] span[lang],
[style*="font-family:"  i] span[lang]{
    font-family:inherit;
}
@font-face{
    font-family:JapaneseItalic;
    src:local(meiryo);
}

i span[lang="ja"  i],
span[lang="ja"  i] i,
[style*="italic"  i] span[lang="ja"  i],
span[lang="ja"  i] [style*="italic"  i]{
    font-family:JapaneseItalic, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

[style*="font:"  i] i span[lang="ja"  i],
[style*="font-family:"  i] i span[lang="ja"  i],
[style*="font:"  i] span[lang="ja"  i] i,
[style*="font-family:"  i] span[lang="ja"  i] i,
[style*="font:"  i] [style*="italic"  i] span[lang="ja"  i],
[style*="font-family:"  i] [style*="italic"  i] span[lang="ja"  i],
[style*="font:"  i] span[lang="ja"  i] [style*="italic"  i],
[style*="font-family:"  i] span[lang="ja"  i] [style*="italic"  i]{
    font-family:inherit;
}
.heimu,
.heimu rt{
    background-color:#252525;
}

.heimu,
.heimu a,
a .heimu,
a.new .heimu,
span.heimu a.new,
span.heimu a.external,
span.heimu a.external:visited,
span.heimu a.extiw,
span.heimu a.extiw:visited,
span.heimu a.mw-disambig,
span.heimu a.mw-redirect{
    transition:color 0.13s linear;
    color:#252525;
    text-shadow:none;
}

span.heimu:hover,
span.heimu:active{
    color:white;
}

span.heimu:hover a,
a:hover span.heimu{
    color:lightblue;
}

span.heimu:hover a:visited,
a:visited:hover span.heimu{
    color:#C5CAE9;
}

span.heimu:hover a.new,
a.new:hover span.heimu{
    color:#FCC;
}

span.heimu a.new:hover:visited,
a.new:hover:visited span.heimu{
    color:#EF9A9A;
}

span.heimu:hover a.extiw:visited,
a.extiw:visited:hover span.heimu{
    color:#D1C4E9;
}

.just-kidding-text, .just-kidding-text rt {
	color: #666;
	text-decoration-line: line-through;
	text-decoration-color: #000;
}

.infoBox{
    margin:0 auto;
    width:80%;
    box-sizing:border-box;
}

.infoBoxTitle{
    margin:3px auto;
    padding:0;
    text-align:center;
    font-weight:700;
}

.infoBoxIcon{
    display:table-cell;
    padding:2px 0 2px 0.5em;
    vertical-align:middle;
}

.infoBoxText{
    display:table-cell;
    padding:0.25em 0.5em 0.25em 1.3em;
    width:100%;
    vertical-align:middle;
}

.infoBoxContent{
    border:1px solid #DDD;
    border-left-width:0;
    background:#FBFBFB;
}

.infoBoxBelow{
    margin:0 auto;
    padding:0;
    text-align:center;
}
table.wikitable-green{
    background:#C9F6E1;
}

.wikitable-green th{
    background:#13EC93;
}

.wikitable-green td{
    background:#F3F3F3;
}

.user-show,
.patroller-show,
.checkuser-show,
.suppress-show,
.sysop-show,
.interface-admin-show{
    display:none !important;
}
.comment-container-top{
    background-color:rgb(191 234 181 / 20%);
}

.comment-container-top>div:first-child{
    background-color:rgb(18 152 34 / 47%);
    color:#FFF;
    font-weight:700;
}
.post-content .comment-text{
    position:static;
}

.post-content .comment-toolbar{
    position:static;
    display:flex;
    justify-content:flex-start;
}

.post-content .flowthread-btn{
    position:static;
    margin-top:3px;
}

.post-content .comment-submit{
    position:static;
    margin:-1px -1px 0 auto;
}
rb[data-id="template-ruby"]::before{
    content:"";
}

rb[data-id="template-ruby"]::before,
.template-ruby-hidden{
    display:inline-block;
    width:0;
    font-size:0;
}
body .mw-mmv-overlay{
    z-index:9999;
}

body .mw-mmv-wrapper{
    z-index:99999;
}
.noconvins>.mw-charinsert-item::before{
    content:"-{";
}

.noconvins>.mw-charinsert-item::after{
    content:"}-";
}
.mw-revslider-tooltip{
    z-index:7;
}
.errorbox ul{
    list-style:none;
}
body .ajaxpoll{
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    max-width:100%;
    min-width:400px;
}
.ns-6 #shared-image-desc{
    display:none;
}
.sidebar-character{
    display:none;
}

.vector-menu-content #n-sidebar-talk {
	display: none;
}

.vector-menu-content #n-sidebar-import {
	display: none;
}

/* </pre> */