exception_layout.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. html
  2. {
  3. background: #eee
  4. }
  5. body
  6. {
  7. font: 11px Verdana, Arial, sans-serif;
  8. color: #333
  9. }
  10. .sf-exceptionreset, .sf-exceptionreset .block, .sf-exceptionreset #message
  11. {
  12. margin: auto
  13. }
  14. img
  15. {
  16. border: 0;
  17. }
  18. .clear
  19. {
  20. clear:both;
  21. height:0;
  22. font-size:0;
  23. line-height:0;
  24. }
  25. .clear_fix:after
  26. {
  27. content:"\0020";
  28. display:block;
  29. height:0;
  30. clear:both;
  31. visibility:hidden;
  32. }
  33. .clear_fix
  34. {
  35. display:inline-block;
  36. }
  37. * html .clear_fix
  38. {
  39. height:1%;
  40. }
  41. .clear_fix
  42. {
  43. display:block;
  44. }
  45. .header
  46. {
  47. padding:30px 30px 20px 30px;
  48. }
  49. .header_logo
  50. {
  51. float:left;
  52. }
  53. .search
  54. {
  55. float:right;
  56. }
  57. .search
  58. {
  59. padding-top:20px;
  60. }
  61. .search label
  62. {
  63. line-height:28px;
  64. vertical-align:middle;
  65. }
  66. .search input
  67. {
  68. width:188px;
  69. margin-right:10px;
  70. font-size:12px;
  71. border:1px solid #dadada;
  72. background:#FFFFFF url(../images/input_bg.gif) repeat-x left top;
  73. padding:5px 6px;
  74. color:#565656;
  75. }
  76. .search input[type="search"]
  77. {
  78. -webkit-appearance: textfield;
  79. }
  80. .search button
  81. {
  82. -webkit-appearance: button-bevel;
  83. float: none;
  84. padding: 0;
  85. margin: 0;
  86. overflow: visible;
  87. width: auto;
  88. text-decoration: none;
  89. cursor: pointer;
  90. white-space: nowrap;
  91. display: inline-block;
  92. text-align: center;
  93. vertical-align: middle;
  94. border: 0;
  95. background: none;
  96. }
  97. .search button:-moz-focus-inner
  98. {
  99. padding: 0;
  100. border: none;
  101. }
  102. .search button:hover
  103. {
  104. text-decoration: none;
  105. }
  106. .search button span span,
  107. .search button span span span
  108. {
  109. position: static;
  110. }
  111. .search button span
  112. {
  113. position: relative;
  114. text-decoration: none;
  115. display: block;
  116. height: 28px;
  117. float: left;
  118. padding: 0 0 0 8px;
  119. background: transparent url(../images/border_l.png) no-repeat top left;
  120. }
  121. .search button span span
  122. {
  123. padding: 0 8px 0 0;
  124. background: transparent url(../images/border_r.png) right top no-repeat;
  125. }
  126. .search button span span span
  127. {
  128. padding: 0 7px;
  129. font: bold 11px Arial, Helvetica, sans-serif;
  130. color: #6b6b6b;
  131. line-height: 28px;
  132. background: transparent url(../images/btn_bg.png) repeat-x top left;
  133. }
  134. #content
  135. {
  136. width:970px;
  137. margin:0 auto;
  138. }