-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (74 loc) · 1.22 KB
/
Copy pathstyle.css
File metadata and controls
75 lines (74 loc) · 1.22 KB
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
body {
background-color: #F0F0F0;
color: #707070;
font-family: Arial, sans-serif;/*Trebuchet MS, san-serif;*/
}
h4{
font-style: italic;
color: #B0B0B0;
}
#header{
padding-top: 5px;
line-height: 10px;
height: 100px;
}
#contain{
background-color: #FFFFFF;
width: 900px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
border-left: solid;
padding-left: 10px;
}
#footer{
padding-top: 10px;
padding-bottom: 10px;
clear: both;
font-size: 10px;
text-align: center;
}
.user{
margin-left: 10px;
width: 260px;
position: relative;
float: left;
}
.user h2{
color: #404040;
font-size: 20px;
}
.user h3{
text-align: left;
color: #B0B0B0;
}
.user p{
font-size: 15px;
}
.user img{
border-style: solid;
border-width: 5px;
/*border-color: #A060A0; /* A06060, 60A0A0, 6060A0, 60A0A0, A060A0, A0A060 */
margin-right: 10px;
}
.user .info{
height: 70px;
}
.user img{
position: relative;
float: left;
}
.user .info .deets{
position: relative;
float: left;
line-height: 10px;
}
.user .books{
}
.booktable tr td {
padding: 10px;
text-align: left;
}
.booktable tr:hover {
background-color: #60A0A0;
}