[DEPOT] ~gitignore : exclusion d'IMG
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / print-plain / simple-default.csst
1 --TEST--
2 Test simple CSS print
3 --CSS--
4 /* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
5 Edited by Daz - http://www.forumimages.com - last updated 26-06-03 */
6 /* The content of the posts (body of text) */
7 /* General page style */
8
9 /* begin suggest post */
10 .float-l {
11 float : left ;
12 }
13
14 .form-suggest {
15 height : 200px ;
16 background : #DEE2D0 ;
17 vertical-align : top;
18 }
19
20 .form-input input{
21 font-size: 10px;
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 --PRINT--
43 .float-l {
44 float:left
45 }
46
47 .form-suggest {
48 height:200px;
49 background:#DEE2D0;
50 vertical-align:top
51 }
52
53 .form-input input {
54 font-size:10px
55 }
56
57 .form-input textarea {
58 font-size:11px;
59 width:350px
60 }
61
62 .form-label {
63 font-size:10px;
64 font-weight:700;
65 line-height:25px;
66 padding-right:10px;
67 text-align:right;
68 width:100px;
69 color:#39738F
70 }
71
72 .font-9 {
73 font-size:9px
74 }
75 --SETTINGS--
76 sort_properties=false
77 sort_selectors=false