中医百科:首页/styles.css:修订间差异
< 中医百科:首页
删除的内容 添加的内容
小无编辑摘要 |
小无编辑摘要 |
||
第47行: | 第47行: | ||
} |
} |
||
.order |
.order.line { |
||
display: inline-block; |
display: inline-block; |
||
第59行: | 第59行: | ||
} |
} |
||
.order |
.order.txt { |
||
color: #333333; |
color: #333333; |
2022年7月1日 (五) 17:44的版本
/******************************
* Styles for mobile main page
******************************/
@media all and (min-width: 768px) {
.wikidata-mainpage-column {
float: left;
width: 50%;
}
.wikidata-mainpage-column-first {
padding-right: 5px;
}
.wikidata-mainpage-column-second {
padding-left: 5px;
}
.wikidata-mainpage-sister-projects {
text-align: center;
}
}
/**
* Hide title on main pages, village pumps and project chats
*
* @author
* @maintainer
*/
body.action-view .firstHeading {
display: none;
}
body.action-view #contentSub {
display: none;
}
/******************************
* 分割线
******************************/
.order {
height: 20px;
line-height: 20px;
text-align: center;
}
.order.line {
display: inline-block;
padding-top : 3px;
width: 40%;
border-top: 1px solid #666666;
}
.order.txt {
color: #333333;
font-size: 12px;
vertical-align: middle;
}