본문으로 이동

사용자:Klutzy/myskin.css

위키백과, 우리 모두의 백과사전.

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다. 구글 크롬, 파이어폭스, 마이크로소프트 엣지, 사파리: ⇧ Shift 키를 누른 채 "새로 고침" 버튼을 클릭하십시오. 더 자세한 정보를 보려면 위키백과:캐시 무시하기 항목을 참고하십시오.

body {
 font-size: 10pt;
 padding: 0;
 margin: 0;
}

script {
 display: none;
}

#footer, #column-one {
 position: fixed;
 left: 0;
 width: 200px;
 background: chartreuse;
}
#content {
 margin-left: 200px;
}

#footer {
 top: auto;
 bottom: 0;
 height: 200px;
}

/* 메뉴 컬럼 */
#column-one {
 top: 0;
 bottom: 200px;
 height: auto;
}

#column-one * {

 margin: 0;
 padding: 0;
}

#column-one li {
 list-style-type: none;
 display: inline;
}

#siteSub, #jump-to-nav {
 display: none;
}

/* 내용 */

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content h7 {
 border-bottom: 2px solid orange;
}

pre {
 border: 1px dashed gray;
}

textarea#wpTextbox1 {
 width: 100%;
 margin: 0;
 padding: 0;
 border-left: 0;
 border-right: 0;
}

.wikitable {
 border: 1px solid gray;
}

.wikitable tr:nth-child(2n+1) {
 background-color: lightsteelblue;
}
.wikitable tr:nth-child(2n) {
 background-color: lightskyblue;
}