업데이트 README.md, .github/README.en.md
[liberty-mw-skin.git] / css / wiki.css
blobc8712814b5ab92969e2f2aba6e887fdef6c957a9
1 a {
2 color: #337ab7;
5 a.new {
6 color: #b73333;
9 a:hover,
10 a:focus {
11 color: #23527c;
12 text-decoration: underline;
13 transition: 0.3s;
16 a.new:hover,
17 a.new:focus {
18 color: #7c2323;
19 text-decoration: underline;
20 transition: 0.3s;
23 a.external {
24 color: #33b733;
27 a.external:hover,
28 a.external:focus {
29 color: #2ca02c;
30 text-decoration: underline;
31 transition: 0.3s;
34 a.external:before {
35 font-family: 'Font Awesome 5 Free';
36 font-weight: 600;
37 text-align: center;
38 color: #33b733;
39 content: '\f0c1';
42 .plainlinks a.external {
43 color: #337ab7;
46 .plainlinks a.external:hover,
47 .plainlinks a.external:focus {
48 color: #23527c;
49 text-decoration: underline;
50 transition: 0.3s;
53 .plainlinks a.external:before {
54 content: '';
57 .selflink {
58 color: unset;
59 font-weight: bold;
62 .selflink:hover,
63 .selflink:focus {
64 color: unset;
65 text-decoration: none;