File: cli.css

package info (click to toggle)
graphite-web 0.9.12%2Bdebian-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,464 kB
  • ctags: 3,343
  • sloc: python: 6,713; sh: 79; makefile: 44
file content (46 lines) | stat: -rw-r--r-- 910 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.mybody {
  background-color:	black;
  color:		11ff11;
  font-family:		monospace;
  font-weight:		bold;
}

.commandEntry {
  background-color:	black;
  color:		11ff11;
  font-family:		monospace;
  font-weight:		bold;
  border:		none;
}

.gWindow {
  background-color:	#CCCCCC;
  border:		groove green;
}

.gHeader {
  background-color:	#999999;
  color:		#333333;
}

div.autocomplete {
  position:absolute;
  width:                250px;
  background-color:     black;
  margin:               0px;
  padding:              0px;
}
div.autocomplete ul {
  list-style-type:      none;
  margin:               0px;
  padding:              0px;
}
div.autocomplete ul li.selected { background-color: #666666;}
div.autocomplete ul li {
  list-style-type:      none;
  display:              block;
  margin:               0;
  padding:              2px;
  height:               16px;
  cursor:               pointer;
}