changed git call from https to git readonly
[atutor.git] / mods / wiki / tools / t_commander / 80x25.css
1
2 html,body{
3   margin: 0px;
4   padding: 0px;
5 }  
6
7 /* --- basic colors --- */
8 body {
9   background: #222722;
10   color: #dddddd;
11 }
12
13 body,input,textarea {
14   font-family: monospace;
15   font-size: 18px;
16   line-height: 20px;
17 }
18
19 a {
20   text-decoration: none;
21 }
22
23
24 /* --- special color schemes --- */
25 .Menu {
26   background: #00a0b0;
27 }
28 .Menu a {
29   color: #000000;
30   padding: 0px 10px;
31 }
32 .KeyMenu {
33   background: #222722;
34 }
35 .KeyMenu a {
36   background: #00a0b0;
37 }
38
39 .Exec, .CommandLine {
40   background: #222f22;
41   color: #cccccc;
42 }
43 .CommandLine { height: 24px; line-height: 20px; }
44 .CommandLine form { display:inline; }
45 .CommandLine input {
46   background:#202620;
47   font: 17px monospace;
48   line-height: 21px;
49   height: 22px;
50   color:#eeeeee;
51   border:0px;
52   width:70%
53 }
54
55
56
57 /* --- generic blue panels --- */
58 .Panel {
59   background: #0000c0;
60   border: 2px solid #cccccc;
61   color: #eeeeee;
62   padding: 2px;
63 }
64 .Panel th {
65   color: #c0c000;
66 }
67 .Panel td.fn {
68   overflow: cut;
69 }
70 .Panel td, .Panel th {
71   border-right: 2px solid #aaaaaa;
72 }
73 .Panel tr.selected, .Panel tr.selected td {
74   background: #20b0c0;
75 }
76 .Panel a {
77   color: #fff7f7;
78 }
79
80 .SplashScreen {
81   padding: 5px;
82   color: #ffffff;
83 }
84 .SplashScreen td {
85   font-size: 60%;
86   font-family: sans-serif;
87 }
88
89
90 /* --- edit screen --- */
91 .Edit {
92   border: 0px;
93 }
94 .Edit a {}
95 .Edit input, .Edit textarea, .Edit select {
96   background: #309090;
97   color: #ffffff;
98   font-size: 16px;
99   line-height: 16px;
100   border: 1px solid #206060;
101   border-width: 1px 0px 0px 1px;
102 }
103 .Edit input[type=submit] {
104   background: #906000;
105   font-size: 14px;
106   border: 1px outset red;
107 }
108 .Edit label {
109   color: #c0c010;
110   font-size: 75%;
111   font-weight: 600;
112 }
113 .Edit small input[type=checkbox] {
114   width: 13px;
115   height: 11px;
116 }
117
118
119
120 /* --- in-page stuff --- */
121 .msg {
122    background: #773322;
123    border: 1px solid #cc9922;
124    color: #eeeeee;
125    font-family: sans-serif;
126    margin: 7px;
127    padding: 2px;
128    display: block;
129 }