미디어위키:Vector.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
백괴게임>아라 잔글편집 요약 없음 |
백괴게임>아라 잔글편집 요약 없음 |
||
67번째 줄: | 67번째 줄: | ||
/* 이름공간별 색상 */ | /* 이름공간별 색상 */ | ||
/* | /* 특수기능 문서 색*/ | ||
.ns--1 #content { background : #EDF6FC; } | .ns--1 #content { background : #EDF6FC; } | ||
119번째 줄: | 119번째 줄: | ||
/* 이름공간의 번호, 명칭 | /* 이름공간의 번호, 명칭 | ||
'-1': ' | '-2': 미디어, '-1': '특수기능' | ||
'0': '게임', '1' : '토론' | '0': '게임', '1' : '토론' | ||
'2': '사용자', '3' : '사용자토론' | '2': '사용자', '3' : '사용자토론' |
2011년 12월 28일 (수) 03:12 판
/* <pre><nowiki>*/
/* 인쇄용 문서에서 일부 객체를 숨김 */
@media print {
.editlink, .noprint, .metadata, .dablink {
display: none;
}
}
/* 로그인 상자의 모양 조절. */
#pt-login {
font-weight: bold;
font-size: 110%;
}
form#userlogin {
float: left;
padding: 1em 1em .7em 1em;
background-color: #ffffe6;
border: 2px solid #fc6;
color: #000;
margin-right: 2em;
}
form#userlogin table {
background-color: #ffffe6;
color: #000;
}
form#userlogin2 {
float: left;
padding: 1em 1em .7em 1em;
background-color: #ffffe6;
border: 2px solid #fc6;
color: #000;
margin-right: 2em;
}
form#userlogin2 table {
background-color: #ffffe6;
color: #000;
}
/* 이하 용도 및 목적 불명 */
#p-nav h5 {
display: none;
}
#p-nav .pBody {
padding-right: 0;
}
#p-nav a {
display: block;
width: 100%;
}
#spoken {
position: absolute;
float: right;
text-align: right;
font-size: 90%;
right: 0;
z-index: 1;
background: none;
border-bottom-style: none;
top: -2.2em;
display: block !important;
}
p.error {
font-weight: bold;
}
/* 이름공간별 색상 */
/* 특수기능 문서 색*/
.ns--1 #content { background : #EDF6FC; }
/* 토론 문서 색 */
.ns-1 #content { background : #F9FCED; }
/* 사용자 문서 색 */
.ns-2 #content { background : #FFFFFF; }
/* 사용자 토론 문서 색 */
.ns-3 #content { background : #F9FCED; }
/* 백괴게임 문서 색 */
.ns-4 #content { background : #EDFCF0; }
/* 백괴게임 토론 문서 색 */
.ns-5 #content { background : #F9FCED; }
/* 파일 문서 색 */
.ns-6 #content { background : #EDF6FC; }
/* 파일 토론 문서 색 */
.ns-7 #content { background : #F9FCED; }
/* 시스템 메시지(MediaWiki) 문서 색 */
.ns-8 #content { background : #DEEBFF; }
/* 시스템 메시지 문서 토론 */
.ns-9 #content { background : #F9FCED; }
/* 틀 문서 색 */
.ns-10 #content { background : #DEFFDE; }
/* 틀 토론 문서 색 */
.ns-11 #content { background : #F9FCED; }
/* 도움말 문서 색 */
.ns-12 #content { background : #FCF0ED; }
/* 도움말 토론 문서 색 */
.ns-13 #content { background : #F9FCED; }
/* 분류 문서 색 */
.ns-14 #content { background : #DEFFDE; }
/* 분류 토론 문서 색 */
.ns-15 #content { background : #F9FCED; }
/* 백괴나라 토론 문서 색 */
.ns-101 #content { background : #F9FCED; }
/* 이름공간의 번호, 명칭
'-2': 미디어, '-1': '특수기능'
'0': '게임', '1' : '토론'
'2': '사용자', '3' : '사용자토론'
'4': '백괴게임', '5' : '백괴게임토론'
'6': '그림', '7' : '그림토론'
'8': '미디어위키', '9' : '미디어위키토론'
'10': '틀', '11' : '틀토론'
'12': '도움말', '13' : '도움말토론'
'14': '분류', '15' : '분류토론'
'100': '백괴나라', '101': '백괴나라토론'
*/
/*</nowiki></pre>*/