[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / plugins-dist / compresseur / tests / css / source_simple.css
1 /* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
2 Edited by Daz - http://www.forumimages.com - last updated 26-06-03 */
3 /* The content of the posts (body of text) */
4 /* General page style */
5
6 /* begin suggest post */
7 .float-l {
8 float : left ;
9 }
10
11 .form-suggest {
12 height : 200px ;
13 background : #DEE2D0 ;
14 vertical-align : top;
15 }
16
17 .form-input input{
18 font-size: 10px;
19 }
20 .hide{
21 display:none;
22 }
23
24 .form-input textarea{
25 font-size: 11px;
26 width: 350px;
27 }
28
29 .form-label{
30 font-size: 10px;
31 font-weight: bold;
32 line-height: 25px;
33 padding-right: 10px;
34 text-align: right;
35 width: 100px;
36 color: #39738F;
37 }
38
39 .font-9{
40 font-size: 9px;
41 }
42
43 .form-topic{
44 font-weight:bold;
45
46 }
47
48 .form-error{
49 color:red;
50 }
51
52 .inline{
53 display: inline;
54 }
55
56 .space-10{
57 clear: both;
58 font-size: 10px;
59 height: 10px;
60 line-height: 10px;
61 }
62
63 .suggest-success{
64 color:green;
65 padding-left:10px;
66 font-size:11px;
67 font-weight:bold;
68 }
69
70 .top{
71 vertical-align: top;
72 }
73 /* end suggest post */
74
75
76