温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:我的小书坊源码(三层实现)
当前文件:
MyBookShop/Styles/Style.css,打开代码结构图
MyBookShop/Styles/Style.css,打开代码结构图1TABLE 2
{ 3
font-size: 9pt; 4
color: Black; 5
} 6
.nav 7
{ 8
font-size: 10pt; 9
color: #ffffff; 10
} 11
A.LinkTitle:active 12
{ 13
color: Black; 14
text-decoration: none; 15
} 16
A.LinkTitle:visited 17
{ 18
color: Black; 19
text-decoration: none; 20
} 21
A.LinkTitle:link 22
{ 23
color: Black; 24
text-decoration: none; 25
} 26
A.LinkTitle:hover 27
{ 28
color: Red; 29
text-decoration: none; 30
} 31
A.nav:active 32
{ 33
color: Black; 34
text-decoration: none; 35
} 36
A.nav:visited 37
{ 38
color: #ffffff; 39
text-decoration: none; 40
} 41
A.nav:link 42
{ 43
color: #ffffff; 44
text-decoration: none; 45
} 46
A.nav:hover 47
{ 48
color: Red; 49
text-decoration: none; 50
} 51
A:hover 52
{ 53
color: Red; 54
text-decoration: underline; 55
} 56
.text 57
{ 58
font-size: 9pt; 59
line-height: 19pt; 60
font-family: "宋体"; 61
} 62
INPUT 63
{ 64
font-size: 9pt; 65
border: 1px solid #000000; 66
} 67
Select 68
{ 69
font-size: 9pt; 70
border: 1px solid #000000; 71
} 72
.newstime 73
{ 74
font-weight: bold; 75
font-size: 7pt; 76
color: #cccccc; 77
font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif"; 78
} 79
UL 80
{ 81
line-height: 15pt; 82
} 83
A:active 84
{ 85
color: Black; 86
text-decoration: none; 87
} 88
.DarkItem 89
{ 90
font-size: 9pt; 91
vertical-align:super; 92
background-color: silver; 93
text-align: center; 94
} 95
.LightDarkItem 96
{ 97
font-size: 9pt; 98
vertical-align:super; 99
background-color: #eeeeee; 100
text-align: center; 101
} 102
.Item 103
{ 104
font-size: 9pt; 105
vertical-align:super; 106
background-color: white; 107
text-align: center; 108
} 109
.lblcontent 110
{ 111
text-align:left; 112
} 113
.LiItemYellow 114
{ 115
cursor:hand; 116
background-color:Yellow; 117
118
} 119
#flash 120
{ 121
BACKGROUND-COLOR:#FAFAFA; 122
BORDER-BOTTOM:#006A00 1px solid; 123
BORDER-LEFT:#A1A1A1 1px solid; 124
BORDER-RIGHT:#A1A1A1 1px solid; 125
BORDER-TOP:#A1A1A1 1px solid 126
COLOR:#000000; 127
FONT-SIZE:11px 128
} 129
.box 130
{ 131
BACKGROUND-COLOR:#FAFAFA; 132
BORDER-BOTTOM:#006A00 1px solid; 133
BORDER-LEFT:#A1A1A1 1px solid; 134
BORDER-RIGHT:#A1A1A1 1px solid; 135
BORDER-TOP:#A1A1A1 1px solid; 136
COLOR:#000000; 137
}




font-size
