欢迎来到奇葩栖息地!欢迎加入Discord服务器:XfrfHCzfbW欢迎加入QQ频道:r01m9y3iz6请先至特殊:参数设置验证邮箱后再进行编辑。特殊:参数设置挑选自己想要使用的小工具!不会编辑?请至这里学习Wikitext语法。

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

来自奇葩栖息地
添加的内容 删除的内容
(// Edit via InPageEdit)
(// Edit via InPageEdit)
第5行: 第5行:
*/
*/


/* content mostly taken from [https://wiki.adodoz.cn/MediaWiki:Gadget-site-styles.css Minecraft基岩版开发Wiki] */
/* content mostly taken from [[adodoz:MediaWiki:Gadget-site-styles.css]], also from [[mcw:zh:MediaWiki:Gadget-site-styles.css]] */

/* also from [[mcw:zh:MediaWiki:Gadget-site-styles.css]] */


/* 复制粘贴到别的地方的时候记得写原出处,而不要写这里。 */
/* 复制粘贴到别的地方的时候记得写原出处,而不要写这里。 */
第92行: 第90行:
table.ambox-protection {
table.ambox-protection {
border-left: 10px solid #a2a9b1
border-left: 10px solid #a2a9b1
}

/* Style the "other languages" box the same way as other boxes on the main page */
.mw-pt-languages {
display: block;
background: none;
border: 1px solid #CCC;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
width: auto;
}

.mw-pt-languages-label {
background: none;
border-right: none;
}

.mainpage-suggestions {
text-align: right;
font-size: 75%;
}
}


第496行: 第475行:
background-color: #eef;
background-color: #eef;
padding: 0 10px;
padding: 0 10px;
}

/* [[Template:Quote]] */
.quote {
display: grid;
gap: 0 4px;
align-items: center;
max-width: max-content;
}
}


第529行: 第516行:
align-items: center;
align-items: center;
}
}
}

.mainpage-logo-title {
font-size: 4em;
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',sans-serif;
border-bottom: solid 3px #c8ccd1;
overflow-wrap: break-word;
justify-content: center;
display: flex;
align-items: center;
flex-wrap: wrap;
}

.mainpage-logo-title:lang(zh),
.mainpage-logo-title:lang(zh-hans) {
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif SC','Times',sans-serif;
}
}


第616行: 第587行:
display: none;
display: none;
}
}

select[name="TheOrder"] {
select[name="TheOrder"] {
background-color: #f8f9fa;
background-color: #f8f9fa;
第683行: 第655行:
transition: color .13s linear;
transition: color .13s linear;
color: #BA0000;
color: #BA0000;
}

/* [[Template:Quote]] */
.quote {
display: grid;
gap: 0 4px;
align-items: center;
max-width: max-content;
}
}