-
Notifications
You must be signed in to change notification settings - Fork 0
/
container.css
executable file
·107 lines (88 loc) · 1.8 KB
/
container.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
body {
font-family: 'gentium';
font-size: 14pt;
line-height: 1.3em;
color: #555;
text-align: center;
margin: 0px;
}
.full { width: 900px; }
.lfull { width: 800px; }
.half { width: 400px; }
.lhalf { width: 325px; }
.llhalf { width: 150px; }
td { vertical-align: top; }
td.middle {vertical-align: middle; }
div#header-container {
background: #333;
}
div#header {
margin: auto;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
color: #fff;
}
div#main-container {
margin: auto;
margin-bottom: 20px;
}
table#current-contact {
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #444;
border-top: 1px solid #444;
border-left: 1px solid #444;
border-right: 1px solid #444;
}
div#current {
padding-left: 15px;
}
div#contact {
text-align: right;
padding-right: 15px;
}
table#pubs {
margin: auto;
text-align: left;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
background: #e0e0e0;
}
table#job {
margin: auto;
text-align: left;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
background: #e2e2e2;
}
table#others {
margin-top: 15px;
}
div.section {
text-align: left;
padding-top: 15px;
padding-left: 10px;
padding-right: 10px;
}
div#footer {
margin: auto;
text-align: left;
/* background: #333; */
padding-top: 5px;
padding-bottom: 8px;
padding-left: 10px;
padding-right: 10px;
height: 38px;
}
div#footer-left {
float: left;
}
div#footer-right {
float: right;
}
.rightclass{ width:68%; float:left; border:0; padding:1% 1%; margin:0;}
.leftclass{ width:28%; float:left; border:0; padding:1% 1%; margin:0; margin-top:auto; margin-bottom:auto; vertical-align:middle;}