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

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

Centering

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 830 bytes
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
28td.left {
29  text-align: right;
30}
31
32td.right {
33  text-align: left;
34}
35
36.fleft { 
37  float: left;
38}
39
40.fright { 
41  float: right;
42}
43
44.clipwrapper {
45  position:relative;
46}
47
48.clip {
49  position:absolute;
50}
51
52a.selected img, a.load:hover img { 
53  filter: alpha(opacity=100);
54  opacity: 1;
55  -moz-opacity: 1;
56  -khtml-opacity: 1;
57}
58
59/******************/
60#theHeader, #menubar, .navigationBar, .titrePage { 
61  display: none;
62}
63
64#content { 
65  margin: 0;
66}
Note: See TracBrowser for help on using the repository browser.