structure.css 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. html {
  2. background: #eee;
  3. }
  4. body {
  5. font: 11px Verdana, Arial, sans-serif;
  6. color: #333;
  7. }
  8. .sf-reset, .sf-reset .block, .sf-reset #message {
  9. margin: auto;
  10. }
  11. img {
  12. border: 0;
  13. }
  14. .clear {
  15. clear: both;
  16. height: 0;
  17. font-size: 0;
  18. line-height: 0;
  19. }
  20. .clear-fix:after {
  21. content: "\0020";
  22. display: block;
  23. height: 0;
  24. clear: both;
  25. visibility: hidden;
  26. }
  27. .clear-fix {
  28. display: inline-block;
  29. }
  30. * html .clear-fix {
  31. height: 1%;
  32. }
  33. .clear-fix {
  34. display: block;
  35. }
  36. .header {
  37. padding: 30px 30px 20px 30px;
  38. }
  39. .header-logo {
  40. float: left;
  41. }
  42. .search {
  43. float: right;
  44. padding-top: 20px;
  45. }
  46. .search label {
  47. line-height: 28px;
  48. vertical-align: middle;
  49. }
  50. .search input {
  51. width: 195px;
  52. font-size: 12px;
  53. border: 1px solid #dadada;
  54. background: #fff url(data:image/gif;base64,R0lGODlhAQAFAKIAAPX19e/v7/39/fr6+urq6gAAAAAAAAAAACH5BAAAAAAALAAAAAABAAUAAAMESAEjCQA7) repeat-x left top;
  55. padding: 5px 6px;
  56. color: #565656;
  57. }
  58. .search input[type="search"] {
  59. -webkit-appearance: textfield;
  60. }
  61. #content {
  62. width: 970px;
  63. margin: 0 auto;
  64. }
  65. pre {
  66. white-space: normal;
  67. font-family: Arial, Helvetica, sans-serif;
  68. }
  69. pre.xdebug-var-dump{
  70. white-space: pre;
  71. font-family: monospace;
  72. }