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