-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
179 lines (149 loc) · 2.8 KB
/
style.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
/* CSS Document */
body {
font-size:13px;
line-height:20px;
font-family:Verdana, Geneva, "Microsoft Yahei", sans-serif;
text-align: justify;
}
a {
color: #2d64b3;
text-decoration:none;
}
a:hover {
color: #d55111;
text-decoration:none;
}
ul {
margin:0px;
/*padding:0px 0px 0px 24px;*/
padding:0px 0px 0px 1px;
list-style:none;
}
#jlyang_papertable tr{
background:#FFFFFF;
height:120px;
}
#jlyang_papertable div{
padding:4px;
padding:4px;
border-top:1px dashed #CCCCCC;
display:none;
}
/***/
#jlyang {
width:980px;
margin:16px auto;
border: 1px solid #CCCCCC;
box-shadow: 0 0 30px #CCCCCC;
}
#jlyang_basic {
overflow:hidden;
}
#jlyang_b_left {
float:left;
padding:33px 16px 32px 32px;
}
#jlyang_b_middle {
float:left;
width:333px;
padding:30px 10px 32px 10px;
}
#jlyang_b_right {
float:left;
width:295px;
margin:40px 0px 32px 0px;
padding:3px;
border: 1px solid #B0B0B0;
box-shadow: 0 0 16px #DDDDDD;
display:none;
}
#jlyang_b_l_name {
font-size:20px;
/*font-family:Verdana, Geneva, "Microsoft Yahei", sans-serif;*/
font-family:Georgia,Times New Roman, Microsoft Yahei;
font-weight:bold;
/*display:block;*/
line-height:28px;
height:28px;
text-shadow:0 0 1px #CCCCCC;
}
#jlyang_b_l_title {
font-size:13px;
display:block;
font-style:italic;
}
#jlyang_b_l_contact {
/*font-family: Consolas, "Courier New", Courier, monospace;*/
font-style:italic;
line-height:18px;
}
#jlyang_b_r_photo {
/*padding:4px;*/
/*border: 1px solid #B0B0B0;*/
/*background:#F0F0F0;*/
padding:0px;
box-shadow: 0 0 18px #CCCCCC;
}
#jlyang_b_r_photo img {
border: 1px solid #CCCCCC;
padding:0px;
}
#jlyang_detail {
padding:0px 32px;
width:916px;
}
.jlyang_d_item {
margin-bottom:24px;
}
.jlyang_d_i_authorurl {
text-decoration:underline;
color:#000;
}
.jlyang_d_i_authorurl:hover {
text-decoration:underline;
color:#000;
}
.jlyang_d_i_title {
font-weight: bold;
font-size:19px;
line-height:20px;
font-family:Georgia, "Times New Roman", Times, serif;
/*text-transform:uppercase;*/
padding:8px 0px;
text-shadow:0 0 1px #CCCCCC;
}
.jlyang_d_i_c_year {
display:inline-block;
width:160px;
font-weight:bold;
color:#333333;
}
.jlyang_d_i_c_label {
font-weight:bold;
color:#333333;
}
.jlyang_d_i_c_emphasize {
font-weight:bold;
color:#333333;
}
.jlyang_d_i_c_name{
font-weight:bold;
color:#333333;
}
.jlyang_d_i_c_refer {
font-style:italic;
color:#333333;
}
#jlyang_footer {
/*width:100%;*/
width:916px;
float:left;
text-align:center;
line-height:20px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin:22px 0px;
color:#999999;
border-top:1px dashed #CCCCCC;
padding:5px 0;
}