Produced by Araxis Merge on 2021-07-21 10:22:21 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/pub/media/porto/web/css/header | type27.rtl.css | 2019-12-13 07:35:12 +0000 |
| 2 | 2021-07-21 10:22:21 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 1 | 362 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | .page-header.type27 { | |||||
| 2 | border: 0; | |||||
| 3 | background-color: #9b9a94; | |||||
| 4 | background-size: cover; | |||||
| 5 | } | |||||
| 6 | .page-header.type27.sticky-header .nav-sections { | |||||
| 7 | background-color: #9b9a94; | |||||
| 8 | padding: 0; | |||||
| 9 | } | |||||
| 10 | .page-header.type27.sticky-header .sticky-logo { | |||||
| 11 | margin: 10px 0; | |||||
| 12 | } | |||||
| 13 | .page-header.type27 .panel.wrapper { | |||||
| 14 | background-color: #222529; | |||||
| 15 | } | |||||
| 16 | .page-header.type27 .header.panel { | |||||
| 17 | display: flex; | |||||
| 18 | padding-top: 0; | |||||
| 19 | padding-bottom: 0; | |||||
| 20 | position: relative; | |||||
| 21 | height: 60px; | |||||
| 22 | z-index: 8; | |||||
| 23 | } | |||||
| 24 | .page-header.type27 .header-top-right { | |||||
| 25 | display: flex; | |||||
| 26 | margin-right: auto; | |||||
| 27 | justify-content: flex-end; | |||||
| 28 | align-items: center; | |||||
| 29 | } | |||||
| 30 | .page-header.type27 .header-top-right > .header.links { | |||||
| 31 | display: none; | |||||
| 32 | } | |||||
| 33 | .page-header.type27 .header.panel .custom-block a { | |||||
| 34 | color: #fff; | |||||
| 35 | } | |||||
| 36 | .page-header.type27 .header.panel .custom-block a:hover { | |||||
| 37 | color: #e1ddc3; | |||||
| 38 | text-decoration: none; | |||||
| 39 | } | |||||
| 40 | .page-header.type27 .switcher .options ul.dropdown { | |||||
| 41 | right: -7px; | |||||
| 42 | } | |||||
| 43 | .page-header.type27 .header.content { | |||||
| 44 | display: flex; | |||||
| 45 | align-items: center; | |||||
| 46 | } | |||||
| 47 | .page-header.type27 .header-main-left { | |||||
| 48 | margin-left: auto; | |||||
| 49 | } | |||||
| 50 | .page-header.type27 .header-main-right { | |||||
| 51 | text-align: left; | |||||
| 52 | padding: 25px 0; | |||||
| 53 | } | |||||
| 54 | .page-header.type27 .logo { | |||||
| 55 | margin: 25px 0; | |||||
| 56 | max-width: 100%; | |||||
| 57 | } | |||||
| 58 | .page-header.type27 .search-area, .page-header.type27 .top-links-area, .page-header.type27 a.my-wishlist { | |||||
| 59 | margin: 0 5px; | |||||
| 60 | display: inline-block; | |||||
| 61 | vertical-align: middle; | |||||
| 62 | } | |||||
| 63 | .page-header.type27 .minicart-wrapper { | |||||
| 64 | margin-top: 10px; | |||||
| 65 | margin-right: 10px; | |||||
| 66 | margin-left: 10px; | |||||
| 67 | width: auto; | |||||
| 68 | vertical-align: middle; | |||||
| 69 | float: none; | |||||
| 70 | } | |||||
| 71 | .page-header.type27 .minicart-wrapper .action.showcart { | |||||
| 72 | width: 25px; | |||||
| 73 | height: 20px; | |||||
| 74 | border: 2px solid #fff; | |||||
| 75 | border-radius: 0 0 5px 5px; | |||||
| 76 | position: relative; | |||||
| 77 | opacity: .9; | |||||
| 78 | padding-left: 0; | |||||
| 79 | } | |||||
| 80 | .page-header.type27 .minicart-wrapper .action.showcart:before { | |||||
| 81 | content: '' !important; | |||||
| 82 | position: absolute; | |||||
| 83 | border: 2px solid; | |||||
| 84 | border-color: inherit; | |||||
| 85 | border-bottom: none; | |||||
| 86 | border-radius: 10px 10px 0 0; | |||||
| 87 | right: 50%; | |||||
| 88 | top: -8px; | |||||
| 89 | margin-right: -7.5px; | |||||
| 90 | width: 15px; | |||||
| 91 | height: 11px; | |||||
| 92 | } | |||||
| 93 | .page-header.type27 .minicart-wrapper .action.showcart .counter.qty { | |||||
| 94 | width: 16px; | |||||
| 95 | height: 16px; | |||||
| 96 | display: block; | |||||
| 97 | font-size: 10px; | |||||
| 98 | color: #fff; | |||||
| 99 | background-color: #222529; | |||||
| 100 | text-align: center; | |||||
| 101 | line-height: 16px; | |||||
| 102 | border-radius: 20px; | |||||
| 103 | min-width: auto; | |||||
| 104 | right: auto; | |||||
| 105 | left: -13px; | |||||
| 106 | margin-top: -20px; | |||||
| 107 | font-weight: 400; | |||||
| 108 | } | |||||
| 109 | .page-header.type27.sticky-header .minicart-wrapper .action.showcart .counter.qty { | |||||
| 110 | left: -16px; | |||||
| 111 | } | |||||
| 112 | .page-header.type27 .minicart-wrapper .action.showcart:after { | |||||
| 113 | display: none; | |||||
| 114 | } | |||||
| 115 | .page-header.type27 .minicart-wrapper .block-minicart:before { | |||||
| 116 | left: 20px; | |||||
| 117 | } | |||||
| 118 | .page-header.type27 .minicart-wrapper .block-minicart:after { | |||||
| 119 | left: 19px; | |||||
| 120 | } | |||||
| 121 | .page-header.type27 .search-area { | |||||
| 122 | display: inline-block; | |||||
| 123 | vertical-align: middle; | |||||
| 124 | position: relative; | |||||
| 125 | margin-left: 10px; | |||||
| 126 | } | |||||
| 127 | .page-header.type27 .search-area > a { | |||||
| 128 | font-size: 21px; | |||||
| 129 | } | |||||
| 130 | .page-header.type27 .top-links-icon { | |||||
| 131 | font-size: 27px; | |||||
| 132 | } | |||||
| 133 | .page-header.type27 .search-area > a > i:before { | |||||
| 134 | font-weight: 900; | |||||
| 135 | } | |||||
| 136 | .page-header.type27 .search-area .search-toggle-icon span { | |||||
| 137 | display: none; | |||||
| 138 | } | |||||
| 139 | .page-header.type27 .header.content { | |||||
| 140 | display: flex; | |||||
| 141 | align-items: center; | |||||
| 142 | } | |||||
| 143 | .page-header.type27 .fa-search:before, .page-header.type27 .block-search .action.search:before, .page-header.type27 .block-search .label:before { | |||||
| 144 | content: '\e884'; | |||||
| 145 | font-family: porto-icons; | |||||
| 146 | font-weight: 600; | |||||
| 147 | } | |||||
| 148 | .page-header.type27 .block-search { | |||||
| 149 | margin: 0; | |||||
| 150 | } | |||||
| 151 | .page-header.type27 .block-search .action.search:before { | |||||
| 152 | color: #fff; | |||||
| 153 | font-size: 20px; | |||||
| 154 | } | |||||
| 155 | .page-header.type27 .block-search input::-webkit-input-placeholder{color:#ccc} | |||||
| 156 | .page-header.type27 .block-search input::-moz-placeholder{color:#ccc} | |||||
| 157 | .page-header.type27 .block-search input:-moz-placeholder{color:#ccc} | |||||
| 158 | .page-header.type27 .block-search input:-ms-input-placeholder{color:#ccc} | |||||
| 159 | .page-header.type27 .block-search input { | |||||
| 160 | background: transparent; | |||||
| 161 | border-color: rgba(204,204,204,0.5); | |||||
| 162 | color: #fff; | |||||
| 163 | box-shadow: none !important; | |||||
| 164 | padding-right: 15px; | |||||
| 165 | height: 44px; | |||||
| 166 | font-size: 11px; | |||||
| 167 | font-style: italic; | |||||
| 168 | font-weight: 400; | |||||
| 169 | font-family: inherit; | |||||
| 170 | } | |||||
| 171 | .page-header.type27 .search-category select { | |||||
| 172 | border-color: rgba(204,204,204,0.5); | |||||
| 173 | color: #fff; | |||||
| 174 | box-shadow: none !important; | |||||
| 175 | padding-right: 15px; | |||||
| 176 | font-size: 11px; | |||||
| 177 | font-style: italic; | |||||
| 178 | font-weight: 400; | |||||
| 179 | font-family: inherit; | |||||
| 180 | background-image: url(../../images/select-bg2.svg); | |||||
| 181 | } | |||||
| 182 | .page-header.type27 .block-search .action.search { | |||||
| 183 | width: 42px; | |||||
| 184 | right: 2p; | |||||
| 185 | height: 42px; | |||||
| 186 | } | |||||
| 187 | .page-header.type27 .top-links-icon, .page-header.type27 a.my-wishlist, .page-header.type27 .search-area > a, .page-header.type27 .nav-toggle:before { | |||||
| 188 | color: #fff; | |||||
| 189 | } | |||||
| 190 | .page-header.type27 a.my-wishlist { | |||||
| 191 | border-left: 1px solid rgba(255,255,255,0.09); | |||||
| 192 | border-right: 1px solid rgba(255,255,255,0.09); | |||||
| 193 | line-height: 35px; | |||||
| 194 | padding: 0 12px; | |||||
| 195 | font-size: 27px; | |||||
| 196 | } | |||||
| 197 | @media (min-width: 768px) { | |||||
| 198 | .page-header.type27 .navigation .level0 > .level-top { | |||||
| 199 | line-height: 50px; | |||||
| 200 | color: #fff; | |||||
| 201 | font-size: 12px; | |||||
| 202 | font-weight: 600; | |||||
| 203 | padding: 0 20px; | |||||
| 204 | } | |||||
| 205 | .page-header.type27.header-newskin .navigation .level0 { | |||||
| 206 | margin-left: 1px; | |||||
| 207 | } | |||||
| 208 | .page-header.type27 .navigation .level0.parent > a:after { | |||||
| 209 | vertical-align: middle; | |||||
| 210 | font-weight: 400; | |||||
| 211 | } | |||||
| 212 | .page-header.type27 .nav-sections .switcher, .page-header.type27 .nav-sections .header.links { | |||||
| 213 | display: none; | |||||
| 214 | } | |||||
| 215 | .page-header.type27:not(.sticky-header) .sw-megamenu.navigation > ul, .page-header.type27:not(.sticky-header) .nav-sections-item-content > .navigation { | |||||
| 216 | position: static; | |||||
| 217 | } | |||||
| 218 | .page-header.header-newskin .navigation li.level0.fullwidth .submenu a, .page-header.header-newskin .navigation li.level0.classic .submenu a, .page-header.header-newskin .navigation li.level0.staticwidth .submenu a { | |||||
| 219 | font-weight: 400; | |||||
| 220 | } | |||||
| 221 | .page-header.type27 .panel.header .switcher { | |||||
| 222 | margin-right: 12px; | |||||
| 223 | padding: 0 5px; | |||||
| 224 | height: auto; | |||||
| 225 | text-transform: uppercase; | |||||
| 226 | color: #fff; | |||||
| 227 | margin-top: 1px; | |||||
| 228 | } | |||||
| 229 | .page-header.type27 .switcher strong { | |||||
| 230 | font-size: 12px; | |||||
| 231 | line-height: 26px; | |||||
| 232 | font-weight: 600; | |||||
| 233 | } | |||||
| 234 | .page-header.type27 .switcher strong > img { | |||||
| 235 | margin-top: 1px; | |||||
| 236 | } | |||||
| 237 | .page-header.type27 .switcher .options .action.toggle:after, .page-header.type27 .switcher .options .action.toggle.active:after { | |||||
| 238 | line-height: 26px; | |||||
| 239 | margin-top: -1px; | |||||
| 240 | } | |||||
| 241 | .page-header.type27.sticky-header .navigation .minicart-wrapper { | |||||
| 242 | margin-top: -6px; | |||||
| 243 | } | |||||
| 244 | .page-header.type27.sticky-header .navigation li.level0 > .level-top { | |||||
| 245 | line-height: 50px; | |||||
| 246 | } | |||||
| 247 | } | |||||
| 248 | @media (min-width: 992px) { | |||||
| 249 | .page-header.type27 .search-area > a { | |||||
| 250 | display: none; | |||||
| 251 | } | |||||
| 252 | .page-header.type27 .block-search { | |||||
| 253 | width: 400px; | |||||
| 254 | } | |||||
| 255 | } | |||||
| 256 | @media (max-width: 1199px) { | |||||
| 257 | .page-header.type27 .header-top-left { | |||||
| 258 | display: none; | |||||
| 259 | } | |||||
| 260 | } | |||||
| 261 | @media (max-width: 991px) { | |||||
| 262 | .page-header.type27 .block-search { | |||||
| 263 | display: none; | |||||
| 264 | position: absolute; | |||||
| 265 | top: 100%; | |||||
| 266 | left: -80px; | |||||
| 267 | right: auto; | |||||
| 268 | width: 200px; | |||||
| 269 | margin: 0; | |||||
| 270 | margin-top: 15px; | |||||
| 271 | border: 5px solid #ccc; | |||||
| 272 | border-radius: 0; | |||||
| 273 | overflow: hidden; | |||||
| 274 | } | |||||
| 275 | .page-header.type27 .block-search input { | |||||
| 276 | border: 0; | |||||
| 277 | } | |||||
| 278 | .page-header.type27 .block-search input { | |||||
| 279 | background-color: #a8a3a4; | |||||
| 280 | border: 0; | |||||
| 281 | height: 34px; | |||||
| 282 | line-height: 34px; | |||||
| 283 | border-radius: 0; | |||||
| 284 | font-family: inherit; | |||||
| 285 | font-style: italic; | |||||
| 286 | } | |||||
| 287 | .page-header.type27 .search-category { | |||||
| 288 | margin-left: 15px; | |||||
| 289 | display: none; | |||||
| 290 | } | |||||
| 291 | .page-header.type27 #mpsearch-category { | |||||
| 292 | border-width: 0 1px; | |||||
| 293 | border-color: #e1e1e1; | |||||
| 294 | font-family: inherit; | |||||
| 295 | } | |||||
| 296 | .page-header.type27 .block-search .action.search { | |||||
| 297 | width: 34px; | |||||
| 298 | line-height: 34px; | |||||
| 299 | height: 34px; | |||||
| 300 | } | |||||
| 301 | .page-header.type27 .block-search .action.search:before { | |||||
| 302 | content: '\e884'; | |||||
| 303 | font-weight: 900; | |||||
| 304 | font-size: 16px; | |||||
| 305 | } | |||||
| 306 | .page-header.type27 a.my-wishlist { | |||||
| 307 | border: 0; | |||||
| 308 | padding: 0; | |||||
| 309 | } | |||||
| 310 | .page-header.type27 .search-area, .page-header.type27 .top-links-area, .page-header.type27 a.my-wishlist { | |||||
| 311 | margin: 0 5px; | |||||
| 312 | } | |||||
| 313 | .page-header.type27 .minicart-wrapper { | |||||
| 314 | margin-right: 12px; | |||||
| 315 | } | |||||
| 316 | .page-header.type27 .search-area { | |||||
| 317 | margin-left: 7px; | |||||
| 318 | } | |||||
| 319 | } | |||||
| 320 | @media (max-width: 991px) and (min-width: 768px) { | |||||
| 321 | .page-header.type27 .navigation .level0.staticwidth { | |||||
| 322 | position: static; | |||||
| 323 | } | |||||
| 324 | } | |||||
| 325 | @media (max-width: 767px) { | |||||
| 326 | .page-header.type27 .panel.wrapper { | |||||
| 327 | display: none; | |||||
| 328 | } | |||||
| 329 | .page-header.type27 .nav-toggle { | |||||
| 330 | display: inline-block; | |||||
| 331 | vertical-align: middle; | |||||
| 332 | float: none; | |||||
| 333 | } | |||||
| 334 | .page-header.type27 .nav-sections .header.links, .page-header.type27 .nav-sections .switcher { | |||||
| 335 | display: block; | |||||
| 336 | } | |||||
| 337 | .page-header.type27 .block-search { | |||||
| 338 | background-color: #fff; | |||||
| 339 | } | |||||
| 340 | .page-header.type27 .block-search input { | |||||
| 341 | position: static; | |||||
| 342 | margin: 0; | |||||
| 343 | } | |||||
| 344 | .page-header.type27 .block-search .label { | |||||
| 345 | display: none; | |||||
| 346 | } | |||||
| 347 | } | |||||
| 348 | @media (max-width: 480px) { | |||||
| 349 | .page-header.type27 .nav-toggle { | |||||
| 350 | margin-left: 10px; | |||||
| 351 | } | |||||
| 352 | .page-header.type27 .logo img { | |||||
| 353 | max-width: 80px; | |||||
| 354 | height: auto; | |||||
| 355 | } | |||||
| 356 | .page-header.type27 .search-area, .page-header.type27 .top-links-area, .page-header.type27 a.my-wishlist { | |||||
| 357 | margin: 0 1px; | |||||
| 358 | } | |||||
| 359 | .page-header.type27 .search-area { | |||||
| 360 | margin-left: 4px; | |||||
| 361 | } | |||||
| 362 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.