Majorly reworked Javascript runtime stuff to use on-demand loading.
- Runtime reduced to only AJAX library + very common functions, ~50K total
- Almost all specific functionality loaded on demand using synchronous XHR
- Crypto functions consolidated into crypto.js
- Much testing still to be done
- ACL editor known not working under firefox
- Some other components (autofill, theme/rank managers) not ported yet
/*
* Shared stuff that all Enano themes (should) use. Should not load on IE7.
*/
* html span.tc_small_index_1 {
filter: alpha(opacity=100);
}
* html span.tc_small_index_2 {
filter: alpha(opacity=80);
}
* html span.tc_small_index_3 {
filter: alpha(opacity=60);
}
* html span.tc_small_index_4 {
filter: alpha(opacity=50);
}
* html span.tc_small_index_5 {
filter: alpha(opacity=45);
}
* html span.tc_small_index_6 {
filter: alpha(opacity=40);
}
* html span.tc_small_index_7 {
filter: alpha(opacity=35);
}
* html span.tc_small_index_8 {
filter: alpha(opacity=30);
}