mirror of https://github.com/dapr/samples.git
109 lines
1.3 KiB
CSS
109 lines
1.3 KiB
CSS
/*
|
|
Knative colors
|
|
Dark Blue: #0865ad
|
|
Light Blue: #6695ca
|
|
*/
|
|
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #fff;
|
|
}
|
|
|
|
#wrapper {
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 100%;
|
|
text-align: center;
|
|
widows: 100%;
|
|
}
|
|
|
|
#page-header {
|
|
padding: 0;
|
|
margin: 10px 0 0 0;
|
|
clear: both;
|
|
break-after: always;
|
|
height: 100px;
|
|
}
|
|
|
|
#page-header-image {
|
|
border: 0;
|
|
margin-left: 25px;
|
|
}
|
|
|
|
#page-header-image img {
|
|
width: 100px;
|
|
height: 100px;
|
|
float: left;
|
|
}
|
|
|
|
#connection {
|
|
float: right;
|
|
margin: 10px;
|
|
font-family: Geneva, Verdana, sans-serif;
|
|
font-size: 1em;
|
|
}
|
|
|
|
#middle-section {
|
|
margin: 0;
|
|
padding: 10px;
|
|
height: 700px;
|
|
overflow: auto;
|
|
}
|
|
|
|
#middle-section div {
|
|
margin: 5px;
|
|
}
|
|
|
|
#page-footer {
|
|
widows: 80%;
|
|
margin: 30px 0 0 0;
|
|
font-family: Geneva, Verdana, sans-serif;
|
|
font-size: 1em;
|
|
}
|
|
|
|
#notifications {
|
|
background-color: #20329b;
|
|
padding: 0;
|
|
margin: 5px;
|
|
height: 690px;
|
|
overflow: auto;
|
|
}
|
|
|
|
div.item-text {
|
|
margin-left: 10px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
#notifications b {
|
|
font-family: Geneva, Verdana, sans-serif;
|
|
font-size: 1em;
|
|
color: #20329b;
|
|
margin: 0;
|
|
}
|
|
|
|
#notifications i {
|
|
font-family: Geneva, Verdana, sans-serif;
|
|
font-size: 0.8em;
|
|
font-style: normal;
|
|
}
|
|
|
|
#notifications i.small {
|
|
font-size: 0.7em;
|
|
color: #666666;
|
|
}
|
|
|
|
.error {
|
|
color: red;
|
|
}
|
|
|
|
.item {
|
|
clear:both;
|
|
padding: 5px;
|
|
text-align: left;
|
|
background-color: #fff;
|
|
overflow: auto;
|
|
} |