温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明博静态新闻文章发布系统源码
当前文件:
MinbelNews/Minbel.com_Css/BaseStyle.css,打开代码结构图
MinbelNews/Minbel.com_Css/BaseStyle.css,打开代码结构图1/* ----------------------定义全局-------B---------------------*/ 2
body 3
{ 4
font-size: 9pt; 5
margin-right: 1px; 6
color: #003366; 7
overflow:auto; 8
margin: 0px; 9
clip: rect(auto auto auto auto); 10
font-family:"宋体"; 11
} 12
13
14
A:link {text-decoration: none} 15
A:visited {text-decoration: none; color: #ff0066} 16
A:active {text-decoration: none; color: #FF0000} 17
A:hover {text-decoration: underline; color: #FF0000} 18
a.movelink {text-decoration: none; color:#006677} 19
a.movelink:hover {color: #FF0000; text-decoration: none; position: relative; Top: 1pt} 20
21
.LeftLinkColor{color: #ffffff;} 22
.RightLinkColor{color: #999999;} 23
24
25
.td { 26
font-size: 9pt;BORDER-BOTTOM: #FF6666 1px solid; BORDER-LEFT: #FF6666 1px solid; BORDER-RIGHT: #FF6666 1px solid; BORDER-TOP: #FF6666 1px solid 27
} 28
.tb { 29
BORDER-BOTTOM: #CCCCCC 1px solid; BORDER-LEFT: #CCCCCC 1px solid; BORDER-RIGHT: #CCCCCC 1px solid; BORDER-TOP: #CCCCCC 1px solid 30
} 31
.InputCss { 32
font-size: 9pt; 33
color: #003399; 34
font-style: normal; 35
/*background-color: #CCCC99; */ 36
border-color: #93BEE2 #93BEE2 #93BEE2 #93BEE2 ; 37
border: 1px #93BEE2 solid 38
} 39
/*div在页面中居中 40
<div id="Content"> 41
<div id="inner">aaaaaaa </div> 42
</div> 43
*/ 44
#Content{ 45
width: 900px; 46
position: relative; 47
left: 50%; 48
margin-left: expression(-(this.offsetWidth/2)+"px"); 49
} 50
/*background: url(/Images/logo.gif) no-repeat;*/ 51
#inner { 52
width:100%; height:100%; 53
} 54
55
/* ----------------------定义全局------E---------------------*/ 56
/*-----------------------主页用--------B---------------------*/ 57
/* 定义div一条细线 margin-left: 10px DIV本身左缩进 margin-right: 10px本身右缩进*/ 58
.titleline{ border-bottom-width: thin; 59
border-bottom-style: solid; 60
border-bottom-color: #156AA1; 61
padding:5px 5px;width:400px;margin-left: 8px; margin-right: 2px;} 62
/*-----------------------主页用--------E---------------------*/ 63
/*-----------------------新闻用--------B---------------------*/ 64
/* 定义div一条细线*/ 65
.aline{ border-top:1px solid #d3e4e4; height:10px; font-size:1px; clear:both} 66
67
/* 定义div页面宽度*/ 68
.main{ width:950px; margin:0px auto;} 69
/* 定义左边div宽度*/ 70
.mainleft{ float:left; background:#f9fdfd; border:1px solid #d3e4e4; width:598px; padding:10px 20px;} 71
/* 定义漂浮到右边的div宽度*/ 72
.mainright{ float:right; width:300px;} 73
74
/* 文章行高,字体*/ 75
.newsmain{ line-height:22px; margin:0px 20px; font-size:14px;} 76
/* 来源或作者*/ 77
.author{ text-align:right; line-height:25px; color:#666666;} 78
/*-----------------------新闻用-------E---------------------*/



body
font-size

