source: extensions/PWG_Stuffs/template/picture.css @ 4577

Last change on this file since 4577 was 3609, checked in by patdenice, 15 years ago

Convert all php and tpl files in Unix format for my plugins.

File size: 772 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: 0;
10}
11
12.stuffs {
13  margin: 1em 0;
14  overflow: hidden;
15}
16
17.right_block {
18  float: right;
19  margin: 0 0 0 1em;
20}
21
22.left_block {
23  float: left;
24  margin: 0 1em 0 0;
25}
26
27.middle_block {
28  overflow: hidden;
29  margin: auto;
30}
31
32.personal_block {
33  padding: 15px;
34}
35
36.one_comment {
37  width: 99% !important;
38}
39
40.two_comment {
41  width: 49.5% !important;
42}
43
44.three_comment {
45  width: 33% !important;
46}
47
48#comments div.thumbnailCategory div.illustration {
49  width: auto !important;
50  padding-right: 15px;
51}
52
53#comments div.thumbnailCategory blockquote {
54  margin-left: 10px;
55}
56
57/* Hack IE6 */
58* html  .stuffs, * html .middle_block { overflow-y: visible; }
Note: See TracBrowser for help on using the repository browser.