mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 22:53:22 +00:00
Add a css file I forgot.
This commit is contained in:
108
www/k8s-style.css
Normal file
108
www/k8s-style.css
Normal file
@@ -0,0 +1,108 @@
|
||||
.logo {
|
||||
background: url('titlelogo.svg');
|
||||
background-repeat: no-repeat;
|
||||
height: 150px;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.navbar-logo {
|
||||
margin-left: 10px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #fff;
|
||||
font-size: 14pt;
|
||||
height: 20px;
|
||||
padding-top: 10px;
|
||||
padding-left: 10px;
|
||||
width: 1024px;
|
||||
}
|
||||
|
||||
#nav-logo-img {
|
||||
height: 42px;
|
||||
}
|
||||
|
||||
.spread {
|
||||
width: 1024px;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-left: 20px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background: #DFE7FA;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #447AE8;
|
||||
border: 0px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.link {
|
||||
color: #22F;
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.k8s-title-font {
|
||||
font-family: 'Ubuntu Mono', arial, sans-serif;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
.k8s-font-medium {
|
||||
font-size: 18pt;
|
||||
}
|
||||
|
||||
.k8s-font-regular {
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.k8s-box {
|
||||
background: #CCC;
|
||||
border: 1px solid darkgray;
|
||||
padding: 10px;
|
||||
width: 90%;
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
.k8s-item {
|
||||
background: #DDD;
|
||||
border: 1px solid whitesmoke;
|
||||
padding: 10px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.k8s-list {
|
||||
background: #DDD;
|
||||
border: 1px solid whitesmoke;
|
||||
padding: 10px;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.k8s-inline {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.k8s-button {
|
||||
border: 1px solid black;
|
||||
background: lightgray;
|
||||
cursor: pointer;
|
||||
padding: 2px 4px 2px 4px;
|
||||
}
|
||||
|
||||
.k8s-odd {
|
||||
background: #EEE;
|
||||
}
|
||||
|
||||
.k8s-even {
|
||||
background: #DDD;
|
||||
}
|
||||
|
||||
.k8s-cell {
|
||||
padding: 10px;
|
||||
}
|
Reference in New Issue
Block a user