forked from MythTV/mythweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.css
105 lines (96 loc) · 1.93 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#page_header {
margin: 5px;
}
#logo_box {
}
#mythtv_logo {
margin: 0px 5px;
padding: 5px;
height: 48px;
width: 180px;
float: left;
text-align: center;
}
#sections {
white-space: nowrap;
}
#sections a {
float: left;
margin: 0px 5px;
padding: 5px;
-moz-border-radius: 8px;
text-align: center;
height: 48px;
width: 48px;
}
#sections a:hover {
background-color: #444444;
}
#sections a img {
border: none;
display: inline !important;
}
#sections a.current_section {
background-color: #333;
}
#sections a.current_section:hover {
background-color: #444;
}
#tv_link {
}
#music_link {
}
#video_link {
}
#weather_link {
}
#settings_link {
}
#extra_header {
margin-left: 550px;
padding: 0px 5px;
height: 58px;
}
/*
* IE sucks: true-height is supposed to be height+padding+margin+border, but IE
* doesn't add in padding, so we have to create a wrapper container and use
* margin instead of padding to make the "padding" that we need.
*/
#help_wrapper {
height: 21px;
margin-bottom: 3px;
border-top: 1px solid #222;
-moz-border-radius: 6px;
}
#help_box {
margin: 4px 5px 2px 5px;
height: 15px;
overflow: hidden;
white-space: nowrap;
}
#search {
margin-top: 2px;
padding: 3px 5px;
height: 26px;
width: 23px;
-moz-border-radius: 8px;
white-space: nowrap;
}
#simple_search {
padding-top: 1px;
}
#search_text {
position: relative;
top: -1px;
width: 150px;
margin-right: 3px;
padding: 0px 3px;
font-size: 9pt;
}
#search_submit {
position: relative;
top: 1px;
padding-left: .5em;
padding-right: .5em;
font-size: 9pt;
}