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

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

wip: chargement des imagettes
todo: modification des templates pour virer les tableaux !

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