-
Notifications
You must be signed in to change notification settings - Fork 2
/
KurdinusHome.css
84 lines (84 loc) · 1.24 KB
/
KurdinusHome.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
body {
font-size: 14px;
margin: auto;
font-family: Segoe UI, Tahoma;
color: #7B90A1;
text-align: center;
}
a {
text-decoration: none;
color: #5F6368;
}
a:hover {
color: black;
}
h1 {
font-size: 35px;
margin: 0;
}
h2 {
font-size: 20px;
margin: 5px 0 2px 0;
color: #34485E;
}
h3 {
font-size: 14px;
margin: 3px 0 0 0;
}
p{
margin: 0;
}
.title {
margin: 10px 0;
padding-top: 10px;
width: 100%;
display: inline-block;
max-width:700px;
}
.nav{
width: 100%;
display: inline-block;
max-width:700px;
}
.specs{
max-width: 500px;
margin: 30px auto;
background-color: #eee;
padding: 10px;
border-radius: 24px;
}
.section{
margin: 10px;
padding: 10px;
background-color: #f7f8fa;
border-radius: 10px;
border: 1px solid #e3e3e3;
}
.section:hover{
border-color: #4184f3;
}
.section2{
padding: 5px;
color: #444;
}
.section2 p{
font-size: 12px;
}
#footer {
text-align: center;
display: block;
direction: ltr;
width: 100%;
padding: 10px 0;
color: #9aa;
}
@media only screen and (max-width:500px) {
#Keyboard, #KeyboardShifted, #KeyboardLayoutType {
display: none;
}
}
@media only screen and (min-width:500px) {
#KeyboardMobile {
display: none;
}
}