source: extensions/Comments_on_Albums/template/style_albums.css @ 9766

Last change on this file since 9766 was 9766, checked in by mistic100, 13 years ago

[plugins] Comments on Albums

  • compatible with BBCode Bar and/or Smilies Support
  • better css integration
File size: 515 bytes
Line 
1#comments .thumbnailCategories li,
2#comments .thumbnailCategory ,
3#comments .thumbnailCategory .description,
4#comments .thumbnailCategory div.illustration { 
5        background-image:none;
6        height:auto !important;
7}
8
9#comments .thumbnailCategories {
10        margin-left:5px;
11}
12#comments  .thumbnailCategory {
13        margin:2px 0;
14}
15
16#comments .thumbnailCategory  .date, #comments .thumbnailCategory  .author {
17        font-weight:bold;
18}
19
20#comments {
21        padding:0;
22}
23#comments h3 {
24        padding-left:10px;
25}
26
27.errors, .infos {
28        padding-left:20em;
29}
Note: See TracBrowser for help on using the repository browser.