File: tooltipster-sideTip-punk.css

package info (click to toggle)
sphinx-hoverxref 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,296 kB
  • sloc: javascript: 2,538; python: 912; makefile: 16
file content (35 lines) | stat: -rw-r--r-- 935 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
.tooltipster-sidetip.tooltipster-punk .tooltipster-box {
	border-radius: 5px; 
	border: none;
	border-bottom: 3px solid #f71169;
	background: #2a2a2a;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-box {
	margin-bottom: 7px;
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-content {
	color: white;
	padding: 8px 16px;
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-arrow-background {
	display: none;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #2a2a2a;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #2a2a2a;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #2a2a2a;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #f71169;
}