|
| 1 | +html, html * { |
| 2 | +color: rgb(183, 183, 183) !important;} |
| 3 | +*{border-color:#a4afaf !important;} |
| 4 | + |
| 5 | +input[type="button"]:hover, input[type="submit"]:not(.color):hover, |
| 6 | +input[type="reset"]:hover, button:hover, select:hover { |
| 7 | + color: #e9e9e9 !important; |
| 8 | + background-color: #303030 !important; |
| 9 | +} |
| 10 | + |
| 11 | +html > body[class] a,html > body[class] a[class] { |
| 12 | + color: #6091c1 !important; |
| 13 | +} |
| 14 | +a, a[class] { |
| 15 | + color: #6091c1 !important; |
| 16 | +} |
| 17 | +html > body svg[class] { |
| 18 | + fill: rgb(183, 183, 183); |
| 19 | +} |
| 20 | +html > body svg { |
| 21 | + fill: rgb(183, 183, 183); |
| 22 | +} |
| 23 | +li { |
| 24 | + color: #004db3 !important; |
| 25 | +} |
| 26 | + |
| 27 | +tr { |
| 28 | + color: #653d3d !important; |
| 29 | +} |
| 30 | + |
| 31 | +cite { |
| 32 | + color: #268 !important; |
| 33 | +} |
| 34 | + |
| 35 | +input { |
| 36 | + color: #257 !important; |
| 37 | +} |
| 38 | + |
| 39 | +em { |
| 40 | + color: #DEF !important; |
| 41 | +} |
| 42 | + |
| 43 | +ul { |
| 44 | + color: #650000 !important; |
| 45 | +} |
| 46 | + |
| 47 | +nobr { |
| 48 | + color: #4a0505 !important; |
| 49 | +} |
| 50 | + |
| 51 | + |
| 52 | +strong { |
| 53 | + color: #9CC !important; |
| 54 | +} |
| 55 | + |
| 56 | + |
| 57 | +b { |
| 58 | + color: #7AF !important; |
| 59 | +} |
| 60 | + |
| 61 | +a:hover, a:hover *, a:visited:hover, a:visited:hover *, span[onclick]:hover, div[onclick]:hover, |
| 62 | +[role="link"]:hover, [role="link"]:hover *, [role="button"]:hover *, [role="menuitem"]:hover, [role="menuitem"]:hover *, .link:hover, .link:hover * { |
| 63 | + color: #2a3bb1 !important; |
| 64 | + background-color: #0000009c !important; |
| 65 | +} |
| 66 | + |
| 67 | +a:visited, a:visited * { |
| 68 | + color: #607069 !important |
| 69 | +} |
| 70 | + |
| 71 | +a.highlight, a.highlight *, a.active, a.active *, .selected, .selected *, [href="#"] { |
| 72 | + color: #DDD !important; |
| 73 | + font-weight: bold !important |
| 74 | +} |
| 75 | + |
| 76 | +textarea, i, td { |
| 77 | + color: #ACE !important; |
| 78 | + /* text-shadow: -1px -1px #000, 1px -1px #000, -1px 1px #000, 1px 1px #000 !important; */ |
| 79 | +} |
| 80 | +/* Removed selection color |
| 81 | + ::-moz-selection { |
| 82 | + color: #0FF !important; |
| 83 | + background-color: #333 !important; |
| 84 | +} |
| 85 | +
|
| 86 | + ::selection { |
| 87 | + color: #0FF !important; |
| 88 | + background-color: #333 !important; |
| 89 | +} |
| 90 | +
|
| 91 | + ::-webkit-selection { |
| 92 | + color: #0FF !important; |
| 93 | + background-color: #333 !important; |
| 94 | +} |
| 95 | +*/ |
| 96 | + |
| 97 | +abbr, progress, time, label, .date { |
| 98 | + color: #CDEFC2 !important; |
| 99 | +} |
| 100 | + |
| 101 | +mark, code, pre, blockquote, [class*="quote"], td[style*="inset"][class="alt2"] { |
| 102 | + background-color: #00090F !important; |
| 103 | +} |
| 104 | + |
| 105 | + /* Removed because dropdown icons were having black background unnecessarily. |
| 106 | +nav, menu, html body [class*="open"], html body [id*="Dropdown"], html body [id*="dropdown"], html body [class*="Dropdown"], |
| 107 | +html body [class*="dropdown"], html body [id*="menu"]:not(SELECT), html body [class*="menu"]:NOT(SELECT), html body [class*="tooltip"], |
| 108 | +html body [class*="popup"], html body [id*="popup"], html body [class*="note"], html body [class*="detail"], html body [class*="description"] { |
| 109 | + background-color: #232323 !important; |
| 110 | +} |
| 111 | + */ |
| 112 | + |
| 113 | + |
| 114 | +[onclick]:hover, [ondblclick]:hover, [onmousedown]:hover { |
| 115 | + color: #FEFF97 !important |
| 116 | +} |
0 commit comments