|
|
@ -11,6 +11,8 @@ html, body {
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
background: #eee;
|
|
|
|
background: #eee;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
html, button, input, select, textarea,
|
|
|
|
html, button, input, select, textarea,
|
|
|
@ -229,12 +231,11 @@ header .site-menu a{
|
|
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
.content {
|
|
|
|
padding: 0em 2em 3em 2em;
|
|
|
|
padding: 0em 2em 3em 2em;
|
|
|
|
background: #fff;
|
|
|
|
flex-grow: 1;
|
|
|
|
overflow: auto;
|
|
|
|
min-height: min-content;
|
|
|
|
|
|
|
|
}
|
|
|
|
-webkit-box-shadow: -1px 1px 2px -1px rgba(0,0,0,0.53);
|
|
|
|
.content.pure-g {
|
|
|
|
-moz-box-shadow: -1px 1px 2px -1px rgba(0,0,0,0.53);
|
|
|
|
justify-content: center;
|
|
|
|
box-shadow: -1px 1px 2px -1px rgba(0,0,0,0.53);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.content h1 {
|
|
|
|
.content h1 {
|
|
|
@ -246,6 +247,12 @@ header .site-menu a{
|
|
|
|
.content h2 {
|
|
|
|
.content h2 {
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
font-family: 'Arvo', serif;
|
|
|
|
|
|
|
|
font-size: 1.6em;
|
|
|
|
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.content h3 {
|
|
|
|
.content h3 {
|
|
|
@ -816,12 +823,16 @@ a.home-signup-button {
|
|
|
|
#gateways table {
|
|
|
|
#gateways table {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#gateways td {
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
#gateways table thead td {
|
|
|
|
#gateways table thead td {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.1em;
|
|
|
|
font-size: 1.1em;
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
border-top: 0;
|
|
|
|
border-top: 0;
|
|
|
|
|
|
|
|
color: #1c619a;
|
|
|
|
|
|
|
|
background: #ddd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#gateways table thead tr td:first-child {
|
|
|
|
#gateways table thead tr td:first-child {
|
|
|
|
border-left: 0;
|
|
|
|
border-left: 0;
|
|
|
@ -830,11 +841,9 @@ a.home-signup-button {
|
|
|
|
border-right: 0;
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#gateways table tbody tr td:first-child {
|
|
|
|
#gateways table tbody tr td:first-child {
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
|
|
|
border-left: 0;
|
|
|
|
border-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#gateways table tbody tr td {
|
|
|
|
#gateways table tbody tr td {
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#gateways table tbody tr td:first-child {
|
|
|
|
#gateways table tbody tr td:first-child {
|
|
|
@ -849,17 +858,15 @@ a.home-signup-button {
|
|
|
|
#gateways table tbody tr:nth-child(even) {
|
|
|
|
#gateways table tbody tr:nth-child(even) {
|
|
|
|
background: #eee;
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#gateways table tr td:not(:first-child) {
|
|
|
|
|
|
|
|
width: 20%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#gateways table tr td .td-info {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#gateways .host_name {
|
|
|
|
#gateways .host_name {
|
|
|
|
font-family: monospace;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#gateways td {
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#gateways .right {
|
|
|
|
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***************************************************/
|
|
|
|
/***************************************************/
|
|
|
|