您目前尚未登陆,请选择【登陆】或【注册
首页->博客论坛->LiveBlog v1.0测试版源码>>LiveBlog.Web/Admin/style.css>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:LiveBlog v1.0测试版源码
当前文件:文件类型 LiveBlog/LiveBlog.Web/Admin/style.css打开代码结构图
普通视图
		            
1body { 2 height: 100%; 3 background: #FFFFFF; 4 font-style: normal; 5 margin: 0px; 6 padding:0px; 7 font-family: Verdana; 8 font-size: 12px; 9} 10 11h1 { 12 font-size: 14px; 13 letter-spacing: 1px; 14} 15 16a { 17 text-decoration: none; 18 color: #5C80B1; 19} 20 21a:hover { 22 text-decoration: none; 23} 24 25img { 26 border: none; 27} 28 29input { font-family:Arial;} 30 31form { margin:0px; padding:0px;} 32 33/* top样式 */ 34#top { 35 background:url("images/top_bg.gif") repeat-x; 36 height:58px; 37} 38#top h4 { 39 margin:5px 0px 0px 5px; 40 padding:0px; 41 color:#FFF; 42 float:left; 43} 44#top span a { 45 float:right; 46 color:#FFFFFF; 47 padding:5px; 48} 49#top span a:hover { 50 text-decoration:underline; 51} 52 53/*- Menu Tabs --------------------------- */ 54.tabs .current { 55 font-weight: bolder; 56 color: Blue; 57} 58 59.tabs { 60 float: left; 61 width: 100%; 62 line-height: normal; 63 margin: 0; 64 padding: 0; 65} 66 67.tabs ul { 68 margin: 0px; 69 padding: 8px 10px 0px 30px; 70 list-style: none; 71} 72 73.tabs li { 74 display: inline; 75 margin: 0; 76 padding: 0; 77} 78 79.tabs a { 80 float: left; 81 background: url( "images/tableftB.gif" ) no-repeat left top; 82 margin: 0; 83 padding: 0 0 0 4px; 84 text-decoration: none; 85 text-transform: capitalize; 86} 87 88.tabs a span { 89 float: left; 90 display: block; 91 background: url( "images/tabrightB.gif" ) no-repeat right top; 92 padding: 5px 10px 4px 6px; 93 color: #fff; 94} 95 96/* Commented Backslash Hack hides rule from IE5-Mac \*/ 97.tabs a span { 98 float: none; 99} 100 101/* End IE5-Mac hack */ 102.tabs a:hover span { 103 color: #000; 104} 105 106.tabs a:hover { 107 background-position: 0% -42px; 108} 109 110.tabs a:hover span { 111 background-position: 100% -42px; 112} 113 114/* main样式 */ 115#main { 116 padding: 10px; 117 background: #fff; 118} 119 120/* 表格修饰 */ 121.maintable { width:100%; padding:2px; margin:0px; background:#C4D8ED;}/* 表格外框修饰 */ 122th, td.title { height:24px; line-height:24px; background:#EEF7FD; color:#135294; font-weight:bold; border:1px solid #fff; padding-left:20px; text-align:left; }/* 表格头标题修饰 */ 123td { height:24px; line-height:20px; background:#fff; font-size:12px; border:0px solid #fff; color:#444; padding:2px 5px 2px 5px; }/* 表格普通单元格修饰 */ 124td span {color:gray; font-weight:normal;} /* 表格内说明性文字修饰 */ 125 126/* 按钮 */ 127.btn { height:24px; border:1px solid #BED1DF; padding:0px 5px; background:url("images/button_bg.gif"); font-size:12px; } 128/* 按钮 */ 129 130/*---------------------------- 131 Footer 132----------------------------*/ 133#footer { 134 font-size: 12px; 135 background: #C3DAF9 url("images/botbg.gif"); 136 color: white; 137 height: 30px; 138 line-height:30px; 139 clear: right; 140 text-align:left; 141 font-weight: bold; 142 padding:0px 5px; 143} 144 145#footer a { 146 color: #135294; 147 margin-right: 0px 148} 149 150/* 文本框, 下拉菜单 */ 151.txt 152{ 153 padding: 1px; 154 padding-left: 3px; 155 border: 1px solid #CCCCCC; 156 font-family: Tahoma, Verdana, Arial, "新宋体", "宋体"; 157 font-size: 12px; 158 color: #666680; 159 height:20px; 160 line-height: 20px; 161} 162 163/* 文本框焦点 */ 164.colorfocus 165{ 166 padding: 1px; 167 padding-left: 3px; 168 background-color: #FFEEC2; 169 font-family: Tahoma, Verdana, Arial, "新宋体", "宋体"; 170 font-size: 12px; 171 color: #000; 172 border: 1px #4B4B6F double; 173 height:20px; 174 line-height: 20px; 175} 176 177/* 复选框 */ 178.cb 179{ 180 margin: 0px; 181 padding: 0px; 182 font-size: 9pt; 183 border: 0px; 184} 185/**/ 186.box 187{ 188 margin: 0px 0px 5px 0px; 189 padding: 5px; 190 background: #FFF; 191 border: #C4D8ED 1px solid; 192} 193/* 消息提示 */ 194.msg 195{ 196 color: #FEBC48; 197 font-weight: bold; 198} 199/* 当对象内文本溢出时显示省略标记(...) */ 200.ellipsis span 201{ 202 white-space: nowrap; 203 text-overflow: ellipsis; 204 overflow: hidden; 205 display: block; 206 cursor: pointer; 207} 208/* Notepad */ 209#notepad-frame 210{ 211 background-color: #F1F1F1; 212 border: #B8C1CA 1px solid; 213} 214 #notepad-title 215 { 216 } 217 #notepad-content 218 { 219 border-top: #A4A464 1px solid; 220 } 221 222.info { 223 background: url(images/info.gif) right top no-repeat; 224 padding:10px 50px 10px 15px; 225 margin:10px 5px 0px 0px; 226 border: 1px solid #ccc; 227} 228.mgr input { 229 margin-top: 2px; 230 margin-bottom: 2px; 231} 232 233#tagselector{ 234 background: white; 235 border: 1px solid #ccc; 236 width: 500px; 237 padding-bottom: 10px 238} 239 240#tagselector a{ 241 display: block; 242 float: left; 243 padding: 3px 5px; 244 margin:3px; 245 background:#F7F7F7; 246} 247 248#tagselector a:hover{ 249 background:#F2F2F2; 250}
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:LiveBlog v1.0测试版源码