MediaWiki:Common.css:修订间差异

来自WHY42
imported>Soleverlee
无编辑摘要
无编辑摘要
 
(未显示2个用户的48个中间版本)
第1行: 第1行:
/* 放置于这里的CSS将应用于所有皮肤 */
html, body {
html,body{
font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", "Hiragino Sans GB", PMingLiU, "Microsoft YaHei", serif;
font-family: "PingHei","Lucida Grande", "Lucida Sans Unicode",
"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu,
"Helvetica","Arial","Verdana","sans-serif";
}
}
body{
 
width:960px;
.fixed-600 img {
margin:0 auto;
    width: 600px;
    height: auto;
}
}
div#content{
 
border:0;
.fixed-400 img {
    width: 400px;
    height: auto;
}
}
.wikiEditor-ui-text{
 
font-size:12px;
.fixed-200 img {
font-family:monospace,sans-serif;
    width: 200px;
    height: auto;
}
}


.poem{
q {
font-family: "楷体","楷体_GB2312";
display: block;
font-size:20px;
padding: 20px;
color: #032201;
color: grey;
background: #f2f2e2;
font-size: large;
text-align: center;
font-family: Georgia, "Times New Roman", STKaiti, KaiTi, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
background-image: url("http://riguz.com/images/fish.jpg");
background-position: right top;
background-repeat: no-repeat;
padding-top: 145px;
}
}
.editOptions{
 
color:#094854;
.MathJax {
}
padding-left: 5px;
.editOptions input{
    padding-right: 5px;
color:blue;
    border-bottom: 1px dashed #ff00003b;
}
    color: #9c27b0;
fieldset#mw-searchoptions {
background:none;
}
.mw-search-formheader {
background-color: #000000;
}
#searchGoButton{
  background: #347bff;
  color: #fff;
  border: 1px solid #347bff;
  border-left: none;
  border-right: none;
}
}

2024年9月18日 (三) 12:54的最新版本

html, body {
	font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", "Hiragino Sans GB", PMingLiU, "Microsoft YaHei", serif;
}

.fixed-600 img {
    width: 600px;
    height: auto;
}

.fixed-400 img {
    width: 400px;
    height: auto;
}

.fixed-200 img {
    width: 200px;
    height: auto;
}

q {
	display: block;
	padding: 20px;
	color: grey;
	font-size: large;
	font-family: Georgia, "Times New Roman", STKaiti, KaiTi, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
}

.MathJax {
	padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px dashed #ff00003b;
    color: #9c27b0;
}