-
Notifications
You must be signed in to change notification settings - Fork 4
/
buildsite.css
92 lines (78 loc) · 1.49 KB
/
buildsite.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
81
82
83
84
85
86
87
88
89
90
91
92
html {
padding: 0;
margin: 0;
background-color: #1e1e1e;
}
image {
border: none;
}
body, select {
padding: 0;
margin: 0;
background-color: #1e1e1e;
font: normal 10pt "Lucida Grande","Lucida Sans Unicode",sans-serif;
color: #a0a0a0;
}
div {
display: block;
padding: 0;
margin: 0;
}
#everything {
background: url(images/body-bg.png) top repeat-x;
min-height: 100%;
}
#page-wrapper {
margin: 0 auto;
width: 960px;
}
#header {
margin-bottom: 10px;
width: 100%;
height: 144px;
background: url(images/singularity_logo.gif) left top no-repeat;
border-bottom: solid 2px black;
}
.container {
padding: 5px;
margin-bottom: 10px;
background: url(images/container-bg.gif) top repeat-x;
border-bottom: solid 2px black;
background-color: #1b1b1b;
}
a, a:link, a:hover, a:visited, a:active {
text-decoration: none;
color: #e0e0e0;
}
a.dimmer {
color: #a0a0a0;
}
.bottom-links {
text-align: center;
}
td, th {
text-align: left;
margin: 0;
padding: 3px 3px 3px 3px;
vertical-align: top;
display: table-cell;
border: none;
}
th {
border-bottom: solid 1px #404040;
background: url(images/container-bg.gif) top repeat-x;
padding: 5px 3px 10px 3px;
}
.build-list {
padding: 0;
margin: 0;
border-spacing: 0;
width: 100%;
border: solid 1px #404040;
}
pre {
font-family: monospace;
font-size: 8pt;
white-space: pre-wrap;
word-wrap: break-word;
}