Asp.net源码专业站
首页->门户综合->特瑞飞家教信息平台源码>>HomeTeachingWeb/App_Themes/SkyBlue/Hometeaching.css>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:特瑞飞家教信息平台源码
当前文件:文件类型 HomeTeachingNet/HomeTeachingWeb/App_Themes/SkyBlue/Hometeaching.css[13K,2009-6-12 11:44:16]打开代码结构图
普通视图
		            
1 2/***************************************************** 3标准页设置 4*****************************************************/ 5body /*The scroll bar colours are only visible in IE5.5+ */ 6{ 7 font-size: 9pt; 8 COLOR: #000000; 9 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 10 background-color: #FFF; 11 scrollbar-arrow-color: #3B88C5; 12 scrollbar-face-color: #FFFFFF; 13 scrollbar-track-color: #E0E0E0; 14 scrollbar-highlight-color: #FFFFFF; 15 scrollbar-3dlight-color: #C0C0C0; 16 scrollbar-shadow-color: #FFFFFF; 17 scrollbar-darkshadow-color: #B0B0B0; 18 height: 100%; 19} 20 21pre.source 22{ 23 font-size: 9pt; 24 margin-left: 20px; 25 color: black; 26 font-family: Lucida Console, Courier New, Courier; 27 background-color: gainsboro; 28} 29body.admin /* Admin page style */ 30{ 31 background-color: #DDEEFF; 32} 33 34image /* used to align text to images, centered */ 35{ 36 vertical-align: middle; 37} 38 39 40 41 42 43 44 45 td.TopDarkNav { background-image: url(images/topbg.gif); } 46 td.TopLighNav { background-image: url(images/bottombg.gif); } 47 td.TopLighNav1 { background-image: url(images/tabs_m_tile.gif); } 48 td.TopLighNav2 { background-color:#FFFFFF } 49 .tableBorder1 { width:100%; border: 1px; background-color: #6595D6; } 50 51.SubItemHead {font-weight: bold; font-size: 12pt; } 52.admin_login_back { width:673px; border-width: 0; border-collapse: 0; background-image: url(images/bk.gif); background-repeat: no-repeat; } 53 54 55 56 57/***************************************************** 58Forum Name Title 59*****************************************************/ 60/* em: unit of measurement for the height of the element's font, which is resolution independent */ 61.forumName /* text style for the main forum name */ 62{ 63 font-family: Trebuchet MS, Arial, Helvetica; 64 font-size: 14pt; 65 font-weight: bold; 66 67} 68a.forumName:visited, a.forumName:link 69{ 70 font-family: Trebuchet MS, Arial, Helvetica; 71 font-size: 14pt; 72 font-weight: bold; 73 74} 75a.forumName:hover /* text style for when mouse hovers over main forum name */ 76{ 77 color: #FF3300; 78 text-decoration: none; 79} 80 81.SiteName /* text style for the main forum name */ 82{ 83 font-family: Trebuchet MS, Arial, Helvetica; 84 font-size: 14pt; 85 font-weight: bold; 86 color: White; 87} 88a.SiteName:visited, a.forumName:link 89{ 90 font-family: Trebuchet MS, Arial, Helvetica; 91 font-size: 14pt; 92 font-weight: bold; 93 color: White; 94} 95a.SiteName:hover /* text style for when mouse hovers over main forum name */ 96{ 97 color: #FF3300; 98 text-decoration: none; 99} 100 101.forumThread /* description of Forums on main page (underneath Forum Name) */ 102{ 103 font-family: Trebuchet MS, Arial, Helvetica; 104 font-size: 9pt; 105 106} 107/***************************************************** 108General Text 109*****************************************************/ 110.txt1 { font-size : 9pt; } 111.txt2 { font-size : 9pt; } 112.txt3 { font-size : 9pt; } 113.txt4 { font-size : 9pt; word-break:break-all;} 114.txt5 { font-size : 9pt; } 115 116.txt1Bold { font-size : 9pt; font-weight:bold; } 117.txt2Bold { font-size : 9pt; font-weight:bold; } 118.txt3Bold { font-size : 9pt; font-weight:bold; } 119.txt4Bold { font-size : 9pt; font-weight:bold; } 120.txt5Bold { font-size : 9pt; font-weight:bold; } 121 122.txt3red { font-size : 9pt; color: Red; } 123 124.printDetails{ font-size : 9pt; color: darkgray; } 125.noTopics { font-size: 9pt; font-weight:bold; } 126.dateText { font-size: 9pt; color: white; } 127.StatusIconText{ font-size: 9pt; font-weight:bold; } 128 129/* IRC Style Text */ 130.txtIrcMe { color:Fuchsia ; } 131 132/***************************************************** 133Tables 134*****************************************************/ 135.tableBorder /* This is the outline round the main forum tables */ 136{ 137 138 /*border: 1px outset; solid*/ 139 border: 1px outset #42ADF1; 140 background-color: #FFFFFF; 141} 142 143.moderationTable /* Moderation table */ 144{ 145 border: 1px #FFFFFF solid; 146 background-color: #F1F1F1; 147} 148 149.adminTable /* Admin table */ 150{ 151 border: 1px #1C84D0 solid; 152 background-color: #FFFFFF; 153} 154 155.quoteTable { /* This is the quote table, where quotes from previous posts are shown */ 156 border:1px inset; 157 background-color: #EEF7FF; 158} 159 160.editTable { /* This is the edit notes table, shown when someone has edited a post, and this feature is enabled */ 161 border: 1px inset; 162 color: Red; 163 background-color: #EEF7FF; 164 font-size: 9pt; 165} 166 167/***************************************************** 168Table Header and cell definitions 169*****************************************************/ 170td.column /* td.column is the main heading row of the table, shows either the table title, or the column headings, such as 'Posts', 'Last Post' etc. Top row of all tables. */ 171{ 172 font-weight: bold; 173 font-size: 9pt; 174 background-color: #78ABDE; 175 background-image: url(../images/bg_th.gif); 176 background-repeat: repeat-x; 177 COLOR: white; 178} 179 180td.menucolumn /* td.column is the main heading row of the table, shows either the table title, or the column headings, such as 'Posts', 'Last Post' etc. Top row of all tables. */ 181{ 182 font-weight: bold; 183 font-size: 9pt; 184 background-repeat: repeat-x; 185 COLOR: #78ABDE; 186} 187 188td.h1a /* td.h1a is the subheading row of the table, shows the names of Forum Groups on main page, or 'Announcements', 'Topics' on ShowForum page */ 189{ 190 color: #4455aa; 191 font-size: 9pt; 192 font-weight:bold; 193 text-decoration: none; 194 background-image: url(../images/forumHeaderBackgroundAlternate.gif); 195 background-color: #E7E3E7; 196 background-repeat: repeat-x; 197} 198 199td.h1 /* td.h1 was the old subheading row of the table. This should probably be deleted as I don't think it is used anymore. */ 200{ 201 color: white; 202 font-size: 9pt; 203 font-weight:bold; 204 background-image: url(../images/forumHeaderBackground.gif); 205 background-color: #4455aa 206} 207 208td.f /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */ 209{ 210 font-size: 9pt; 211 background-color: #DDEEFF; 212 border-top: 0px solid #53A3E2; 213} 214td.f1 /*增加的,作为图标背景类*/ 215{ 216 font-size: 9pt; 217 background-color: #FFFFFF; 218 border-top: 1px solid #53A3E2; 219 border-right: 1px solid #53A3E2; 220} 221td.f2 222{ 223 font-size: 9pt; 224 background-color: #DDEEFF; 225} 226 227td.fh /* 论坛行高亮-例:论坛选项,论坛统计,在线列表forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/ 228{ 229 font-size: 9pt; 230 background-color: #FFFFFF; 231 /*background-image: url(../images/fhBg.gif); */ 232 background-image: url(../images/fhBg.gif); 233 background-repeat: repeat-x; 234} 235td.fh1 /*新增用于主要行显示(论坛组那一栏)*/ 236{ 237 font-size: 9pt; 238 background-color: #FFFFFF; 239 /*background-image: url(../images/fhBg.gif); */ 240 background-image: url(../images/hdr_bg.gif); 241 background-repeat: repeat-x; 242} 243 244TD.fh2 /* used in Forums Statistics box to control size of text*/ 245{ 246 font-size: 9pt; 247} 248 249TD.fh3b /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 250 251{ 252 font-size: 9pt; 253 background-color: #FFFFFF; 254 border-top: 1px solid #DDEEFF; 255 border-left: 1px solid #DDEEFF; 256} 257 258TD.fh3 /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 259{ 260 font-size: 9pt; 261 background-color: #FFFFFF; 262 border-top: 1px solid #53A3E2; 263 border-left: 1px solid #53A3E2; 264} 265 266TD.fh3a /* TD.fh3a is Alternating table for Post Body in the PostView */ 267{ 268 font-size: 9pt; 269 background-color: #F6FBFF; 270 border-top: 1px solid #DDEEFF; 271 border-left: 1px solid #DDEEFF; 272} 273 274TD.fh4 /* TD.fh4 is Last Post cells on main table (not shaded?) */ 275{ 276 font-size: 9pt; 277 background-color: #FFFFFF; 278 border-top: 1px solid #DDEEFF; 279 border-left: 1px solid #DDEEFF; 280} 281 282/***************************************************** 283Background color and text used in threaded view 284*****************************************************/ 285td.threadTitle 286{ 287 background-color: #D4D9EC; 288} 289 290.threadDetailTextSmall 291{ 292 color: #0055E7; 293 font-size: 9pt; 294} 295 296.threadDetailTextSmallBold 297{ 298 color: #0055E7; 299 font-size: 9pt; 300 font-weight: bold; 301} 302TD /* 新增 200/03/28 用于未使用CSS中的文字字体大小 */ 303{ 304 font-size: 9pt; 305} 306/***************************************************** 307标准链接 308*****************************************************/ 309a, a:visited, a:link /* 标准链接,论坛版块链接,最后发表链接 */ 310{ 311 color: #013DA4; 312 text-decoration: none; 313} 314 315a:Hover /* General page anchors */ 316{ 317 color: #FF3300; 318 text-decoration: underline; 319} 320 321a.linkSmallBold, a.linkMenuSink 322{ 323 font-weight: bold; 324} 325 326a.linkSmall, a.LinkSmallBold, a.linkMenuSink 327{ 328 color: navy; 329 font-size: 9pt; 330} 331 332a.linkSmallBold:visited, a.linkMenuSink:visited 333{ 334 color: #013DA4; 335} 336 337a.linkSmallBold:Hover, a.linkMenuSink:Hover 338{ 339/* color: #DD6900; */ 340 color: #FF3300; 341} 342 343a.lnk3, a.lnk3:visited, a.lnk3:link /* 热门贴子/未回复贴子/论坛导航菜单/主题链接 */ 344{ 345 font-size: 9pt; 346 font-weight: bold; 347 color: #013DA4; 348} 349 350a.lnk3:Hover 351{ 352 color: #FF3300; 353 text-decoration: underline; 354} 355 356/***************************************************** 357Text and links used in ForumGroupRepeater and ForumRepeater 358*****************************************************/ 359columnText, a.columnText, a.columnText:visited, a.columnText:link 360{ 361 font-size: 9pt; 362 color: white; 363 font-weight:bold; 364} 365 366a.columnText:hover 367{ 368 color: #FF3300; 369} 370 371a.column:visited, a.column:link, a.column:hover 372{ 373 color: white; 374 font-weight:bold; 375} 376 377.flnk3 378{ 379 font-weight: bold; 380 color: #013DA4; 381} 382 383a.flnk3:visited, a.flnk3:link 384{ 385 font-weight: bold; 386 color: #013DA4; 387} 388 389a.flnk3:hover 390{ 391 color: #FF3300; 392} 393 394.inlineLink /* Username in ShowPost, next to online status */ 395{ 396 cursor:pointer; 397 color: #555555; 398} 399 400.inline 401{ 402 font-size: 9pt; 403 color: #555555; 404} 405 406 407/***************************************************** 408Navigation: Text and anchors used in the navigation menu 409*****************************************************/ 410.menuText /* Font used for navigation menu */ 411{ 412 font-size: 9pt; 413 font-weight: bold; 414 color: #FFFFFF; 415} 416 417a.menuLink:visited, a.menuLink:link /* Font used for links in the navigation menu */ 418{ 419 font-size: 9pt; 420 font-weight: normal; 421 text-decoration: none; 422 color: black; 423} 424 425a.menuLink:Hover /* Font used for hovering over a link in the navigation menu */ 426{ 427 color: #FF3300; 428} 429.menuLink 430{ 431 font-size: 9pt; 432 font-weight: normal; 433 color: black; 434} 435 436 437/***************************************************** 438Default separator style for PostList 439*****************************************************/ 440td.flatViewSpacing /* Separates Users from Guests in WhoIsOnline page */ 441{ 442 height: 2px; 443 background-color: #80B7FF; 444} 445td.threadSeparator /* Separates posts in ShowPost page */ 446{ 447 height: 4px; 448 background-color: #79ABDE; 449} 450td.adminSeparator /* Separates 'groups of options' in Admin Nav Bar */ 451{ 452 height: 4px; 453 background-color: #FFFFFF; 454} 455td.moderateSeparator /* Separator in ModerateForum page */ 456{ 457 height: 12px; 458 background-color: #FFFFFF; 459} 460 461/***************************************************** 462Validation Text 463*****************************************************/ 464.validationWarning 465{ 466 color: Red; 467} 468 469/***************************************************** 470Page control selected page 471*****************************************************/ 472.currentPage 473{ 474 font-size : 12pt; 475 font-weight:bold; 476} 477 478/***************************************************** 479Form Elements 480*****************************************************/ 481select /* drop down lists in forms */ 482{ 483 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 484 font-size: 9pt; 485} 486 487textarea /* large multi-line text boxes in forms */ 488{ 489 font-family: Verdana, Arial, Helvetica, sans-serif; 490 font-size: 9pt; 491} 492 493input /* input elements in forms, e.g radio buttons, text boxes, etc. */ 494{ 495 font-family: Verdana, Arial, Helvetica, sans-serif; 496 font-size: 9pt; 497} 498 499/***************************************************** 500Control Panel 501*****************************************************/ 502td.ControlPanelTabActive /*控制面板标签激活背景*/ 503{ 504 font-weight: bold; 505 font-size: 9pt; 506 background-color: #78ABDE; 507 background-image: url(../images/forumColumnBackground.gif); 508 background-repeat: repeat-x; 509 COLOR: white; 510} 511 512td.ControlPanelTabInactive /*控制面板标签背景*/ 513{ 514 color: #4455aa; 515 font-size: 9pt; 516 font-weight: normal; 517 text-decoration: none; 518 background-image: url(../images/forumHeaderBackgroundAlternate.gif); 519 background-color: #E7E3E7; 520 background-repeat: repeat-x; 521} 522 523td.ControlPanelTabLine 524{ 525 background-color: #7AACE0; 526} 527td.border_left { 528 background-image: url(../images/border_left.gif); 529 width: 10px; 530} 531td.border_right { 532 background-image: url(../images/border_right.gif); 533 width: 10px; 534} 535td.logo_bg { 536 background-image: url(../images/logo_bg.gif); 537 background-repeat: repeat-x; 538} 539#content { 540 text-align: left; 541 width: 100%; 542 margin: 5px; 543 width: auto; 544} 545 546.QuickPostText 547{ 548 color: red; 549 font-size: 9pt; 550} 551
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:特瑞飞家教信息平台源码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146