]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_static/bigmess.css
CSS enhancement.
[neurodebian.git] / sphinx / _static / bigmess.css
1 .package-info-links {
2   float: right;
3   margin-left: 1em;
4   padding-left: 1em;
5   border-left: 1px solid #ccc;
6 }
7
8 .package-info-links dd {
9   margin-left: 0px;
10 }
11
12 .package-info-links dd {
13   margin-left: 0px;
14 }
15
16 .package-info-links ul {
17   margin-left: 0;
18   padding-left: 0;
19   list-style-type: none;
20 }
21
22 .package-info-links a {
23   display: block;
24   padding: 3px;
25 }
26
27 .pkg-install-link,
28 .pkg-bugreport-link{
29   width: 100%;
30   text-align: center;
31   display: inline;
32 }
33
34 .pkg-install-link a,
35 .pkg-bugreport-link a {
36   color: #444;
37   font-weight: bold;
38   padding: 0.5em;
39 }
40
41 .pkg-bugreport-link a {
42   background-color: #ffe7e7;
43   border-top: 1px solid #d70751;
44   border-bottom: 1px solid #d70751;
45 }
46
47 .pkg-install-link a {
48   background-color: #e7e7ff;
49   border-top: 1px solid #20435C;
50   border-bottom: 1px solid #20435C;
51 }
52
53 .pkg-install-link a:hover {
54   background-color: #20435C;
55 }
56
57 .pkg-bugreport-link a:hover {
58   background-color: #d70751;
59 }
60
61 .pkg-install-link a:hover,
62 .pkg-bugreport-link a:hover {
63   text-decoration: none;
64   color: white;
65 }
66
67 .license-reminder {
68   color: #d70751;
69   font-weight: bold;
70 }
71
72 .package-availability {
73   padding-top: 2em;
74 }
75
76 .package-availability caption {
77   font-style: italic;
78   text-align: left;
79   margin-bottom: .5em;
80 }