Produced by Araxis Merge on 2/1/2017 2:57:42 PM Eastern Standard Time. 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 | C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM Portal\trunk\BTSSSPortal\Areas\EntityList\css | lightbox.css | Tue Dec 20 19:50:57 2016 UTC |
| 2 | Wed Feb 1 19:57:42 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 1 | 210 |
| Whitespace | |
|---|---|
| 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 |
No regular expressions were active.
| 1 | /*Lightbox 2 | |||||
| 2 | Copyright (c) 2015 L okesh Dhak ar | |||||
| 3 | ||||||
| 4 | Permission is hereby granted, free of ch arge, to a ny person obtaining a copy of this softw are and as sociated d ocumentati on files ( the "Softw are"), to deal in th e Software without r estriction , includin g without limitation the right s to use, copy, modi fy, merge, publish, distribute , sublicen se, and/or sell copi es of the Software, and to per mit person s to whom the Softwa re is furn ished to d o so, subj ect to the following condition s: | |||||
| 5 | ||||||
| 6 | The above copyright notice and this perm ission not ice shall be include d in all c opies or s ubstantial portions of the Sof tware. | |||||
| 7 | ||||||
| 8 | THE SOFTWA RE IS PROV IDED "AS I S", WITHOU T WARRANTY OF ANY KI ND, EXPRES S OR IMPLI ED, INCLUD ING BUT NO T LIMITED TO THE WAR RANTIES OF MERCHANTA BILITY, FI TNESS FOR A PARTICUL AR PURPOSE AND NONIN FRINGEMENT . IN NO EV ENT SHALL THE AUTHOR S OR COPYR IGHT HOLDE RS BE LIAB LE FOR ANY CLAIM, DA MAGES OR O THER LIABI LITY, WHET HER IN AN ACTION OF CONTRACT, TORT OR OT HERWISE, A RISING FRO M, OUT OF OR IN CONN ECTION WIT H THE SOFT WARE OR TH E USE OR O THER DEALI NGS IN THE SOFTWARE. */ | |||||
| 9 | /* line 7, ../sass/l ightbox.sa ss */ | |||||
| 10 | body:after { | |||||
| 11 | content: url(../im g/close.pn g) url(../ img/loadin g.gif) url (../img/pr ev.png) ur l(../img/n ext.png); | |||||
| 12 | display: none; | |||||
| 13 | } | |||||
| 14 | ||||||
| 15 | /* line 11 , ../sass/ lightbox.s ass */ | |||||
| 16 | .lightboxO verlay { | |||||
| 17 | position : absolute ; | |||||
| 18 | top: 0; | |||||
| 19 | left: 0; | |||||
| 20 | z-index: 9999; | |||||
| 21 | backgrou nd-color: black; | |||||
| 22 | filter: progid:DXI mageTransf orm.Micros oft.Alpha( Opacity=80 ); | |||||
| 23 | opacity: 0.8; | |||||
| 24 | display: none; | |||||
| 25 | } | |||||
| 26 | ||||||
| 27 | /* line 20 , ../sass/ lightbox.s ass */ | |||||
| 28 | .lightbox { | |||||
| 29 | position : absolute ; | |||||
| 30 | left: 0; | |||||
| 31 | width: 1 00%; | |||||
| 32 | z-index: 10000; | |||||
| 33 | text-ali gn: center ; | |||||
| 34 | line-hei ght: 0; | |||||
| 35 | font-wei ght: norma l; | |||||
| 36 | } | |||||
| 37 | /* line 28 , ../sass/ lightbox.s ass */ | |||||
| 38 | .lightbox .lb-image { | |||||
| 39 | display: block; | |||||
| 40 | height: auto; | |||||
| 41 | -webkit- border-rad ius: 3px; | |||||
| 42 | -moz-bor der-radius : 3px; | |||||
| 43 | -ms-bord er-radius: 3px; | |||||
| 44 | -o-borde r-radius: 3px; | |||||
| 45 | border-r adius: 3px ; | |||||
| 46 | } | |||||
| 47 | /* line 32 , ../sass/ lightbox.s ass */ | |||||
| 48 | .lightbox a img { | |||||
| 49 | border: none; | |||||
| 50 | } | |||||
| 51 | ||||||
| 52 | /* line 35 , ../sass/ lightbox.s ass */ | |||||
| 53 | .lb-outerC ontainer { | |||||
| 54 | position : relative ; | |||||
| 55 | backgrou nd-color: white; | |||||
| 56 | *zoom: 1 ; | |||||
| 57 | width: 2 50px; | |||||
| 58 | height: 250px; | |||||
| 59 | margin: 0 auto; | |||||
| 60 | -webkit- border-rad ius: 4px; | |||||
| 61 | -moz-bor der-radius : 4px; | |||||
| 62 | -ms-bord er-radius: 4px; | |||||
| 63 | -o-borde r-radius: 4px; | |||||
| 64 | border-r adius: 4px ; | |||||
| 65 | } | |||||
| 66 | /* line 38 , ../../.. /../.rvm/g ems/ruby-1 .9.3-p392/ gems/compa ss-0.12.2/ frameworks /compass/s tylesheets /compass/u tilities/g eneral/_cl earfix.scs s */ | |||||
| 67 | .lb-outerC ontainer:a fter { | |||||
| 68 | content: ""; | |||||
| 69 | display: table; | |||||
| 70 | clear: b oth; | |||||
| 71 | } | |||||
| 72 | ||||||
| 73 | /* line 44 , ../sass/ lightbox.s ass */ | |||||
| 74 | .lb-contai ner { | |||||
| 75 | padding: 4px; | |||||
| 76 | } | |||||
| 77 | ||||||
| 78 | /* line 47 , ../sass/ lightbox.s ass */ | |||||
| 79 | .lb-loader { | |||||
| 80 | position : absolute ; | |||||
| 81 | top: 43% ; | |||||
| 82 | left: 0% ; | |||||
| 83 | height: 25%; | |||||
| 84 | width: 1 00%; | |||||
| 85 | text-ali gn: center ; | |||||
| 86 | line-hei ght: 0; | |||||
| 87 | } | |||||
| 88 | ||||||
| 89 | /* line 56 , ../sass/ lightbox.s ass */ | |||||
| 90 | .lb-cancel { | |||||
| 91 | display: block; | |||||
| 92 | width: 3 2px; | |||||
| 93 | height: 32px; | |||||
| 94 | margin: 0 auto; | |||||
| 95 | backgrou nd: url(.. /img/loadi ng.gif) no -repeat; | |||||
| 96 | } | |||||
| 97 | ||||||
| 98 | /* line 63 , ../sass/ lightbox.s ass */ | |||||
| 99 | .lb-nav { | |||||
| 100 | position : absolute ; | |||||
| 101 | top: 0; | |||||
| 102 | left: 0; | |||||
| 103 | height: 100%; | |||||
| 104 | width: 1 00%; | |||||
| 105 | z-index: 10; | |||||
| 106 | } | |||||
| 107 | ||||||
| 108 | /* line 71 , ../sass/ lightbox.s ass */ | |||||
| 109 | .lb-contai ner > .nav { | |||||
| 110 | left: 0; | |||||
| 111 | } | |||||
| 112 | ||||||
| 113 | /* line 74 , ../sass/ lightbox.s ass */ | |||||
| 114 | .lb-nav a { | |||||
| 115 | outline: none; | |||||
| 116 | } | |||||
| 117 | ||||||
| 118 | /* line 77 , ../sass/ lightbox.s ass */ | |||||
| 119 | .lb-prev, .lb-next { | |||||
| 120 | width: 4 9%; | |||||
| 121 | height: 100%; | |||||
| 122 | cursor: pointer; | |||||
| 123 | /* Trick IE into s howing hov er */ | |||||
| 124 | display: block; | |||||
| 125 | } | |||||
| 126 | ||||||
| 127 | /* line 84 , ../sass/ lightbox.s ass */ | |||||
| 128 | .lb-prev { | |||||
| 129 | left: 0; | |||||
| 130 | float: l eft; | |||||
| 131 | } | |||||
| 132 | /* line 87 , ../sass/ lightbox.s ass */ | |||||
| 133 | .lb-prev:h over { | |||||
| 134 | backgrou nd: url(.. /img/prev. png) left 48% no-rep eat; | |||||
| 135 | } | |||||
| 136 | ||||||
| 137 | /* line 90 , ../sass/ lightbox.s ass */ | |||||
| 138 | .lb-next { | |||||
| 139 | right: 0 ; | |||||
| 140 | float: r ight; | |||||
| 141 | } | |||||
| 142 | /* line 93 , ../sass/ lightbox.s ass */ | |||||
| 143 | .lb-next:h over { | |||||
| 144 | backgrou nd: url(.. /img/next. png) right 48% no-re peat; | |||||
| 145 | } | |||||
| 146 | ||||||
| 147 | /* line 96 , ../sass/ lightbox.s ass */ | |||||
| 148 | .lb-dataCo ntainer { | |||||
| 149 | margin: 0 auto; | |||||
| 150 | padding- top: 5px; | |||||
| 151 | *zoom: 1 ; | |||||
| 152 | width: 1 00%; | |||||
| 153 | -moz-bor der-radius -bottomlef t: 4px; | |||||
| 154 | -webkit- border-bot tom-left-r adius: 4px ; | |||||
| 155 | border-b ottom-left -radius: 4 px; | |||||
| 156 | -moz-bor der-radius -bottomrig ht: 4px; | |||||
| 157 | -webkit- border-bot tom-right- radius: 4p x; | |||||
| 158 | border-b ottom-righ t-radius: 4px; | |||||
| 159 | } | |||||
| 160 | /* line 38 , ../../.. /../.rvm/g ems/ruby-1 .9.3-p392/ gems/compa ss-0.12.2/ frameworks /compass/s tylesheets /compass/u tilities/g eneral/_cl earfix.scs s */ | |||||
| 161 | .lb-dataCo ntainer:af ter { | |||||
| 162 | content: ""; | |||||
| 163 | display: table; | |||||
| 164 | clear: b oth; | |||||
| 165 | } | |||||
| 166 | ||||||
| 167 | /* line 10 3, ../sass /lightbox. sass */ | |||||
| 168 | .lb-data { | |||||
| 169 | padding: 0 4px; | |||||
| 170 | color: # bbbbbb; | |||||
| 171 | } | |||||
| 172 | /* line 10 6, ../sass /lightbox. sass */ | |||||
| 173 | .lb-data . lb-details { | |||||
| 174 | width: 8 5%; | |||||
| 175 | float: l eft; | |||||
| 176 | text-ali gn: left; | |||||
| 177 | line-hei ght: 1.1em ; | |||||
| 178 | } | |||||
| 179 | /* line 11 1, ../sass /lightbox. sass */ | |||||
| 180 | .lb-data . lb-caption { | |||||
| 181 | font-siz e: 13px; | |||||
| 182 | font-wei ght: bold; | |||||
| 183 | line-hei ght: 1em; | |||||
| 184 | } | |||||
| 185 | /* line 11 5, ../sass /lightbox. sass */ | |||||
| 186 | .lb-data . lb-number { | |||||
| 187 | display: block; | |||||
| 188 | clear: l eft; | |||||
| 189 | padding- bottom: 1e m; | |||||
| 190 | font-siz e: 12px; | |||||
| 191 | color: # 999999; | |||||
| 192 | } | |||||
| 193 | /* line 12 1, ../sass /lightbox. sass */ | |||||
| 194 | .lb-data . lb-close { | |||||
| 195 | display: block; | |||||
| 196 | float: r ight; | |||||
| 197 | width: 3 0px; | |||||
| 198 | height: 30px; | |||||
| 199 | backgrou nd: url(.. /img/close .png) top right no-r epeat; | |||||
| 200 | text-ali gn: right; | |||||
| 201 | outline: none; | |||||
| 202 | filter: progid:DXI mageTransf orm.Micros oft.Alpha( Opacity=70 ); | |||||
| 203 | opacity: 0.7; | |||||
| 204 | } | |||||
| 205 | /* line 13 0, ../sass /lightbox. sass */ | |||||
| 206 | .lb-data . lb-close:h over { | |||||
| 207 | cursor: pointer; | |||||
| 208 | filter: progid:DXI mageTransf orm.Micros oft.Alpha( Opacity=10 0); | |||||
| 209 | opacity: 1; | |||||
| 210 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.