File: extensions-overrides.css

package info (click to toggle)
python-cloup 3.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 936 kB
  • sloc: python: 5,371; makefile: 120
file content (35 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (3)
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
/*
    copybutton
*/
button.copybtn {
    cursor: pointer;
    top: .4em;
    right: .25em;
    width: 1.5em;
    height: 1.5em;
}

.o-tooltip--left::after {
    font-size: .9em;
    padding: .4em .8em;
    border-radius: 4px;
}

/*
    sphinx-panels tabs
*/
.tabbed-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow:0 -2px var(--tabs-color-overline),0 1px var(--tabs-color-underline);
}

.tabbed-set > label {
    margin-bottom: 0 !important;
    padding: .4em 1.25em !important;
}

.tabbed-label:hover {
    background-color: rgba(200, 200, 200, 0.1);
    border-bottom: 2px solid var(--tabs-color-overline);
}