base_s40.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. body {
  2. background-color: #f7f6f7;
  3. margin: 0px;
  4. padding: 0px
  5. }
  6. #stage {
  7. height: auto;
  8. }
  9. .show {
  10. display: block;
  11. }
  12. .hide {
  13. display: none;
  14. }
  15. .fill {
  16. width: 100%
  17. }
  18. .fillHeight {
  19. height: 100%
  20. }
  21. .show_table_row {
  22. display: table-row;
  23. }
  24. /*Alignment css starts*/
  25. .valignTp {
  26. vertical-align: top
  27. }
  28. .valignMdl {
  29. vertical-align: middle
  30. }
  31. .alignR {
  32. text-align: right
  33. }
  34. .alignL {
  35. text-align: left
  36. }
  37. .alignC {
  38. text-align: center;
  39. }
  40. .pdL20 {
  41. padding-left: 20px
  42. }
  43. .pdR5 {
  44. padding-right: 5px
  45. }
  46. /*Alignment css ends*/
  47. /* Header css starts*/
  48. .header {
  49. height: 40px;
  50. background: #409C1B url('../img/header_background.png') 0 0 repeat-x;
  51. }
  52. .app_name {
  53. color: #fff;
  54. font-weight: bold;
  55. padding: 10px 0px 10px 15px;
  56. font-size: 20px;
  57. }
  58. .titleText {
  59. font-weight: bold;
  60. color: #fff;
  61. font-size: 20px;
  62. text-align: center
  63. }
  64. .app_logo {
  65. padding-left: 30px;
  66. padding-right: 0px;
  67. }
  68. .header_search {
  69. text-align: right;
  70. }
  71. .header_table {
  72. height: 40px;
  73. width: 100%;
  74. }
  75. .header_background {
  76. background: #409C1B url('../img/header_background.png') 0 0 repeat-x;
  77. }
  78. .app_logo {
  79. width: 43px;
  80. }
  81. .header_search_box_td {
  82. width: 50%;
  83. padding-left: 30px;
  84. }
  85. .header_search_box {
  86. width: 100px;
  87. }
  88. .header_transition_window {
  89. overflow: hidden;
  90. width: 197px;
  91. }
  92. .text_block {
  93. padding: 8px;
  94. }
  95. .category {
  96. border-bottom: 2px #fff solid
  97. }