forked from tomyun/xeit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxeit.css
More file actions
80 lines (67 loc) · 1.25 KB
/
Copy pathxeit.css
File metadata and controls
80 lines (67 loc) · 1.25 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
/* Wrap */
html, body {
height: 100%;
}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -60px;
}
/* NavBar */
.navbar {
font-size: 13px;
}
.navbar .brand {
font-weight: bold;
color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.navbar .brand:hover {
color: #999;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}
/* Auth dialog */
#auth-info.alert {
margin-bottom: 0;
}
/* Footer */
#push, #footer {
height: 60px;
}
#footer {
border-top: 1px solid #e5e5e5;
background-color: #f5f5f5;
}
#footer .credit {
margin: 20px 0;
}
/* Table */
@media (max-width: 767px) {
#footer {
margin-left: -20px;
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}
}
/* Landscape phones */
@media (max-width: 480px) {
#footer {
padding-top: 20px;
padding-bottom: 20px;
}
}
/* Typography */
body,
input,
button,
select,
textarea,
.navbar-search .search-query {
font-family: "Helvetica Neue", Helvetica, Arial, "Apple SD Gothic Neo", "Nanum Gothic", "Malgun Gothic", sans-serif;
}