Ignore:
Timestamp:
Dec 23, 2013, 9:17:28 PM (10 years ago)
Author:
mistic100
Message:

update for 2.6

File:
1 edited

Legend:

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

    r21340 r26139  
    3535    vertical-align:top;
    3636  }
    37  
     37
    3838.subscriptions_list tr.row2 { background-color:#222; }
    3939.subscriptions_list tr.row1 { background-color:#333; }
     
    4646}
    4747.subscriptions_list tr.header th, .subscriptions_list tr.footer.row1 td {
    48  
     48
    4949  background: #333333;
    5050  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));
    5251  background: -webkit-linear-gradient(top,  #333333 0%,#222222 100%);
    5352  background: -o-linear-gradient(top,  #333333 0%,#222222 100%);
     
    5958  background: #222222;
    6059  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));
    6260  background: -webkit-linear-gradient(top,  #222222 0%,#333333 100%);
    6361  background: -o-linear-gradient(top,  #222222 0%,#333333 100%);
     
    6765}
    6866
    69 
    70 .stc p {
    71   text-align:center;
    72 }
    73 
    74 .stc label {
    75   display:block;
    76 }
    77 
    78 img.thumbnail {
     67.subscriptions_list img.thumbnail {
    7968  max-width:120px;
    8069  max-height:90px;
    8170}
    8271
     72.subscriptions_list a.unsub  {
     73  color:#f66;
     74}
     75.subscriptions_list a.unsub:hover {
     76  color:#f11;
     77}
Note: See TracChangeset for help on using the changeset viewer.