-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathanalyzer.css
28 lines (28 loc) · 1.46 KB
/
analyzer.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.thread.state-RUNNABLE{ background: #eef; }
.thread.state-RUNNABLE .prethread-RUNNABLE{ background: #ccf; }
.thread.state-BLOCKED{ background: #fee; }
.thread.state-BLOCKED .prethread-BLOCKED{ background: #fcc; }
.thread.state-WAITING,
.thread.state-TIMED_WAITING{ background: #fff8f8; }
.thread.state-WAITING .prethread-WAITING,
.thread.state-TIMED_WAITING .thread.state-TIMED_WAITING{ background: #ffcccc; }
.thread{ border:1px solid #dff; }
.thread.blocking{ border:2px solid #44f; }
.threads{ margin-bottom:3em; }
.threads .header .time{ background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%); color:white; }
.state{ font-family: Monaco,Menlo,Consolas,"Courier New",monospace; margin-right:8px;}
.prestate.longprocess + .prestate{ font-weight:bold; }
.longprocess{ font-weight:bold; }
.thread .topStack{ color: #aaa; }
.expand-btn{ cursor:pointer; display:none; }
.thread:hover .expand-btn{display:inline;}
#dump{ width: 100%; height: 10em; font-size: 13px; line-height: 1em; }
body{ padding:16px; }
pre.detail{ word-break: normal; word-wrap: normal; overflow-x: auto; white-space: pre; }
.lines{ padding:8px; }
.header .bar{ padding:4px; }
.bs-social-buttons { display: inline-block; margin-bottom: 20px; padding-left: 0; list-style: none; }
.bs-social-buttons li { display: inline-block; line-height: 1; padding: 5px 8px; }
.github-btn { border: 0; overflow: hidden; }
.linesInfo{ display: inline-block; color: #ccf }
.linesInfo .lineNum:hover{ text-decoration: underline; }