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
RevLine 
[3770]1table.ak_display {
[3831]2  margin:auto;
3  min-width:99%;
4  width:99%;
[3770]5}
6
[3814]7table.ak_display tr td, table.ak_display_horizontal tr td { 
[3831]8  vertical-align: middle;
[3791]9}
10
[3814]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
[3773]18td.ak_pic {
[3791]19  min-width:640px;
20  text-align:center;
[3773]21}
22
[3811]23td.navbar { 
24  width: 24px;
25  padding: 200px 0 0 0;
26}
27
[3770]28td.left {
[3814]29  text-align: right;
[3770]30}
31
[3811]32td.right {
[3814]33  text-align: left;
[3770]34}
35
[3814]36.fleft { 
37  float: left;
[3770]38}
39
[3814]40.fright { 
41  float: right;
42}
43
[3795]44.clipwrapper {
45  position:relative;
[3770]46}
47
[3795]48.clip {
49  position:absolute;
[3770]50}
[3814]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
[3770]59/******************/
[3811]60#theHeader, #menubar, .navigationBar, .titrePage { 
[3770]61  display: none;
62}
63
64#content { 
65  margin: 0;
66}
Note: See TracBrowser for help on using the repository browser.