first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.tooltipster-light {
|
||||
border-radius: 5px;
|
||||
border: 1px solid #cccccc;
|
||||
background: #ededed;
|
||||
color: #666666;
|
||||
}
|
||||
.tooltipster-light .tooltipster-content {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
padding: 8px 10px;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
.tooltipster-noir {
|
||||
border-radius: 0px;
|
||||
border: 3px solid #2c2c2c;
|
||||
background: #fff;
|
||||
color: #2c2c2c;
|
||||
}
|
||||
.tooltipster-noir .tooltipster-content {
|
||||
font-family: 'Georgia', serif;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
padding: 8px 10px;
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
.tooltipster-punk {
|
||||
border-radius: 0;
|
||||
border-bottom: 3px solid #D15050;
|
||||
background: #373737;
|
||||
color: #fff;
|
||||
}
|
||||
.tooltipster-punk .tooltipster-content {
|
||||
font-size: 11px;
|
||||
line-height: 16px;
|
||||
padding: 5px 20px;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
.tooltipster-shadow {
|
||||
border-radius: 5px;
|
||||
background: #fff;
|
||||
box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
|
||||
color: #2c2c2c;
|
||||
}
|
||||
.tooltipster-shadow .tooltipster-content {
|
||||
font-family: 'Arial', sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
padding: 8px 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user