author | Dan Fuhry <dan@fuhry.us> |
Sat, 16 Feb 2013 20:47:45 -0500 | |
changeset 7 | faf6f7941e8f |
parent 4 | 2212b2ded8bf |
permissions | -rw-r--r-- |
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; |
|
3 | 28 |
text-transform: uppercase; |
0 | 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 |
} |
|
4
2212b2ded8bf
Added OpenSSH public key support in LDAP
Dan Fuhry <dan@fuhry.us>
parents:
3
diff
changeset
|
53 |
|
2212b2ded8bf
Added OpenSSH public key support in LDAP
Dan Fuhry <dan@fuhry.us>
parents:
3
diff
changeset
|
54 |
div.btn.ssh-key { |
2212b2ded8bf
Added OpenSSH public key support in LDAP
Dan Fuhry <dan@fuhry.us>
parents:
3
diff
changeset
|
55 |
width: 500px; |
2212b2ded8bf
Added OpenSSH public key support in LDAP
Dan Fuhry <dan@fuhry.us>
parents:
3
diff
changeset
|
56 |
display: block; |
2212b2ded8bf
Added OpenSSH public key support in LDAP
Dan Fuhry <dan@fuhry.us>
parents:
3
diff
changeset
|
57 |
margin-bottom: 10px; |
2212b2ded8bf
Added OpenSSH public key support in LDAP
Dan Fuhry <dan@fuhry.us>
parents:
3
diff
changeset
|
58 |
} |