사용자:덴마크/standard.css

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

/* 최근 바뀜에서의 편집 관련 표시 */
.minor {
  font-size: smaller;
  color: #808080;
}
.newpage {
  font-size: smaller;
  color: #FF0000;
}
.bot {
  font-size: smaller;
  color: #3CB371;
}
 
/* 편집 요약, 이유의 모양 설정.
 (기울임 대신 글자 크기 약간 작게 하여 구별) */
.comment {
  font-style: normal !important;
  font-size: 9pt;
}
 
/* 최근 바뀜에서 문서 분량 변경에 색깔 넣기
 (증가는 초록색 감소는 빨간색) */
.mw-plusminus-pos {
  color:green;
}
.mw-plusminus-neg {
  color:red;
}
 
/* 문서 목록과 주시문서 목록에서 넘겨주기의 모양 설정
 (연한 회색) */
.allpagesredirect a,
.watchlistredir a  {
  color:#888888;
}
 
/* 대문에서 특정 요소를 숨김 */
body.page-위키백과_대문 #t-cite,
body.page-위키백과_대문 #lastmod,
body.page-위키백과_대문 #siteSub,
body.page-위키백과_대문 #contentSub,
body.page-위키백과_대문 h1.firstHeading {
  display: none !important;
}

/* 링크에 밑줄 안보이게 하기, 마우스 대면 색 바뀜 */
a          {text-decoration:none !important;}
a:link     {color:#00c !important;}
a:visited  {color:#005 !important;}
a:active   {color:#0cc !important;}
a.new      {color:#aaa !important;}
a.external {color:#f39 !important;}
a:hover    {color:#0cc !important;}

.hiddenStructure {display:none;}