forked from olton/metroui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme-dark.css
71 lines (71 loc) · 983 Bytes
/
theme-dark.css
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
* Metro UI CSS
* Copyright 2012 Sergey Pimenov
* Licensed under the MIT License
*
* Threme-dark.less
*
*/
body {
background: #1d1d1d;
}
.text-rest-state {
color: #ffffff;
}
.text-rest2-state {
color: rgba(255, 255, 255, 0.6);
}
.text-hover-state {
color: rgba(255, 255, 255, 0.8);
}
.text-pressed-state {
color: rgba(255, 255, 255, 0.4);
}
.link-text {
color: #9466ff;
}
.link-text:hover {
color: rgba(148, 102, 255, 0.8);
}
.link-text:active {
color: rgba(148, 102, 255, 0.6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #ffffff;
}
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
color: rgba(255, 255, 255, 0.8);
}
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active {
color: rgba(255, 255, 255, 0.4);
}
a,
.link {
color: #9466ff;
}
a:hover,
.link:hover {
color: rgba(148, 102, 255, 0.8);
}
a:active,
.link:active {
color: rgba(148, 102, 255, 0.6);
}
.page .page-header .page-header-content .user-login .name {
color: #fff;
}