|
Lines 88-94
Link Here
|
| 88 |
// |
88 |
// |
| 89 |
|
89 |
|
| 90 |
|
90 |
|
| 91 |
|
|
|
| 92 |
/* LiveSearchSidebar */ |
91 |
/* LiveSearchSidebar */ |
| 93 |
.umcLiveSearchSidebar |
92 |
.umcLiveSearchSidebar |
| 94 |
.dijitButton |
93 |
.dijitButton |
|
Lines 103-120
Link Here
|
| 103 |
.dijitButtonContents |
102 |
.dijitButtonContents |
| 104 |
outline: none |
103 |
outline: none |
| 105 |
|
104 |
|
| 106 |
|
|
|
| 107 |
.dijitButtonText |
105 |
.dijitButtonText |
| 108 |
text-decoration: none |
106 |
text-decoration: none |
| 109 |
padding-left: 0.416em |
107 |
padding-left: 0.416em |
| 110 |
padding-right: 0.416em |
108 |
padding-right: 0.416em |
| 111 |
|
109 |
|
| 112 |
|
|
|
| 113 |
|
| 114 |
.umcButton.umcCategorySelected .dijitButtonText |
110 |
.umcButton.umcCategorySelected .dijitButtonText |
| 115 |
font-weight: bold |
111 |
font-weight: bold |
| 116 |
|
112 |
|
| 117 |
|
|
|
| 118 |
.dijitButtonHover, |
113 |
.dijitButtonHover, |
| 119 |
.dijitButtonActive |
114 |
.dijitButtonActive |
| 120 |
box-shadow(none) |
115 |
box-shadow(none) |
|
Lines 127-136
Link Here
|
| 127 |
filter: none |
122 |
filter: none |
| 128 |
|
123 |
|
| 129 |
|
124 |
|
| 130 |
|
|
|
| 131 |
|
| 132 |
|
| 133 |
|
| 134 |
.warning |
125 |
.warning |
| 135 |
color: white |
126 |
color: white |
| 136 |
margin: 0 auto 20px auto |
127 |
margin: 0 auto 20px auto |
|
Lines 150-156
Link Here
|
| 150 |
a:hover |
141 |
a:hover |
| 151 |
opacity: 1 |
142 |
opacity: 1 |
| 152 |
|
143 |
|
| 153 |
|
|
|
| 154 |
.title |
144 |
.title |
| 155 |
font-size: $font-size-title |
145 |
font-size: $font-size-title |
| 156 |
line-height: 1em |
146 |
line-height: 1em |
|
Lines 157-163
Link Here
|
| 157 |
font-weight: bold |
147 |
font-weight: bold |
| 158 |
margin-bottom: 1em |
148 |
margin-bottom: 1em |
| 159 |
|
149 |
|
| 160 |
|
|
|
| 161 |
.icon |
150 |
.icon |
| 162 |
background-image: url(../images/info.svg) |
151 |
background-image: url(../images/info.svg) |
| 163 |
background-repeat: no-repeat |
152 |
background-repeat: no-repeat |
|
Lines 166-199
Link Here
|
| 166 |
margin-right: 15px |
155 |
margin-right: 15px |
| 167 |
float: left |
156 |
float: left |
| 168 |
|
157 |
|
| 169 |
|
|
|
| 170 |
|
| 171 |
.warning.umc_ie |
158 |
.warning.umc_ie |
| 172 |
min-height: 0px |
159 |
min-height: 0px |
| 173 |
.icon |
160 |
.icon |
| 174 |
background-image: url(../images/info.gif) |
161 |
background-image: url(../images/info.gif) |
| 175 |
|
162 |
|
| 176 |
|
|
|
| 177 |
.warningWrapper |
163 |
.warningWrapper |
| 178 |
position: absolute |
164 |
position: absolute |
| 179 |
height: 100% |
165 |
height: 100% |
| 180 |
width: 100% |
166 |
width: 100% |
| 181 |
|
167 |
|
| 182 |
|
|
|
| 183 |
.warningCenterer |
168 |
.warningCenterer |
| 184 |
height: 50% |
169 |
height: 50% |
| 185 |
margin-bottom: -156px |
170 |
margin-bottom: -156px |
| 186 |
|
171 |
|
| 187 |
|
|
|
| 188 |
/*favorites category fade in/out*/ |
172 |
/*favorites category fade in/out*/ |
| 189 |
.umcCategoryBar .umcCategory-_favorites_.favoritesHidden |
173 |
.umcCategoryBar .umcCategory-_favorites_ |
| 190 |
opacity: 0 |
174 |
opacity: 1 |
| 191 |
max-width: 0 !important |
175 |
transition: opacity 0.7s 0.3s, max-width 0.7s, min-width 0.7s |
| 192 |
min-width: 0 |
|
|
| 193 |
transition: opacity 0.5s, max-width 0.7s 0.2s, min-width 0.7s 0.2s |
| 194 |
|
176 |
|
| 195 |
|
177 |
&.favoritesHidden |
| 196 |
.umcCategory-_favorites_ |
178 |
opacity: 0 |
| 197 |
opacity: 1 |
179 |
max-width: 0 !important |
| 198 |
transition: opacity 0.7s 0.3s, max-width 0.7s, min-width 0.7s |
180 |
min-width: 0 |
| 199 |
|
181 |
transition: opacity 0.5s, max-width 0.7s 0.2s, min-width 0.7s 0.2s |