"MediaWiki:Common.css" 修訂間的差異

出自 直銷智庫
前往: 導覽搜尋
行 12: 行 12:
  
 
#searchform input[type="search"],.searchform input[type="search"]
 
#searchform input[type="search"],.searchform input[type="search"]
{
+
{padding:3px 11px; font-size:13px;
+
color:#fff !important;
background: #fff;
+
background-color:#26a2b6;
border: 1px solid #aaa;
+
background: linear-gradient(#34bac9, #26a2b6);
padding: 2px 10px;
+
background: -o-linear-gradient(#34bac9, #26a2b6);
vertical-align: middle;
+
background: -ms-linear-gradient(#34bac9, #26a2b6);
outline: none;
+
background: -moz-linear-gradient(#34bac9, #26a2b6);
border-radius: 5px;
+
background: -webkit-linear-gradient(#34bac9, #26a2b6);
  -moz-border-radius: 5px;
+
background: -webkit-gradient(linear, left top, left bottom, from(#34bac9), to(#26a2b6));
-webkit-border-radius: 5px;
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#34bac9', EndColorStr='#26a2b6');
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: 10px;
+
font-size: 13px;
+
line-height: 18px;
+
height: 30px;
+
}
+
 
+
 
+
#searchform input[type="submit"], #searchform.searchButton input[type="submit"]{
+
display:inline-block;*display:inline;
+
padding:7px 12px;
+
margin-bottom:10px;*margin-left:.3em;
+
font-size:14px;
+
line-height:20px;*line-height:20px;
+
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');
+
 
}
 
}

於 2018年11月7日 (三) 18:58 的修訂

/* 此 CSS 會套用至所有的介面外觀 */

.first{
	font-family: 'Microsoft JhengHei', sans-serif;
	color:#184678;
}

#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"]
{padding:3px 11px; font-size:13px;
	color:#fff !important;
	background-color:#26a2b6;
	background: linear-gradient(#34bac9, #26a2b6);
	background: -o-linear-gradient(#34bac9, #26a2b6);
	background: -ms-linear-gradient(#34bac9, #26a2b6);
	background: -moz-linear-gradient(#34bac9, #26a2b6);
	background: -webkit-linear-gradient(#34bac9, #26a2b6);
	background: -webkit-gradient(linear, left top, left bottom, from(#34bac9), to(#26a2b6));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#34bac9', EndColorStr='#26a2b6');
}