0
|
1 |
@font-face {
|
|
2 |
font-family: TransportDOTMedium;
|
|
3 |
src: url(fonts/transportm.otf);
|
|
4 |
}
|
|
5 |
|
|
6 |
body {
|
|
7 |
background-attachment: fixed;
|
|
8 |
background-repeat: no-repeat;
|
|
9 |
}
|
|
10 |
|
|
11 |
body.skyfade {
|
|
12 |
background-image: url(../img/skyfade.jpg);
|
|
13 |
background-position: top center;
|
|
14 |
}
|
|
15 |
|
|
16 |
body.pixels {
|
|
17 |
background-image: url(../img/pixels.png);
|
|
18 |
background-position: top left;
|
|
19 |
}
|
|
20 |
|
|
21 |
/* navbar */
|
|
22 |
div.navbar a.brand {
|
|
23 |
padding: 10px 30px;
|
|
24 |
}
|
|
25 |
|
|
26 |
div.navbar a.brand span.siab-logo {
|
|
27 |
font-family: TransportDOTMedium, arial;
|
|
28 |
text-transform: lowercase;
|
|
29 |
letter-spacing: -1px;
|
|
30 |
position: relative;
|
|
31 |
top: 2px;
|
|
32 |
}
|
|
33 |
|
|
34 |
/* main container */
|
|
35 |
div.main.container {
|
|
36 |
background-color: white;
|
|
37 |
padding: 60px 20px 20px 20px;
|
|
38 |
border-radius: 0 0 7px 7px;
|
|
39 |
box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.7);
|
|
40 |
}
|
|
41 |
|
|
42 |
/* table bits */
|
|
43 |
td.actions, th.actions {
|
|
44 |
text-align: center;
|
|
45 |
white-space: nowrap;
|
|
46 |
width: 1px;
|
|
47 |
}
|
|
48 |
|
|
49 |
/* form tweaks */
|
|
50 |
div.control-group.unpadded-bottom {
|
|
51 |
margin-bottom: 2px;
|
|
52 |
}
|