File: tracks.css

package info (click to toggle)
gbrowse 2.54%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 12,724 kB
  • ctags: 4,370
  • sloc: perl: 48,499; sh: 164; sql: 62; makefile: 39; ansic: 27
file content (41 lines) | stat: -rw-r--r-- 1,036 bytes parent folder | download | duplicates (2)
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
.track            {
		  z-index: 0;
		  padding-top:    10;
		  padding-bottom: 10;
		  }
.centered_block {
		  margin-left: auto;
		  margin-right: auto;
}
.scale            { 
		  text-align: center;
		  margin-left: auto;
		  margin-right: auto;
		  }
IMG.trackimg      {  
                       margin-top: -10px;
                       text-align: center;
                  }
.titlebar         {  background-color: #FFD39B;
                     cursor: move;
                     z-index: 10;
                     opacity: 1.0;
                     font-size: 9pt;
                     font-weight: bold;
                  }
.titlebar_inactive { background-color: #E0E0E0;
                     cursor: move;
                     z-index: 10;
                     opacity: 1.0;
                     font-size: 9pt;
                     font-weight: bold;
                  }
.titlebar:hover {
	     background:lightsteelblue; 
	      }
.subtrack {
    z-index:11;
    position:absolute;
    font-weight:bold;
    font-size: 9pt;
}