温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:网博新闻管理系统0.1版源码文件
当前文件:
WebabcNews/admin/images/admincp.css,打开代码结构图
WebabcNews/admin/images/admincp.css,打开代码结构图1body, td{ 2
margin: 0px; 3
font: 12px Arial, Helvetica, sans-serif; 4
text-align: left; 5
} 6
html, body { 7
scrollbar-face-color: #15A3D9; 8
scrollbar-highlight-color: #555555; 9
scrollbar-3dlight-color: #555555; 10
scrollbar-darkshadow-color: #60B7DE; 11
scrollbar-shadow-color: #555555; 12
scrollbar-arrow-color: #FFFFFF; 13
scrollbar-track-color: #A4D6EA; 14
background: #dae6f3; 15
} 16
17
textarea, select { 18
margin: 5px 0px; 19
border: 1px solid #6699CC; 20
font-size: 13px; 21
line-height: 1.3em; 22
color: #006699; 23
} 24
form { 25
margin: 0px; 26
} 27
textarea { 28
overflow: auto; 29
} 30
.checkbox, .radio { 31
border: 0px; 32
background: none; 33
vertical-align: middle; 34
height: 16px; 35
} 36
37
a { 38
text-decoration: none; 39
color: #555555 40
} 41
a:hover { 42
text-decoration: underline; 43
} 44
45
/* ====================================================== */ 46
/* ===========logo============== */ 47
.logo { 48
width: 168px; 49
height: 50px; 50
padding-top: 10px; 51
padding-left: 5px; 52
} 53
54
.logoimg { 55
display: block; 56
width: 33px; 57
height: 33px; 58
float: left; 59
padding-right: 8px; 60
} 61
62
.editiontext { 63
padding-top: 4px; 64
color: #FFFFFF; 65
font-weight: bold; 66
text-decoration: none; 67
} 68
/* ====================================================== */ 69
/* ===========主菜单标签============== */ 70
.topmenubg { 71
background: url(bg_header.gif) repeat-x; 72
} 73
.topmenu { 74
height: 38px; 75
float: left; 76
min-width: 600px; 77
width: 600px; 78
font-size: 14px; 79
font-weight: bold; 80
color: #555555; 81
margin-top: 24px; 82
} 83
.topmenu ul { 84
margin: 0px; 85
padding: 0px; 86
} 87
88
.topmenu li { 89
float: left; 90
border: solid 1px #43809C; 91
border-bottom: none; 92
list-style-type: none; 93
margin-right: 1px; 94
margin-top: 2px; 95
} 96
97
.topmenu span { 98
display: block; 99
float: left; 100
padding: 0 10px; 101
background: url(bg_menu2.gif); 102
height: 25px; 103
line-height: 25px; 104
border: solid 1px #FFFFFF; 105
border-bottom: none; 106
color: #555555; 107
} 108
109
/* ===========当前链接标签============== */ 110
#menuon { 111
margin-top: 0px; 112
height: 30px; 113
line-height: 30px; 114
border: solid 1px #525C3D; 115
border-bottom: none; 116
background: url(bg_menu.gif); 117
} 118
119
#menuon span { 120
padding-top: 1px; 121
background: url(bg_menu.gif); 122
border: solid 1px #FFFFFF; 123
height: 27px; 124
border-bottom: none; 125
} 126
#menuon span a { 127
color: #003366; 128
} 129
130
/* ====================================================== */ 131
/* ===========左侧菜单============== */ 132
.leftmenulist { 133
margin: 2px; 134
border: 1px solid #525C3D; 135
width: 134px; 136
} 137
138
.leftmenutext td { 139
background: url(bg_list.gif) repeat-x; 140
line-height: 16px; 141
height: 31px !important; 142
height: 30px; 143
font-weight: bold; 144
color: #FFFFFF; 145
padding-left: 4px; 146
border-bottom: 1px solid #BBDCF1; 147
} 148
149
.leftmenutext a { 150
font-size: 13px; 151
font-weight: bold; 152
color: #FFFFFF; 153
} 154
155
.leftmenutd td { 156
background: #FFFFFF; 157
} 158
159
.leftmenuinfo { 160
margin-left: 8px; 161
margin-bottom: 10px; 162
width: 116px; 163
} 164
165
.leftmenuinfo td{ 166
height: 1.8em; 167
line-height: 1.6em; 168
border-bottom: solid 1px #A3CEEB; 169
text-indent: 8px; 170
} 171
/* ====================================================== */ 172
/* ===========主内容显示表格============== */ 173
174
.guide td { 175
border: 1px solid #1598CB; 176
background-color: #FBFFE1; 177
line-height: 1.2em; 178
height: 28px; 179
text-indent: 20px; 180
color: #FF6600; 181
} 182
183
.tableborder { 184
outline: 1px solid #525C3D; 185
border: 0px!important; 186
border: 1px solid #525C3D; 187
empty-cells: show; 188
border-collapse: separate !important; 189
border-collapse: collapse; 190
} 191
192
.tableborder td { 193
border-bottom: 1px solid #BBDCF1; 194
line-height: 1.5em; 195
height: 2em; 196
padding-left: 12px; 197
background: #FFFFFF; 198
} 199
.tableborder td ul, .tableborder td ul li { 200
line-height: 22px; 201
margin-bottom: 0px; 202
margin-top: 0px; 203
} 204
.tableborder td img { 205
margin-top: 8px; 206
} 207
.category td { 208
color: #333333; 209
background-color: #F0F0F0; 210
} 211
212
td.altbg1, .altbg1 td {background: #F1F5F8;} 213
td.altbg2, .altbg2 td {background: #FFFFFF;} 214
.header td { 215
background: url(bg_list.gif) repeat-x; 216
line-height: 16px; 217
height: 31px !important; 218
height: 30px; 219
font-weight: bold; 220
color: #FFFFFF; 221
border-bottom: 1px solid #525C3D; 222
} 223
224
.header a{ 225
color: #FFFFFF; 226
} 227
228
/* ====================================================== */ 229
/* ===========按钮式样============== */ 230
231
.button { 232
font: 12px Arial, Helvetica, sans-serif; 233
padding: 0 6px; 234
color: #000; 235
background: url(bg_button.gif) repeat-x; 236
237
/*for Mozilla*/ 238
outline: 1px solid #1590BE ; 239
border: 1px solid #FFFFFF !important; 240
height: 24px !important; 241
line-height: 22px !important; 242
243
/*for IE*/ 244
border: 1px solid #1590BE ; 245
height: 26px; 246
line-height: 20px; 247
} 248
/* ====================================================== */ 249
/* ===========footer============== */ 250
251
.footer { 252
height: 20px; 253
margin: 20px; 254
text-align: center; 255
} 256
/* ====================================================== */ 257
/* ==========page分页=========== */ 258
259
.p_bar { 260
margin: 1px 0px; 261
clear: both; 262
width: 100%; 263
height: 22px; 264
padding-top: 3px; 265
padding-bottom: 1px !important; 266
} 267
.p_bar a { 268
float: left; 269
padding: 1px 4px; 270
font-size: 12px; 271
text-decoration: none; 272
} 273



margin
