source: extensions/PWG_Stuffs/template/index.css @ 4971

Last change on this file since 4971 was 3694, checked in by Criss, 15 years ago

Add 'Citation' block (thanks to rub, got from 'Fun Citation').

Only available in french language now, but admin can set code for other languages.

File size: 855 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.stuffs {
14  margin: 0 0 1em;
15  overflow: hidden;
16}
17
18.right_block {
19  float: right;
20  margin: 0 0 0 1em;
21}
22
23.left_block {
24  float: left;
25  margin: 0 1em 0 0;
26}
27
28.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.