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