add:初次提交

This commit is contained in:
2026-04-21 15:38:57 +08:00
commit 67f7a95fef
290 changed files with 5971 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
.login-note {
color: transparent;
position: relative;
}
body.login-pf {
background: url("bg-login.jpg") no-repeat 50% 0;
background-size: cover;
background-color: #101010;
}
#badge {
width: 73px;
height: 69px;
background-image: url("logo.png");
background-repeat: no-repeat;
}
#brand {
width: 121px;
height: 18px;
background-image: url("brand-large.png");
background-repeat: no-repeat;
}
#index-brand {
font-weight: bold;
}
#index-brand:before {
content: "Cockpit";
}