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