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

편집 요약 없음
잔글편집 요약 없음
1번째 줄: 1번째 줄:
* { font-family: 'Noto Sans CJK', 'Source Han Sans', sans-serif; color: #444;}
* { font-family: 'Noto Sans CJK', 'Source Han Sans', sans-serif; color: #444;}
a { color: #23b488 }
a { color: #23b488 }
.libre_main_content a { color: #23b488;text-decoration: none; }
.libre_main_content a, .libre_main_content a:link, .libre_main_content a:visited, .libre_main_content a:hover, .libre_main_content a:active, .libre_content a, .libre_content a:hover, .libre_content a:focus { 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; }
a.external:before {
a.external:before {
   content: "外";
   content: "外";
14번째 줄: 10번째 줄:
   color: #666;
   color: #666;
   background-color: #fff;
   background-color: #fff;
   font-size: 200%;
   font-size: 150%;
  text-align: left;
}
}

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

* { font-family: 'Noto Sans CJK', 'Source Han Sans', sans-serif; color: #444;}
a { color: #23b488 }
.libre_main_content a, .libre_main_content a:link, .libre_main_content a:visited, .libre_main_content a:hover, .libre_main_content a:active, .libre_content a, .libre_content a:hover, .libre_content a:focus { color: #23b488;text-decoration: none; }
a.external:before {
  content: "外";
  color: #fff;
  background-color: #37c69b;
}
#libre-frontpage .project-head {
  color: #666;
  background-color: #fff;
  font-size: 150%;
  text-align: left;
}