| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- .single-file-highlight-yellow {
- background-color: #ffff7c !important;
- color: black !important;
- }
- span.single-file-highlight-yellow {
- display: inline !important;
- }
- .single-file-highlight-pink {
- background-color: #ffbbb6 !important;
- color: black !important;
- }
- span.single-file-highlight-pink {
- display: inline !important;
- }
- .single-file-highlight-blue {
- background-color: #95d0ff !important;
- color: black !important;
- }
- span.single-file-highlight-blue {
- display: inline !important;
- }
- .single-file-highlight-green {
- background-color: #93ef8d !important;
- color: black !important;
- }
- span.single-file-highlight-green {
- display: inline !important;
- }
- .single-file-highlight-hidden {
- background-color: inherit !important;
- color: inherit !important;
- }
- .single-file-mask {
- all: initial;
- display: contents !important;
- }
- .single-file-mask.single-file-page-mask {
- opacity: .99 !important;
- }
- single-file-note {
- all: initial !important;
- display: contents !important;
- }
- .single-file-cut-hover, .single-file-cut-outer-hover {
- transition: outline-width 125ms;
- }
- .single-file-cut-hover {
- outline: 4px dotted red !important;
- }
- .single-file-cut-outer-hover {
- outline: 4px dotted green !important;
- }
- .single-file-cut-hover, .single-file-remove-highlights-mode .single-file-highlight:hover {
- cursor: crosshair !important;
- }
- .single-file-container-hover {
- overflow: visible !important;
- }
- .single-file-removed {
- display: none !important;
- float: none !important;
- position: static !important;
- visibility: collapse !important;
- }
|