css.css
3.38 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
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
180
181
182
@import url("global.css");
/*
“结构” 样式
2008.8.12 10:48 for Fangyu12@gmail.com
Last modified 2008.10.06 15:30
Copyright (c) 2008, dedecms All rights reserved.
*/
/* 顶部导航 add for Fangyu
-------------------------------------------------------------------*/
#headTop {
width:100%;
height:30px;
background-image: url(../images/module_top.gif);
background-repeat: repeat-x;
}
#headTop .logo {
background:url(../images/module_top_logo.gif) no-repeat 20px 6px;
width:200px;
height:30px;
float:left;
cursor:pointer;
}
/* 登入信息
-------------------------------------------------------------------*/
#topBar {
float: right;
height: 12px;
margin-bottom: 15px;
line-height: 12px;
margin-top: 8px;
}
#topBar span, #topBar .userMenu li {
padding-right: 8px;
padding-left: 8px;
line-height: 12px;
height: 12px;
padding-top: 1px;
white-space: nowrap;
}
#topBar span {
float: right;
}
#topBar span i {
font-style: normal;
padding-right: 3px;
}
#topBar .userMenu {
float: right;
}
#topBar .userMenu li {
float: left;
}
#topBar .userMenu li.help {
border-left-width: 2px;
border-left-style: solid;
border-left-color: #999;
text-align: right;
padding-right: 0px;
margin-right:8px;
}
/* 用户信息
-------------------------------------------------------------------*/
#userInfo .pic {
display: table-cell !important;
display:block;
font-size:25px;
overflow:hidden;
text-align:center;
vertical-align:middle;
margin-right: auto;
margin-left: auto;
width:190px;
}
#userInfo .pic img {
vertical-align:middle;
max-width:190px;
max-height:190px;
width:expression(this.width>190?190:true);
height:expression(this.height>190?190:true);
}
#artInfo {
margin-top:30px;
}
#artInfo li {
font-size: 11px;
margin-left: -1px;
padding-left: 10px;
border-left: 1px solid #CCC;
height: 12px;
line-height:12px;
margin-right: 10px;
}
#artInfo li a {
font-size:12px;
margin-right:5px;
}
/* 相册
-------------------------------------------------------------------*/
#album {
overflow:hidden;
}
#album li {
width:25%;
float:left;
margin-top: 20px;
position: relative;
}
#album dl {
height: 150px;
width: 150px;
margin: 0px auto;
background-image: url(../images/album_bg.png);
background-repeat: no-repeat;
padding-top: 10px;
padding-bottom: 30px;
}
#album dl dt {
margin-bottom:5px;
padding-left: 10px;
}
#album dl dt a {
display: table-cell !important;
display:block;
font-size:66px;
width:130px;
height:95px;
overflow:hidden;
text-align:center;
vertical-align:middle;
}
#album dl dt img {
vertical-align:middle;
max-width:130px;
max-height:95px;
height:expression(this.height>95?95:true);
border-width: 0px;
}
/* 分页
-------------------------------------------------------------------*/
.pagelistbox span {
visibility:hidden;
}
.pagelistbox a {
margin:0 2px;
border: 1px solid #CCC;
background-color: #FFF;
padding: 1px 4px;
}
/* 页脚
-------------------------------------------------------------------*/
#footer {
background-image: url(../../blue/footer.gif);
background-repeat: no-repeat;
background-position: center center;
text-align: center;
height: 168px;
}
#footer ul {
margin-right: auto;
margin-left: auto;
padding-top: 50px;
width: 580px;
overflow: hidden;
}
#footer li {
float: left;
width: 70px;
margin-left: -2px;
margin-right: 3px;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #666666;
height:14px;
line-height:14px;
}