Arrow Trader 5Installation Guides![]() Admin Modules ![]() References ![]() Arrow Trader CoreInstallation Guides![]() Admin Modules ![]() References ![]() Arrow Trader eXtreme V2Installation Guides![]() Admin Modules ![]() References ![]() Arrow Trader eXtreme V1Installation Guides![]() Admin Modules ![]() References ![]() Arrow Trader Lite 3Installation Guides![]() Admin Modules ![]() References ![]() Q&AGetting started![]() Search |
gui - css
Almost all tables and other elements in the ATC admin use css to define their look.
/* active links */
a:active{text-decoration:none; color:#000} /* target links */ a:link{text-decoration:none; color:#000} /* visited links */ a:visited{text-decoration:none; color:#000} /* mouse-over on link */ a:hover{color:#036; text-decoration:underline} /* selected input fields */ input:focus{background-color:#cee0ff; background-image:url(/atc/gradient-blue.gif); background-repeat:repeat-y} /* selected textarea fields */ textarea:focus{background-color:#fff; background-image:url(/atc/gradient-blue-v.gif); background-repeat:repeat-x} /* global table row */ tr{font-family:Verdana,Tahoma,Arial; font-size:8.5pt; color:#000} /* global table cell */ td{font-family:Verdana,Tahoma,Arial; font-size:8pt} /* main tables */ .table1{background-color:#444; border:none} /* header row with title */ .header1{font-size:11px; background-color:#87a7cb; color:#fff} /* table row with rotating color */ .row1{background-color:#ddd} /* table row with rotating color */ .row2{background-color:#fff} /* highlighted row (double click)*/ .hirow{font-size:11px; background-color:yellow; color:#111} ![]()
6166 |