“MediaWiki:Common.css”的版本间的差异
来自百问网嵌入式Linux wiki
Baiwen root(讨论 | 贡献) |
Baiwen root(讨论 | 贡献) |
||
第22行: | 第22行: | ||
body.page-ARM裸机加强版.action-view h1.firstHeading, body.page-ARM裸机加强版.action-submit h1.firstHeading { display: none; } | body.page-ARM裸机加强版.action-view h1.firstHeading, body.page-ARM裸机加强版.action-submit h1.firstHeading { display: none; } | ||
+ | |||
+ | /*自动换行*/ | ||
+ | |||
+ | div{ | ||
+ | word-wrap: break-word; | ||
+ | word-break: normal; | ||
+ | } |
2018年1月16日 (二) 11:34的版本
/* == 浮动目录 == */
#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; }
/*自动换行*/
div{
word-wrap: break-word;
word-break: normal;
}