source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/editor/css/types.css@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 431 bytes
Line 
1.type {
2 position:relative;
3 top:-2px;
4 padding: 0px 2px;
5 color: #ddd;
6}
7.type:after {
8 content: '■';
9}
10
11.Scene {
12 color: #ccccff;
13}
14
15.Object3D {
16 color: #aaaaee;
17}
18
19.Mesh {
20 color: #8888ee;
21}
22
23/* */
24
25.PointLight {
26 color: #dddd00;
27}
28
29/* */
30
31.Geometry {
32 color: #88ff88;
33}
34
35.CubeGeometry {
36 color: #bbeebb;
37}
38.TorusGeometry {
39 color: #aaeeaa;
40}
41
42/* */
43
44.Material {
45 color: #ff8888;
46}
47
48.MeshPhongMaterial {
49 color: #ffaa88;
50}
Note: See TracBrowser for help on using the repository browser.