120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
min-width: calc(100% - 51px);
height: 500px;
overflow: auto;
}
#page h1 {
margin: 0 0 10px 0;
color: hsl(210, 50%, 50%);
font: bold 30px 'Yanone Kaffeesatz', "Liberation Sans Narrow", sans-serif;
}
/*
Home
*/
#home_page {
|
|
|
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
min-width: calc(100% - 51px);
height: 500px;
overflow: auto;
}
#page h1 {
margin: 0 0 10px 0;
color: hsl(210, 50%, 50%);
font: bold 30px 'Yanone Kaffeesatz', "Oswald", "Liberation Sans Narrow", sans-serif;
}
/*
Home
*/
#home_page {
|
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
Help
*/
#help_page {
display: none;
padding: 20px;
}
#help_page h2 {
font: bold 20px 'Yanone Kaffeesatz', "Liberation Sans Narrow", sans-serif;
color: hsl(210, 50%, 50%);
}
#help_page .shortcut {
margin-top: 10px;
font-weight: bold;
font-size: 13px;
}
|
|
|
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
Help
*/
#help_page {
display: none;
padding: 20px;
}
#help_page h2 {
font: bold 20px 'Yanone Kaffeesatz', "Oswald", "Liberation Sans Narrow", sans-serif;
color: hsl(210, 50%, 50%);
}
#help_page .shortcut {
margin-top: 10px;
font-weight: bold;
font-size: 13px;
}
|