add:初次提交
This commit is contained in:
33
branding/default/branding.css
Normal file
33
branding/default/branding.css
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user