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;
.msgbox {
width: 300px;
padding: 10px;
margin: 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;
width: 100px;
height: 100px;
/*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;*/
}

Jake Read
committed
.rsHandle {
float: right;
position: relative;
width: 100px;
height: 100px;
background: #000;

Jake Read
committed
}
#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;
background-color: #2889af;
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 {
.uidiv {
width: 396px;
padding-top: 5px;
margin-left: 2px;
margin-right: 2px;
float: left;
}
textarea {
resize: none;
}
/*
.state li:hover {
background-color: #303030;
}
*/
background-color: #1a1a1a;
color: #fcd17b;
font-size: 12px;
width: 70%;
margin-bottom: 2px;
.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;
font-size: 15px;
font-weight: bold;
font-style: italic;
color: #eee;
}
li {
list-style-type: none;
font-weight: normal;
font-style: none;
color: #eee;
font-size: 12px;
padding: 7px 5px 6px 5px;
}
li:hover{
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;
padding: 10px;
background-color: #303030;
color: #eee;
}
.contextmenu input {
background-color: #1a1a1a;
color: #fcd17b;
font-size: 12px;
width: 70%;
margin-bottom: 2px;
padding: 2px;
border: 1px solid black;
border-radius: 3px;
}
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
/* USING THESE WITHIN BOYOS */
.cuttlefishhunkdom {
color: #353a42;
background-color: #d5dfef;
margin-top: 10px;
}
.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;
}
.txtinput {
padding: 10px;
width: 100%;
border: none;