File: format.css

package info (click to toggle)
madman 0.93.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,060 kB
  • ctags: 3,309
  • sloc: cpp: 14,194; ansic: 13,331; sh: 100; makefile: 62; python: 54
file content (74 lines) | stat: -rw-r--r-- 716 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
img
{
  border:none;
}

#MadmanLogo
{
  position:absolute;
  top:10px;
  left:20px;
}
#MadmanLettering
{
  position:absolute;
  top:10px;
  left:100px;
}

#MadmanMenu 
{
  position: absolute;
  top:47px;
  left:300px;
  right:20px;
  text-align:right;
  font-size:small;
}

#MadmanMenu a 
{
  color:black;
}

#MadmanBody
{
  position: absolute;
  top:100px;
  left:20px;
  right:20px;
  height:auto;
}

#MadmanMenu a img
{
  border: none
}

tr.darkline td
{
  background-color:#e0e0e0;
}
tr.brightline td
{
  background-color:#f0f0f0;
}

table.songtable tr th
{
  text-align: left;
  background-color:#c0c0c0;
}

table.songtable
{
  width:100%;
  border-spacing: 0px;
}

table.infotable
{
  border-spacing: 0px;
}