source: extensions/Flash_Gallery/template/index.css @ 4312

Last change on this file since 4312 was 3599, checked in by tiico, 15 years ago

some minor corrections
add block.tpl from pwg_stuff (for flopure)
add prometeus module (javascript)
[TO BE COMPLETED]

File size: 863 bytes
Line 
1.content {
2  min-height: 0;
3}
4
5.flashgal_block {
6  background-color: transparent;
7  background-image: none;
8  border: none;
9  margin-top: 0;
10  margin-bottom: 0;
11}
12
13.flashgal {
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.one_comment {
38  width: 99% !important;
39}
40
41.two_comment {
42  width: 49.5% !important;
43}
44
45.three_comment {
46  width: 33% !important;
47}
48
49#comments div.thumbnailCategory div.illustration {
50  width: auto !important;
51  padding-right: 15px;
52}
53
54#comments div.thumbnailCategory blockquote {
55  margin-left: 10px;
56}
57
58/* Hack IE6 */
59* html  .flashgal, * html .middle_block { overflow-y: visible; }
Note: See TracBrowser for help on using the repository browser.