Produced by Araxis Merge on 2023-07-12 04:42:39 +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 | Porto v4.0.5/Theme Files/Porto Theme/app/code/Smartwave/Dailydeals/view/frontend/web/css | normalize.css | 2017-03-25 23:53:40 +0000 |
| 2 | Porto v4.0.6/Theme Files/Porto Theme/app/code/Smartwave/Dailydeals/view/frontend/web/css | normalize.css | 2017-03-25 23:53:40 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 1 | 572 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 | /*! normalize.css v2.0.1 | MIT License | git.io/normalize */ | 1 | /*! normalize.css v2.0.1 | MIT License | git.io/normalize */ | |||
| 2 | 2 | |||||
| 3 | /* ========================================================================== | 3 | /* ========================================================================== | |||
| 4 | HTML5 display definitions | 4 | HTML5 display definitions | |||
| 5 | ========================================================================== */ | 5 | ========================================================================== */ | |||
| 6 | 6 | |||||
| 7 | /* | 7 | /* | |||
| 8 | * Corrects `block` display not defined in IE 8/9. | 8 | * Corrects `block` display not defined in IE 8/9. | |||
| 9 | */ | 9 | */ | |||
| 10 | 10 | |||||
| 11 | article, | 11 | article, | |||
| 12 | aside, | 12 | aside, | |||
| 13 | details, | 13 | details, | |||
| 14 | figcaption, | 14 | figcaption, | |||
| 15 | figure, | 15 | figure, | |||
| 16 | footer, | 16 | footer, | |||
| 17 | header, | 17 | header, | |||
| 18 | hgroup, | 18 | hgroup, | |||
| 19 | nav, | 19 | nav, | |||
| 20 | section, | 20 | section, | |||
| 21 | summary { | 21 | summary { | |||
| 22 | display: block; | 22 | display: block; | |||
| 23 | } | 23 | } | |||
| 24 | 24 | |||||
| 25 | /* | 25 | /* | |||
| 26 | * Corrects `inline-block` display not defined in IE 8/9. | 26 | * Corrects `inline-block` display not defined in IE 8/9. | |||
| 27 | */ | 27 | */ | |||
| 28 | 28 | |||||
| 29 | audio, | 29 | audio, | |||
| 30 | canvas, | 30 | canvas, | |||
| 31 | video { | 31 | video { | |||
| 32 | display: inline-block; | 32 | display: inline-block; | |||
| 33 | } | 33 | } | |||
| 34 | 34 | |||||
| 35 | /* | 35 | /* | |||
| 36 | * Prevents modern browsers from displaying `audio` without controls. | 36 | * Prevents modern browsers from displaying `audio` without controls. | |||
| 37 | * Remove excess height in iOS 5 devices. | 37 | * Remove excess height in iOS 5 devices. | |||
| 38 | */ | 38 | */ | |||
| 39 | 39 | |||||
| 40 | audio:not([controls]) { | 40 | audio:not([controls]) { | |||
| 41 | display: none; | 41 | display: none; | |||
| 42 | height: 0; | 42 | height: 0; | |||
| 43 | } | 43 | } | |||
| 44 | 44 | |||||
| 45 | /* | 45 | /* | |||
| 46 | * Addresses styling for `hidden` attribute not present in IE 8/9. | 46 | * Addresses styling for `hidden` attribute not present in IE 8/9. | |||
| 47 | */ | 47 | */ | |||
| 48 | 48 | |||||
| 49 | [hidden] { | 49 | [hidden] { | |||
| 50 | display: none; | 50 | display: none; | |||
| 51 | } | 51 | } | |||
| 52 | 52 | |||||
| 53 | /* ========================================================================== | 53 | /* ========================================================================== | |||
| 54 | Base | 54 | Base | |||
| 55 | ========================================================================== */ | 55 | ========================================================================== */ | |||
| 56 | 56 | |||||
| 57 | /* | 57 | /* | |||
| 58 | * 1. Sets default font family to sans-serif. | 58 | * 1. Sets default font family to sans-serif. | |||
| 59 | * 2. Prevents iOS text size adjust after orientation change, without disabling | 59 | * 2. Prevents iOS text size adjust after orientation change, without disabling | |||
| 60 | * user zoom. | 60 | * user zoom. | |||
| 61 | */ | 61 | */ | |||
| 62 | 62 | |||||
| 63 | html { | 63 | html { | |||
| 64 | font-family: sans-serif; /* 1 */ | 64 | font-family: sans-serif; /* 1 */ | |||
| 65 | -webkit-text-size-adjust: 100%; /* 2 */ | 65 | -webkit-text-size-adjust: 100%; /* 2 */ | |||
| 66 | -ms-text-size-adjust: 100%; /* 2 */ | 66 | -ms-text-size-adjust: 100%; /* 2 */ | |||
| 67 | } | 67 | } | |||
| 68 | 68 | |||||
| 69 | /* | 69 | /* | |||
| 70 | * Removes default margin. | 70 | * Removes default margin. | |||
| 71 | */ | 71 | */ | |||
| 72 | 72 | |||||
| 73 | body { | 73 | body { | |||
| 74 | margin: 0; | 74 | margin: 0; | |||
| 75 | } | 75 | } | |||
| 76 | 76 | |||||
| 77 | /* ========================================================================== | 77 | /* ========================================================================== | |||
| 78 | Links | 78 | Links | |||
| 79 | ========================================================================== */ | 79 | ========================================================================== */ | |||
| 80 | 80 | |||||
| 81 | /* | 81 | /* | |||
| 82 | * Addresses `outline` inconsistency between Chrome and other browsers. | 82 | * Addresses `outline` inconsistency between Chrome and other browsers. | |||
| 83 | */ | 83 | */ | |||
| 84 | 84 | |||||
| 85 | a:focus { | 85 | a:focus { | |||
| 86 | outline: thin dotted; | 86 | outline: thin dotted; | |||
| 87 | } | 87 | } | |||
| 88 | 88 | |||||
| 89 | /* | 89 | /* | |||
| 90 | * Improves readability when focused and also mouse hovered in all browsers. | 90 | * Improves readability when focused and also mouse hovered in all browsers. | |||
| 91 | */ | 91 | */ | |||
| 92 | 92 | |||||
| 93 | a:active, | 93 | a:active, | |||
| 94 | a:hover { | 94 | a:hover { | |||
| 95 | outline: 0; | 95 | outline: 0; | |||
| 96 | } | 96 | } | |||
| 97 | 97 | |||||
| 98 | /* ========================================================================== | 98 | /* ========================================================================== | |||
| 99 | Typography | 99 | Typography | |||
| 100 | ========================================================================== */ | 100 | ========================================================================== */ | |||
| 101 | 101 | |||||
| 102 | /* | 102 | /* | |||
| 103 | * Addresses `h1` font sizes within `section` and `article` in Firefox 4+, | 103 | * Addresses `h1` font sizes within `section` and `article` in Firefox 4+, | |||
| 104 | * Safari 5, and Chrome. | 104 | * Safari 5, and Chrome. | |||
| 105 | */ | 105 | */ | |||
| 106 | 106 | |||||
| 107 | h1 { | 107 | h1 { | |||
| 108 | font-size: 2em; | 108 | font-size: 2em; | |||
| 109 | } | 109 | } | |||
| 110 | 110 | |||||
| 111 | /* | 111 | /* | |||
| 112 | * Addresses styling not present in IE 8/9, Safari 5, and Chrome. | 112 | * Addresses styling not present in IE 8/9, Safari 5, and Chrome. | |||
| 113 | */ | 113 | */ | |||
| 114 | 114 | |||||
| 115 | abbr[title] { | 115 | abbr[title] { | |||
| 116 | border-bottom: 1px dotted; | 116 | border-bottom: 1px dotted; | |||
| 117 | } | 117 | } | |||
| 118 | 118 | |||||
| 119 | /* | 119 | /* | |||
| 120 | * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome. | 120 | * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome. | |||
| 121 | */ | 121 | */ | |||
| 122 | 122 | |||||
| 123 | b, | 123 | b, | |||
| 124 | strong { | 124 | strong { | |||
| 125 | font-weight: bold; | 125 | font-weight: bold; | |||
| 126 | } | 126 | } | |||
| 127 | 127 | |||||
| 128 | /* | 128 | /* | |||
| 129 | * Addresses styling not present in Safari 5 and Chrome. | 129 | * Addresses styling not present in Safari 5 and Chrome. | |||
| 130 | */ | 130 | */ | |||
| 131 | 131 | |||||
| 132 | dfn { | 132 | dfn { | |||
| 133 | font-style: italic; | 133 | font-style: italic; | |||
| 134 | } | 134 | } | |||
| 135 | 135 | |||||
| 136 | /* | 136 | /* | |||
| 137 | * Addresses styling not present in IE 8/9. | 137 | * Addresses styling not present in IE 8/9. | |||
| 138 | */ | 138 | */ | |||
| 139 | 139 | |||||
| 140 | mark { | 140 | mark { | |||
| 141 | background: #ff0; | 141 | background: #ff0; | |||
| 142 | color: #000; | 142 | color: #000; | |||
| 143 | } | 143 | } | |||
| 144 | 144 | |||||
| 145 | 145 | |||||
| 146 | /* | 146 | /* | |||
| 147 | * Corrects font family set oddly in Safari 5 and Chrome. | 147 | * Corrects font family set oddly in Safari 5 and Chrome. | |||
| 148 | */ | 148 | */ | |||
| 149 | 149 | |||||
| 150 | code, | 150 | code, | |||
| 151 | kbd, | 151 | kbd, | |||
| 152 | pre, | 152 | pre, | |||
| 153 | samp { | 153 | samp { | |||
| 154 | font-family: monospace, serif; | 154 | font-family: monospace, serif; | |||
| 155 | font-size: 1em; | 155 | font-size: 1em; | |||
| 156 | } | 156 | } | |||
| 157 | 157 | |||||
| 158 | /* | 158 | /* | |||
| 159 | * Improves readability of pre-formatted text in all browsers. | 159 | * Improves readability of pre-formatted text in all browsers. | |||
| 160 | */ | 160 | */ | |||
| 161 | 161 | |||||
| 162 | pre { | 162 | pre { | |||
| 163 | white-space: pre; | 163 | white-space: pre; | |||
| 164 | white-space: pre-wrap; | 164 | white-space: pre-wrap; | |||
| 165 | word-wrap: break-word; | 165 | word-wrap: break-word; | |||
| 166 | } | 166 | } | |||
| 167 | 167 | |||||
| 168 | /* | 168 | /* | |||
| 169 | * Sets consistent quote types. | 169 | * Sets consistent quote types. | |||
| 170 | */ | 170 | */ | |||
| 171 | 171 | |||||
| 172 | q { | 172 | q { | |||
| 173 | quotes: "\201C" "\201D" "\2018" "\2019"; | 173 | quotes: "\201C" "\201D" "\2018" "\2019"; | |||
| 174 | } | 174 | } | |||
| 175 | 175 | |||||
| 176 | /* | 176 | /* | |||
| 177 | * Addresses inconsistent and variable font size in all browsers. | 177 | * Addresses inconsistent and variable font size in all browsers. | |||
| 178 | */ | 178 | */ | |||
| 179 | 179 | |||||
| 180 | small { | 180 | small { | |||
| 181 | font-size: 80%; | 181 | font-size: 80%; | |||
| 182 | } | 182 | } | |||
| 183 | 183 | |||||
| 184 | /* | 184 | /* | |||
| 185 | * Prevents `sub` and `sup` affecting `line-height` in all browsers. | 185 | * Prevents `sub` and `sup` affecting `line-height` in all browsers. | |||
| 186 | */ | 186 | */ | |||
| 187 | 187 | |||||
| 188 | sub, | 188 | sub, | |||
| 189 | sup { | 189 | sup { | |||
| 190 | font-size: 75%; | 190 | font-size: 75%; | |||
| 191 | line-height: 0; | 191 | line-height: 0; | |||
| 192 | position: relative; | 192 | position: relative; | |||
| 193 | vertical-align: baseline; | 193 | vertical-align: baseline; | |||
| 194 | } | 194 | } | |||
| 195 | 195 | |||||
| 196 | sup { | 196 | sup { | |||
| 197 | top: -0.5em; | 197 | top: -0.5em; | |||
| 198 | } | 198 | } | |||
| 199 | 199 | |||||
| 200 | sub { | 200 | sub { | |||
| 201 | bottom: -0.25em; | 201 | bottom: -0.25em; | |||
| 202 | } | 202 | } | |||
| 203 | 203 | |||||
| 204 | /* ========================================================================== | 204 | /* ========================================================================== | |||
| 205 | Embedded content | 205 | Embedded content | |||
| 206 | ========================================================================== */ | 206 | ========================================================================== */ | |||
| 207 | 207 | |||||
| 208 | /* | 208 | /* | |||
| 209 | * Removes border when inside `a` element in IE 8/9. | 209 | * Removes border when inside `a` element in IE 8/9. | |||
| 210 | */ | 210 | */ | |||
| 211 | 211 | |||||
| 212 | img { | 212 | img { | |||
| 213 | border: 0; | 213 | border: 0; | |||
| 214 | } | 214 | } | |||
| 215 | 215 | |||||
| 216 | /* | 216 | /* | |||
| 217 | * Corrects overflow displayed oddly in IE 9. | 217 | * Corrects overflow displayed oddly in IE 9. | |||
| 218 | */ | 218 | */ | |||
| 219 | 219 | |||||
| 220 | svg:not(:root) { | 220 | svg:not(:root) { | |||
| 221 | overflow: hidden; | 221 | overflow: hidden; | |||
| 222 | } | 222 | } | |||
| 223 | 223 | |||||
| 224 | /* ========================================================================== | 224 | /* ========================================================================== | |||
| 225 | Figures | 225 | Figures | |||
| 226 | ========================================================================== */ | 226 | ========================================================================== */ | |||
| 227 | 227 | |||||
| 228 | /* | 228 | /* | |||
| 229 | * Addresses margin not present in IE 8/9 and Safari 5. | 229 | * Addresses margin not present in IE 8/9 and Safari 5. | |||
| 230 | */ | 230 | */ | |||
| 231 | 231 | |||||
| 232 | figure { | 232 | figure { | |||
| 233 | margin: 0; | 233 | margin: 0; | |||
| 234 | } | 234 | } | |||
| 235 | 235 | |||||
| 236 | /* ========================================================================== | 236 | /* ========================================================================== | |||
| 237 | Forms | 237 | Forms | |||
| 238 | ========================================================================== */ | 238 | ========================================================================== */ | |||
| 239 | 239 | |||||
| 240 | /* | 240 | /* | |||
| 241 | * Define consistent border, margin, and padding. | 241 | * Define consistent border, margin, and padding. | |||
| 242 | */ | 242 | */ | |||
| 243 | 243 | |||||
| 244 | fieldset { | 244 | fieldset { | |||
| 245 | border: 1px solid #c0c0c0; | 245 | border: 1px solid #c0c0c0; | |||
| 246 | margin: 0 2px; | 246 | margin: 0 2px; | |||
| 247 | padding: 0.35em 0.625em 0.75em; | 247 | padding: 0.35em 0.625em 0.75em; | |||
| 248 | } | 248 | } | |||
| 249 | 249 | |||||
| 250 | /* | 250 | /* | |||
| 251 | * 1. Corrects color not being inherited in IE 8/9. | 251 | * 1. Corrects color not being inherited in IE 8/9. | |||
| 252 | * 2. Remove padding so people aren't caught out if they zero out fieldsets. | 252 | * 2. Remove padding so people aren't caught out if they zero out fieldsets. | |||
| 253 | */ | 253 | */ | |||
| 254 | 254 | |||||
| 255 | legend { | 255 | legend { | |||
| 256 | border: 0; /* 1 */ | 256 | border: 0; /* 1 */ | |||
| 257 | padding: 0; /* 2 */ | 257 | padding: 0; /* 2 */ | |||
| 258 | } | 258 | } | |||
| 259 | 259 | |||||
| 260 | 260 | |||||
| 261 | 261 | |||||
| 262 | 262 | |||||
| 263 | * Removes inner padding and search cancel button in Safari 5 and Chrome | 263 | * Removes inner padding and search cancel button in Safari 5 and Chrome | |||
| 264 | 264 | |||||
| 265 | /* | 265 | /* | |||
| 266 | * 1. Removes default vertical scrollbar in IE 8/9. | 266 | * 1. Removes default vertical scrollbar in IE 8/9. | |||
| 267 | * 2. Improves readability and alignment in all browsers. | 267 | * 2. Improves readability and alignment in all browsers. | |||
| 268 | */ | 268 | */ | |||
| 269 | 269 | |||||
| 270 | textarea { | 270 | textarea { | |||
| 271 | overflow: auto; /* 1 */ | 271 | overflow: auto; /* 1 */ | |||
| 272 | vertical-align: top; /* 2 */ | 272 | vertical-align: top; /* 2 */ | |||
| 273 | } | 273 | } | |||
| 274 | 274 | |||||
| 275 | /* ========================================================================== | 275 | /* ========================================================================== | |||
| 276 | Tables | 276 | Tables | |||
| 277 | ========================================================================== */ | 277 | ========================================================================== */ | |||
| 278 | 278 | |||||
| 279 | /* | 279 | /* | |||
| 280 | * Remove most spacing between table cells. | 280 | * Remove most spacing between table cells. | |||
| 281 | */ | 281 | */ | |||
| 282 | 282 | |||||
| 283 | table { | 283 | table { | |||
| 284 | border-collapse: collapse; | 284 | border-collapse: collapse; | |||
| 285 | border-spacing: 0; | 285 | border-spacing: 0; | |||
| 286 | } | 286 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.