mp-screen.css 2.2 KB

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