2018-06-03 22:26:41 +08:00

172 lines
3.0 KiB
CSS

/** Active TC Buttons **/
/* Top Page Button */
img.TCTopPageA
{
border:0px;
height:15px;
width:15px;
background-image:url(table/top.gif);
cursor:hand;
}
/* Prev Page Button */
img.TCPrevPageA
{
border:0px;
height:15px;
width:15px;
background-image:url(table/pageup.gif);
cursor:hand;
}
/* Prev Row Button */
img.TCPrevRowA
{
border:0px;
height:15px;
width:15px;
background-image:url(table/scrollup.gif);
cursor:hand;
}
/* Bottom Page Button */
img.TCLastPageA
{
border:0px;
height:15px;
width:15px;
background-image:url(table/bottom.gif);
cursor:hand;
}
/* Next Page Button */
img.TCNextPageA
{
border:0px;
height:15px;
width:15px;
background-image:url(table/pagedown.gif);
cursor:hand;
}
/* Next Row Button */
img.TCNextRowA
{
border:0px;
height:15px;
width:15px;
background-image:url(table/scrolldown.gif);
cursor:hand;
}
/** Inactive TC Buttons **/
/* Top Page Button */
img.TCTopPageI
{
border:0px;
height:15px;
width:15px;
background-image:url(table/dim_top.gif);
}
/* Prev Page Button */
img.TCPrevPageI
{
border:0px;
height:15px;
width:15px;
background-image:url(table/dim_pageup.gif);
}
/* Prev Row Button */
img.TCPrevRowI
{
border:0px;
height:15px;
width:15px;
background-image:url(table/dim_scrollup.gif);
}
/* Bottom Page Button */
img.TCLastPageI
{
border:0px;
height:15px;
width:15px;
background-image:url(table/dim_bottom.gif);
}
/* Next Page Button */
img.TCNextPageI
{
border:0px;
height:15px;
width:15px;
background-image:url(table/dim_pagedown.gif);
}
/* Next Row Button */
img.TCNextRowI
{
border:0px;
height:15px;
width:15px;
background-image:url(table/dim_scrolldown.gif);
}
/* Jump Row Button */
img.TCJumpRow
{
border:0px;
height:15px;
width:15px;
background-image:url(table/jumprow.gif);
}
.inputstring {font-family: 'ËÎÌå','ºÚÌå';border-style:none;border-width:thin;border-color:#e9e9e9}");
.table1 { font-family: 'ËÎÌå','ºÚÌå';border: solid; border-width: 0px 0px 1px 1px;
border-color: #000000 black #000000 #000000}");
.td1 { font-family: 'ËÎÌå','ºÚÌå';font-size: 9pt;border-color: #000000;
border-style: solid; border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 0px; border-left-width: 0px}");
.inputnumber {font-family: 'ËÎÌå','ºÚÌå';border-style:none;border-width:thin;
border-color:#e9e9e9;text-align:right;}");
.pt16songud{font-family: 'ËÎÌå','ºÚÌå';font-size: 16pt;font-weight:bold;text-decoration: none}");
.myfont{font-family: 'ËÎÌå','ºÚÌå';font-size: 9pt;font-weight:bold;text-decoration: none}");
body
{
background-color:'#DEDFCE' ;
}
img.ServerFirstPage
{
border:0px;
height:15px;
width:15px;
background-image:url(table/server_first.gif);
cursor:hand;
}
img.ServerPrevPage
{
border:0px;
height:15px;
width:15px;
background-image:url(table/server_prev.gif);
cursor:hand;
}img.ServerNextPage
{
border:0px;
height:15px;
width:15px;
background-image:url(table/server_next.gif);
cursor:hand;
}img.ServerLastPage
{
border:0px;
height:15px;
width:15px;
background-image:url(table/server_last.gif);
cursor:hand;
}