温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:人才网初学者工具包源码
当前文件路径:JobSiteStarterKit/App_Themes/YellowShades/yellowshades.css

1A:link 2
{ 3
font-weight: bold; 4
font-size: 9pt; 5
color: mediumblue; 6
font-family: Verdana; 7
text-decoration: none; 8
} 9
10
A:visited 11
{ 12
font-weight: bold; 13
font-size: 9pt; 14
color: mediumblue; 15
font-family: Verdana; 16
text-decoration: none; 17
} 18
19
A:hover 20
{ 21
font-weight: bold; 22
font-size: 9pt; 23
color: dodgerblue; 24
font-family: Verdana; 25
text-decoration: underline; 26
} 27
28
p 29
{ 30
font-size: 9pt; 31
color: darkslateblue; 32
font-family: Verdana; 33
} 34
35
body 36
{ 37
font-size: 9pt; 38
color: darkslateblue; 39
font-family: Verdana, Arial; 40
margin: 0px; 41
} 42
43
.dataentryformlabel 44
{ 45
font-weight: bold; 46
font-size: 9pt; 47
color: darkgoldenrod; 48
font-family: Verdana; 49
} 50
51
.dataentryformerrormsg 52
{ 53
font-weight: bold; 54
font-size: 9pt; 55
color: darkorange; 56
font-family: Verdana; 57
} 58
59
.dataentryformtextbox 60
{ 61
border-right: peru 1px solid; 62
border-top: peru 1px solid; 63
border-left: peru 1px solid; 64
border-bottom: peru 1px solid; 65
} 66
67
.dataentryformbutton 68
{ 69
font-weight: bold; 70
font-size: 9pt; 71
color: ivory; 72
font-family: Verdana; 73
background-color: goldenrod; 74
} 75
76
.pagetop 77
{ 78
background-color: lightyellow; 79
padding-bottom: 5px; 80
padding-left: 10px; 81
border-bottom: gold thin solid; 82
} 83
84
.pageleft 85
{ 86
background-color: lemonchiffon; 87
padding-right: 5px; 88
} 89
90
.pageright 91
{ 92
background-color: ivory; 93
} 94
95
.pagebottom 96
{ 97
background-color: lightyellow; 98
border-top: gold thin solid; 99
padding-top: 5px; 100
} 101
102
.dataentryformheading 103
{ 104
padding-right: 2px; 105
padding-left: 2px; 106
font-weight: bold; 107
font-size: 11pt; 108
padding-bottom: 2px; 109
vertical-align: middle; 110
color: sienna; 111
padding-top: 2px; 112
font-family: Verdana; 113
background-color: khaki; 114
text-align: center; 115
} 116
117
.biglabel 118
{ 119
padding-right: 2px; 120
padding-left: 2px; 121
font-weight: bold; 122
font-size: 10pt; 123
padding-bottom: 2px; 124
vertical-align: middle; 125
color: darkorange; 126
padding-top: 2px; 127
font-family: Verdana; 128
text-align: center; 129
width: 100%; 130
font-style: italic; 131
} 132
133
.dataentryformlabelbig 134
{ 135
padding-right: 2px; 136
padding-left: 2px; 137
font-weight: bold; 138
font-size: 10pt; 139
padding-bottom: 2px; 140
vertical-align: middle; 141
color: sienna; 142
padding-top: 2px; 143
font-family: Verdana; 144
text-align: center; 145
width: 100%; 146
font-style: normal; 147
background-color: blanchedalmond; 148
} 149
150
.marketingtext 151
{ 152
padding-right: 2px; 153
padding-left: 2px; 154
font-size: 20px; 155
padding-bottom: 2px; 156
color: peru; 157
padding-top: 2px; 158
font-family: Arial; 159
}




font-weight
