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

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

[plugins] Comments on Albums

  • corrections
  • public list available
File size: 702 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 .thumbnailCategory {
10        padding:0px 2px 0px 12px !important; 
11        border:1px solid grey;
12}
13#comments .thumbnailCategories {
14        margin-left:5px;
15}
16
17#comments .thumbnailCategories li:hover,
18#comments .thumbnailCategory:hover,
19#comments .thumbnailCategory:hover A { 
20        background:none; 
21}
22       
23#comments .thumbnailCategory  .date, #comments .thumbnailCategory  .author {
24        font-weight:bold;
25}
26
27#comments {
28        padding:0;
29}
30#comments h3 {
31        padding-left:10px;
32}
33
34.errors, .infos {
35        padding-left:20em;
36}
Note: See TracBrowser for help on using the repository browser.