注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* 这里放置的CSS将应用于移动版网站 */
a.mw-collapsible-text
{
	color:#3c79f2 !important;
}
.mw-search-createlink { 
        display: block;
}
.mainPageBox {
        background: #FCFCFC;
        border: 1px solid #FFB6C1;
        vertical-align: top;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 7px;
}
.mainPageTitleBg{
        background: #FFC0CB;
		padding: 5px; margin: 3px;
        border-radius: 4px;
		font-weight: bold;
		text-align: center;
		color: #7a1101;
		font-size: 120%;
}
.mainPageDivTable{
	    width: 100%;
        border-spacing:4px;
}