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

Last change on this file since 3795 was 3795, checked in by vdigital, 15 years ago

CSS and .tpl review

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 457 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.left {
19  text-align:left;
20}
21
22.ak_display a.navButton {
23}
24
25.ak_display img.button {
26}
27
28td.right {
29}
30
31.clipwrapper {
32  position:relative;
33}
34
35.clip {
36  position:absolute;
37}
38/******************/
39#menubar, .titrePage { 
40  display: none;
41}
42
43#content { 
44  margin: 0;
45}
Note: See TracBrowser for help on using the repository browser.