/* rpn.css - Style sheet for RPN calculators
* 2013 David Meyer <
[email protected]> +JMJ
*/
body {
background: black;
color: #009000;
margin: 32px;
font-family: "Lucida Console", "MS Gothic", monospace ;
}
#calc {
float: left;
/* width: 200px;
*/
background: #504c4d;
border: silver solid 2px;
}
#inst {
float: left;
/* width: 314px;
*/
width: 70%;
border: #009000 solid 2px;
margin: 0 0 0 10px;
padding: 2px;
color: #009000;
}
#addl {
clear: left;
}
ctr, h1, h3 {
text-align: center;
}
h3 {
text-transform: uppercase;
margin: 1px;
}
instblk {
color: #009000;
text-align: center;
vertical-align: top;
padding: 0 10px;
}
instp {
margin: 1px;
}
insttab {
float: left;
color: #009000;
}
insttab td {
text-align: center;
}
buttonbw {
width: 50px;
margin: 2px;
font-weight: bold;
background: black;
color: white;
}
buttonbwj {
margin: 2px;
font-weight: bold;
background: black;
color: white;
}
buttonwb {
width: 50px;
margin: 2px;
font-weight: bold;
background: white;
color: black;
}
buttonwbj {
margin: 2px;
font-weight: bold;
background: white;
color: black;
}
buttontw {
width: 50px;
margin: 2px;
font-weight: bold;
background: #60b3c3;
color: white;
}
buttontw2 {
margin: 2px;
width: 110px;
font-weight: bold;
background: #60b3c3;
color: white;
}
buttontwj {
margin: 2px;
font-weight: bold;
background: #60b3c3;
color: white;
}
disp {
font-weight: bold;
background: black;
color: red;
font-family: "Lucida Console";
font-size: 2em;
padding: 2px;
}
disperr {
font-weight: bold;
background: black;
color: red;
font-family: "Lucida Console";
font-size: 2em;
padding: 2px;
text-decoration: blink;
}
label {
background: black;
color: silver;
text-align: center;
font-size: 0.8em;
letter-spacing: 5px;
word-spacing: 10px;
}
stat {
background: white;
color: black;
}
/*
body {
background: black;
color: #009000;
margin: 0 5%;
font-family: "Lucida Console", "MS Gothic", monospace ;
}
form.calc {
float: left;
width: 500px;
}
centered, h1, h3 {
text-align: center;
}
h3 {
text-transform: uppercase;
}
disp {
width: 100%;
font-weight: bold;
}
bw {
width: 100%;
background: black;
color: white;
font-weight: bold;
}
tw {
width: 100%;
background: #60b3c3;
color: white;
font-weight: bold;
}
wb {
width: 100%;
background: white;
color: black;
font-weight: bold;
}
#instr {
border: green solid 2px;
padding: 1px;
float: left;
width: 67%;
color: green;
}
table {
background: #504c4d;
border: silver solid 2px;
margin: 0 20px 20px 0;
}
td.disp {
background: black;
color: red;
font-family: "Lucida Console";
font-size: 1.5em
}
td.label {
background: black;
color: silver;
text-align: center;
font-size: 0.8em;
letter-spacing: 5px;
word-spacing: 10px;
}
td.stat {
background: white;
color: black;
font-family: "Lucida Console";
}
*/