source: trunk/template/yoga/image.css @ 898

Last change on this file since 898 was 898, checked in by chrisaga, 19 years ago

display : in group_list.tpl - wrong form class, mixed html tags, ...
display : suppress bullets in admin->synchronize and checkbox under select
display : set standard font size to 12pt (untill better solution found)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 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 H2 {
9    /*margin: 1ex 0;  override default-layout for less bottom-margin */
10    text-align: center;
11    padding: 0;
12    clear: both;
13}
14
15#imageToolBar {
16    text-align: left;
17    position: relative;
18    clear: both;
19    margin: 4px 0; padding: 0;
20}
21
22/* Moi, je preferais les boutons "imgPrec" et "imgSuiv" au milieu, au-dessus
23de l'image...
24
25#imageToolBar IMG, #imageToolBar A {
26    display: inline;
27    border: none; margin: auto; padding: 0;
28}
29
30#imageToolBar .randomButtons {
31    position: absolute;
32    left: 0;
33}
34#imageToolBar .randomButtons IMG {
35    padding: 0 4px; /* au pire: 3 * (4+24+4) = 96 < 100 * /
36}
37
38#imageToolBar .prevNnext {
39    text-align: center;
40}
41#imageToolBar .prevNnext IMG {
42    padding: 0 100px;
43}
44*/
45
46#imageToolBar {
47    height: 28px;
48}
49#imageToolBar A, #imageToolBar IMG {
50    display: block;
51    border: none;
52    margin: 0; padding: 0;
53}
54#imageToolBar A { width: 48px; }
55#imageToolBar IMG { margin: 2px auto; }
56#imageToolBar .randomButtons A { float: left; }
57#imageToolBar .navButtons    A { float: right; }
58
59#theImage {
60    clear: left;
61}
62
63#theImage>IMG {
64    display: block;
65    margin: 0 auto;
66}
67
68.navThumb.prev {
69    float: left;
70}
71
72.navThumb.next {
73    float: right;
74}
75
76.thumbLink.prev {
77    margin-right: 10px;
78    margin-left: 5px;
79}
80
81.thumbLink.next {
82    margin-right: 5px;
83    margin-left: 10px;
84}
85
86TABLE.infoTable {
87    margin: auto;
88}
89TABLE.infoTable .value {
90    text-align: left;
91}
92
93TABLE.infoTable .label {
94    font-weight: bold;
95    text-align: right;
96    padding-right: 0.5em; 
97}
98
99TABLE.infoTable TD.value UL {
100  margin: 0;
101  padding: 0 0 0 1.5em;
102  list-style-type: square;
103}
104
105#comments {
106    text-align: left;
107}
108
109#comments .comment {
110    margin: 3ex 0;
111}
112
113#comments H2 {
114    margin: 1ex 0;
115}
116
117#comments P {
118    margin: 0;
119}
120
121#comments .author {
122    font-weight: bold;
123}
124
125#comments BLOCKQUOTE {
126    margin: 1ex 0 1ex 2em;
127    padding: 4px 4px 0 /* IE bug */ 4px;
128}
129
130#comments BLOCKQUOTE P {
131    margin: 0;
132    padding-bottom: 4px; /* IE bug follow-up */
133}
134#comments BLOCKQUOTE P+P {
135    margin-top: 1ex;
136}
137
138#comments P.userCommentDelete {
139    float: right;
140    margin: 0;
141}
Note: See TracBrowser for help on using the repository browser.