]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/clean/css/display.css
Merge branch '0.9.x' into twitstream
[quix0rs-gnu-social.git] / theme / clean / css / display.css
1 /** theme: clean
2  *
3  * @package   StatusNet
4  * @author    Samantha Doherty <sammy@status.net>
5  * @copyright 2010 StatusNet, Inc.
6  * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
7  * @link      http://status.net/
8  */
9
10
11 @media screen, projection, tv {
12
13 body {
14     background: #9a9aa4 url(../images/page_bg.png) no-repeat fixed 50% 100%;
15     background-color: #6e6e8c;
16     font-family: "Liberation Sans", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
17     font-size: 86%;
18 }
19
20 #wrap {
21     width: 860px;
22     margin: 0px auto;
23     padding: 10px;
24     padding-top: 0px;
25     background-color: #fff;
26     box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
27     -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
28     -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
29 }
30
31 #header {
32     padding-top: 70px;
33 }
34
35 address {
36     float: left;
37     margin-right: 20px;
38     margin-top: 0px;
39 }
40
41 .poweredby {
42     background: url(../images/sn-tiny.png) no-repeat top left;
43     height: 40px;
44     font-size: 0.8em;
45     color: #fff;
46     line-height: 42px;
47     padding-left: 50px;
48     position: absolute;
49     top: 6px;
50     left: 0;
51     z-index: 99;
52     font-style: normal;
53 }
54
55 .poweredby a {
56     color: #fff !important;
57     font-weight: bold;
58 }
59
60 #site_nav_global_primary {
61     display: block;
62     position: absolute;
63     top: 0;
64     z-index: 98;
65     background-color: #829d25;
66     width: 880px;
67     left: 50%;
68     margin-left: -440px; 
69     margin-top: 0px;
70     height: 30px;
71     line-height: 30px;
72     text-align: right;
73     border-top: 10px solid #fff;
74     border-bottom: 1px solid #fff;
75 }
76
77 #site_nav_global_primary a {
78     color: #fff !important;
79     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
80 }
81
82 #site_notice {
83     float: right;
84     width: 266px; 
85     margin-left: 40px;
86 }
87
88 .form_notice {
89     float: right;
90     width: 500px;   
91     margin-top: 0px;
92 }
93
94 #anon_notice {
95     clear: both;
96     background: none;
97     padding: 0px;
98     margin-bottom: 0px;
99 }
100
101 .form_notice fieldset {
102     width: 100%;
103 }
104
105 .form_notice textarea {
106     width: 364px;
107     height: 54px;
108 }
109
110 .form_notice #notice_data-geo_wrap label,
111 .form_notice #notice_data-geo_wrap input {
112     top: 48px;
113 }
114
115 .form_notice #notice_action-submit {
116     font-size: 0.9em;
117     top: 74px;
118     right:0;
119     height: 2.4em;
120     width: 96px;
121     right: 10px;
122 }
123
124 #core {
125     clear: both;
126     margin-top: 14px;
127 }
128
129 #content {
130     padding-top: 10px;
131 }
132
133 #site_nav_local_views {
134     background-color: #6e6e8c;
135     height: 2em;
136     line-height: 2em;
137     margin-bottom: 0px;
138     padding-left: 4px;
139 }
140
141 #site_nav_local_views a {
142     color: #fff !important;
143     padding: 2px 6px 2px 6px;
144 }
145
146 #site_nav_local_views .current a {
147     background: #fff !important;
148     color: #000 !important;
149     text-decoration: none;
150 }
151
152 .notice {
153     line-height: 1.35em;
154 }
155
156 #content .notice .author .photo {
157     left: 0px;
158 }
159
160 #content .notice .entry-title {
161     min-height: 26px;
162 }
163
164 #showstream .notice .entry-title {
165     min-height: 0px;
166 }
167
168 #shownotice .notice .entry-title {
169     min-height:123px;
170 }
171
172 .user_in .notice div.entry-content {
173     max-width: 360px;
174     opacity: 0.6;
175 }
176
177 .user_in .notice div.entry-content:hover {
178     opacity: 1;
179 }
180
181 .notice div.entry-content {
182     font-size: 0.9em;
183     line-height: 1.2em;
184     margin-top: 10px;
185 }
186
187 .notice-options {
188     margin-top: 6px;
189 }
190
191 .pagination {
192     height: 1.2em;
193 }
194
195 }/*end of @media screen, projection, tv*/
196