123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- body {
- background-color: #f7f6f7;
- margin: 0px;
- padding: 0px
- }
- #stage {
- height: auto;
- }
- .show {
- display: block;
- }
- .hide {
- display: none;
- }
- .fill {
- width: 100%
- }
- .fillHeight {
- height: 100%
- }
- .show_table_row {
- display: table-row;
- }
- .valignTp {
- vertical-align: top
- }
- .valignMdl {
- vertical-align: middle
- }
- .alignR {
- text-align: right
- }
- .alignL {
- text-align: left
- }
- .alignC {
- text-align: center;
- }
- .pdL20 {
- padding-left: 20px
- }
- .pdR5 {
- padding-right: 5px
- }
- .header {
- height: 40px;
- background: #409C1B url('../img/header_background.png') 0 0 repeat-x;
- }
- .app_name {
- color: #fff;
- font-weight: bold;
- padding: 10px 0px 10px 15px;
- font-size: 20px;
- }
- .titleText {
- font-weight: bold;
- color: #fff;
- font-size: 20px;
- text-align: center
- }
- .app_logo {
- padding-left: 30px;
- padding-right: 0px;
- }
- .header_search {
- text-align: right;
- }
- .header_table {
- height: 40px;
- width: 100%;
- }
- .header_background {
- background: #409C1B url('../img/header_background.png') 0 0 repeat-x;
- }
- .app_logo {
- width: 43px;
- }
- .header_search_box_td {
- width: 50%;
- padding-left: 30px;
- }
- .header_search_box {
- width: 100px;
- }
- .header_transition_window {
- overflow: hidden;
- width: 197px;
- }
- .text_block {
- padding: 8px;
- }
- .category {
- border-bottom: 2px #fff solid
- }
|