ผลต่างระหว่างรุ่นของ "แม่แบบ:Key press/styles.css"

จาก คูนิฟ็อกซ์ วิกิ
(add {{pp-template}}, convert to tabs)
 
mediawiki>Izno
(fallback no longer necessary)
บรรทัดที่ 1: บรรทัดที่ 1:
/* {{pp-template}} */
.keyboard-key {
.keyboard-key {
border: 1px solid #aaa;
border: 1px solid #aaa;
border-radius: 0.2em;
border-radius: 0.2em;
box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
box-shadow: 0.1em 0.2em 0.2em #ddd;
background-color: #f9f9f9;
background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee);
background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee);
color: #000; /* Force black color to fix [[phab:T200258]] */
padding: 0.1em 0.3em;
padding: 0.1em 0.3em;
font-family: inherit;
font-family: inherit;
font-size: 0.85em;
font-size: 0.85em;
}
}

รุ่นแก้ไขเมื่อ 07:52, 26 ตุลาคม 2565

.keyboard-key {
	border: 1px solid #aaa;
	border-radius: 0.2em;
	box-shadow: 0.1em 0.2em 0.2em #ddd;
	background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee);
	padding: 0.1em 0.3em;
	font-family: inherit;
	font-size: 0.85em;
}