1234567891011121314151617181920212223242526272829303132333435363738 |
- #title {
- background-image: none !important;
- right: 0px !important;
- }
- #title h1 {
- background-image: none !important;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/middle.png');
- margin-right: 0px !important;
- padding-right: 15px !important;
- }
- #icon {
- background-image: none !important;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/icon-gold.png');
- }
- #nav {
- background-image: url( /images/ie-nav.png ) !important;
- }
- #content ul {
- margin-left: 2em !important;
- }
- #content ul > li {
- list-style-type: square !important;
- list-style-image: none !important;
- }
- #navlist .subtitle {
- font-weight: normal !important;
- }
- img {
- behavior: url( /pngbehavior.htc );
- }
|