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

Last change on this file since 3814 was 3814, checked in by nikrou, 15 years ago

refactoring : remove unused stylesheet

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 902 bytes
Line 
1table.ak_display {
2  margin-left: 10%;
3}
4
5table.ak_display_horizontal {
6  margin-right: 10%;
7}
8
9table.ak_display tr td, table.ak_display_horizontal tr td { 
10  vertical-align: top;
11}
12
13td table.thumbnails {
14  margin-right: 20%;
15}
16
17td table.thumbnails tr td img {
18  filter: alpha(opacity=70);
19  opacity: 0.7;
20  -moz-opacity: 0.7;
21  -khtml-opacity: 0.7;
22}
23
24td.ak_pic {
25  min-width:640px;
26  text-align:center;
27}
28
29td.navbar { 
30  width: 24px;
31  padding: 200px 0 0 0;
32}
33
34td.left {
35  text-align: right;
36}
37
38td.right {
39  text-align: left;
40}
41
42.fleft { 
43  float: left;
44}
45
46.fright { 
47  float: right;
48}
49
50.clipwrapper {
51  position:relative;
52}
53
54.clip {
55  position:absolute;
56}
57
58a.selected img, a.load:hover img { 
59  filter: alpha(opacity=100);
60  opacity: 1;
61  -moz-opacity: 1;
62  -khtml-opacity: 1;
63}
64
65/******************/
66#theHeader, #menubar, .navigationBar, .titrePage { 
67  display: none;
68}
69
70#content { 
71  margin: 0;
72}
Note: See TracBrowser for help on using the repository browser.