63 lines
1.9 KiB
CSS
63 lines
1.9 KiB
CSS
#icl_support_subscriptions .info td, #icl_support_subscriptions .title td {
|
|
padding: 5px 10px;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
#icl_support_subscriptions tr.info {
|
|
background-color: #fff;
|
|
}
|
|
#icl_support_subscriptions .title td, #icl_support_subscriptions .buy-link td {
|
|
background-color: #F0F0F0;
|
|
}
|
|
#icl_support_subscriptions tr.title td.first {
|
|
-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
|
|
}
|
|
#icl_support_subscriptions tr.title td.last {
|
|
-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
|
|
}
|
|
|
|
#icl_support_subscriptions tr.buy-link td.first {
|
|
-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
|
|
}
|
|
#icl_support_subscriptions tr.buy-link td.last {
|
|
-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
|
|
}
|
|
#icl_support_subscriptions .info td.first {
|
|
width: 200px;
|
|
border-left: 1px solid #eee;
|
|
}
|
|
#icl_support_subscriptions .info td.last {
|
|
border-right: 1px solid #eee;
|
|
}
|
|
#icl_support_subscriptions .title td h2 {
|
|
color: #1376B0;
|
|
font-size: 1.5em;
|
|
}
|
|
#icl_support_subscriptions .title .smaller-heading h2 {
|
|
color: #969696;
|
|
font-size: 1.2em;
|
|
}
|
|
#icl_support_subscriptions .buy-link td {
|
|
height: 60px;
|
|
}
|
|
#icl_support_subscriptions .buy-link a, #icl_support_subscriptions .buy-link a:visited,
|
|
.icl_support_toggle_link, .icl_support_toggle_link:visited,
|
|
.icl_support_create_ticket_link, .icl_support_create_ticket_link:visited,
|
|
.icl_support_buy_link, .icl_support_buy_link:visited {
|
|
background-color: #F96C10;
|
|
color: #fff;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
border: 1px solid #eee;
|
|
padding: 10px;
|
|
margin: 20px 0;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
#icl_support_subscriptions .buy-link a:hover,
|
|
.icl_support_toggle_link:hover,
|
|
.icl_support_create_ticket_link:hover,
|
|
.icl_support_buy_link:hover {
|
|
background-color: #F9AD11;
|
|
text-decoration: none;
|
|
color: #fff;
|
|
} |