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

来自百问网嵌入式Linux wiki
第23行: 第23行:
  
 
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; }
 +
 +
body.page-首页.action-view h1.firstHeading, body.page-首页.action-submit h1.firstHeading { display: none; }
  
 
/*自动换行*/
 
/*自动换行*/

2018年1月16日 (二) 16:00的版本

/* == 浮动目录 == */
#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; }

body.page-首页.action-view h1.firstHeading, body.page-首页.action-submit h1.firstHeading { display: none; }

/*自动换行*/


#mw-content-text, .mw-content-text {
word-break: normal; 
width:800px;
word-wrap: break-word;  
}