Skip to content

Commit 128c3bf

Browse files
Initial Commit
1 parent b43a0fc commit 128c3bf

2 files changed

Lines changed: 193 additions & 196 deletions

File tree

docs/rotor.css

Lines changed: 192 additions & 195 deletions
Original file line numberDiff line numberDiff line change
@@ -1,195 +1,192 @@
1-
2-
body, td, th, p
3-
{
4-
font-family: verdana, sans-serif;
5-
font-size: 12px;
6-
color: #8b8b94;
7-
}
8-
9-
pre, code
10-
{
11-
font-family: Courier, monospace;
12-
font-size: 12px;
13-
color: white;
14-
}
15-
p { word-break: break-all }
16-
/*/*/a{}
17-
body
18-
{
19-
background:black
20-
}
21-
,
22-
body td,
23-
body th,
24-
body pre,
25-
body code,
26-
body p {
27-
font-size: x-small;
28-
voice-family: "\"}\"";
29-
voice-family: inherit;
30-
font-size: small;
31-
}
32-
33-
/* */
34-
35-
36-
table
37-
{
38-
width:100%;
39-
color: white;
40-
background: #8b8b94 /*#FFFFCC;*/
41-
}
42-
43-
table.plain
44-
{
45-
color: white;
46-
background: #8b8b94;
47-
}
48-
49-
50-
td, th
51-
{
52-
color: white;
53-
background: #8b8b94;
54-
padding: 4px;
55-
}
56-
57-
58-
tr.green
59-
{
60-
color: black;
61-
background: green;
62-
}
63-
64-
65-
a:link
66-
{
67-
color: white;
68-
}
69-
70-
a:visited
71-
{
72-
color: white;
73-
}
74-
75-
a:active
76-
{
77-
color: white;
78-
}
79-
80-
hr
81-
{
82-
color: #8b8b94;
83-
background: black;
84-
margin-left: 0px;
85-
margin-right: 0px;
86-
}
87-
88-
h1, h2, h2.top, h3, h3.underline, h4, h5
89-
{
90-
font-family: Verdana, Arial, sans-serif;
91-
color: #8b8b94;
92-
background: black;
93-
margin-left: 2px;
94-
}
95-
96-
h2, h2.top
97-
{
98-
font-weight: bold;
99-
}
100-
101-
h3
102-
{
103-
font-weight: normal;
104-
}
105-
106-
h3.underline
107-
{
108-
font-weight: normal;
109-
text-decoration: underline;
110-
}
111-
112-
h4, h5
113-
{
114-
font-weight: normal;
115-
margin-left: 12px;
116-
}
117-
118-
119-
li.none
120-
{
121-
list-style-type: none;
122-
}
123-
124-
li.inside
125-
{
126-
list-style-position: inside;
127-
}
128-
129-
ul.none
130-
{
131-
list-style-type: none;
132-
}
133-
134-
ul.inside
135-
{
136-
list-style-position: inside;
137-
}
138-
139-
ol.none
140-
{
141-
list-style-type: none;
142-
}
143-
144-
ol.inside
145-
{
146-
list-style-position: inside;
147-
}
148-
149-
150-
ul li.circle
151-
{
152-
list-style-type: circle;
153-
}
154-
155-
ul li.square
156-
{
157-
list-style-type: square;
158-
}
159-
160-
ol li.upperA
161-
{
162-
list-style-type: upper-alpha;
163-
}
164-
165-
ol li.lowerA
166-
{
167-
list-style-type: lower-alpha;
168-
}
169-
170-
ol li.upperR
171-
{
172-
list-style-type: upper-roman;
173-
}
174-
175-
ol li.lowerR
176-
{
177-
list-style-type: lower-roman;
178-
}
179-
180-
ol li.decimal
181-
{
182-
list-style-type: decimal;
183-
}
184-
185-
.codesample
186-
{
187-
font-family: Courier, monospace;
188-
}
189-
190-
.center {
191-
display: block;
192-
margin-left: auto;
193-
margin-right: auto;
194-
width: 50%;
195-
}
1+
2+
body, td, th, p
3+
{
4+
font-family: verdana, sans-serif;
5+
font-size: 12px;
6+
}
7+
8+
pre, code
9+
{
10+
font-family: Courier, monospace;
11+
font-size: 12px;
12+
}
13+
14+
/*/*/a{}
15+
body,
16+
body td,
17+
body th,
18+
body pre,
19+
body code,
20+
body p {
21+
font-size: x-small;
22+
voice-family: "\"}\"";
23+
voice-family: inherit;
24+
font-size: small;
25+
}
26+
27+
/* */
28+
29+
30+
table
31+
{
32+
width:100%;
33+
color: black;
34+
background: #FFFFCC;
35+
}
36+
37+
table.plain
38+
{
39+
40+
color: black;
41+
background: white;
42+
}
43+
44+
45+
td, th
46+
{
47+
48+
color: black;
49+
background: #FFFFCC;
50+
padding: 4px;
51+
}
52+
53+
54+
tr.green
55+
{
56+
57+
color: black;
58+
background: green;
59+
}
60+
61+
62+
a:link
63+
{
64+
color: blue;
65+
}
66+
67+
a:visited
68+
{
69+
color: blue;
70+
}
71+
72+
a:active
73+
{
74+
color: gray;
75+
}
76+
77+
hr
78+
{
79+
color: black;
80+
background: white;
81+
margin-left: 0px;
82+
margin-right: 0px;
83+
}
84+
85+
h1, h2, h2.top, h3, h3.underline, h4, h5
86+
{
87+
font-family: Verdana, Arial, sans-serif;
88+
color: #000099;
89+
background: white;
90+
margin-left: 2px;
91+
}
92+
93+
h2, h2.top
94+
{
95+
font-weight: bold;
96+
}
97+
98+
h3
99+
{
100+
font-weight: normal;
101+
}
102+
103+
h3.underline
104+
{
105+
font-weight: normal;
106+
text-decoration: underline;
107+
}
108+
109+
h4, h5
110+
{
111+
font-weight: normal;
112+
margin-left: 12px;
113+
}
114+
115+
116+
li.none
117+
{
118+
list-style-type: none;
119+
}
120+
121+
li.inside
122+
{
123+
list-style-position: inside;
124+
}
125+
126+
ul.none
127+
{
128+
list-style-type: none;
129+
}
130+
131+
ul.inside
132+
{
133+
list-style-position: inside;
134+
}
135+
136+
ol.none
137+
{
138+
list-style-type: none;
139+
}
140+
141+
ol.inside
142+
{
143+
list-style-position: inside;
144+
}
145+
146+
147+
ul li.circle
148+
{
149+
list-style-type: circle;
150+
}
151+
152+
ul li.square
153+
{
154+
list-style-type: square;
155+
}
156+
157+
ol li.upperA
158+
{
159+
list-style-type: upper-alpha;
160+
}
161+
162+
ol li.lowerA
163+
{
164+
list-style-type: lower-alpha;
165+
}
166+
167+
ol li.upperR
168+
{
169+
list-style-type: upper-roman;
170+
}
171+
172+
ol li.lowerR
173+
{
174+
list-style-type: lower-roman;
175+
}
176+
177+
ol li.decimal
178+
{
179+
list-style-type: decimal;
180+
}
181+
182+
.codesample
183+
{
184+
font-family: Courier, monospace;
185+
}
186+
187+
.center {
188+
display: block;
189+
margin-left: auto;
190+
margin-right: auto;
191+
width: 50%;
192+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<h2 class="top">Welcome!</h2>
1212

13-
<img alt=""src="docs/psd/windows.net_photo.jpg" alt="Windows.net" class="center"><!--<img alt="" src="docs/VMS.png" class="center" />-->
13+
<img alt=""src="docs/psd/windows.net.jpg" alt="Windows.net" class="center"><!--<img alt="" src="docs/VMS.png" class="center" />-->
1414
<table width="90%" border="1">
1515
<tr>
1616
<td width="31%"><b><a href=""></a></b></td>

0 commit comments

Comments
 (0)