188 lines
3.6 KiB
CSS
188 lines
3.6 KiB
CSS
|
|
body {
|
|
background:black;
|
|
}
|
|
|
|
.title_body {
|
|
margin-top:1em;
|
|
margin-bottom:1em;
|
|
text-align: center;
|
|
font-size:250%;
|
|
font-weight: bold;
|
|
height:1.6em;
|
|
color:white;
|
|
text-shadow: .2em .2em .2em cyan;
|
|
|
|
/* border: 1px solid red;
|
|
border-radius:1em;*/
|
|
width:100%;
|
|
/* box-shadow: .5em .5em .5em #aaaaaa; */
|
|
}
|
|
|
|
.the_title_outer {
|
|
display:table;
|
|
position:relative;
|
|
height:100%;
|
|
width:100%;
|
|
}
|
|
|
|
.the_title_middle {
|
|
display:table-cell;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
.the_title_inner {
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
|
|
.box_bodies {
|
|
border: 1px solid red;
|
|
border-radius:1em;
|
|
width:100%;
|
|
background:white;
|
|
box-shadow: .5em .5em .5em #aaaaaa;
|
|
}
|
|
|
|
.box_pad {
|
|
margin-top:1em;
|
|
margin-left:.5em;
|
|
margin-right:.5em;
|
|
margin-bottom:1em;
|
|
}
|
|
|
|
#main_body {
|
|
}
|
|
|
|
#below_body {
|
|
display: block;
|
|
margin-left:0px;
|
|
margin-right:0px;
|
|
margin-top:1em;
|
|
text-align: center;
|
|
}
|
|
|
|
#below_body img {
|
|
height:4em;
|
|
}
|
|
|
|
#body_block {
|
|
display: block;
|
|
width: auto;
|
|
margin-left:10em;
|
|
margin-right:10em;
|
|
}
|
|
|
|
.error_velocity, .noerror_velocity {
|
|
color:white;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.noerror_velocity {
|
|
background:red;
|
|
}
|
|
|
|
.noerror_velocity {
|
|
background:darkgreen;
|
|
}
|
|
|
|
.flow_result {
|
|
border: 2px solid black;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
|
|
.flow_result td {
|
|
text-align:center;
|
|
}
|
|
|
|
#form_result {
|
|
width:100%;
|
|
}
|
|
|
|
#flow-hint {
|
|
height: 10em;
|
|
border: 1px solid black;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
#flow-hint a {
|
|
text-decoration: none;
|
|
color:black;
|
|
}
|
|
|
|
#flow-hint a:hover {
|
|
color:white;
|
|
background:blue;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#signature, #last_updated {
|
|
margin-top:3em;
|
|
text-align:center;
|
|
font-size: x-small;
|
|
font-family: bold;
|
|
clear:both;
|
|
}
|
|
|
|
#last_updated {
|
|
margin:0px;
|
|
}
|
|
|
|
.submit_button {
|
|
margin-top:1em;
|
|
text-align:center;
|
|
}
|
|
|
|
.myButton {
|
|
-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
|
|
-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
|
|
box-shadow:inset 0px 1px 0px 0px #bee2f9;
|
|
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
|
|
background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
|
|
background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
|
|
background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
|
|
background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
|
|
background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
|
|
background-color:#63b8ee;
|
|
-moz-border-radius:6px;
|
|
-webkit-border-radius:6px;
|
|
border-radius:6px;
|
|
border:1px solid #3866a3;
|
|
display:inline-block;
|
|
cursor:pointer;
|
|
color:#14396a;
|
|
font-family:arial;
|
|
/* font-size:15px;*/
|
|
font-weight:bold;
|
|
padding:6px 24px;
|
|
text-decoration:none;
|
|
text-shadow:0px 1px 0px #7cacde;
|
|
}
|
|
.myButton:hover {
|
|
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
|
|
background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
|
|
background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
|
|
background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
|
|
background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
|
|
background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
|
|
background-color:#468ccf;
|
|
}
|
|
.myButton:active {
|
|
position:relative;
|
|
top:1px;
|
|
}
|
|
|
|
#form_result > .flow_result {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
#form_result > .flow_result tr:first-child > th {
|
|
border-bottom: 2px solid red;
|
|
}
|
|
|
|
#post-flow-hint {
|
|
height:2em;
|
|
}
|