Add a css file I forgot.

This commit is contained in:
Brendan Burns
2014-10-08 12:25:44 -07:00
parent 45f9f39b51
commit 06a4593f25
2 changed files with 314 additions and 184 deletions

108
www/k8s-style.css Normal file
View 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;
}