“MediaWiki:Common.css”的版本间的差异
来自百问网嵌入式Linux wiki
Baiwen root(讨论 | 贡献) |
Baiwen root(讨论 | 贡献) |
||
第21行: | 第21行: | ||
body { overflow-x: hidden;} | body { overflow-x: hidden;} | ||
− | + | body.page-ARM裸机加强版.action-view h1.firstHeading, body.page-ARM裸机加强版.action-submit h1.firstHeading { display: none; } | |
− | |||
− | |||
− | body.page | ||
− | body.page |
2018年1月15日 (一) 14:40的版本
/* == 浮动目录 == */
#toc, .toc {
display: block;
position: fixed;
top: 100px;
right: 0px;
min-width: 200px;
max-width: 350px;
max-height: 600px;
overflow-y: scroll;
border: 1px solid #aaa;
border-radius: 0 0 1px 1px;
-moz-border-radius: 0 0 1px 1px;
background: rgba(255,255,255,0.8);
padding: 12px;
box-shadow: 0 1px 8px #000;
-webkit-box-shadow: 0 1px 8px #000;
-moz-box-shadow: 0 1px 8px #000;
}
body { overflow-x: hidden;}
body.page-ARM裸机加强版.action-view h1.firstHeading, body.page-ARM裸机加强版.action-submit h1.firstHeading { display: none; }