forked from tonsky/tonsky.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalk.css
More file actions
34 lines (29 loc) · 1.17 KB
/
talk.css
File metadata and controls
34 lines (29 loc) · 1.17 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
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font: 17px/30px 'Input Sans Narr', 'Input Sans Narrow', sans-serif;
background: #F5F3F1;
color: #1A1A1A;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
margin: 50px auto;
width: 700px;
}
a { color: inherit; text-decoration: none; border-bottom: 2px solid #CCC; }
a:hover { border-color: #555; }
.slide {
width: 800px;
height: 450px;
border-radius: 10px;
margin-left: -50px;
}
.menu { font-family: 'Fira Sans'; width: 544px; margin: 0 auto 0; padding: 0 0 50px 0; vertical-align: top; }
.menu > li { list-style: none; display: inline-block; margin: 0 1.5em 0 0; vertical-align: top; }
.menu__item, a.menu__item { color: hsl(215, 0%, 65%); border-color: transparent; display: inline-block; text-decoration: none; }
.menu__item_selected, a.menu__item_selected, a.menu__item:hover { color: inherit; border-color: hsl(45,98%,77%); color: black; border-bottom: 2px solid hsl(45,0%,50%); }
.menu__item_inside, a.menu__item_inside { border-bottom: 2px solid hsl(215,0%,80%); }
.arr { font-family: sans-serif; }