source: extensions/akBookStyle/trunk/css/style.css @ 5445

Last change on this file since 5445 was 5445, checked in by nikrou, 14 years ago

Fix bug 1157 : problem of missing navigation links when number of images
per page selected is less than number of images per pages for user

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1table.ak_display {
2  margin:auto;
3  min-width:99%;
4  width:99%;
5}
6
7table.ak_display tr td, table.ak_display_horizontal tr td { 
8  vertical-align: middle;
9}
10
11td table.thumbnails tr td img {
12  filter: alpha(opacity=70);
13  opacity: 0.7;
14  -moz-opacity: 0.7;
15  -khtml-opacity: 0.7;
16}
17
18td.ak_pic {
19  min-width:640px;
20  text-align:center;
21}
22
23td.navbar { 
24  width: 24px;
25  padding: 200px 0 0 0;
26}
27
28#akPreviousPicture, #akNextPicture { 
29  visibility: hidden;
30}
31
32td.ncol { 
33  padding: 2px;
34}
35
36td table.thumbnails tr td.selected, td table.thumbnails tr td.ncol:hover { 
37  background-color: #FF0000;
38}
39
40td table.thumbnails tr td.selected img, td table.thumbnails tr td.ncol:hover img { 
41  filter: alpha(opacity=100);
42  opacity: 1;
43  -moz-opacity: 1;
44  -khtml-opacity: 1;
45}
46
47td.left {
48  text-align: right;
49}
50
51td.right {
52  text-align: left;
53}
54
55.fleft { 
56  float: left;
57}
58
59.fright { 
60  float: right;
61}
62
63.clipwrapper {
64  position:relative;
65}
66
67.clip {
68  position:absolute;
69}
70
71a.selected img, a.load:hover img { 
72  filter: alpha(opacity=100);
73  opacity: 1;
74  -moz-opacity: 1;
75  -khtml-opacity: 1;
76}
77
78a.hide { 
79  visibility: hidden;
80}
81
82#akBack {
83  position:fixed;
84  right:20px;
85  top:20px;
86}
87
88/******************/
89#theHeader, #menubar, .navigationBar, .titrePage { 
90  display: none;
91}
92
93#content { 
94  margin: 0;
95}
Note: See TracBrowser for help on using the repository browser.