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

Last change on this file since 17763 was 17763, checked in by plg, 12 years ago

bug fixed: wrong margin on stuffs blocks

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