source: extensions/PWG_Stuffs/trunk/theme/stuffs_index.css @ 9737

Last change on this file since 9737 was 9737, checked in by patdenice, 13 years ago

Compatible 2.2

File size: 895 bytes
Line 
1.content {
2  min-height: 0;
3}
4
5.stuffs_block {
6  background-color: transparent;
7  background-image: none;
8  border: none;
9  margin-top: 0;
10  margin-bottom: 0;
11}
12
13#the_page .stuffs {
14  margin: 0 0 1em;
15  overflow: hidden;
16}
17
18#the_page .right_block {
19  float: right;
20  margin: 0 0 0 1em;
21}
22
23#the_page .left_block {
24  float: left;
25  margin: 0 1em 0 0;
26}
27
28#the_page .middle_block {
29  overflow: hidden;
30  margin: auto;
31}
32
33.personal_block {
34  padding: 15px;
35}
36
37.quote_block {
38  padding: 15px;
39  text-align: center;
40}
41
42.one_comment {
43  width: 99% !important;
44}
45
46.two_comment {
47  width: 49.5% !important;
48}
49
50.three_comment {
51  width: 33% !important;
52}
53
54#comments div.thumbnailCategory div.illustration {
55  width: auto !important;
56  padding-right: 15px;
57}
58
59#comments div.thumbnailCategory blockquote {
60  margin-left: 10px;
61}
62
63/* Hack IE6 */
64* html  .stuffs, * html .middle_block { overflow-y: visible; }
Note: See TracBrowser for help on using the repository browser.