Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
146 | f9daq | 1 | a:link |
2 | { |
||
3 | text-decoration: underline; |
||
4 | color: blue; |
||
5 | opacity: 1; |
||
6 | filter: alpha(opacity=100); |
||
7 | } |
||
8 | |||
9 | a:visited, a:active |
||
10 | { |
||
11 | text-decoration: none; |
||
12 | color: blue; |
||
13 | opacity: 1; |
||
14 | filter: alpha(opacity=100); |
||
15 | } |
||
16 | |||
17 | a:hover |
||
18 | { |
||
19 | text-decoration: none; |
||
20 | color: blue; |
||
21 | opacity: 0.6; |
||
22 | filter: alpha(opacity=60); |
||
23 | } |
||
24 | |||
25 | h1 |
||
26 | { |
||
27 | font-size: 21pt; |
||
28 | } |
||
29 | |||
30 | h2 |
||
31 | { |
||
32 | font-size: 18pt; |
||
33 | } |
||
34 | |||
35 | p span, li span |
||
36 | { |
||
37 | color: red; |
||
38 | font-weight: bold; |
||
39 | } |
||
40 | |||
41 | p tt, li tt, ul tt, ol tt |
||
42 | { |
||
43 | background-color: #FFDDEE; |
||
44 | } |
||
45 | |||
46 | .midpic |
||
47 | { |
||
48 | display: block; |
||
49 | margin: 0 auto; |
||
50 | } |
||
51 | |||
52 | pre |
||
53 | { |
||
54 | padding-left: 5em; |
||
55 | } |
||
56 | |||
57 | .codeback |
||
58 | { |
||
59 | background-color: #FFC; |
||
60 | } |
||
61 | |||
62 | .tabindent |
||
63 | { |
||
64 | padding-left: 2em; |
||
65 | } |
||
66 | |||
67 | .codename |
||
68 | { |
||
69 | text-align: right; |
||
70 | color: #666; |
||
71 | font-weight: bold; |
||
72 | font-size: 10pt; |
||
73 | padding-right: 1em; |
||
74 | padding-top: 0.5em; |
||
75 | } |
||
76 | |||
77 | .backtop |
||
78 | { |
||
79 | text-align: center; |
||
80 | color: #666; |
||
81 | font-size: 10pt; |
||
82 | text-decoration: underline; |
||
83 | } |
||
84 | |||
85 | .offhome |
||
86 | { |
||
87 | position: fixed; |
||
88 | top: 5px; |
||
89 | right: 5px; |
||
90 | text-align: right; |
||
91 | color: #141; |
||
92 | font-size: 10pt; |
||
93 | padding: 5px; |
||
94 | border: 2px solid black; |
||
95 | background-color: #EEEEFF; |
||
96 | } |
||
97 | |||
98 | .offhome a |
||
99 | { |
||
100 | color: #141; |
||
101 | } |
||
102 | |||
103 | #footer |
||
104 | { |
||
105 | position: fixed; |
||
106 | bottom: 0px; |
||
107 | width: 100%; |
||
108 | color: #444; |
||
109 | font-size: 9pt; |
||
110 | background-color: #EEEEFF; |
||
111 | padding: 5px; |
||
112 | } |
||
113 | |||
114 | #mod |
||
115 | { |
||
116 | /* border: 1px solid red;*/ |
||
117 | float: left; |
||
118 | width: 49%; |
||
119 | text-align: left; |
||
120 | } |
||
121 | |||
122 | #contact |
||
123 | { |
||
124 | /* border: 1px solid blue;*/ |
||
125 | float: left; |
||
126 | width: 49%; |
||
127 | text-align: right; |
||
128 | } |
||
129 | |||
130 | #contact a |
||
131 | { |
||
132 | color: #444; |
||
133 | cursor: pointer; |
||
134 | } |
||
135 | |||
136 | #add |
||
137 | { |
||
138 | padding-top: 10pt; |
||
139 | padding-bottom: 10pt; |
||
140 | /* background-color: #EEEEFF;*/ |
||
141 | } |
||
142 | |||
143 | .indexlist |
||
144 | { |
||
145 | font-size: 14pt; |
||
146 | } |
||
147 | |||
148 | .indexlist li |
||
149 | { |
||
150 | padding-top: 3px; |
||
151 | padding-bottom: 3px; |
||
152 | } |
||
153 | |||
154 | #date |
||
155 | { |
||
156 | margin-bottom: 5px; |
||
157 | } |
||
158 | |||
159 | #cores span |
||
160 | { |
||
161 | font-weight: bold; |
||
162 | } |
||
163 | |||
164 | #nodes |
||
165 | { |
||
166 | text-align: center; |
||
167 | border: 3px solid black; |
||
168 | border-collapse: collapse; |
||
169 | margin: 8px 0px; |
||
170 | width: 50%; |
||
171 | cursor: default; |
||
172 | } |
||
173 | |||
174 | #nodes td |
||
175 | { |
||
176 | border: 2px solid #555555; |
||
177 | padding: 2px 0px; |
||
178 | } |
||
179 | |||
180 | [tooltip]:before |
||
181 | { |
||
182 | position: absolute; |
||
183 | content: attr(tooltip); |
||
184 | opacity: 0; |
||
185 | background-color: #EEEEFF; |
||
186 | border: 2px solid black; |
||
187 | font-weight: normal; |
||
188 | font-size: 10pt; |
||
189 | color: #141; |
||
190 | padding: 5px; |
||
191 | margin-top: -5px; |
||
192 | left: 51%; |
||
193 | width: 20%; |
||
194 | } |
||
195 | |||
196 | [tooltip]:hover:before |
||
197 | { |
||
198 | opacity: 1; |
||
199 | } |
||
200 | |||
201 | .upnode |
||
202 | { |
||
203 | background-color: #77FF77; |
||
204 | } |
||
205 | |||
206 | .downnode |
||
207 | { |
||
208 | background-color: #FF7777; |
||
209 | } |
||
210 | |||
211 | .allocnode |
||
212 | { |
||
213 | background-color: #BBBBBB; |
||
214 | } |
||
215 | |||
216 | .tableheader |
||
217 | { |
||
218 | background-color: #EEEEFF; |
||
219 | } |
||
220 | |||
221 | .tableheader th |
||
222 | { |
||
223 | border: 2px solid black; |
||
224 | } |