mp-screen.css 2.3 KB

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