미디어위키:Common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
5번째 줄: 5번째 줄:
}
}


table{
.table-fixed{
width: 100%;
width: 100%;
table-layout: fixed;
table-layout: fixed;
}
}


th, td{
.table-fixed th, .table-fixed td{
width: 25%;
width: 20%;
border: 1px solid #aaa;
padding: 8px;
}
}

2024년 8월 12일 (월) 05:12 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.full-width{
	width: 100% ;
	height: auto ;
}

.table-fixed{
	width: 100%;
	table-layout: fixed;
}

.table-fixed th, .table-fixed td{
	width: 20%;
}