]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/display.css
Update French translation files from Entrans
[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 .instructions p, .success, .error {
61      border: 1px solid #91AA9D;
62      color: #FCFFF5;
63      }
64 .instructions a:hover, .success a:hover, .error a:hover {
65      color: #FCFFF5;
66      }
67
68 #notices {
69      border-top: 1px solid #D8E2D7;
70      }
71
72 .notice_single {
73      border-bottom: 1px solid #D8E2D7;
74 }
75
76 .notice_single:hover {
77      background-color: #F3F8EA;
78      }
79
80 input#submit_yes, input#submit_no {
81      color: #FCFFF5;
82      background-color: #C15D42;
83      }
84
85 input#submit_yes:hover, input#submit_no:hover {
86      background-color: #904632;
87      }
88
89 p.time a {
90     color: #91AA9D;
91     }
92
93 #profile {
94     border-top: 1px solid #D8E2D7;
95     }
96
97 #profile h2 {
98     color: #91AA9D;
99     }
100
101 #nav_pagination li {
102     background-color: #91AA9D;
103     }
104
105 #nav_pagination li a {
106     background-color: #91AA9D;
107     color: #FCFFF5;
108     }
109
110 #nav_pagination li a:hover {
111     color: #FCFFF5;
112     }
113
114 #footer {
115     border-top: 1px solid #D8E2D7;
116     }
117
118 form input {
119      border: 1px solid #D8E2D7;
120      }
121
122 input#submit, input.submit  {
123     color: #FCFFF5;
124     background-color: #C15D42;
125     }
126
127 input#submit:hover, input.submit:hover {
128     background-color: #904632;
129     }
130
131 textarea, input {
132     color: #193441;
133     }
134
135 textarea:focus, input:focus {
136     background-color: #f0f6eb;
137     }
138
139 .input_instructions {
140     color: #91aa9d;
141     }
142
143 #status_label {
144     color: #91AA9D;
145     }
146
147 #status_textarea {
148     color: #193441;
149 }
150
151 #status_submit {
152     background-color: #C15D42;
153     color: #FCFFF5;
154     }
155
156 #status_submit:hover {
157     background-color: #904632;
158     }
159
160 #content .subscribe .submit, #content .unsubscribe .submit, #remotesubscribe .button, #remotesubscribe {
161     background-color: #c15d42;
162     color: #fcfff5;
163     }
164
165 #profiles {
166     border-top: 1px solid #D8E2D7;
167     }
168
169 .profile_single {
170     border-bottom: 1px solid #D8E2D7;
171     }
172
173 .profile_single:hover {
174     background-color: #F3F8EA;
175     }
176
177 #messages {
178     border-top: 1px solid #D8E2D7;
179     }
180
181 .message_single {
182     border-bottom: 1px solid #D8E2D7;
183     }
184
185 .message_single:hover {
186     background-color: #F3F8EA;
187     }