Line | |
---|
1 | table#table.tty
|
---|
2 | {
|
---|
3 | border-top-color: #DDD;
|
---|
4 | border-left-color: #BBB;
|
---|
5 | border-right-color: #BBB;
|
---|
6 | border-bottom-color: #999;
|
---|
7 |
|
---|
8 | border-style: solid;
|
---|
9 |
|
---|
10 | border-top-width: 1px;
|
---|
11 | border-bottom-width: 1px;
|
---|
12 | border-right-width: 1px;
|
---|
13 | border-left-width: 1px;
|
---|
14 |
|
---|
15 | border-radius: 4px;
|
---|
16 | border-spacing: 0;
|
---|
17 | border-collapse: initial;
|
---|
18 |
|
---|
19 | }
|
---|
20 |
|
---|
21 | tr#row1.tty
|
---|
22 | {
|
---|
23 | background-image: linear-gradient(white 0%, #BFA0C2 100%);
|
---|
24 | }
|
---|
25 |
|
---|
26 | td#cell11.tty
|
---|
27 | {
|
---|
28 | padding:2px 0 0 2px;
|
---|
29 | border: 0px;
|
---|
30 | }
|
---|
31 |
|
---|
32 | td#cell12.tty
|
---|
33 | {
|
---|
34 | color: gray;
|
---|
35 | font-weight: bold;
|
---|
36 | font-family: monospace;
|
---|
37 | border: 0px;
|
---|
38 | }
|
---|
39 |
|
---|
40 | td#cell13.tty
|
---|
41 | {
|
---|
42 | padding: 3px 3px 0 0;
|
---|
43 | text-align: right;
|
---|
44 | border: 0px;
|
---|
45 | }
|
---|
46 |
|
---|
47 | td#cell21.tty
|
---|
48 | {
|
---|
49 | padding:5px 5px 5px 5px;
|
---|
50 | border-color:white;
|
---|
51 | text-align:center;
|
---|
52 | }
|
---|
53 |
|
---|
54 | canvas#canvas.tty
|
---|
55 | {
|
---|
56 | display:block;
|
---|
57 | margin-left:auto;
|
---|
58 | margin-right:auto;
|
---|
59 | }
|
---|
60 |
|
---|
61 | img#img11.tty
|
---|
62 | {
|
---|
63 | content: url(img/window-icon.png);
|
---|
64 | width: 17px;
|
---|
65 | height: 17px;
|
---|
66 | }
|
---|
67 |
|
---|
68 | img#img13.tty
|
---|
69 | {
|
---|
70 | content: url(img/close.png);
|
---|
71 | width: 18px;
|
---|
72 | height: 18px;
|
---|
73 | }
|
---|
74 |
|
---|
75 | tr#row2.tty
|
---|
76 | {
|
---|
77 | background-color: black;
|
---|
78 | }
|
---|
79 |
|
---|
80 | tr#row3.tty
|
---|
81 | {
|
---|
82 | padding: 0px;
|
---|
83 | }
|
---|
84 |
|
---|
85 | #row3 td.tty
|
---|
86 | {
|
---|
87 | background-image: linear-gradient(white 0%, #AAB2B0 100%);
|
---|
88 | padding: 0px;
|
---|
89 | border: 0px;
|
---|
90 | }
|
---|
91 |
|
---|
92 | td#cell31.tty
|
---|
93 | {
|
---|
94 | color: #909090;
|
---|
95 | padding-left: 9px;
|
---|
96 | font-size: 90%:
|
---|
97 | font-weight: bold;
|
---|
98 | }
|
---|
99 |
|
---|
100 | td#cell32.tty
|
---|
101 | {
|
---|
102 | text-align: center;
|
---|
103 | }
|
---|
104 |
|
---|
105 | td.tty, span.tty
|
---|
106 | {
|
---|
107 | vertical-align: middle;
|
---|
108 | }
|
---|
109 |
|
---|
110 | span#input321.tty
|
---|
111 | {
|
---|
112 | content: url(img/rewind.png);
|
---|
113 | }
|
---|
114 |
|
---|
115 | span#input322a.tty
|
---|
116 | {
|
---|
117 | content: url(img/play.png);
|
---|
118 | }
|
---|
119 |
|
---|
120 | span#input322b.tty
|
---|
121 | {
|
---|
122 | content: url(img/pause.png);
|
---|
123 | }
|
---|
124 |
|
---|
125 | span#input326.tty
|
---|
126 | {
|
---|
127 | content: url(img/bookmark.png);
|
---|
128 | }
|
---|
129 |
|
---|
130 | span#input327a.tty
|
---|
131 | {
|
---|
132 | content: url(img/jump-inactive.png);
|
---|
133 | }
|
---|
134 |
|
---|
135 | span#input327b.tty
|
---|
136 | {
|
---|
137 | content: url(img/jump-active.png);
|
---|
138 | }
|
---|
139 |
|
---|
140 | span#input33.tty
|
---|
141 | {
|
---|
142 | content: url(img/screenshot.png);
|
---|
143 | }
|
---|
144 |
|
---|
145 | #cell32 span.tty
|
---|
146 | {
|
---|
147 | width: 28px;
|
---|
148 | height: 28px;
|
---|
149 | }
|
---|
150 |
|
---|
151 | span#input33.tty
|
---|
152 | {
|
---|
153 | width: 24px;
|
---|
154 | height: 24px;
|
---|
155 | }
|
---|
156 |
|
---|
157 | span.tty
|
---|
158 | {
|
---|
159 | color: navy;
|
---|
160 | font-size: 90%;
|
---|
161 | font-weight: bold;
|
---|
162 | font-family: monospace;
|
---|
163 | }
|
---|
164 |
|
---|
165 | span#span323.tty
|
---|
166 | {
|
---|
167 | padding-right: 5px;
|
---|
168 | padding-left: 10px;
|
---|
169 | }
|
---|
170 | span#span325.tty
|
---|
171 | {
|
---|
172 | padding-right: 10px;
|
---|
173 | padding-left: 5px;
|
---|
174 | }
|
---|
175 |
|
---|
176 | div#div4.tty
|
---|
177 | {
|
---|
178 | border-top: 1px solid white;
|
---|
179 | white-space: nowrap;
|
---|
180 | height: 20em;
|
---|
181 | /* max-width: 100% !important;/*auto !important;*/
|
---|
182 | overflow: auto;
|
---|
183 | color: white;
|
---|
184 | font-weight: bold;
|
---|
185 | font-size: 60%;
|
---|
186 | font-family: sans;
|
---|
187 | }
|
---|
188 |
|
---|
189 | td#cell33.tty
|
---|
190 | {
|
---|
191 | background-image: linear-gradient(white 0%, #B0B0C0 100%);
|
---|
192 | padding-top: 1px;
|
---|
193 | padding-right: 7px;
|
---|
194 | text-align: right;
|
---|
195 | }
|
---|
196 |
|
---|
197 | @font-face {
|
---|
198 | font-family: 'c64';
|
---|
199 | font-weight: normal;
|
---|
200 | font-style: normal;
|
---|
201 | src: url( fonts/C64_Pro_Mono_v1.0-STYLE.woff ),
|
---|
202 | url( fonts/C64_Pro_Mono_v1.0-STYLE.eot ),
|
---|
203 | url( fonts/C64_Pro_Mono_v1.0-STYLE.ttf );
|
---|
204 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.