File: custom.css

package info (click to toggle)
asdf-coordinates-schemas 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: python: 247; makefile: 111
file content (53 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (4)
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
div.admonition {
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    overflow: hidden;
}

div.admonition:active {
    width: 150%
}

div.note:active {
    width: 100%
}

div.highlight-yaml {
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    overflow: hidden;
}

div.highlight-yaml:active {
    width: 150%
}

div.highlight-default {
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    overflow: hidden;
}

div.highlight-default:active {
    width: 150%
}

div.highlight-python {
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    overflow: hidden;
}

div.highlight-python:active {
    width: 150%
}

/* Top Banner Navigation
-------------------------------------------------- */
.announcement-content a {
    padding-right: 1em;
  }

.announcement-content a:hover {
  color: fuchsia;
}