-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
86 lines (71 loc) · 1.45 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none;
}
:lang(ja) {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
body {
background-color: #D4D4D4;
}
.container {
background-color: white;
padding: 3em;
}
header > .container {
border-top-left-radius: 18px;
border-top-right-radius: 18px;
background-image:url('twirl.gif');
color: white;
position: relative;
}
body > .container {
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
}
.well {
background-color: #E1F2B3;
border: 1px solid #b2e820;
}
.how-to {
padding: 19px;
border: 3px solid #b2e820;
border-radius: 4px;
margin-top: 1em;
margin-bottom: 1em;
}
.how-to p:first-child {
text-indent: 1em;
}
.fork-me {
float: right;
position: absolute;
right: 0;
top: 0;
}
.kanji {
position: relative;
padding-top: 2.5em;
}
.to-learn:after {
content: "Learn These";
}
.learned:after {
content: "You Know These";
}
.kanji:after {
position: absolute;
padding: 0.25em 1em;
left: -1px;
top: -1px;
border: 1px solid #b2e820;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
background-color: #b2e820;
}
.kanji-dropdown {
display: inline-block;
color: black;
}
.kanji-dropdown > a {
color: #333333;
}