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

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

html select tag for applicable categories
show selected thumbnail
prepare localization for gettext

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 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
28td.ncol { 
29  padding: 2px;
30}
31
32td table.thumbnails tr td.selected, td table.thumbnails tr td.ncol:hover { 
33  background-color: #FF0000;
34}
35
36td table.thumbnails tr td.selected img, td table.thumbnails tr td.ncol:hover img { 
37  filter: alpha(opacity=100);
38  opacity: 1;
39  -moz-opacity: 1;
40  -khtml-opacity: 1;
41}
42
43td.left {
44  text-align: right;
45}
46
47td.right {
48  text-align: left;
49}
50
51.fleft { 
52  float: left;
53}
54
55.fright { 
56  float: right;
57}
58
59.clipwrapper {
60  position:relative;
61}
62
63.clip {
64  position:absolute;
65}
66
67a.selected img, a.load:hover img { 
68  filter: alpha(opacity=100);
69  opacity: 1;
70  -moz-opacity: 1;
71  -khtml-opacity: 1;
72}
73
74a.hide { 
75  visibility: hidden;
76}
77
78#akBack {
79  position:fixed;
80  right:20px;
81  top:20px;
82}
83
84/******************/
85#theHeader, #menubar, .navigationBar, .titrePage { 
86  display: none;
87}
88
89#content { 
90  margin: 0;
91}
Note: See TracBrowser for help on using the repository browser.