]> git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/gfx/menu/luma/common.css
Luma sources update, also adding simple items. CSS cleanup pending
[xonotic/mediasource.git] / gfx / luma / gfx / menu / luma / common.css
1 /* Backgrounds */
2 .background  { fill:#000000; opacity:0.85 }
3 .clearbutton { fill:#000000; opacity:0.3 }
4 .gametypebg  { fill:#100000; opacity:0.4 }
5
6 /* Components */
7 .checkmark   { fill:#b9e1ff }
8 .color       { fill:#f7f7f7 }
9 .colorpicker { fill:#ffffff }
10 .gametype    { fill:#b9e1ff }
11 .mark        { fill:#efefef }
12 .nopreview   { fill:#37628a; opacity:0.75 }
13
14 /* Icons */
15 .aes   { fill:#deca40 }
16 .mod   { fill:#5ea1da }
17 .pure  { fill:#bd4f1b }
18 .stats { fill:#85c935 }
19
20 /* Filters */
21 .blurred  { filter:url(common.filters#blurred) }
22 .glowing  { filter:url(common.filters#glowing) }
23 .grayed   { filter:url(common.filters#grayed) }
24 .lumatic  { filter:url(common.filters#lumatic) }
25 .shadowed { filter:url(common.filters#shadowed) }