Ignore:
Timestamp:
Sep 1, 2009, 9:50:48 PM (15 years ago)
Author:
nikrou
Message:

refactoring : remove unused stylesheet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/css/ak_style.css

    r3813 r3814  
    11table.ak_display {
    2   margin-left:10%;
     2  margin-left: 10%;
    33}
    44
    5 table.ak_display tr td {
     5table.ak_display_horizontal {
     6  margin-right: 10%;
     7}
     8
     9table.ak_display tr td, table.ak_display_horizontal tr td {
    610  vertical-align: top;
    711}
    812
    913td table.thumbnails {
    10   margin-right:20%;
     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;
    1122}
    1223
     
    2233
    2334td.left {
    24   text-align:right;
     35  text-align: right;
    2536}
    2637
    2738td.right {
    28   text-align:left;
     39  text-align: left;
    2940}
    3041
    31 .ak_display img.button {
     42.fleft {
     43  float: left;
     44}
     45
     46.fright {
     47  float: right;
    3248}
    3349
     
    3955  position:absolute;
    4056}
     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
    4165/******************/
    4266#theHeader, #menubar, .navigationBar, .titrePage {
Note: See TracChangeset for help on using the changeset viewer.