cusf-standalone-predictor/predict/css/pred.css

263 wiersze
4.1 KiB
CSS
Czysty Zwykły widok Historia

2010-07-29 12:47:58 +00:00
/*
* CUSF Landing Prediction Version 2
* http://www.cuspaceflight.co.uk
*
* Jon Sowman 2010
* jon@hexoc.com
* http://www.hexoc.com
*
* http://github.com/jonsowman/cusf-standalone-predictor
*
*/
/* Basic font-size and family. */
html {
font-family: sans-serif;
font-size: 12px;
}
body {
margin: 0; padding: 0;
background-color: #000000;
}
2010-05-31 13:11:18 +00:00
a { text-decoration: underline; color: #333; cursor: pointer; }
2010-05-31 07:27:09 +00:00
/* The whoppping map in the centre */
#map_canvas {
width: 100%;
height: 100%;
}
#status_message{
position: absolute;
left: 50%;
top: 50%;
width: 400px;
height: 100px;
margin-left: -200px;
margin-top: -50px;
padding: 1em;
text-align: center;
display: none;
}
#error_window {
position: absolute;
left: 50%;
top: 50%;
width: 400px;
margin-left: -200px;
margin-top: -50px;
padding: 1em;
text-align: center;
display: none;
}
#debuginfo {
white-space: pre;
}
#burst-calc-wrapper {
position: absolute;
left: 50%;
top: 50%;
width: 400px;
margin-left: -200px;
margin-top: -200px;
padding: 1em;
text-align: center;
display: none;
}
2011-08-19 08:25:11 +00:00
#notam-settings-wrapper {
position: absolute;
left: 50%;
top: 50%;
width: 400px;
margin-left: -200px;
margin-top: -200px;
padding: 1em;
text-align: center;
display: none;
}
/*
#burst-calc {
display: none;
padding: 5px;
text-align: center;
}
*/
#burst-calc-constants {
display: none;
}
2010-06-08 16:29:38 +00:00
#location_save {
position: absolute;
left: 50%;
top: 50%;
width: 300px;
margin-left: -150px;
margin-top: -120px;
padding: 1em;
text-align: center;
display: none;
}
#location_save_local {
position: absolute;
left: 50%;
top: 50%;
width: 300px;
margin-left: -150px;
2010-06-08 16:29:38 +00:00
margin-top: -120px;
padding: 1em;
text-align: center;
display: none;
}
.box {
2010-08-11 12:03:39 +00:00
position: absolute;
background-color: white;
border: 1px solid #0070a3;
padding: 0.5em;
}
.box {
2010-08-11 12:03:39 +00:00
background-attachment:initial;
background-clip:initial;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 0.746094);
background-image:initial;
background-origin:initial;
background-position:initial initial;
background-repeat:initial initial;
}
.box * {
font-size: 12px;
}
.box table {
margin: 0.25em auto;
white-space: nowrap;
}
.box h1 {
text-align: center;
margin: 0em 0em 0.5em 0em;
}
.box p {
margin: 0 auto;
margin-bottom: 0.25em;
width: 25em;
}
#trail_table {
right: 0; bottom: 0;
border-right: none;
border-bottom: none;
display: none;
}
#scenario_template {
2010-05-30 22:20:26 +00:00
width: 400px;
left: 0; bottom: 0;
border-left: none;
border-bottom: none;
max-height: 400px;
overflow: scroll;
display: none;
}
2010-05-27 20:04:57 +00:00
#input_form {
overflow: hidden;
2010-05-31 13:11:18 +00:00
width: 400px;
padding: 5px 5px 0px 5px;
bottom: 0; right: 0;
2012-12-25 12:34:26 +00:00
max-height: 500px;
2010-05-31 13:11:18 +00:00
}
#launch-card {
width: 100%;
padding: 5px;
}
#launch-card tr {
width: 50%;
}
2010-05-31 13:11:18 +00:00
#scenario_info {
position: absolute;
top: 25px;
right: 0px;
2010-05-31 13:11:18 +00:00
width: 400px;
text-align:center;
2010-07-28 18:30:49 +00:00
padding: 5px;
line-height: 130%;
2010-05-31 13:11:18 +00:00
}
/* about window is a jqueryui dialog */
#about_window {
display: none;
}
2010-07-28 18:30:49 +00:00
/* the vehicle_button buttons from spacenear */
.control_buttons {
border: solid #aed0ea 1px;
background-color: #deedf7;
padding: 3px;
2010-07-28 18:30:49 +00:00
margin-top: 1em;
color: #888;
-webkit-user-select:none;
-moz-user-select:none;
cursor: default;
line-height: 220%;
2010-07-28 18:30:49 +00:00
font-size: 10px;
}
.control_button {
font-weight: bold;
color: #5c9dc2;
2010-07-28 18:30:49 +00:00
cursor: pointer;
text-decoration: none;
}
a.control_button:hover {
color: #0070a3;
2010-07-28 18:30:49 +00:00
}
img.handle {
position: relative;
float:left;
top:0px;
left:0px;
z-index:100;
}
2010-05-31 13:11:18 +00:00
td.right-td {
text-align: right;
}
td.spacer {
width: 1em;
}
table#trails {
border-collapse: collapse;
}
table#trails td, table#trails th {
border: 1px solid #6666ff;
padding: 0.1em 0.5em;
text-align: center;
}
table#trails th {
background-color: #6666ff;
color: white;
}