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

Last change on this file since 17208 was 17208, checked in by patdenice, 12 years ago

Bug corrected with "Hide main block" option.
Bug corrected with LastComs and 2 or 3 blocks per line.

File size: 995 bytes
Line 
1.content {
2  min-height: 0;
3}
4
5.stuffs_block {
6  background-color: transparent;
7  background-image: none;
8  border: none !important;
9  margin-top: 0;
10  margin-bottom: 0;
11}
12
13#the_page .stuffs {
14  margin: 0 0 1em !important;
15  overflow: hidden;
16}
17
18#the_page .right_block {
19  float: right;
20  margin: 0 0 0 1em !important;
21}
22
23#the_page .left_block {
24  float: left;
25  margin: 0 1em 0 0 !important;
26}
27
28#the_page .middle_block {
29  overflow: hidden;
30  margin: auto !important;
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% !important;
48}
49
50.three_comment {
51  width: 32.4% !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.stuffs .commentElement {
64  margin: 0.3%;
65}
66
67/* Hack IE6 */
68* html  .stuffs, * html .middle_block { overflow-y: visible; }
Note: See TracBrowser for help on using the repository browser.