abae48332e929ad3d3e94c3bdc7c3b623494085b
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / print-plain / simple-highest.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{float:left}.form-suggest{height:200px;background:#DEE2D0;vertical-align:top}.form-input input{font-size:10px}.form-input textarea{font-size:11px;width:350px}.form-label{font-size:10px;font-weight:700;line-height:25px;padding-right:10px;text-align:right;width:100px;color:#39738F}.font-9{font-size:9px}
44 --SETTINGS--
45 template='highest'
46 sort_properties=false
47 sort_selectors=false