Changeset 139 for trunk/web-app/css
- Timestamp:
- Sep 28, 2009, 10:01:43 AM (15 years ago)
- Location:
- trunk/web-app/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/main.css
r134 r139 44 44 width: 980px; 45 45 height: 160px; 46 /*border: 1px solid;*/ 46 47 } 47 48 #HeaderLink{ … … 49 50 width: 650px; 50 51 height: 160px; 52 } 53 54 /* Navigation plugin, top level. */ 55 #menu { 56 float: left; 51 57 } 52 58 … … 83 89 } 84 90 textarea { 85 86 87 91 width: 450px; 92 height: 150px; 93 vertical-align: top; 88 94 } 89 95 … … 97 103 } 98 104 99 /* Login/out and Admin */105 /* Login/out and Admin */ 100 106 101 107 .appcontrol { 102 text-align: right; 103 padding: 5px 160px 5px 5px 104 } 105 106 .appcontrolButton { 107 font-size: 14px; 108 padding: 5px 5px; 109 } 110 111 /* NAVIGATION MENU */ 108 width: 980px; 109 height: 2em; 110 /* text-align: right; */ 111 /* padding: 0px 160px 70px 5px; */ 112 /* padding: 0.5em 0px 0.5em 0px; */ 113 /*border: 1px solid blue;*/ 114 /*border-style: solid solid solid solid;*/ 115 /*overflow: hidden;*/ /* Clearing floats */ 116 } 117 118 .appcontrolButton a { 119 padding: 0.3em 165px 0em 5px; 120 /* width: 980px; */ 121 float: right; 122 font-size: 14px; 123 /* padding: 0.5em 5px ; */ 124 text-decoration: none; 125 display: block; 126 /*overflow: hidden;*/ /* Clearing floats */ 127 } 128 129 .appcontrolButton a:hover { 130 color: red; 131 margin: 0.2em 0 0 0; 132 /*padding: 0.8em 5px;*/ 133 } 134 135 /* ORIGINAL NAVIGATION MENU */ 112 136 113 137 .nav { … … 116 140 /*border: 1px solid #ccc; 117 141 border-style: solid none solid none;*/ 118 padding: 1 5px 0px 0px 0px;142 padding: 10px 0px 0px 0px; 119 143 width: 980px; 120 144 height: 40px; 121 } 122 123 /*.nav a{ 124 background: url("../images/linkPanel.png") no-repeat top; 125 display: inline-block; 126 width: 140px; 127 height: 40px; 128 text-decoration: none; 129 }*/ 145 /*border: 1px solid;*/ 146 } 130 147 131 148 .menuButton { … … 375 392 height: 100px; 376 393 } 394 395 /* Navigation Plugin Override */ 396 .navigation { 397 padding: 0px 0px 0px 165px; 398 list-style-type: none; 399 clear: both; 400 font-size: 14px; 401 overflow: hidden; /* Clearing floats */ 402 } 403 404 .navigation li { 405 float: left; 406 /*border: 0px*/ 407 /* border: 1px solid #888; */ 408 /*border-left-color: #bbb;*/ /* Highlight border-color */ 409 } 410 411 .navigation li.navigation_first { 412 /*border-left-color: #888; */ 413 } 414 415 .navigation li.navigation_active { 416 /*border-left-color: #555;*/ /* Highlight border-color of active item */ 417 } 418 419 .navigation li a { 420 /* color: #fff; */ 421 /* background-color: #aaa; */ 422 padding: 0.3em 0.75em; 423 display: block; 424 text-decoration: none; 425 } 426 427 .navigation li a:hover { 428 color: red; 429 /* background-color: #999; */ 430 /* font-weight: normal; */ 431 /* font-size: 14px; */ 432 margin: 0.2em 0 0 0; 433 /*cursor: default;*/ 434 } 435 436 .navigation li.navigation_active a { 437 /* background-color: #555; */ 438 /* color: #fff;*/ 439 color: #006dba; 440 /*color: black;*/ 441 font-weight: bold; 442 font-size: 17px; 443 margin: 0 0 0 0; 444 /*cursor: default;*/ 445 } 446 447 .navigation li.navigation_active a:hover { 448 color: #006dba; 449 font-weight: bold; 450 font-size: 17px; 451 margin: 0 0 0 0; 452 /*background-color: #555;*/ 453 } 454 455 /* Sub navigation */ 456 .subnavigation { 457 /*padding: 0px 0px 0px 165px;*/ 458 padding: 0px 0px 0px 220px; 459 list-style-type: none; 460 clear: both; 461 overflow: hidden; /* Clearing floats */ 462 } 463 .subnavigation li { 464 float: left; 465 /* background-color: #555; */ 466 padding: 0em 0.75em; 467 border-width: 0px 0; 468 } 469 .subnavigation li a { 470 color: #006dba; 471 font-weight: bold; 472 font-size: 17px; 473 display: block; 474 /*padding: 0px 0;*/ 475 /* border-color: #555; */ 476 border-style: solid; 477 border-width: 0px 0; 478 text-decoration: none; 479 /*margin: 0 0 0 0;*/ 480 /*cursor: default;*/ 481 } 482 483 .subnavigation li a:visited { 484 color: #006dba; 485 } 486 487 .subnavigation li a:hover { 488 /*color: red;*/ 489 /*border-color: black;*/ 490 border-width: 1px 0; 491 } 492 .subnavigation li.subnavigation_active a { 493 /*color: #e0e0e0; */ 494 /*cursor: default;*/ 495 /*border-color: #e0e0e0;*/ 496 border-width: 1px 0; 497 } -
trunk/web-app/css/tabviewCustom.css
r126 r139 187 187 .yui-skin-sam .yui-navset .yui-nav a:focus{/*hover background*/ 188 188 /* background:#bfdaff url("../images/skin/sprite.png") repeat-x left -1300px; */ 189 background:#bfdaff 189 background:#bfdaff; 190 190 outline:0; 191 191 }
Note: See TracChangeset
for help on using the changeset viewer.