File: bigmess.css

package info (click to toggle)
neurodebian 0.43.0
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,960 kB
  • sloc: sh: 2,419; python: 1,978; perl: 412; makefile: 207; javascript: 63
file content (80 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download | duplicates (7)
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
75
76
77
78
79
80
.package-info-links {
  float: right;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #ccc;
}

.package-info-links dd {
  margin-left: 0px;
}

.package-info-links dd {
  margin-left: 0px;
}

.package-info-links ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.package-info-links a {
  display: block;
  padding: 3px;
}

.pkg-install-link,
.pkg-bugreport-link{
  width: 100%;
  text-align: center;
  display: inline;
}

.pkg-install-link a,
.pkg-bugreport-link a {
  color: #444;
  font-weight: bold;
  padding: 0.5em;
}

.pkg-bugreport-link a {
  background-color: #ffe7e7;
  border-top: 1px solid #d70751;
  border-bottom: 1px solid #d70751;
}

.pkg-install-link a {
  background-color: #e7e7ff;
  border-top: 1px solid #20435C;
  border-bottom: 1px solid #20435C;
}

.pkg-install-link a:hover {
  background-color: #20435C;
}

.pkg-bugreport-link a:hover {
  background-color: #d70751;
}

.pkg-install-link a:hover,
.pkg-bugreport-link a:hover {
  text-decoration: none;
  color: white;
}

.license-reminder {
  color: #d70751;
  font-weight: bold;
}

.package-availability {
  padding-top: 2em;
}

.package-availability caption {
  font-style: italic;
  text-align: left;
  margin-bottom: .5em;
}