source: extensions/akBookStyle/trunk/css/ak_style.css @ 3811

Last change on this file since 3811 was 3811, checked in by nikrou, 15 years ago

placement des boutons

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 531 bytes
Line 
1table.ak_display {
2  margin-left:10%;
3}
4
5table.ak_display tr td { 
6  vertical-align: top;
7}
8
9td table.thumbnails {
10  margin-right:20%;
11}
12
13td.ak_pic {
14  min-width:640px;
15  text-align:center;
16}
17
18td.navbar { 
19  width: 24px;
20  padding: 200px 0 0 0;
21}
22
23td.left {
24  text-align:right;
25}
26
27td.right {
28  text-align:left;
29}
30
31.ak_display img.button {
32}
33
34.clipwrapper {
35  position:relative;
36}
37
38.clip {
39  position:absolute;
40}
41/******************/
42#theHeader, #menubar, .navigationBar, .titrePage { 
43  display: none;
44}
45
46#content { 
47  margin: 0;
48}
Note: See TracBrowser for help on using the repository browser.