-
Notifications
You must be signed in to change notification settings - Fork 1
/
cjlib.css
85 lines (76 loc) · 1.06 KB
/
cjlib.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
/* 2001-05-25 (mca) : collection.css */
/* Designing Hypermedia APIs by Mike Amundsen (2011) */
body {
background-color:#e3e3e3;
margin:0;
padding:0;
font-family: sans-serif;
}
div#left {
margin-left: 1em;
width: 450px;
float:left;
}
div#right {
width: 450px;
float : left;
}
form#input-form {
position:absolute;
width:500px;
height:150px;
top:300px;
left:400px;
border: medium outset black;
color:white;
background-color:#666;
}
div.block {
clear:both;
float:none;
}
div#collection ul {
margin-left:0;
padding-left:0;
}
div#collection li {
list-style-type: none;
margin-left:0;
padding-left:0;
}
h1 {
color:white;
background-color: #666;
margin: .6em;
padding: .2em;
border: 1px solid black;
}
fieldset {
width:500px;
border:none;
padding-top:1em;
}
span {
display:block;
}
a.link {
display:block;
}
form p {
margin:0;
clear:both;
}
form p label {
display:block;
width: 14em;
float:left;
}
form p input {
display:block;
float:left;
}
p.buttons {
margin-left: 14em;
clear:both;
float:none;
}