source: extensions/Subscribe_to_comments/template/style.css @ 26144

Last change on this file since 26144 was 26139, checked in by mistic100, 10 years ago

update for 2.6

File size: 2.2 KB
RevLine 
[12600]1.subscriptions_list {
[15641]2  width:700px;
3        border-left: 1px solid #444;
4        border-right: 1px solid #444;
[12600]5        margin: 1em auto;
6        padding: 0;
7  background-color:#222;
[15641]8  border-spacing:0;
9  text-align: left;
[12600]10}
11
[15641]12.subscriptions_list td, .subscriptions_list th {
[12607]13        padding:5px 5px 2px 5px;
14  vertical-align:center;
[15641]15  border-top: 1px solid #444;
16  border-bottom: 1px solid #111;
[12600]17}
[15641]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 {
[21340]27      visibility:hidden;
[15641]28    }
29    .subscriptions_list tr:hover .actions {
[21340]30      visibility:visible;
[15641]31    }
32  .subscriptions_list td.date {
33    width:250px;
34    padding-top:2em;
35    vertical-align:top;
36  }
[26139]37
[15641]38.subscriptions_list tr.row2 { background-color:#222; }
39.subscriptions_list tr.row1 { background-color:#333; }
[12600]40
[15641]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;
[12600]46}
[15641]47.subscriptions_list tr.header th, .subscriptions_list tr.footer.row1 td {
[26139]48
[15641]49  background: #333333;
50  background: -moz-linear-gradient(top,  #333333 0%, #222222 100%);
51  background: -webkit-linear-gradient(top,  #333333 0%,#222222 100%);
52  background: -o-linear-gradient(top,  #333333 0%,#222222 100%);
53  background: -ms-linear-gradient(top,  #333333 0%,#222222 100%);
54  background: linear-gradient(top,  #333333 0%,#222222 100%);
55  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 );
56}
57.subscriptions_list tr.footer.row2 td {
58  background: #222222;
59  background: -moz-linear-gradient(top,  #222222 0%, #333333 100%);
60  background: -webkit-linear-gradient(top,  #222222 0%,#333333 100%);
61  background: -o-linear-gradient(top,  #222222 0%,#333333 100%);
62  background: -ms-linear-gradient(top,  #222222 0%,#333333 100%);
63  background: linear-gradient(top,  #222222 0%,#333333 100%);
64  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#333333',GradientType=0 );
65}
[12600]66
[26139]67.subscriptions_list img.thumbnail {
[12607]68  max-width:120px;
69  max-height:90px;
[15641]70}
71
[26139]72.subscriptions_list a.unsub  {
73  color:#f66;
74}
75.subscriptions_list a.unsub:hover {
76  color:#f11;
77}
Note: See TracBrowser for help on using the repository browser.