사용자:Tomchiukc/monobook.css
위키백과 ― 우리 모두의 백과사전.
참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 갱신해야 합니다. 모질라 / 파이어폭스 / 사파리: ‘시프트’ 키를 누르면서 ‘새로 고침’을 클릭하거나, Ctrl-F5를 입력; 컨커러: 단순히 '새로고침'을 클릭하거나 F5를 입력; 오페라 사용자는 ‘도구→설정’에서 캐시를 완전히 비워야 합니다.
/* http://zh.wikipedia.org/w/wiki.phtml?title=User:Tomchiukc/monobook.css&action=edit */ /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; } #content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; } /* make the background behind the content area and the tabs a light grey */ #content, #p-cactions ul li a { background: #f5f5f5; } /* replace the book in the background with something else */ body { background: white;} /* changes the colour of pre areas */ pre { background: White } /* change the logo */ #p-logo a { background: url(http://en.wikipedia.org/upload/wiki.png) 35% 50% no-repeat !important; } /* suppress the person icon by your username */ /* li#pt-userpage { background: none } */ /* use browser prefs for text size and font */ /* body, #globalWrapper {font-family: Monospace; font-size:10pt } */ /* always underline links */ a { text-decoration: underline; } /* change colour of unselected tabs */ #p-cactions ul li a { background: #C7FDC7; } /* change colour of selected tabs */ #p-cactions ul li.selected a { background: white; } /* change border colour of selected tabs */ #p-cactions li.selected { border-color: #aaaaaa; } /* tab bottom not removed on hover */ #p-cactions li a:hover { z-index: 0; text-decoration: none; } #p-cactions li.selected a:hover { z-index: 3; } /* style the search box and the buttons below it */ input.searchButton { background-color: #efefef !important; border: 1px outset !important; } #searchInput { border: 1px inset !important; } /* standard link colors */ a { color: #0066FF; text-decoration: none;} a:visited { color: #7F007F;} a:active, a.new { color: #FF0000; } a.interwiki, a.external { color: #3366BB; } a.stub { color: #772233; }