mp-screen.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. address img {
  2. background: none !important;
  3. }
  4. /* copy of mp-screen.css from neo theme */
  5. body {
  6. background-image: none;
  7. min-width: 0;
  8. }
  9. #header {
  10. padding: 0;
  11. }
  12. #site_nav_global_primary {
  13. top: 0;
  14. -webkit-border-top-right-radius: 0px;
  15. -moz-border-radius-topright: 0px;
  16. border-top-right-radius: 0px;
  17. line-height: 16px;
  18. }
  19. #site_nav_global_primary li {
  20. float: left;
  21. margin-right: 8px;
  22. }
  23. #site_nav_local_views {
  24. line-height: 2em;
  25. }
  26. #site_nav_local_views h3 {
  27. color: #333;
  28. background: none;
  29. text-transform: none;
  30. letter-spacing: 0;
  31. padding-bottom: 0;
  32. }
  33. #site_nav_local_views li li {
  34. margin: 0 6px 6px 0;
  35. }
  36. #login #site_nav_local_views li, #register #site_nav_local_views li, #openidlogin #site_nav_local_views li {
  37. margin: 0 6px 6px 0;
  38. }
  39. #site_nav_local_views a {
  40. color: #fff;
  41. text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);;
  42. background: #364a84;
  43. background: -moz-linear-gradient(top, #7b8dbb , #364a84);
  44. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
  45. font-size: 0.9em;
  46. width: auto;
  47. }
  48. #site_nav_local_views a:hover {
  49. background: #7b8dbb;
  50. background: -moz-linear-gradient(top, #364a84 , #7b8dbb);
  51. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#364a84), color-stop(100%,#7b8dbb));
  52. }
  53. .input_forms {
  54. top: -10px;
  55. padding-right: 0;
  56. }
  57. #input_form_nav li a {
  58. padding: 0px 4px 1px 4px;
  59. }
  60. .form_notice .count {
  61. top: 44px;
  62. left: 276px;
  63. }
  64. #form_notice-direct.form_notice .count {
  65. top: 74px;
  66. left: 276px;
  67. }
  68. #event-startdate, #event-starttime, #event-enddate, #event-endtime {
  69. width: 120px;
  70. margin-right: 12px;
  71. }
  72. .input_form .form_settings .submit {
  73. font-size: 1em;
  74. }
  75. .form_notice input.submit {
  76. font-size: 1em;
  77. }
  78. .question div.question-description {
  79. max-width: 100% !important;
  80. }
  81. ul.qna-dummy {
  82. width: 80%;
  83. }
  84. .qna-dummy-placeholder input {
  85. width: 92%;
  86. }
  87. .question #qna-answer, .qna-full-question #qna-answer {
  88. width: 220px;
  89. }
  90. .threaded-replies #answer-form fieldset {
  91. width: 220px;
  92. }
  93. .threaded-replies #qna-answer-submit {
  94. float: left;
  95. clear: left;
  96. position: relative;
  97. top: 0;
  98. bottom: 0px;
  99. left: 0;
  100. margin-top: 10px;
  101. }
  102. a.company_logo {
  103. display: none !important;
  104. }