File: gnuplot_mouse.css

package info (click to toggle)
gnuplot5 5.0.0~rc%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,548 kB
  • ctags: 8,104
  • sloc: ansic: 77,108; cpp: 6,848; makefile: 1,932; sh: 1,343; lisp: 657; perl: 302; awk: 235; pascal: 194; tcl: 88; python: 46
file content (19 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
canvas		{ border:0; background-color: white; }
td.mousebox	{ vertical-align: top; }
td.mbh		{ height: 16pt; }
td.mb0		{ text-align: left; font-size: smaller; width: 20px; padding-left: 15px;
		  color:#000; background-color: #EEE}
td.mb1		{ text-align: left; font-size: smaller; width: 80px; padding-left: 15px;
		  color:#070; background-color: #EEE}
td.icon		{ width:  16px; height: 16px; font-size: 14px; text-align: right;
		  background-color: #EEE}
td.blank	{ height: 16px; font-size: 12pt; text-align: right;
		  background-color: #EEE}
.icon-image	{ float:right; margin: 0 0 0 0; }
.noborder	{ border: 0; vertical-align: text-top; }
table.mbleft	{ border-collapse: collapse; border: 0; margin-left: auto; margin-right: auto; }
table.mbright	{ border-collapse: collapse; border: 0; margin-left: 0; margin-right: auto; }
table.mbunder	{ border-collapse: collapse; border: 0; margin-left: auto; margin-right: auto; }
table.plot	{ border-collapse: collapse; border: 0; margin-left: auto; margin-right: auto; }
table.mousebox	{ border-collapse: collapse; margin-left: 0; margin-right: 10px; border: 0; }
div.gnuplot	{ background-color: white; }