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