Ignore:
Timestamp:
Jun 11, 2012, 10:10:56 PM (12 years ago)
Author:
mistic100
Message:

HUGE update, main features : global subscriptions (all images in an album, all images, all albums), beautyful (!) mails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/template/style.css

    r12607 r15641  
    11.subscriptions_list {
    2   width:600px;
    3         border: 1px solid #111;
     2  width:700px;
     3        border-left: 1px solid #444;
     4        border-right: 1px solid #444;
    45        margin: 1em auto;
    56        padding: 0;
    67  background-color:#222;
    7   border-collapse:collapse;
     8  border-spacing:0;
     9  text-align: left;
    810}
    911
    10 .subscriptions_list TD {
     12.subscriptions_list td, .subscriptions_list th {
    1113        padding:5px 5px 2px 5px;
    1214  vertical-align:center;
     15  border-top: 1px solid #444;
     16  border-bottom: 1px solid #111;
     17}
     18  .subscriptions_list .chkb {
     19    text-align:center;
     20  }
     21  .subscriptions_list td.info {
     22    width:200px;
     23    padding-top:2em;
     24    vertical-align:top;
     25  }
     26    .subscriptions_list tr .actions {
     27      display:none;
     28    }
     29    .subscriptions_list tr:hover .actions {
     30      display:block;
     31    }
     32  .subscriptions_list td.date {
     33    width:250px;
     34    padding-top:2em;
     35    vertical-align:top;
     36  }
     37 
     38.subscriptions_list tr.row2 { background-color:#222; }
     39.subscriptions_list tr.row1 { background-color:#333; }
     40
     41.subscriptions_list tr.not-validated { background-color:#433; }
     42
     43.subscriptions_list tr.header th, .subscriptions_list tr.footer td
     44{
     45  height:30px;
     46}
     47.subscriptions_list tr.header th, .subscriptions_list tr.footer.row1 td {
     48 
     49  background: #333333;
     50  background: -moz-linear-gradient(top,  #333333 0%, #222222 100%);
     51  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#222222));
     52  background: -webkit-linear-gradient(top,  #333333 0%,#222222 100%);
     53  background: -o-linear-gradient(top,  #333333 0%,#222222 100%);
     54  background: -ms-linear-gradient(top,  #333333 0%,#222222 100%);
     55  background: linear-gradient(top,  #333333 0%,#222222 100%);
     56  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 );
     57}
     58.subscriptions_list tr.footer.row2 td {
     59  background: #222222;
     60  background: -moz-linear-gradient(top,  #222222 0%, #333333 100%);
     61  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#333333));
     62  background: -webkit-linear-gradient(top,  #222222 0%,#333333 100%);
     63  background: -o-linear-gradient(top,  #222222 0%,#333333 100%);
     64  background: -ms-linear-gradient(top,  #222222 0%,#333333 100%);
     65  background: linear-gradient(top,  #222222 0%,#333333 100%);
     66  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#333333',GradientType=0 );
    1367}
    1468
    15 .subscriptions_list TR {
    16         text-align: left;
    17 }
    1869
    19 .row2 { background-color:#222; }
    20 .row1 { background-color:#333; }
    2170
    2271.stc p {
     
    3281  max-height:90px;
    3382}
     83
Note: See TracChangeset for help on using the changeset viewer.