]> git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/gfx/menu/luma/common.css
7299ba9dffe5909745c2ffa76ee6fc785738ba82
[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.30 }
4
5 /* Components */
6 .color       { fill:#f7f7f7 }
7 .colorpicker { fill:#ffffff }
8 .mark        { fill:#efefef }
9 .nopreview   { fill:#37628a; opacity:0.75 }
10
11 /* Icons */
12 .aes   { fill:#d8c246 }
13 .mod   { fill:#5ea1da }
14 .pure  { fill:#bd4f1b }
15 .stats { fill:#85c935 }
16
17 /* Gametypes */
18 .gametype { fill:#ffffff }
19
20 /* Filters */
21 .blurred  { filter:url(common.filters#blurred) }
22 .glowing  { filter:url(common.filters#glowint) }
23 .grayed   { filter:url(common.filters#grayed) }
24 .shadowed { filter:url(common.filters#shadowed) }
25 .shining  { filter:url(common.filters#shining) }