-
Notifications
You must be signed in to change notification settings - Fork 2
/
header.css
86 lines (73 loc) · 1.42 KB
/
header.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
85
86
body {
background: #efece9;
overflow-x: hidden;
}
#header {
background-color: #1c6b82;!important;
width: 100%;
min-height: 55px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
border-bottom: black;
border-bottom-width: 1;
border-bottom-style: outset;
z-index: 5000;
}
#header .list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
color: #555;
text-decoration: none;
}
#header table li {
float: left;
}
#header table li a {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
#header table li a:hover {
background-color: #1c6b82;
}
#header table {
margin-top: 5px;
}
#header table tr {
color: white;
}
#header .webStoreCol {
padding-top: 8px;
}
#header .webStoreCubTxt {
font-weight: bold;
font-size: 30px;
margin-left: 100px;
}
#header .webStoreTxt {
font-size: 20px;
margin-left: 10px;
}
#header tbody tr td ul {
font-size: 15px;
}
#header tbody tr .searchApp {
padding-top: 20px;
padding-left: 40px;
}
#header tbody tr .searchApp #search {
background-image: url('active-search-xxl.png');
background-size: contain;
background-repeat: no-repeat;
background-position: right;
margin-left: 10px;
}