-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
80 lines (65 loc) · 1.13 KB
/
styles.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
72
73
74
75
76
77
78
79
80
.small {
font-size: 70%;
}
.smaller {
font-size: 60%;
}
.commandline pre {
font-size: 2em;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
word-wrap:break-word;
}
.content.success h3 {
color: white;
background: green;
}
.content.pending h3 {
color: black;
background: yellow;
}
.content.fail h3 {
color: white;
background: red;
}
.full-page-image img:first-child {
margin: 0;
padding: 0;
width: 100%;
height: 90%;
}
.full-page-image p {
margin: 0 0 0 0;
}
.full-page-image p:not(:first-child),
.full-page-image h1,
.full-page-image h2 {
z-index: 1;
background-position: top left;
}
.full-page-image p:not(:first-child) {
position: relative;
opacity: .6;
top: -4em;
padding: 0.4em 0.9em 0.4em 0.9em;
color: dark-grey;
font-size: 1em;
float: right;
}
.full-page-image h1 {
position: absolute;
top: 1em;
left: 0px;
width: 100%;
padding: 0.3em 0 0.2em 0;
text-transform: uppercase;
}
.full-page-image h2 {
position: absolute;
top: 4em;
left: 0px;
width: 100%;
padding: 0.1em 0 0.3em 0;
}