123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- body, .header, div.header {
- color: #f0f0f0;
- background: #333;
- }
- .groupheader, h2.groupheader {
- background-color: #333;
- color: #f5f5f5;;
- }
- .memproto {
- background-color: #333;
- color: #f5f5f5;;
- text-shadow: none;
- }
- .memitem, .memdoc, .memItemLeft, .memItemRight {
- background-color: #333;
- }
- .memtitle {
- color: #000;
- background-image: none;
- background-color: #616161;
- }
- .paramname, .contents a:visited, .contents a, a, #nav-path ul a {
- color: #ff00f6;
- }
- td.paramname + td code {
- color: #0de20d;
- }
- .directory tr.even {
- background-color: #424242;
- }
- .sm-dox, #main-menu, #nav-path ul, #nav-path ul a {
- background-image: none;
- text-shadow: none;
- }
- .sm-dox a, #nav-path ul {
- text-shadow: none;
- color: #f5f5f5;
- }
- .dyncontent.center img {
- filter: hue-rotate(65deg);
- }
|