summaryrefslogtreecommitdiff
path: root/theme/gnusocial/social.css
blob: a4d8d827c66a234a94b5bd640df3c5a8edc84b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
@imp2ort url('./debug.css');

/* stuff we want to hide..... */

legend,.entry-content .source, .entry-content .location, .entry-content .response, #anon_notice, #notices_primary h2, #site_nav_local_views dt, #ft dt{ display: none !important; }

dl, dd { margin: 0 !important; padding: 0 !important;}

#yui-main { margin-bottom: 0 !important; padding-bottom: 0 !important;}

.notices { margin: 0; padding: 0; }
.notices li { list-style: none; }

#ft { padding-top: 12px;}

#custom-doc {  width:76.23em;*width:74.39em;min-width:991px; margin:auto; text-align:left; }

#yui-main { background-color: white; position: relative; }

#sidebar *, #right-nav * { background: none !important; border: none !important; }
  
   html, body{padding: 0; margin: 0;}

   body {background-image: url(/theme/gnusocial/bg.png) !important; background-repeat: repeat-x !important; background-color: white;}

   #hd h1 {margin: 0; line-height: 40px; font-size: 24px; font-weight: bold;}

   #hd h1 a{color: #111; text-decoration: none;}

   #hd dt {display: none;}

   #hd ul {padding: 0; margin: 0; line-height: 48px; position: absolute; top: 0; right: 10px; }

   #hd li {display: inline; list-style: none; margin-left: 12px;}

   #hd {height: 40px; position: relative;}


   form {margin: 0 auto; width: 70%;}

   table {width: 100%;}

   tr, td{border: 0;}

   .update-text{ font-size: 12px; font-weight: bold;}

   .update-icon{ text-align: center;}

    #stream li{list-style: none; position: relative; margin-top: 12px; }

    #stream dl {position: absolute; top: 0; left: 50px;}

    #stream dd {color: #333; font-size: 80%; padding: 0; margin: 0; margin-top: 6px;}


    #social {border-left: 1px solid #999; border-right: 1px solid #999; padding-left: 10px;}

    #sidebar ul{margin: 0; padding: 0;}

    #sidebar li {list-style: none;}

    #sidebar li a{display: block; width: 180px; padding: 4px;}

    #sidebar li a:hover {background-color: #ececec;}

    .selected {background-color: cyan; width: 180px;}

    #right-nav {background-color: #ececec;}

    #right-nav div {padding: 10px;}

    .form_notice { position: relative; top: 0; left: 0; }



form label.submit {
display:none;
}

.form_settings {
clear:both;
}

.form_settings fieldset {
margin-bottom:29px;
}
.form_settings input.remove {
margin-left:11px;
}
.form_settings .form_data li {
width:100%;
float:left;
}
.form_settings .form_data label {
float:left;
}
.form_settings .form_data textarea,
.form_settings .form_data select,
.form_settings .form_data input {
margin-left:11px;
float:left;
}
.form_settings .form_data textarea {
width:325px;
}

.form_settings .form_data input.submit {
margin-left:0;
}

.form_settings label {
margin-top:2px;
width:143px;
}

.form_actions label {
display:none;
}
.form_guide {
font-style:italic;
}

.form_settings #settings_autosubscribe label {
display:inline;
font-weight:bold;
}

#form_settings_profile legend,
#form_login legend,
#form_register legend,
#form_password legend,
#form_settings_avatar legend,
#newgroup legend,
#editgroup legend,
#form_tag_user legend,
#form_remote_subscribe legend,
#form_openid_login legend,
#form_search legend,
#form_invite legend,
#form_notice_delete legend,
#form_password_recover legend,
#form_password_change legend {
display:none;
}

.form_settings .form_data p.form_guide {
clear:both;
margin-left:155px;
margin-bottom:0;
}

.form_settings p {
margin-bottom:11px;
}

.form_settings input.checkbox {
margin-top:0;
margin-left:0;
}
.form_settings label.checkbox {
font-weight:normal;
margin-top:0;
margin-right:0;
margin-left:11px;
float:left;
width:90%;
}


#form_login p.form_guide,
#form_register #settings_rememberme p.form_guide,
#form_openid_login #settings_rememberme p.form_guide,
#settings_twitter_remove p.form_guide,
#form_search ul.form_data #q {
margin-left:0;
}

.form_settings .form_note {
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:0 7px;
}


.form_settings input.form_action-primary {
padding:0;
}
.form_settings input.form_action-secondary {
margin-left:29px;
}

#form_search .submit {
margin-left:11px;
}
caption {
font-weight:bold;
}
legend {
font-weight:bold;
font-size:1.3em;
}
input, textarea, select, option {
padding:4px;
font-family:sans-serif;
font-size:1em;
}
input, textarea, select {
border-width:2px;
border-style: solid;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

input.submit {
font-weight:bold;
cursor:pointer;
}
textarea {
overflow:auto;
}
option {
padding-bottom:0;
}
fieldset {
padding:0;
border:0;
}
form ul li {
list-style-type:none;
margin:0 0 18px 0;
}
form label {
font-weight:bold;
}
input.checkbox {
position:relative;
top:2px;
left:0;
border:0;
}

.error,
.success {
padding:4px 7px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
margin-bottom:18px;
}

#all .notice, #public .notice { padding-bottom: 12px;}

#all .notice .entry-title, #public .notice .entry-title { position: relative;}

#all .notice .entry-title .entry-content, #public .notice .entry-title .entry-content { position: absolute; top: 25px; left: 55px; }

#all .notice .entry-content .timestamp, #public .notice .entry-content .timestamp { color: #666; margin-left: 55px; font-size: 80%; text-decoration: none !important; }

abbr { border: 0px !important;  }

#all .entry-title .author .nickname, #public .entry-title .author .nickname { position: absolute; top: 0; left: 55px; font-weight: bold;  }

#showstream #i { position: absolute; top: 0; left: 0; background-color: white; z-index: 100; width: 185px; }


.notice-options, .form_favor .submit, .form_repeat .submit { background-color: white; border: 0; display: none !important; }

#form_notice { margin-top: 10px;}


label { display: none !important; }