MediaWiki:Common.css

出自 直銷智庫
於 2018年12月20日 (四) 21:50 由 Admin (對話 | 貢獻) 所做的修訂

前往: 導覽搜尋

注意:在您儲存之後您必須清除瀏覽器快取才可看到最新的變動。

  • Firefox / Safari:按住 Shift 時點選 重新整理,或按 Ctrl-F5Ctrl-R (Mac 則為 ⌘-R)
  • Google Chrome:Ctrl-Shift-R (Mac 則為 ⌘-Shift-R)
  • Internet Explorer:按住 Ctrl 時點選 重新整理,或按 Ctrl-F5
  • Opera:進入 工具 → 偏好設定 中清除快取。
/* 此 CSS 會套用至所有的介面外觀 */

h2{font-weight:600;}
#sidebar h2 .widget-title{font-family: 'Microsoft JhengHei', sans-serif;}

.first{
	font-family: 'Microsoft JhengHei', sans-serif;
	color:#184678;
}
pre{font-style: normal;font-size:90%;}

#toc ul {padding-left:25px;list-style-type: square;list-style:none;}

#mw-content-text p{font-size:11pt;line-height:178%;color:#000000;}


#searchform input[type="search"],.searchform input[type="search"]
{
	
	background: #fff;
	border: 1px solid #aaa;
	padding: 2px 10px;
	vertical-align: middle;
	outline: none;	
			border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
			transition: border linear 0.4s, box-shadow linear 0.4s;
		 -o-transition: border linear 0.4s, box-shadow linear 0.4s;
	   -moz-transition: border linear 0.4s, box-shadow linear 0.4s;
	-webkit-transition: border linear 0.4s, box-shadow linear 0.4s;
	

margin-bottom: 9px;
	font-size: 13px;
font-weight:600; 

	line-height: 18px; 
	height: 30px;
}

#searchform input[type="submit"], #searchform.searchButton input[type="submit"], .editButtons input[type="submit"]{
	display:inline-block;*display:inline;
	padding:3px 11px;
	margin-bottom:10px;*margin-left:.3em;
	font-size:14px;
	line-height:22px;*line-height:22px;
	font-weight:800;
	color:#005a87 !important;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	border:1px solid #dedede;*border:0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color:#eeeeee,#dedede,#dedede;
	border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #f9f9f9, #efefef);
	background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
	background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);  
	background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#efefef');
}