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

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

AK_BY_LINE revised logic
Some CSS basics (to be reviewed)

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