사용자:CrMT/common.css: 두 판 사이의 차이

잔글편집 요약 없음
잔글편집 요약 없음
6번째 줄: 6번째 줄:
.libre_main_content a:hover { color: #23b488;text-decoration: none; }
.libre_main_content a:hover { color: #23b488;text-decoration: none; }
.libre_main_content a:active { color: #23b488;text-decoration: none; }
.libre_main_content a:active { color: #23b488;text-decoration: none; }
.libre_main_content a.external:before {
  content: "外";
  color: #fff;
  background-color: #589558;
}

2015년 5월 25일 (월) 13:26 판

* { font-family: 'Noto Sans CJK', 'Source Han Sans', sans-serif; color: #444444;}
a { color: #23b488 }
.libre_main_content a { color: #23b488;text-decoration: none; }
.libre_main_content a:link { color: #23b488;text-decoration: none; }
.libre_main_content a:visited { color: #23b488;text-decoration: none; }
.libre_main_content a:hover { color: #23b488;text-decoration: none; }
.libre_main_content a:active { color: #23b488;text-decoration: none; }
.libre_main_content a.external:before {
  content: "外";
  color: #fff;
  background-color: #589558;
}