「MediaWiki:Common.css」修訂間的差異

出自線上說明書 Read Me
跳至導覽 跳至搜尋
 
(未顯示同一使用者於中間所作的 3 次修訂)
行 50: 行 50:
 
-webkit-box-shadow: 0 1px 1px 0 rgba(100, 100, 100, 0.3);
 
-webkit-box-shadow: 0 1px 1px 0 rgba(100, 100, 100, 0.3);
 
}
 
}
 
+
#toc {border:1px solid #aaa;border-radius:5px;}
 
#toc ul {padding-left:25px;list-style-type: none;list-style:none;}
 
#toc ul {padding-left:25px;list-style-type: none;list-style:none;}
  
行 60: 行 60:
 
}
 
}
 
.toctext{
 
.toctext{
color:blue;
+
color:#005a87;
font-weight:700;
+
font-weight:600;
 
font-size:130%;
 
font-size:130%;
 
}
 
}

於 2022年6月7日 (二) 07:46 的最新修訂

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

td{padding-top:5px;padding-left: 2px;border:1px solid #bbb;}

h2,h3,h4{font-weight:600;}
img{max-width:768px;

}
#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:110%;}

.c1{width:8.33%;}
.c2{width:16.66%;}
.c3{width:23%;}
.c4{width:30%;}
.c5{width:38%;}
.c6{width:48%;}
.c7{width:58%;}
.c8{width:64%;}
.c9{width:71%;}
.c10{width:83.33%;}
.c11{width:91.66%;}
.c12{width:100%; min-height:1px; float:left; position:relative;}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c1-5,.c1-8 {min-height:1px; float:left; padding-left:5px; padding-right:5px; position:relative;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
	padding-left: 0; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
	padding-right: 0; position:relative;
}

.note {
		background-color: #ffffff; 
		margin: 5px 2px;
		padding: 3px 3px; 
		
		color: #222;
		font-size:100%;
		border:1px solid #ddd;
				border-radius:5px; 
		   -moz-border-radius:5px; 
		-webkit-border-radius:5px;
				box-shadow: 0 1px 1px 0 rgba(100, 100, 100, 0.3);
	       -moz-box-shadow: 0 1px 1px 0 rgba(100, 100, 100, 0.3);
		-webkit-box-shadow: 0 1px 1px 0 rgba(100, 100, 100, 0.3);
	}
#toc {border:1px solid #aaa;border-radius:5px;}
#toc ul {padding-left:25px;list-style-type: none;list-style:none;}

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

.toclevel-1{
font-weight:700;
font-size:120%;
}
.toctext{
color:#005a87;
font-weight:600;
font-size:130%;
}
#mw-content-text p{font-size:11pt;line-height:178%;color:#000000;}




#mw-content-text td img{padding:2px 2px;}
@media handheld, only screen and (min-width: 768px), only screen and (min-device-width: 768px) {
 

#mw-content-text p{font-size:130%;}

#mw-content-text dd{color:#005a87;font-size:110%;}

#mw-content-text li{color:#000080;font-size:110%;}
}

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
#mw-content-text td p{font-size:9pt;}
pre{width:96%;max-width:360px;word-break: break-all;}

}
.image{
max-width:768px;
width:100%;
max-height:100%;
}