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
}
.contextmenu {
position: absolute;
overflow: hidden;
width: 245px;
padding: 10px;
background-color: #303030;
color: #eee;
}
#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;
}
.def {
background-color: #303030;
}
.hardware {
background-color: #4d4c4c;
}
.defid {
font-size: 15px;
font-weight: bold;
font-style: italic;
padding-top: 7px;
padding-bottom: 7px;
color: #eee;
}
.defid:hover{
.defid:active{
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 {
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
.uidiv {
width: 396px;
padding-top: 5px;
margin-left: 2px;
margin-right: 2px;
float: left;
}
textarea {
resize: none;
}
/*
.state li:hover {
background-color: #303030;
}
*/
.state input {
background-color: #1a1a1a;
color: #fcd17b;
font-size: 12px;
width: 70%;
margin-bottom: 2px;
float: right;
border: 1px solid black;
border-radius: 3px;
}
.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;
}
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
/* 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;