-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (61 loc) · 808 Bytes
/
style.css
File metadata and controls
75 lines (61 loc) · 808 Bytes
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
@charset "utf-8";
/* CSS Document */
body {
color:#a5a5a5;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
line-height:25px;
}
#shell {
width:100%;
}
#wrapper {
position:relative;
width:900px;
margin-left:auto;
margin-right:auto;
margin-top:80px;
}
#column1 {
position:relative;
float:left;
width:450px;
border-right:1px #cbcbcb solid;
}
#column2 {
width:405px;
float:right;
}
.ispacer {
margin-bottom:65px;
}
.tspacer, .tspacer2 {
margin-bottom:35px;
}
.tspacer2 {
margin-top:62px;
}
.proj {
margin-left:-19px;
font-weight:bold;
}
.dscrip {
margin-left:40px;
width:350px;
}
.values {
margin-top:38px;
}
a {
color:#757575;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
#tryit {
position:absolute;
z-index:5;
bottom:100px;
right:100px;
}