File: tabs.css

package info (click to toggle)
sphinx-tabs 1.3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 540 kB
  • sloc: javascript: 929; python: 468; xml: 421; makefile: 20; sh: 6
file content (44 lines) | stat: -rw-r--r-- 734 bytes parent folder | download
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
.sphinx-tabs {
    margin-bottom: 2em;
}

.sphinx-tabs:last-child {
    margin-bottom: 1em;
}

.sphinx-tabs .sphinx-menu .item p {
    margin: 0;
}

.sphinx-tabs .sphinx-menu a.item {
    color: #2980b9 !important;
}

.sphinx-tabs .sphinx-menu {
    border-bottom-color: #a0b3bf !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sphinx-tabs .sphinx-menu a.active.item {
    border-color: #a0b3bf !important;
}

.sphinx-tab {
    border-color: #a0b3bf !important;
    box-sizing: border-box;
}

.sphinx-tab.tab.active {
    margin-bottom: 0;
}

/* Code tabs don't need the code-block border */
.code-tab.tab {
    padding: 0.4em !important;
}

.code-tab.tab div[class^='highlight'] {
    border: none;
}