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