“MediaWiki:Mobile.css”的版本间的差异

来自中文乐谱库
标签移动网页编辑移动版编辑
第64行: 第64行:
 
}
 
}
 
a:visited {
 
a:visited {
     color:#0092c1;
+
     color:#7f7d70;
 
}
 
}
 
a {
 
a {
     color:#7f7d70;
+
     color:#0092c1;
 
}
 
}

2020年6月28日 (日) 21:04的版本

/* 这里放置的CSS将影响使用移动版网站的用户 */
body{
	color:#5c6164;
}
pre, .mw-code {
    display: block;
    overflow-x: auto;
    padding: 20px !important;
    background: #ebeae4 !important;
    border: none !important;
    font-family: '微软雅黑','Consolas','Courier New',Courier,monospace !important;
    font-size: 12px !important;
    color:#606060;
}


.content img {
    width: -webkit-fill-available;
}

.skin-minerva .portable-infobox {
    margin: 0  0px;
}

.portable-infobox {
    border: 0;
    margin: 0;
    font-family: inherit;
    font-size: .9em;
    font-weight: normal;
    line-height: 1.3;
}

.pre-content h1 {
    line-height: 1.3;
    font-weight:bold;
}

.portable-infobox .pi-title {
    background-color: #bfbba5;
    color: #fff;
}

.content p {
    margin: 0.5em;
    text-align:justify;
}

#tongji p{
	text-align:center;
}

#moble_list_main p{
	text-align:center;
}

.portable-infobox .pi-secondary-background {
    background-color: #dcdad1;
}
.branding-box a span{
	font-weight:bold;
	font-size:large;
	color:#5c6164;
}
a:visited {
    color:#7f7d70;
}
a {
    color:#0092c1;
}