Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Example of Dark Domain Theme ====== {{:dark_example1.png?200|}}{{:dark_example2.png?200|}} ---- {{:css_domain_design.png?200|}} Copy this into the CSS block "Domain Design" in the administrator section "Design" and click "Save". **Save your old settings so you can revert to them if needed.** <code> /* Background setup at the edges */ body { background-color:#000; background-image: url("https://imagizer.imageshack.com/img924/7545/DlMobT.png"); /* background tiled image */ background-repeat: repeat-x repeat-y; color:#FFF; } /* Admin panels */ .admin-control { background-color:#003; } /* Pages with a lot of text, without collapsible tabs, e.g., Monitoring */ .page-container { background-color:#111; color:#FFE; } .page-container a{ color:#EEF; } .table { color:#FFF; } /* Collapsible tabs */ .sp-head, .sp-wrap { background-color:#555; color:#CCC; } .sp-wrap { box-shadow: 5px 5px 5px #113; } .sp-body .sp-wrap { box-shadow: 3px 3px 3px #113; } .sp-body { background-color:#111; color:#FFF; } .out_game_controls { background-color:#222; /* Background under game control buttons */ color:#FFF; } .sp-wrap a { color:#FFE; /* game ID font color */ } /* Collapsible tabs of active games */ .game.active .sp-wrap { background-color:#665; /* header color */ } .game.active .sp-wrap .sp-head{ color:#FFF; /* game title font color */ } .game.active .sp-wrap .sp-head a{ color:#FFF; /* game ID font color */ } /* Sometimes encountered, e.g. list of seasons in rating */ .list-group-item { border: 1px solid #CCC; border: 1px solid rgba(255,255,255,.125); background-color:#111; color:#FFE; } </code> en/admin_main/dark_example.txt Last modified: 2026/06/11 22:33(external edit)