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

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

Img height no longer needed

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 678 bytes
Line 
1table.ak_display {
2}
3
4table.ak_display tr td { 
5  vertical-align: top;
6}
7
8td table.thumbnails {
9  margin-right:20%;
10}
11
12tr.nline {
13  max-height:90px;
14  overflow:hidden;
15}
16
17td.ncol {
18  max-height:90px;
19  max-width:90px;
20  overflow:hidden;
21  text-align:center;
22  padding:2px 8px;
23}
24
25td.ak_pic {
26  min-width:640px;
27  text-align:center;
28}
29
30a.load {
31  height:90px;
32  width:90px;
33}
34
35a.load img {
36  /* height:90px; /* No longer needed */
37  overflow:hidden;
38}
39
40td.left {
41  text-align:left;
42}
43
44.ak_display a.navButton {
45}
46
47.ak_display img.button {
48}
49
50td.right {
51}
52
53#reload {
54}
55
56table.picture {
57}
58
59/******************/
60#menubar, .titrePage { 
61  display: none;
62}
63
64#content { 
65  margin: 0;
66}
Note: See TracBrowser for help on using the repository browser.