]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/display.css
use label tab for checkboxes
[quix0rs-gnu-social.git] / theme / identica / display.css
1 /* CSS Document */
2 /* Design & CSS by Marie-Claude Doyon http://www.marieclaudedoyon.com */
3
4 @import url(../default/display.css);
5
6 html {
7      background: url(bg-body.gif) repeat-y top center #d8e2d7;
8 }
9
10 body {
11      color: #193441;
12 }
13
14 a {
15      color: #C15D42;
16 }
17
18 #wrap {
19       background: url(bg-header.gif) repeat-x #FCFFF5;
20 }
21
22 #header h1.pagetitle {
23         color: #d8e2d7;
24 }
25
26 #header h2.sitename {
27         color: #FCFFF5;
28 }
29
30 #nav li a {
31      color: #91AA9D;
32 }
33
34 #nav_views li a {
35      color: #FCFFF5;
36      background-color: #91AA9D;
37      border-right: 1px solid #6A8787;
38 }
39
40 #nav_views li.current a, #nav_views li.current a:hover {
41      color: #3F606F;
42      background-color: #FCFFF5;
43      border-right: 1px solid #6A8787;
44 }
45
46 #nav_views li.current a:hover {
47      color: #193441;
48 }
49
50 #nav_views li a:hover {
51      color: #FCFFF5;
52      background-color: #3F606F;
53      border-right: 1px solid #6A8787;
54      }
55
56 #nav_sub {
57      border-top: 1px solid #D8E2D7;
58      }
59
60
61 .instructions p, .success, .error {
62      border: 1px solid #91AA9D;
63      color: #FCFFF5;
64      }
65 .instructions a:hover, .success a:hover, .error a:hover {
66      color: #FCFFF5;
67      }
68
69 #notices {
70      border-top: 1px solid #D8E2D7;
71      }
72          
73 .notice_single {
74      border-bottom: 1px solid #D8E2D7;
75 }
76
77 .notice_single:hover {
78      background-color: #F3F8EA;
79      }
80
81 input#submit_yes, input#submit_no {
82      color: #FCFFF5;
83      background-color: #C15D42;
84      }
85
86 input#submit_yes:hover, input#submit_no:hover {
87      background-color: #904632;
88      }
89
90 p.time a {
91     color: #91AA9D;
92     }
93
94 #profile {
95     border-top: 1px solid #D8E2D7;
96     }
97     
98 #profile h2 {
99     color: #91AA9D;
100     }
101
102 #nav_pagination li {
103     background-color: #91AA9D;
104     }
105
106 #nav_pagination li a {
107     background-color: #91AA9D;
108     color: #FCFFF5;
109     }
110
111 #nav_pagination li a:hover {
112     color: #FCFFF5;
113     }
114                 
115 #footer {
116     border-top: 1px solid #D8E2D7;
117     }
118
119 form input {
120      border: 1px solid #D8E2D7;
121      }
122      
123 input#submit, input.submit  {
124     color: #FCFFF5;
125     background-color: #C15D42;
126     }
127
128 input#submit:hover, input.submit:hover {
129     background-color: #904632;
130     }
131
132 textarea, input {
133     color: #193441;
134     }
135                                       
136 textarea:focus, input:focus {
137     background-color: #f0f6eb;
138     }
139
140 .input_instructions {
141     color: #91aa9d;
142     }
143
144 #status_label {
145     color: #91AA9D;
146     }
147
148 label.checkbox_label {
149     display: inline;
150     font-weight: normal;
151 }
152
153
154 #status_textarea {
155     color: #193441;
156 }
157
158 #status_submit {
159     background-color: #C15D42;
160     color: #FCFFF5;
161     }
162
163 #status_submit:hover {
164     background-color: #904632;
165     }
166
167 #content .subscribe .submit, #content .unsubscribe .submit, #remotesubscribe .button, #remotesubscribe {
168     background-color: #c15d42;
169     color: #fcfff5;
170     }
171     
172 #profiles {
173     border-top: 1px solid #D8E2D7;
174     }
175
176 .profile_single {
177     border-bottom: 1px solid #D8E2D7;
178     }
179
180 .profile_single:hover {
181     background-color: #F3F8EA;
182     }
183
184
185 #messages {
186     border-top: 1px solid #D8E2D7;
187     }
188
189 .message_single {
190     border-bottom: 1px solid #D8E2D7;
191     }
192
193 .message_single:hover {
194     background-color: #F3F8EA;
195     }