122d53d75c599ce3be15e08d616cb6bb73a54eaf
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / print-plain / simple-low.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 {
45 float:left
46 }
47
48 .form-suggest
49 {
50 height:200px;
51 background:#DEE2D0;
52 vertical-align:top
53 }
54
55 .form-input input
56 {
57 font-size:10px
58 }
59
60 .form-input textarea
61 {
62 font-size:11px;
63 width:350px
64 }
65
66 .form-label
67 {
68 font-size:10px;
69 font-weight:700;
70 line-height:25px;
71 padding-right:10px;
72 text-align:right;
73 width:100px;
74 color:#39738F
75 }
76
77 .font-9
78 {
79 font-size:9px
80 }
81 --SETTINGS--
82 template='low'
83 sort_properties=false
84 sort_selectors=false