]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/clean/css/display.css
Merge remote branch 'gitorious/1.0.x' into 1.0.x
[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: 106px;
121 }
122
123 #core {
124     clear: both;
125     margin-top: 14px;
126 }
127
128 #content {
129     padding-top: 10px;
130 }
131
132 #site_nav_local_views {
133     background-color: #6e6e8c;
134     height: 2em;
135     line-height: 2em;
136     margin-bottom: 0px;
137     padding-left: 4px;
138 }
139
140 #site_nav_local_views a {
141     color: #fff !important;
142     padding: 2px 6px 2px 6px;
143 }
144
145 #site_nav_local_views .current a {
146     background: #fff !important;
147     color: #000 !important;
148     text-decoration: none;
149 }
150
151 .notice {
152     line-height: 1.35em;
153 }
154
155 #content .notice .author .photo {
156     left: 0px;
157 }
158
159 #content .notice .entry-title {
160     min-height: 26px;
161 }
162
163 #showstream .notice .entry-title {
164     min-height: 0px;
165 }
166
167 #shownotice .notice .entry-title {
168     min-height:123px;
169 }
170
171 .user_in .notice div.entry-content {
172     max-width: 360px;
173     opacity: 0.6;
174 }
175
176 .user_in .notice div.entry-content:hover {
177     opacity: 1;
178 }
179
180 .notice div.entry-content {
181     font-size: 0.9em;
182     line-height: 1.2em;
183     margin-top: 10px;
184 }
185
186 .notice-options {
187     margin-top: 6px;
188 }
189
190 .pagination {
191     height: 1.2em;
192 }
193
194 }/*end of @media screen, projection, tv*/
195