source: trunk/template/cclear/content.css @ 826

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

cclear template :


  • category.tpl : From 1.4 to BSF
  • add missing icons in themes, admin/images, (from default template)
  • content.css
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1/* $Id: content.css 826 2005-08-18 19:28:29Z chrisaga $ */
2#content {
3    margin-left: 14em;
4    margin-right: 1em;
5    margin-bottom: 1em; /* when it's longer than menu bar */
6}
7
8#content H2 {
9    margin-bottom: 1ex;
10}
11
12#content H3 {
13    margin-bottom: 1ex;
14}
15
16#content UL.thumbnails {
17    margin: 0; padding: 0;
18    list-style-type: none;
19    text-align: center; /* eventuellement */
20}
21
22#content UL.thumbnails LI {
23    display: inline;
24}
25
26#content UL.thumbnails SPAN {
27    margin: 0 10px 10px 10px;
28    vertical-align: top;
29    width: 128px; /* FIXME */
30    display:table-cell; display:inline-table; display:inline-block;
31}
32#content UL.thumbnails LI>SPAN { vertical-align: baseline; }
33#content UL.thumbnails LI IMG.thumbnail { margin-bottom: .4ex; }
34
35#content UL.thumbnails IMG.thumbnail { border: 1px solid #000000; }
36
37#content UL.thumbnails SPAN A:first-child { border: none }
38
39
40
41
42#content .navigationBar, #content .additional_info {
43    margin: 10px 0;
44    text-align: center;
45}
46
47#content .pageNumberSelected {
48    font-style: italic;
49}
50
51#content .additional_info {
52    font-size: 110%;
53}
54
55#content FORM {
56    text-align: left;
57}
58
59/* actions */
60div.titrePage ul.categoryActions {
61  float: right;
62  margin: 0;
63}
64
65ul.categoryActions>li {
66  display: inline;
67}
68
69ul.categoryActions a img, ul.categoryActions a {
70  border: none;
71}
72
Note: See TracBrowser for help on using the repository browser.