73 lines
1.9 KiB
CSS
73 lines
1.9 KiB
CSS
/*norm*/
|
|
a.inline_button {
|
|
height: 21px;
|
|
line-height: 21px;
|
|
text-decoration: none;
|
|
}
|
|
a.inline_button, a:link.inline_button, a:visited.inline_button {
|
|
color:#333333;
|
|
}
|
|
a:hover.inline_button{
|
|
color: #000;
|
|
}
|
|
a.inline_button.unable {
|
|
color: #b0b0b0;
|
|
_color: #333;
|
|
}
|
|
a.inline_button .left,
|
|
a:active.inline_button .left,
|
|
a:link.inline_button .left,
|
|
a:visited.inline_button .left {
|
|
background: url(../images/button_bg.png) no-repeat 0 0;
|
|
}
|
|
a.inline_button .center,
|
|
a:active.inline_button .center,
|
|
a:link.inline_button .center,
|
|
a:visited.inline_button .center {
|
|
background: url(../images/button_bg.png) no-repeat -14px 0;
|
|
}
|
|
a.inline_button .right,
|
|
a:active.inline_button .right,
|
|
a:link.inline_button .right,
|
|
a:visited.inline_button .right {
|
|
background: url(../images/button_bg.png) no-repeat -7px 0;
|
|
}
|
|
a:hover.inline_button .left {
|
|
background: url(../images/button_bg.png) no-repeat 0 -21px;
|
|
}
|
|
a:hover.inline_button .center {
|
|
background: url(../images/button_bg.png) no-repeat -14px -21px;
|
|
}
|
|
a:hover.inline_button .right {
|
|
background: url(../images/button_bg.png) no-repeat -7px -21px;
|
|
}
|
|
a.inline_button.unable .left,
|
|
a:link.inline_button.unable .left,
|
|
a:active.inline_button.unable .left,
|
|
a:hover.inline_button.unable .left,
|
|
a:visited.inline_button.unable .left {
|
|
background: url(../images/button_bg.png) no-repeat 0 -43px;
|
|
}
|
|
a.inline_button.unable .center,
|
|
a:link.inline_button.unable .center,
|
|
a:active.inline_button.unable .center,
|
|
a:hover.inline_button.unable .center,
|
|
a:visited.inline_button.unable .center {
|
|
background: url(../images/button_bg.png) no-repeat -14px -43px;
|
|
}
|
|
a.inline_button.unable .right,
|
|
a:link.inline_button.unable .right,
|
|
a:active.inline_button.unable .right,
|
|
a:hover.inline_button.unable .right,
|
|
a:visited.inline_button.unable .right {
|
|
background: url(../images/button_bg.png) no-repeat -7px -43px;
|
|
}
|
|
.infodw_buttonarea_td{
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
padding-left:5px;
|
|
width:100%;
|
|
float: left;
|
|
display: inline;
|
|
/*background:#e8e8e8;*/
|
|
} |