equal
deleted
inserted
replaced
|
1 div.ajim_wrapper { |
|
2 padding: 2px; |
|
3 color: #000; |
|
4 } |
|
5 |
|
6 div.ajim_wrapper > div { |
|
7 border-color: #000; |
|
8 border-style: solid; |
|
9 font-family: arial, helvetica, sans-serif; |
|
10 font-size: 75%; |
|
11 padding: 3px; |
|
12 } |
|
13 |
|
14 div.ajim_messages { |
|
15 border-width: 1px 1px 0 1px; |
|
16 background-color: #fff; |
|
17 height: 200px; |
|
18 clip: rect(0px, auto, auto, 0px); |
|
19 overflow: auto; |
|
20 } |
|
21 |
|
22 div.ajim_form { |
|
23 border-width: 0 1px 1px 1px; |
|
24 } |
|
25 |
|
26 div.ajim_form input.ajim_field { |
|
27 font-size: 100%; |
|
28 width: 80%; |
|
29 } |
|
30 |
|
31 div.ajim_form textarea { |
|
32 width: 93%; |
|
33 font-size: 100%; |
|
34 } |
|
35 |
|
36 div.ajim_submit_wrap { |
|
37 padding-top: 2px; |
|
38 text-align: center; |
|
39 } |
|
40 |
|
41 div.ajim_submit_wrap input { |
|
42 font-size: 100%; |
|
43 } |
|
44 |
|
45 span.ajim_noposts { |
|
46 color: #a0a0a0; |
|
47 } |
|
48 |
|
49 div#ajim_error { |
|
50 background-color: #ffd0d0; |
|
51 color: #500000; |
|
52 } |
|
53 |
|
54 div.ajim_modbuttons { |
|
55 float: right; |
|
56 } |
|
57 |
|
58 div.ajim_modbuttons a.ajim_btn_edit { |
|
59 color: #30aa00; |
|
60 } |
|
61 |
|
62 div.ajim_modbuttons a.ajim_btn_delete { |
|
63 color: #aa3000; |
|
64 } |
|
65 |
|
66 div.ajim_messagehead { |
|
67 clear: both; |
|
68 border-bottom: 1px solid #c8c8c8; |
|
69 margin: 3px 0; |
|
70 } |
|
71 |
|
72 div.ajim_timestamp { |
|
73 color: #aaaaaa; |
|
74 font-style: italic; |
|
75 } |
|
76 |
|
77 div.ajim_message_inner p { |
|
78 margin: 2px 0; |
|
79 } |
|
80 |
|
81 div#ajim_mod { |
|
82 text-align: center; |
|
83 } |
|
84 |
|
85 a.ajim_modlink { |
|
86 color: blue; |
|
87 font-size: 87.5%; |
|
88 } |