forked from CesiumGS/webglreport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblack.css
107 lines (90 loc) · 1.61 KB
/
black.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
a:link, a:hover, a:visited {
color: #218bb0;
text-decoration: underline;
}
a img {
border: none;
}
h1 {
color: white;
text-align: center;
font-family: arial, Sans-Serif;
font-size: 26pt;
}
body {
font-family: arial, Sans-Serif;
color: white;
background-image: url(images/mtimoon_fromSTK_3d.jpg);
background-position: right top;
background-repeat: no-repeat;
background-color: black;
margin: 0px;
}
.align-center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
table.report {
margin-left: auto;
margin-right: auto;
width: 700px;
color: black;
font-size: 9pt;
text-align: left;
border-style: ridge;
border-width: 3px;
padding: 6px;
border-color: #AFC7C7;
background-color: #FFFFFF;
}
td, th {
text-align: left;
vertical-align: top;
}
th {
font-weight: bold;
}
.pipeline {
width: 600px;
height: 640px;
color: white;
position: relative;
}
.pipeline table {
width: 100%;
}
.pipeline .vertexShader, .pipeline .rasterizer, .pipeline .fragmentShader, .pipeline .framebuffer, .pipeline .textures {
position: absolute;
width: 245px;
}
.pipeline h1 {
font-size: 2em;
margin: 0px;
}
.pipeline .vertexShader {
top: 10px;
left: 5px;
}
.pipeline .rasterizer {
top: 220px;
left: 5px;
}
.pipeline .fragmentShader {
top: 350px;
left: 5px;
}
.pipeline .framebuffer {
top: 520px;
left: 5px;
}
.pipeline .textures {
top: 200px;
left: 330px;
}