-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpvg.css
More file actions
executable file
·122 lines (106 loc) · 2.01 KB
/
pvg.css
File metadata and controls
executable file
·122 lines (106 loc) · 2.01 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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
@font-face {
font-family: 'PVGNTLightFont';
src: url('/web/font/neutratext-booksc-webfont.eot');
}
@font-face {
font-family: 'PVGCGFont';
src: url('/web/font/centurygothic-webfont.eot');
src: local('CenturyGothic'), url('/web/font/centurygothic-webfont.svg#CenturyGothic') format('svg');
src: local('CenturyGothic'), url('/web/font/centurygothic-webfont.ttf') format('truetype');
}
body, td {
font-family: "PVGCGFont",Calibri,Arial;
font-size: 13px;
margin: 0;
padding: 0;
}
b {
font-family: Arial;
}
h1 {
font-family: Arial;
}
h2 {
font-family: Arial;
font-size: 13pt;
}
body
{
margin-left: auto;
margin-right: auto;
width: 980px;
background-image:url('/web/background_black.png');
background-repeat:repeat-x;
}
.icon {
vertical-align: bottom;
margin-bottom: 10px;
width: 100px;
text-align: center;
display: inline-block;
}
.icon img{
margin-left: auto;
margin-right: auto;
height: 40px;
display: block;
}
#projects div {
vertical-align: text-top;
width: 160px;
height: 150px;
display: inline-block;
text-align:center;
}
#projects div img{
display: inline;
max-height: 90px !important;
}
#people div {
vertical-align: text-top;
width: 160px;
height: 170px;
display: inline-block;
text-align:center;
}
#people div img{
display: inline;
max-height: 110px !important;
}
#pubList tr td:first-child{
width: 120px;
height: 80px;
text-align: center;
}
#pubList tr td:last-child{
padding-left: 20px;
}
#pubList tr td img{
max-width: 120px !important;
max-height: 80px !important;
}
#projectList tr td:first-child{
width: 120px;
height: 80px;
text-align: center;
}
#projectList tr td:last-child{
padding-left: 20px;
}
#projectList tr td img{
max-width: 120px !important;
max-height: 80px !important;
}
a:visited, a:link {
text-decoration: none;
color: #000000;
border-color: #CCCCCC;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
}
a:hover {
color:#FF0000;
font-weight: bold;
}