사용자:Ash/common.css
< 사용자:Ash
참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
- 오페라: Ctrl-F5를 입력.
//**
*
* 특정 이름공간 문서의 배경을 하늘색, 토론 이름공간 문서의 배경을 노란색,
* 프로젝트 이름공간 문서의 배경을 초록색으로 지정합니다.
*
* 하늘색 적용 대상: 특수기능(-1), 파일(6), 미디어위키(8)
* 노란색 적용 대상: 토론(1), 사용자토론(3), 백괴게임토론(5), 파일토론(7),
* 미디어위키토론(9), 틀토론(11), 도움말토론(13), 분류토론(15), 백괴나라토론(101)
* 초록색 적용 대상: 백괴게임(4), 도움말(12)
* 진한 초록색 적용 대상: 틀(10), 분류(14)
*
**/
.ns-6 * #content, .ns-6 * #p-cactions li a:hover, .ns-6 * #p-cactions li.selected a,
.ns-8 * #content, .ns-8 * #p-cactions li a:hover, .ns-8 * #p-cactions li.selected a,
.ns--1 * #content, .ns--1 * #p-cactions li a:hover, .ns--1 * #p-cactions li.selected a {
background-color: #ffffee;
}
.ns-1 * #content, .ns-1 * #p-cactions li a:hover, .ns-1 * #p-cactions li.selected a,
.ns-3 * #content, .ns-3 * #p-cactions li a:hover, .ns-3 * #p-cactions li.selected a,
.ns-5 * #content, .ns-5 * #p-cactions li a:hover, .ns-5 * #p-cactions li.selected a,
.ns-7 * #content, .ns-7 * #p-cactions li a:hover, .ns-7 * #p-cactions li.selected a,
.ns-9 * #content, .ns-9 * #p-cactions li a:hover, .ns-9 * #p-cactions li.selected a,
.ns-11 * #content, .ns-11 * #p-cactions li a:hover, .ns-11 * #p-cactions li.selected a,
.ns-13 * #content, .ns-13 * #p-cactions li a:hover, .ns-13 * #p-cactions li.selected a,
.ns-15 * #content, .ns-15 * #p-cactions li a:hover, .ns-15 * #p-cactions li.selected a,
.ns-101 * #content, .ns-101 * #p-cactions li a:hover, .ns-101 * #p-cactions li.selected a {
background-color: #eeeeff;
}
/* 이름공간의 번호, 명칭
'-2' : '미디어', '-1' : '특수기능'
'0' : '게임', '1' : '토론'
'2' : '사용자', '3' : '사용자토론'
'4' : '백괴게임', '5' : '백괴게임토론'
'6' : '파일', '7' : '파일토론'
'8' : '미디어위키', '9' : '미디어위키토론'
'10' : '틀', '11' : '틀토론'
'12' : '도움말', '13' : '도움말토론'
'14' : '분류', '15' : '분류토론'
'100' : '백괴나라', '101' : '백괴나라토론'
*/