source: trunk/template/cclear/image.css @ 852

Last change on this file since 852 was 848, checked in by plg, 19 years ago
  • modification : adaptation of template variables and blocks in comments page to display comment by comment instead of picture by picture.
  • [template cclear] comments.tpl copied and adapted from template default. Return to home new icon. As asked by chrisaga, special id #commentsPage in comments.tpl to set the #content margin-left to 0 (since no #menubar to display).
  • [template cclear] FORM.filter rules taken from template default (these rules have been written some time ago by yoDan.
  • [template cclear] bug fixed on #theImage : display:block must be used only on IMG and not on the P>A (yes, in BSF you can have HTML in picture and categories descriptions)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1#imageHeaderBar {
2    padding: 2px 10px;
3    margin: 4px 0;
4}
5#imageHeaderBar .browsePath { float: left; }
6#imageHeaderBar .imageNumber { float: right; }
7
8#imageHeaderBar H1 {
9    margin: 1ex 0; /* override default-layout for less bottom-margin */
10    clear: both;
11}
12
13#imageToolBar {
14    text-align: left;
15    position: relative;
16    clear: both;
17    margin: 4px 0; padding: 0;
18}
19
20/* Moi, je preferais les boutons "imgPrec" et "imgSuiv" au milieu, au-dessus
21de l'image...
22
23#imageToolBar IMG, #imageToolBar A {
24    display: inline;
25    border: none; margin: auto; padding: 0;
26}
27
28#imageToolBar .randomButtons {
29    position: absolute;
30    left: 0;
31}
32#imageToolBar .randomButtons IMG {
33    padding: 0 4px; /* au pire: 3 * (4+24+4) = 96 < 100 * /
34}
35
36#imageToolBar .prevNnext {
37    text-align: center;
38}
39#imageToolBar .prevNnext IMG {
40    padding: 0 100px;
41}
42*/
43
44#imageToolBar {
45    height: 28px;
46}
47#imageToolBar A, #imageToolBar IMG {
48    display: block;
49    border: none;
50    margin: 0; padding: 0;
51}
52#imageToolBar A { width: 48px; }
53#imageToolBar IMG { margin: 2px auto; }
54#imageToolBar .randomButtons A { float: left; }
55#imageToolBar .navButtons    A { float: right; }
56
57#theImage {
58    clear: left;
59}
60
61#theImage>IMG {
62    display: block;
63    margin: 0 auto;
64}
65
66.navThumb.prev {
67    float: left;
68}
69
70.navThumb.next {
71    float: right;
72}
73
74TABLE.infoTable {
75    margin: auto;
76}
77TABLE.infoTable .value {
78    text-align: left;
79}
80
81TABLE.infoTable .label {
82    font-weight: bold;
83    text-align: right;
84    padding-right: 0.5em; 
85}
86
87TABLE.infoTable TD.value UL {
88  margin: 0;
89  padding: 0 0 0 1.5em;
90  list-style-type: square;
91}
92
93#comments {
94    text-align: left;
95}
96
97#comments .comment {
98    margin: 3ex 0;
99}
100
101#comments H2 {
102    margin: 1ex 0;
103}
104
105#comments P {
106    margin: 0;
107}
108
109#comments .author {
110    font-weight: bold;
111}
112
113#comments BLOCKQUOTE {
114    margin: 1ex 0 1ex 2em;
115    padding: 4px 4px 0 /* IE bug */ 4px;
116}
117
118#comments BLOCKQUOTE P {
119    margin: 0;
120    padding-bottom: 4px; /* IE bug follow-up */
121}
122#comments BLOCKQUOTE P+P {
123    margin-top: 1ex;
124}
125
126#comments P.userCommentDelete {
127    float: right;
128    margin: 0;
129}
Note: See TracBrowser for help on using the repository browser.