first commit

This commit is contained in:
2025-06-17 11:53:18 +02:00
commit 9f0f7ba12b
8804 changed files with 1369176 additions and 0 deletions

View File

@ -0,0 +1,27 @@
.mod-preview {
margin: 8px 0;
background: rgba(100,100,100,.08);
border-radius: 1px;
box-shadow: 0 0 0 4px #f4f4f4, 0 0 0 5px rgba(100,100,100,.2);
}
.mod-preview-info {
padding: 4px 6px;
margin-bottom: 5px;
font-family: Arial, sans-serif;
font-size: .75rem;
line-height: 1rem;
color: #fff;
background-color: #33373f;
border-radius: 3px;
box-shadow: 0 -10px 20px rgba(0,0,0,.2) inset;
}
.mod-preview-info span {
font-weight: bold;
color: #ccc;
}
.mod-preview-wrapper {
margin-bottom: .5rem;
}

View File

@ -0,0 +1 @@
.mod-preview{background:hsla(0,0%,39%,.08);border-radius:1px;-webkit-box-shadow:0 0 0 4px #f4f4f4,0 0 0 5px hsla(0,0%,39%,.2);box-shadow:0 0 0 4px #f4f4f4,0 0 0 5px hsla(0,0%,39%,.2);margin:8px 0}.mod-preview-info{background-color:#33373f;border-radius:3px;-webkit-box-shadow:inset 0 -10px 20px rgba(0,0,0,.2);box-shadow:inset 0 -10px 20px rgba(0,0,0,.2);color:#fff;font-family:Arial,sans-serif;font-size:.75rem;line-height:1rem;margin-bottom:5px;padding:4px 6px}.mod-preview-info span{color:#ccc;font-weight:700}.mod-preview-wrapper{margin-bottom:.5rem}

Binary file not shown.