-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
133 lines (114 loc) · 2.22 KB
/
style.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
body{
font-family: "Open Sans", Arial, Helvetica, sans-serif;
color: #7A7A7A;
margin:0px;
padding:0px;
font-size: 13px;
}
.procut_item {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
background: #F1F1F1;
margin-bottom: 1px;
}
.channel_item {
width: 100%;
margin-right: auto;
margin-left: auto;
padding: 20px 0 20px 0;
background: #F1F1F1;
border-top:solid 2px #00CC00;
border-bottom:solid 2px #00CC00;
margin-bottom: 1px;
font-size: 12px;
font-weight:bold;
}
.procut_item h4 {
margin: 0px;
padding: 0px;
font-size: 20px;
}
.channel_item h4 {
margin: 0px;
padding: 0 0 10px 0;
font-size: 14px;
}
.input{
font-size:22px;
padding:1px
}
.dw_button{
font-size:16px
}
a {
color: rgb(61, 12, 234);
text-decoration: underline;
}
a:hover {
color: rgb(54, 36, 117);
text-decoration: underline;
}
.pageHeaderFacade {
background-image: url("images/header.png");
background-color: rgba(58, 109, 156, 1);
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
min-height: 260px;
height: 260px;
max-height: 260px;
}
.layoutBoundary {
min-width: 90%;
width: 90%;
max-width: 90%;
padding: 0px 0px;
padding-top:3px; padding-left:10px;
font-size:28px;
font-weight:bold;
}
.layoutBoundary a {
color: rgb(207, 206, 212);
text-decoration: none;
}
.layoutBoundary a:hover {
color: rgb(207, 206, 212);
text-decoration: underline;
}
.pageHeaderLogo {
height: 30px !important;
width: 100% !important;
text-align: center;
}
@media screen and (max-width:1024px){
.pageHeaderLogo .pageHeaderLogoLarge{
display:none
}
.pageHeaderLogo .pageHeaderLogoSmall{
max-width:60%
}
}
@media screen and (min-width:1025px),print{
.pageHeaderLogo{flex:1 1 auto}.pageHeaderLogo .pageHeaderLogoLarge{
max-width:100%
}
.pageHeaderLogo .pageHeaderLogoSmall{
display:none
}
.pageHeaderLogo > a{
display:block;padding:10px 0
}
}
.pageNavigation {
background-color: rgba(58, 109, 156, 1);
flex: 0 0 auto;
padding: 0px 0px;
min-width: 100%;
max-width: 100%;
height: 40px;
}