-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmm.css
More file actions
97 lines (81 loc) · 1.57 KB
/
Copy pathmm.css
File metadata and controls
97 lines (81 loc) · 1.57 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body {
background: #dcf0eb url('mm-query.png');
background-size: 100%;
}
body.mm-is-page-online {
background: #dcf0eb url('mm.png') !important;
background-size: 100% !important;
}
h1 {
margin-top: 60px; text-align: center;
font-family: helvetica, serif;
}
h1 a {
text-decoration: none !important;
}
a {
color: navy;
}
.less-interesting {
font-size: smaller;
}
.tech-help {
margin-top: 1em;
max-width: 40%;
}
.block {
margin-bottom: 1em;
}
.correct, .error, .checking {
font-weight: bold;
}
.correct {
}
.error {
}
.hide, .no-js-show {
display: none;
}
/*noinspection CssNoGenericFontName*/
.checking:before, .correct:before, .error:before {
font-family: 'Web Symbols';
padding: 0.2em;
}
.checking:before {
content: "*";
color: darkgray;
}
.correct:before {
content: "/";
color: darkgreen;
}
.error:before {
content: "'";
color: darkred;
}
@font-face {
font-family: 'Web Symbols';
src: url('font/WebSymbols-Regular.eot');
src: url('font/WebSymbols-Regular.eot?#iefix') format('embedded-opentype'),
url('font/WebSymbols-Regular.woff') format('woff'),
url('font/WebSymbols-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.smtw-status {
position: relative;
border-bottom: 1px silver solid;
}
.project-progress {
position: absolute;
left: 0;
height: 2px;
display: block;
background-color: #b7ad40;
}
.project-progress.progress-start {
background-color: #e90b31 !important;
}
.project-progress.progress-end {
background-color: #25e925 !important;
}