add:初次提交
26
branding/debian/branding.css
Normal file
@@ -0,0 +1,26 @@
|
||||
body.login-pf {
|
||||
background: url("bg-plain.jpg") no-repeat 50% 0;
|
||||
background-size: cover;
|
||||
background-color: #101010;
|
||||
}
|
||||
|
||||
#badge {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
background-image: url("logo.png");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#brand {
|
||||
font-size: 18pt;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#brand:before {
|
||||
content: "${NAME}";
|
||||
}
|
||||
|
||||
#index-brand:before {
|
||||
content: "${NAME}";
|
||||
}
|
||||
1
branding/debian/favicon.ico
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../pixmaps/debian-logo.png
|
||||
1
branding/debian/logo.png
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../pixmaps/debian-logo.png
|
||||
BIN
branding/default/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
branding/default/bg-login.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
branding/default/bg-plain.jpg
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
branding/default/brand-large.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
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";
|
||||
}
|
||||
BIN
branding/default/favicon.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
branding/default/logo.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
30
branding/kubernetes/branding.css
Normal file
@@ -0,0 +1,30 @@
|
||||
body.login-pf {
|
||||
background: url("bg-plain.jpg") no-repeat 50% 0;
|
||||
background-size: cover;
|
||||
background-color: #101010;
|
||||
}
|
||||
|
||||
#badge {
|
||||
width: 225px;
|
||||
height: 80px;
|
||||
background-image: url("logo.png");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#brand {
|
||||
font-size: 18pt;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#brand:before {
|
||||
content: "${NAME}";
|
||||
}
|
||||
|
||||
#index-brand {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#index-brand:before {
|
||||
content: "${NAME}";
|
||||
}
|
||||
30
branding/registry/branding.css
Normal file
@@ -0,0 +1,30 @@
|
||||
body.login-pf {
|
||||
background: url("bg-plain.jpg") no-repeat 50% 0;
|
||||
background-size: cover;
|
||||
background-color: #101010;
|
||||
}
|
||||
|
||||
#badge {
|
||||
width: 225px;
|
||||
height: 80px;
|
||||
background-image: url("logo.png");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#brand {
|
||||
font-size: 18pt;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#brand:before {
|
||||
content: "${NAME}";
|
||||
}
|
||||
|
||||
#index-brand {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#index-brand:before {
|
||||
content: "${NAME}";
|
||||
}
|
||||
30
branding/ubuntu/branding.css
Normal file
@@ -0,0 +1,30 @@
|
||||
body.login-pf {
|
||||
background: url("bg-plain.jpg") no-repeat 50% 0;
|
||||
background-size: cover;
|
||||
background-color: #101010;
|
||||
}
|
||||
|
||||
#badge {
|
||||
width: 220px;
|
||||
height: 80px;
|
||||
background-image: url("logo.png");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#brand {
|
||||
font-size: 18pt;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#brand:before {
|
||||
content: "${PRETTY_NAME}";
|
||||
}
|
||||
|
||||
#index-brand {
|
||||
content: "${NAME}";
|
||||
}
|
||||
|
||||
#index-brand:before {
|
||||
content: "${NAME}";
|
||||
}
|
||||
BIN
branding/ubuntu/favicon.ico
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
branding/ubuntu/logo.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |