更多操作
(以“.wikilink-popup { background-color: #889b; border-radius: 15px; border: 1px solid #eee; box-shadow: 0 2px 6px #5555; content: attr(title); co...”为内容创建页面) |
小无编辑摘要 |
||
第13行: | 第13行: | ||
white-space: nowrap; |
white-space: nowrap; |
||
z-index: 1; |
z-index: 1; |
||
} |
|||
/* Pie chart: transparent borders */ |
|||
.transborder { |
|||
border: solid transparent; |
|||
} |
} |
2018年8月3日 (五) 15:30的版本
.wikilink-popup {
background-color: #889b;
border-radius: 15px;
border: 1px solid #eee;
box-shadow: 0 2px 6px #5555;
content: attr(title);
color: #fff;
font-size:12px;
line-height: 22px;
margin: -1em 0;
padding: 0 5px;
position: absolute;
white-space: nowrap;
z-index: 1;
}
/* Pie chart: transparent borders */
.transborder {
border: solid transparent;
}