-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy path_learn.scss
More file actions
155 lines (122 loc) · 2.55 KB
/
_learn.scss
File metadata and controls
155 lines (122 loc) · 2.55 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
main#learn {
table, td, th {
border: 1px solid #AAA;
padding: 8px;
}
table {
margin: 15px 0;
}
h2:first-of-type {
margin-top: 0;
}
h2.tutorial-group-subtitle {
background-color: #fff;
font-size: 1.6em;
}
div.learn-group {
margin-bottom: 50px;
ul {
list-style: none;
a {
font-weight: bold;
}
}
}
ol#tutorial-group {
a {
font-weight: bold;
}
}
li {
margin-top: 10px;
}
li div.desc {
margin-top: 6px;
}
div#tutorial-nav {
margin: 30px 0 50px 0;
span {
display: inline;
width: 50px;
height: 100px;
padding-top: 35px;
}
span.left-arrow,
span.right-arrow {
font-size: 1.9em;
}
span.left-arrow {
transform: rotate(180deg);
padding-top: 20px;
}
div.item {
border: 1px solid gray;
padding: 0;
}
div.header {
padding: 3px;
background-color: #ddd;
width: 100%;
text-align: center;
border-bottom: 1px dotted #333;
font-size: 1.3rem;
}
div.name {
padding: 8px;
font-size: 1.1rem;
text-align: center;
}
#current_tutorial div.name {
font-weight: bold;
color: $orange;
}
div#current_tutorial {
background-color: lightyellow;
}
div#end {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
background-color: #eee;
}
}
div#toc {
h3 {
margin: 3px 0 20px 5px;
font-size: 1.4rem;
}
}
.sticky-top {
z-index: 50;
}
.back-link {
font-size: 1.2rem;
}
p.update {
font-style: italic;
margin: 30px 0;
.text {
font-weight: bold;
}
}
#sidemenu {
margin: 55px 0 0 0;
li.active {
font-weight: bold;
color: $orange;
}
}
#tutorial-nav-mobile {
display: none;
}
#related-stuff {
margin: 100px 0 0 0;
padding: 10px;
border: 1px solid #BBB;
background-color: #EEE;
a#small {
font-size: 0.9rem;
}
}
}