]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/facebookapp.css
Update French translation files from Entrans
[quix0rs-gnu-social.git] / theme / identica / facebookapp.css
1
2 /* XXX: Most of this just copied out of display.css -- need to factor out what we really neeed -- Zach */
3
4 body {
5     color: #193441;
6 }
7
8 a {
9 color: #d1451a;
10 text-decoration: none;
11 }
12 a:hover {
13 text-decoration: underline;
14 }
15 img, img a {
16 border: 0;
17 }
18 h1 {
19 font-size: 14px;
20 }
21
22 #wrap {
23 margin: 0 auto;
24 padding: 0 20px;
25 width: 760px;
26 background: url(bg-header.gif) repeat-x #fbf2d7;
27 }
28
29
30 #notices {
31 clear: both;
32 margin: 0 auto;
33 padding: 0;
34 list-style-type: none;
35 width: 600px;
36 border-top: 1px solid #dec5b5;
37 }
38 #notices a:hover {
39 text-decoration: underline;
40 }
41 .notice_single {
42 clear: both;
43 display: block;
44 margin: 0;
45 padding: 5px 5px 5px 0;
46 min-height: 48px;
47 font-family: Georgia, "Times New Roman", Times, serif;
48 font-size: 13px;
49 line-height: 16px;
50 border-bottom: 1px solid #dec5b5;
51 background-color:#FCFFF5;
52 opacity:1;
53 }
54 .notice_single:hover {
55 background-color: #f7ebcc;
56 }
57 .notice_single p {
58 display: inline;
59 margin: 0;
60 padding: 0;
61 }
62 #notice_delete_form #confirmation_text {
63    display: block;
64 font-size: 14px;
65 font-weight: bold;
66 }
67
68 input#submit_yes, input#submit_no {
69 margin: 18px 10px 0px 0px;
70 padding: 4px;
71 font-weight: bold;
72 color: #fff6d5;
73 background-color: #F60;
74 cursor: pointer;
75 border: 0;
76 width: 40px;
77 }
78 input#submit_yes:hover, input#submit_no:hover {
79 background-color: #701238;
80 }
81 .avatar.stream {
82 float: left;
83 margin: 0 10px 0.5em 0;
84 }
85 p.time {
86 display: block;
87 font-family: Verdana, Arial, Helvetica, sans-serif;
88 font-size: 10px;
89 line-height: 15px;
90 }
91 p.time a {
92 color: #dab134;
93 }
94
95
96 /* ----- Forms General Style ----- */
97 form {
98         margin: 0 auto;
99         padding: 0;
100         }
101 form {
102         font-family: Verdana, Arial, Helvetica, sans-serif;
103         font-size: 12px;
104         }
105 form label {
106         display: block;
107         font-size: 12px;
108         font-weight: bold;
109         line-height: 18px;
110         }
111 form input {
112         border: 1px solid #dec5b5;
113         width: 264px;
114         }
115 input#submit, input.submit  {
116         display: block;
117         margin: 18px 0;
118         padding: 4px;
119         font-weight: bold;
120         color: #fff6d5;
121         background-color: #F60;
122         cursor: pointer;
123         border: 0;
124         width: auto;
125         }
126 input#submit:hover, input.submit:hover {
127         background-color: #701238;
128         }
129 input.checkbox {
130         /*width: 14px;
131         height: 14px;*/
132         width: auto;
133         border: 0;
134         }
135
136 label.checkbox_label {
137     display: inline;
138     font-weight: normal;
139 }
140
141 textarea, input {
142         font-family: Verdana, Arial, Helvetica, sans-serif;
143         font-size: 12px;
144         color: #701238;
145         padding: 3px;
146         }
147 textarea:focus, input:focus {
148         background-color: #f8ebc0;
149         }
150 textarea {
151         width: 270px;
152         border: 1px solid #D8E2D7;
153         }
154 .input_instructions {
155         margin-top: 3px;
156         display: block;
157         font-size: 11px;
158         line-height: 15px;
159         color: #924959;
160         font-family: Verdana, Arial, Helvetica, sans-serif;
161         }