博客样式-bbsmax4风格V0.2

下午刚开了新博,花了点时间做了个bbsmax4风格的皮肤,不是很完美,继续完善中。

更新记录:
V0.2  添加了博客排行的样式。 2009-1-23 16:42

使用方法:在后台选择“最新博皮模板母板”,把以下CSS代码复制到“通过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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
/* global */
body {
	margin:0; 
	padding:0;
	font-size:13px;
	font-family:Arial;
}
input {
	font-size:13px;
	font-family:Arial;
}
a, a:link, a:visited, .postTitle a:link, .postTitle a:visited, .postTitle a:active {
	color:#7852DE;
}
#home {
	width:100%;
}
#mainContent {
	min-height:1500px;
}
#mainContent .forFlow {
	margin-left:276px;
	margin-right:20px;
}
#footer{
	color:#666;
	margin-top:50px;
	border-top:solid 4px #5296DE;
}
 
/* title */
#blogTitle {
	padding-left:20px;
}
#header { 
	border:0;
}
#blogTitle h1 {
	margin:0;
	padding:0;
	font-size:20px;
	color:#3A75BD;
}
#blogTitle h1 a {
	font-size:20px;
	color:#3A75BD;
}
#blogTitle h1 a:hover{
	text-decoration:none;
}
#blogTitle h2 {
	color:#666;font-size:12px;
}
 
/* navbar */
#navigator {
	height:34px;
	background:#5296DE;
}
#navList a {
	color:#fff;
	height:24px;
	border-right:0;
	padding-top:10px;
	background:#5296DE;
}
#navList a:link, #navList a:visited, #navList a:active {
	color:#fff;
}
#navList a:hover {
	color:#fff;
	background:#7AABDE;
}
.blogStats {
	color:#fff;
}
#MyLinks1_XMLLink img{
	margin-top:4px;
}
 
/* sidebar */
.catListTitle {
	border:0;
	color:#fff;
	font-size:13px;
	padding:4px 8px;
	text-align:left;
	margin-top:20px;
	margin-bottom:0;
	background:#5296DE;
}
#sideBar {
	left:0;
	top:100px;
	padding:0;
	margin-left:20px;
	position:absolute; 
}
#sideBarMain ul, .div_my_zzk {
	margin:0;
	padding:10px 8px;
	background:#F2F6FB;
	border:solid 2px #5296DE;
	border-top:0;
}
.div_my_zzk{
	text-align:right;
}
.mySearch #q {
	padding:3px;
	width:202px;
	border:solid 1px #C3CEE0;
	height:16px;text-align:left;
}
.btn_my_zzk {
	border:0;
	color:#fff;
	width:60px;
	height:24px;
	margin-top:4px;
	background:#5296DE;
}
.catListComment {
	border-top:0;
	margin-top:20px;
	padding-bottom:8px;
	background:#F2F6FB;
	border:solid 2px #5296DE; 
}
.catListComment .catListTitle {
	margin-top:0;
}
.catListComment h3 {
	margin-bottom:8px;
}
.divRecentCommentAticle {
	padding:0 8px;
}
.divRecentComment {
	display:none;
}
.catListTitle a{
	margin-left:8px;
}
.catListBlogRank li {
	color:#7852DE;
}
 
/* post */
.dayTitle {
	border:0;
	text-align:left;
}
.postTitle, .entrylistPosttitle {
	border-bottom:solid 1px #C3CEE0
}
.entrylistTitle, .PostListTitle, .thumbTitle {
	border:0;
	text-align:left;
	color:#7852DE;
}
.day, .entrylist,#topics,.PostListTitle {
	margin-top:20px;
	margin-bottom:0;
}
#topics .postTitle,.feedback_area_title {
	color:#7852DE;
	font-size:14px;
	border-bottom:solid 1px #C3CEE0;
}
.postBody {
	min-height:200px;
	border-bottom:solid 1px #C3CEE0;
}
.postBody p, .postCon p{
	text-indent:0;
}
.postSeparator {
	display:none;
}
 
/* comment */
.commentform {
	padding:10px;
	background:#F2F6FB; 
}
.commentform table td input, .commentTextBox  {
	padding:3px;
	text-align:left;
	border:solid 1px #C3CEE0;
}
.feedbackManage {
	width:200px;
}
#AjaxHolder_PostComment_btnSubmit {
	border:0;
	color:#fff;
	width:80px;
	height:26px;
	text-align:center;
	background:#5296DE;
}
 
 
/* code */
.wp_syntax {
	color: #100;
	overflow: auto;
	line-height:14px;
	margin: 0 0 1.5em 0;
	border:solid 2px #5296DE;
	background-color: #F2F6FB;
}
 
/* IE FIX */
.wp_syntax {
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
}
.wp_syntax table {
	overflow:hidden;
	table-layout:fixed;
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
	text-overflow:ellipsis;
	border-collapse: collapse;
}
.wp_syntax div, .wp_syntax td {
	vertical-align: top;
	padding: 2px 4px;
}
.wp_syntax .line_numbers {
	width:30px;
	color: #fff;
	text-align: right;
	overflow: visible;
	background-color: #5296DE;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}
.wp_syntax .code {
	padding-left:8px;
}
 
/* potential overrides for other styles */
.wp_syntax pre {
	margin: 0;
	float: none;
	clear: none;
	font-size:8pt;
	width: fixed;
	overflow: visible;
	font-family: Tahoma;
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
}
.CodeControlBarButton {
	border:0;
	color:#fff;
	width:40px;
	height:24px;
	background:#5296DE;
}

以下代码是我显示代码用的,不需要复制

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
/* code */
.wp_syntax {
	color: #100;
	overflow: auto;
	line-height:14px;
	margin: 0 0 1.5em 0;
	border:solid 2px #5296DE;
	background-color: #F2F6FB;
}
 
/* IE FIX */
.wp_syntax {
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
}
.wp_syntax table {
	overflow:hidden;
	table-layout:fixed;
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
	text-overflow:ellipsis;
	border-collapse: collapse;
}
.wp_syntax div, .wp_syntax td {
	vertical-align: top;
	padding: 2px 4px;
}
.wp_syntax .line_numbers {
	width:30px;
	color: #fff;
	text-align: right;
	overflow: visible;
	background-color: #5296DE;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}
.wp_syntax .code {
	padding-left:8px;
}
 
/* potential overrides for other styles */
.wp_syntax pre {
	margin: 0;
	float: none;
	clear: none;
	font-size:8pt;
	width: fixed;
	overflow: visible;
	font-family: Tahoma;
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
}
.CodeControlBarButton {
	border:0;
	color:#fff;
	width:40px;
	height:24px;
	background:#5296DE;
}

转载于:https://www.cnblogs.com/mingda/archive/2008/12/16/BuildProviderDemo.html

安装步骤 一、安装sqlserver数据库 1、打开企业管理器(sqlserver2000)或者SQLServerManagementStudio(sqlserver2005/2008) (下文中简称“管理器”) 2、确认你已经拥有一个SqlServer数据库以及对应的账号 ( 如果你使用虚拟主机,你的主机提供商将提供给你数据库名称、账号和密码; 如果你使用独立服务器,你可以使用管理器新建一个空数据库和一个新用户名,并允许新建的用户名访问新建的库 ) 二、配置windows文件夹权限和IIS(如果你是虚拟主机用户请跳过本步骤,如果虚拟主机不支持asp.net2.0 请联系你的主机提供商寻求帮助) 1、在服务器的适当位置新建一个文件夹(用以放置程序文件),并设置好asp.net运行所需的权限 (一般来说,windows2003下可以这样设置文件夹权限: IUSR_机器名:读取 NetworkService:完全控制 ) 2、建立一个新的IIS站点(或新的虚拟目录),指向刚才新建的文件夹,右击并打开“属性”项,找到“asp.net” 选项卡,确认“ASP.NET版本”一栏你已经选择了“2.0.xxxx”或更高版本 (注意:如果你看不到asp.net选项卡,说明你的服务器不支持asp.net2.0,请重新安装.net framework2.0,下载地址参见本文“运行环境”一节。如果安装后仍然没有此选项卡,请检查IIS 中“Web服务扩展”中的“asp.netv2.0.xxx”是否被正确的设置为“允许”) 三、开始安装 1、把本压缩包中“上传本目录中的文件”目录下的所有文件都上传或复制到IIS站点对应的目录下。 ***推荐:为了保证您安装过程的安全,您可以将Install.aspx任意重命名,这完全不会影响安装功能的正常运行*** 2、打开浏览器,执行http://论坛访问路径/Install.aspx,根据安装向导一步步完成安装步骤。 bbsmaxteam
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值