Uploading all files.

This commit is contained in:
Quotefox
2019-09-23 18:26:34 +02:00
commit 7091cdbe8c
7779 changed files with 2601004 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[data-tooltip] {
position: relative;
}
[data-tooltip]:hover::before {
position: absolute;
z-index: 1;
top: 100%;
padding: 0 4px;
margin-top: 1px;
border: 1px solid #40628a;
background: black;
color: white;
content: attr(data-tooltip);
min-width: 160px;
}
.technode {
width: 256px;
}