forked from polimediaupv/paella
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlight.less
44 lines (23 loc) · 745 Bytes
/
light.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* Dark icons over light background */
@fontFamily: Verdana, sans-serif;
@linkColor: #636363;
@linkHoverColor: #a4a4a4;
@linkActiveColor: #3d3d3d;
@mainColor: #fa8533;
@playbackBarBackground: #fa8533;
@playbackBarBackgroundInactive: #333333;
@hoverBackgroundColor: #faa166;
@backgroundColor: rgba(242, 242, 242, 0.78);
@pageBackgroundColor: #fafafa;
@shadowColor: #fa8533;
@paella_icons_image: url(../images/paella_icons_dark.png);
@paella_icons_bkg_size: 2000% 1000%;
@backgroundImage: none;
@backgroundImageSize: auto;
@icon_text_color: white;
@popup_text_color: black;
@playbackBarButtonHeightPx: 40;
@playbackBarButtonWidthPx: 40;
@playbackBarButtonPadding: 0px;
@playbackControlHeightPx: 12;
@playbackBarFontSize: 12px;