forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathk8s-style.css
108 lines (89 loc) · 1.32 KB
/
k8s-style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
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;
}