Newer
Older
html {
height: 100%;
/*
margin: 0px;
padding: 0px;
*/
}
body {
height: 100%;
overflow: hidden;
margin: 0px;
padding: 0px;
font-family: Palatino, serif;
font-size: 11px;
}
#nav {
padding: 5px;
background-color: #303030;
color: #eee;
font-size: 15px;
width: 100;
z-index: 1000;
}
#nav a{
color: #eee;
}
#wrapper {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
}

Jake Read
committed
width: 100%;
height: 100%;
width: 100%;
height: 100%;
overflow: hidden;
background-image:
linear-gradient(rgba(255, 255, 255, .2) 2px, transparent 2px),
linear-gradient(90deg, rgba(255, 255, 255, .2) 2px, transparent 2px);
background-size: 100px 100px;
}
.view .offwhite{
background: #c1c1c1;
background-image:
linear-gradient(rgba(255, 255, 255, .2) 2px, transparent 2px),
linear-gradient(90deg, rgba(255, 255, 255, .2) 2px, transparent 2px);
background-size: 100px 100px;
.msgbox {
width: 300px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
float: right;
background-color: rgb(192, 209, 237, 0.5);
}
.msgboxmsg{

Jake Read
committed
padding: 8px;
margin-bottom: 3px;
background-color: white;
font-family: Courier;
font-size: 11px;

Jake Read
committed
.msgboxbutton:hover{
background-color: rgb(255, 209, 237);
cursor: pointer;

Jake Read
committed
}
.plane {
position: absolute;
/*background-image:
linear-gradient(rgba(255, 255, 255, .2) 2px, transparent 2px),
linear-gradient(90deg, rgba(255, 255, 255, .2) 2px, transparent 2px);
background-size: 100px 100px;*/
}
#programMenu {
position: absolute;
width: 245px;
padding: 10px;
background-color: #303030;
}
#perModuleMenu {
position: absolute;
width: 80px;
padding: 3px;
background-color: #303030;
}
#floater {
position: absolute;
font-weight: normal;
font-style: none;
color: #eee;
font-size: 12px;
padding: 7px 5px 6px 5px;
}
.title {
font-size: 15px;
font-weight: bold;
color: #eee;
}
font-size: 15px;
font-weight: bold;
font-style: italic;
padding-top: 7px;
padding-bottom: 7px;
color: #eee;
}
float: left;
margin-left: 2px;
font-size: 11px;
background-color: #1a1a1a;
color: #eee;
}
float: right;
margin-right: 2px;
text-align: right;
font-size: 11px;
background-color: #1a1a1a;
color: #eee;
}
.states {
.state {
.nativewrap {
position: absolute;
width: 500px; /* many sets with js */
color: #353a42;
background-color: #d5dfef;
}
.nativeheader {
background-color: green;
padding: 2px;
color: white;
}
.uidiv {
width: 396px;
padding-top: 5px;
margin-left: 2px;
margin-right: 2px;
float: left;
}
textarea {
resize: none;
}
/*
.state li:hover {
background-color: #303030;
}
*/
.stateNumInput input {
float: right;
clear: both;
align: right;
}
.stateBooleanItem{
padding-top: 8px;
padding-bottom: 8px;
}
.stateBooleanItem:hover{
background-color: #1a1a1a;
cursor: pointer;
}
.dg.a {
margin-right: 0px;
}
.clear {
clear: both;
}
ul {
list-style-type: none;
}
li {
list-style-type: none;
font-weight: normal;
font-style: none;
color: #eee;
li.highlighted{
background-color: #969696;
}
.contextTitle {
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #eee;
padding: 7px 5px 6px 5px;
}
.contextTitle:hover {
background-color: #969696;
cursor: grab;
}
.contextTitle:active {
background-color: #d1d1d1;
cursor: grabbing;
}
.contextmenu {
position: absolute;
overflow: hidden;
width: 245px;
}
.contextmenu input {
background-color: #1a1a1a;
color: #fcd17b;
font-size: 12px;
width: 70%;
margin-bottom: 2px;
padding: 2px;
border: 1px solid black;
border-radius: 3px;
}
/* for the linechart, should belong somewhere related */
.line {
fill: none;
/* USING THESE WITHIN BOYOS */
.btn {
padding: 10px;
font-size: 15px;
text-align: center;
background-color: #95ddf9;
}
.btn:hover{
background-color: #bde8f9;
}
.btn:active{
background-color: #fff;
}
.txt {
font-size: 15px;
padding: 10px;
}