|
| 1 | +/* |
| 2 | + Ninja UI Theme: Yugen 幽玄 - aesthetically mysterious |
| 3 | + Copyright 2008-2012 Jamie Hoover. |
| 4 | + Licensed per the terms of the Apache License v2.0. |
| 5 | + http://ninjaui.com/#license |
| 6 | +*/ |
| 7 | + |
| 8 | +/* button, item, select, tab */ |
| 9 | +.nui-thm-yugen .nui-btn, |
| 10 | +.nui-thm-yugen .nui-itm, |
| 11 | +.nui-thm-yugen .nui-slc, |
| 12 | +.nui-thm-yugen .nui-tab { |
| 13 | + color: #fff; |
| 14 | +} |
| 15 | + |
| 16 | +/* blocker */ |
| 17 | +.nui-thm-yugen .nui-blk { |
| 18 | + background-color: rgba(0,0,0,0.8); |
| 19 | +} |
| 20 | + |
| 21 | +/* button, item, tab */ |
| 22 | +.nui-thm-yugen .nui-btn, |
| 23 | +.nui-thm-yugen .nui-itm, |
| 24 | +.nui-thm-yugen .nui-tab { |
| 25 | + text-shadow: 0 -1px 1px #000; |
| 26 | +} |
| 27 | + |
| 28 | +/* button, slider-button, slider-button.select, slider-groove, tab, tray */ |
| 29 | +.nui-thm-yugen .nui-btn, |
| 30 | +.nui-thm-yugen .nui-sld-btn, |
| 31 | +.nui-thm-yugen .nui-sld-btn.nui-slc, |
| 32 | +.nui-thm-yugen .nui-sld-grv, |
| 33 | +.nui-thm-yugen .nui-tab, |
| 34 | +.nui-thm-yugen .nui-try { |
| 35 | + border-color: #000; |
| 36 | +} |
| 37 | + |
| 38 | +/* button, slider-button, slider-button.select, slider-groove, tab */ |
| 39 | +.nui-thm-yugen .nui-btn, |
| 40 | +.nui-thm-yugen .nui-sld-btn, |
| 41 | +.nui-thm-yugen .nui-sld-btn.nui-slc, |
| 42 | +.nui-thm-yugen .nui-sld-grv, |
| 43 | +.nui-thm-yugen .nui-tab { |
| 44 | + background-color: #333; |
| 45 | +} |
| 46 | + |
| 47 | +/* dialog, list */ |
| 48 | +.nui-thm-yugen .nui-dlg, |
| 49 | +.nui-thm-yugen .nui-lst { |
| 50 | + background-color: #000; |
| 51 | + background-color: rgba(0,0,0,0.8); |
| 52 | + border-color: #666; |
| 53 | +} |
| 54 | + |
| 55 | +/* icon, item.hover, select, star.average */ |
| 56 | +.nui-thm-yugen .nui-icn g, |
| 57 | +.nui-thm-yugen .nui-itm.nui-hvr g, |
| 58 | +.nui-thm-yugen .nui-slc g, |
| 59 | +.nui-thm-yugen .nui-str.nui-avg g { |
| 60 | + fill: #fff; |
| 61 | +} |
| 62 | + |
| 63 | +/* icon, icon-X, item.hover, select */ |
| 64 | +.nui-thm-yugen .nui-icn g, |
| 65 | +.nui-thm-yugen .nui-icn[aria-label=X] circle, |
| 66 | +.nui-thm-yugen .nui-icn[aria-label=X] polygon, |
| 67 | +.nui-thm-yugen .nui-itm.nui-hvr g, |
| 68 | +.nui-thm-yugen .nui-slc g { |
| 69 | + stroke: #fff; |
| 70 | +} |
| 71 | + |
| 72 | +/* icon-X */ |
| 73 | +.nui-thm-yugen .nui-icn[aria-label=X] g { |
| 74 | + fill: #900; |
| 75 | +} |
| 76 | + |
| 77 | +/* item.hover, select */ |
| 78 | +.nui-thm-yugen .nui-itm.nui-hvr, |
| 79 | +.nui-thm-yugen .nui-slc { |
| 80 | + background-color: #c00; |
| 81 | + border-color: #900; |
| 82 | + text-shadow: 0 -1px 1px #300; |
| 83 | +} |
| 84 | + |
| 85 | +/* rule */ |
| 86 | +.nui-thm-yugen .nui-rul { |
| 87 | + border-top-color: #666; |
| 88 | +} |
| 89 | + |
| 90 | +/* slider-level */ |
| 91 | +.nui-thm-yugen .nui-sld-lvl { |
| 92 | + background-color: #c00; |
| 93 | +} |
| 94 | + |
| 95 | +/* star */ |
| 96 | +.nui-thm-yugen .nui-str g { |
| 97 | + fill: #999; |
| 98 | + stroke: #666; |
| 99 | +} |
| 100 | + |
| 101 | +/* star.average */ |
| 102 | +.nui-thm-yugen .nui-str.nui-avg g { |
| 103 | + stroke: #ccc; |
| 104 | +} |
| 105 | + |
| 106 | +/* star.individual */ |
| 107 | +.nui-thm-yugen .nui-str.nui-ind g { |
| 108 | + fill: #c00; |
| 109 | + stroke: #900; |
| 110 | +} |
| 111 | + |
| 112 | +/* tray */ |
| 113 | +.nui-thm-yugen .nui-try { |
| 114 | + background-color: #222; |
| 115 | + border-bottom-color: #444; |
| 116 | +} |
0 commit comments