3 background-color: #eee;
4 border-top: 1px solid
#aaa;
22 background-color: #fff;
25 .mw-debug table tr:nth-child(even) {
26 background-color: #f9f9f9;
29 .mw-debug table td, .mw-debug table th {
34 border-bottom: 1px solid
#eee;
35 word-wrap: break-word
;
38 .mw-debug table td.nr {
42 .mw-debug table td span.stats {
58 border-bottom: 1px solid
#aaa;
62 display: inline-block
;
65 /* IE-hack for display: inline-block */
71 background-color: #eee;
72 border-right: 1px solid
#ccc;
75 .mw-debug-panelink:first-child {
76 border-left: 1px solid
#ccc;
79 .mw-debug-panelink:hover {
80 background-color: #fefefe;
83 .mw-debug-panelink.current {
84 background-color: #dedede;
88 a
.mw-debug-panelabel:visited
{
97 background-color: #e1eff2;
98 box-sizing: border-box
;
101 #mw-debug-pane-debuglog,
102 #mw-debug-pane-request {
106 #mw-debug-pane-request table
{
111 #mw-debug-pane-request tr
,
112 #mw-debug-pane-request th
,
113 #mw-debug-pane-request td
,
114 #mw-debug-pane-request table
{
115 border: 1px solid
#D0DBB3;
116 border-collapse: collapse
;
120 #mw-debug-pane-request th
,
121 #mw-debug-pane-request td
{
126 #mw-debug-pane-request th
{
127 background-color: #F1F7E2;
131 #mw-debug-pane-request td
{
132 background-color: white
;
135 #mw-debug-console tr
td:first-child
{
140 #mw-debug-console tr
td:last-child
{
144 .mw-debug-console-log {
145 background-color: #add8e6;
148 .mw-debug-console-warn {
149 background-color: #ffa07a;
152 .mw-debug-console-deprecated {
153 background-color: #ffb6c1;
156 .mw-debug-backtrace {
159 background-color: #dedede;
162 .mw-debug-backtrace span {
167 .mw-debug-backtrace ul {
171 .mw-debug-backtrace li {
180 /* Cheapo hack to hide the first 3 lines of the backtrace */
181 .mw-debug-backtrace li:nth-child(-n+3) {