您目前尚未登陆,请选择【登陆】或【注册
首页->电子商务->我的小书坊源码(三层实现)>>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} 11A.LinkTitle:active 12{ 13 color: Black; 14 text-decoration: none; 15} 16A.LinkTitle:visited 17{ 18 color: Black; 19 text-decoration: none; 20} 21A.LinkTitle:link 22{ 23 color: Black; 24 text-decoration: none; 25} 26A.LinkTitle:hover 27{ 28 color: Red; 29 text-decoration: none; 30} 31A.nav:active 32{ 33 color: Black; 34 text-decoration: none; 35} 36A.nav:visited 37{ 38 color: #ffffff; 39 text-decoration: none; 40} 41A.nav:link 42{ 43 color: #ffffff; 44 text-decoration: none; 45} 46A.nav:hover 47{ 48 color: Red; 49 text-decoration: none; 50} 51A: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} 62INPUT 63{ 64 font-size: 9pt; 65 border: 1px solid #000000; 66} 67Select 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} 79UL 80{ 81 line-height: 15pt; 82} 83A: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}
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:我的小书坊源码(三层实现)
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号