aboutsummaryrefslogtreecommitdiff
path: root/static/stylesheets/bytemark.css
blob: d7e3b9f27d2f49d5db2ca6bae3662654f89aa42e (plain)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
/*----------------------------\  
| Bytemark Internal Stylesheet|
\-----------------------------/

To give your page a nice feel, make sure it starts:
    <html><head>
    <link rel="stylesheet" 
          href="https://admin.bytemark.co.uk/common/bytemark.css"
          type="text/css" 
    />
    </head><body>
    .
    .
    .
    .
    </body></head>

Using headers in the correct order (i.e. h1, h2, h3) also helps.

Patrick 
2004-06-38
*/

pre, code {
  font-family: monospace;
}

ul {
  background-color: white;
  color: black;
}

.OK {
  background-color: #7cfc00;
  color: black;
}

.Failed {
  background-color: #ff6500;
  color: black;
}

h1 {
  background-color: #ffea05;
  color: black;
  padding: 10px;
  margin: 5px;
  font-size: x-large;
  font-weight: normal;
}
h2 {
  background-color: #ABABAB;
  color: white;
  padding: 5px 5px;
  margin: 5px 5px 0px 5px;
  font-weight: bold;
  font-size: large;
}
h2 a {
  color: white;
  font-weight: bold;
  font-size: large;
}

h3, th {
  font-weight: bold;
  font-size: normal;
  background-color: #E4E4E4;
  color: black;
}

th {
  font-size: small;
}

h3 {
  padding: 3px 5px;
  margin: 5px 5px 0px 5px;
}
h4 {  
  padding: 3px 5px;
  margin: 5px 5px 0px 5px;
}
html {
  background-color: #666;
  color: white;
  padding: 5px 5px;
  font-family: arial, sans-serif;
}

body {
  margin: 0px;
  padding: 5px 5px 5px 5px;
  background-color: white;
  color: black;
  border: none;
}

div#navbar {
  /* try to cancel out the body padding above, leaving a bit of a margin beneath */
  margin:  -5px -5px 5px -5px;
  padding-left: 15px;
  background-color: #666;
  font-size: small;
}

div#navbar ul {
 margin:  0px;
 padding: 0px;
 list-style: none;
}

div#navbar ul li {
  float: left;
  margin-right: 2px;
  padding: 4px 4px;
  background: none;
  color: #333;
  background: #ccc;
  border: 1px solid #9b8748;
  border-bottom: none;
}

div#navbar a {
  display: block;
  text-decoration: none;
  margin: 0px;
  min-height: 16px;
  color: inherit;
  vertical-align: bottom;
}

div#navbar li#nav_index a {
  background-image: url(/images/BytemarkLogo180.png);
  background-repeat:no-repeat;
  background-position:left center;
  padding-left: 180px;
  width: 0px;
  overflow: hidden;
}

div#navbar li#nav_index, div#navbar li.nav_selected {
  background-color: white;
  color: #333;
}

div#navbar br {
  clear: both;
}

p {
  margin: 0px 5px;
  padding: 7px;
  background-color: white;
  color: black;
}
table {
  margin: 5px 0px;
  padding: 0px;
}
table.full {
}
tr {
  margin: 0px;
  padding: 0px;
}
td {
  vertical-align: top;
  margin: 5px;
  padding: 5px;
}
ul {
  padding: 0px 20px;
}
a {
  text-decoration: none;
}
a:link {
  color: #0061ab;
}

div#nav form {
  display: inline;
}