File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
< footer class ="Footer ">
2
2
< div class ="Container ">
3
+ < div class ="Footer__License License ">
4
+ < p > この文書は、< a href ="https://openfresh.github.io/a11y-guidelines/ "> FRESH! LIVE Accessibility Guidelines</ a > を元に、< a href ="https://www.w3.org/TR/WCAG21/ "> Web Content Accessibility Guidelines(WCAG)2.1</ a > の内容を簡易的に翻訳し加筆修正したものである。ウェブアクセシビリティ基盤委員会(WAIC)による< a href ="https://waic.jp/docs/WCAG21/ "> WCAG 2.1翻訳文書</ a > を併せて参考にしている。</ p >
5
+ < p > この文書は< a rel ="license " href ="http://creativecommons.org/licenses/by/4.0/ "> クリエイティブ・コモンズ表示 4.0 国際ライセンス</ a > の下に提供されている。</ p >
6
+ < a class ="License__Anchor " rel ="license " href ="http://creativecommons.org/licenses/by/4.0/ ">
7
+ < img alt ="クリエイティブ・コモンズ・ライセンス " src ="https://i.creativecommons.org/l/by/4.0/88x31.png " />
8
+ </ a >
9
+ </ div >
3
10
< small class ="Footer__Credit ">
4
- Copyright © CyberAgent, Inc. All Rights Reserved.
11
+ Copyright © 2017 CyberAgent, Inc. All Rights Reserved.
5
12
< a href ="https://www.cyberagent.co.jp/ ">
6
13
< img src ="/a11y-guidelines/img/cyberagent.png " alt ="CyberAgent " width ="113 " height ="20 ">
7
14
</ a >
Original file line number Diff line number Diff line change 4
4
.Footer {
5
5
border-top : solid 1px var (--clr-silver );
6
6
margin-top : 30px ;
7
- padding : 2.4 rem 0 2 rem ;
7
+ padding : 3.2 rem 0 ;
8
8
color : var (--clr-darkgray );
9
9
font-size : 1rem ;
10
10
}
11
11
12
- .Footer a {
12
+ .Footer__Credit a {
13
13
color : inherit;
14
14
margin-left : 16px ;
15
15
line-height : 1 ;
23
23
display : flex;
24
24
justify-content : flex-end;
25
25
align-items : center;
26
+ margin-top : 2.8rem ;
26
27
}
Original file line number Diff line number Diff line change 8
8
@import "./footer.css" ;
9
9
@import "./header.css" ;
10
10
@import "./label.css" ;
11
+ @import "./license.css" ;
11
12
@import "./figure.css" ;
12
13
@import "./rule_label.css" ;
Original file line number Diff line number Diff line change
1
+ .License p {
2
+ font-size : 1.2rem ;
3
+ margin-top : 1.6rem ;
4
+ }
5
+
6
+ .License p : first-child {
7
+ margin-top : 0 ;
8
+ }
9
+
10
+ .License__Anchor {
11
+ display : block;
12
+ }
You can’t perform that action at this time.
0 commit comments