-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathresults.css
48 lines (40 loc) · 1.01 KB
/
results.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
header, footer {
background-color: #eed;
margin: -9px;
padding: 0.5em 1em;
text-align: center;
text-decoration: none;
}
header, footer, form {
font-family: 'Gill Sans', 'Gill Sans MT', Arial, 'sans serif';
}
header {
border-bottom: 1px solid #335;
}
footer {
background: #eed url('Powered-by-Toolforge.png') no-repeat;
background-position-x: 2px;
background-position-y: 20px;
border-top: 1px solid #335;
box-shadow: 0 50vh 0 50vh #eed;
margin-top: 3em;
min-height: 80px;
}
form {
margin: 3em 1em 0;
padding-bottom: 2em;
}
input.error {
background-color: #f1e545;
border-color: #e79f26;
}
header a, footer a { text-decoration: none; }
a { color: #0773b3; }
span.added { color: #02a074; font-weight: bold;}
span.boring { color: #bbb; }
span.changed { color: #5eb3e5; font-weight: bold;}
span.reddish { color: #cc79a7; }
span.removed { color: #e79f26; font-weight: bold;}
span.subitem { color: #666; }
span.subsubitem { color: #999; }
span.warning { color: #d36027; }