source: tmcsimulator/branches/EInotebook/cad/cad.css @ 350

Revision 350, 891 bytes checked in by jdalbey, 7 years ago (diff)

Add a branch EInotebook for Electronic Instructor Notebook prototype

  • Property svn:executable set to *
Line 
1.cadClient
2{
3   text-align: center;
4   background-color: black;
5   color: yellow;
6   height: 500px;
7   width: 720px;
8   font-family: "Courier";
9   font-size: .80em;
10}
11
12#cadHeader
13{
14   vertical-align: top;
15   height: 5%;
16}
17
18#cadBody
19{
20   vertical-align: top;
21   height: 80%;
22}
23
24#cadFooter
25{
26   vertical-align: top;
27   height: 15%;
28}
29
30.cadInputBox
31{
32   width: 720px;
33}
34
35.cadInputLineBox
36{
37   width: 80%;
38}
39
40.cadInputSubmitBox
41{
42   width: 20%;
43   margin-bottom: 40px;
44}
45
46.cadInputLine
47{
48   width: 100%; 
49   background-color: #000000; 
50   color: yellow;
51   font-family: "Courier New", Courier, monospace;
52   padding: 0px 10px;
53   border: 5px solid black;
54   height: 40px;
55}
56
57#cadSubmitButton
58{
59   height: 100%;
60   width: 100%;
61   font-size: 1.03em;
62}
63
64.cadButton
65{
66   width: 100%;
67   height: 40px;
68   font-size: 1.1em;
69}
70
71#cadSelect
72{
73   margin-top: 30px;
74   width: 100%;
75   font-size: 1.1em;
76}
Note: See TracBrowser for help on using the repository browser.