screen.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one or more
  3. * contributor license agreements. See the NOTICE file distributed with
  4. * this work for additional information regarding copyright ownership.
  5. * The ASF licenses this file to You under the Apache License, Version 2.0
  6. * (the "License"); you may not use this file except in compliance with
  7. * the License. You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. body { margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; }
  18. h1 { font-size : 160%; margin: 0px 0px 0px 0px; padding: 0px; }
  19. h2 { font-size : 140%; margin: 1em 0px 0.8em 0px; padding: 0px; font-weight : bold;}
  20. h3 { font-size : 130%; margin: 0.8em 0px 0px 0px; padding: 0px; font-weight : bold; }
  21. .h3 { margin: 22px 0px 3px 0px; }
  22. h4 { font-size : 120%; margin: 0.7em 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
  23. .h4 { margin: 18px 0px 0px 0px; }
  24. h4.faq { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; text-align: left; }
  25. h5 { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
  26. /**
  27. * table
  28. */
  29. table .title { background-color: #000000; }
  30. .ForrestTable {
  31. color: #ffffff;
  32. background-color: #7099C5;
  33. width: 100%;
  34. font-size : 100%;
  35. empty-cells: show;
  36. }
  37. table caption {
  38. padding-left: 5px;
  39. color: white;
  40. text-align: left;
  41. font-weight: bold;
  42. background-color: #000000;
  43. }
  44. .ForrestTable td {
  45. color: black;
  46. background-color: #f0f0ff;
  47. }
  48. .ForrestTable th { text-align: center; }
  49. /**
  50. * Page Header
  51. */
  52. #top {
  53. position: relative;
  54. float: left;
  55. width: 100%;
  56. background: #294563; /* if you want a background in the header, put it here */
  57. }
  58. #top .breadtrail {
  59. background: #CFDCED;
  60. color: black;
  61. border-bottom: solid 1px white;
  62. padding: 3px 10px;
  63. font-size: 75%;
  64. }
  65. #top .breadtrail a { color: black; }
  66. #top .header {
  67. float: left;
  68. width: 100%;
  69. background: url("images/header_white_line.gif") repeat-x bottom;
  70. }
  71. #top .grouplogo {
  72. padding: 7px 0 10px 10px;
  73. float: left;
  74. text-align: left;
  75. }
  76. #top .projectlogo {
  77. padding: 7px 0 10px 10px;
  78. float: left;
  79. width: 33%;
  80. text-align: right;
  81. }
  82. #top .projectlogoA1 {
  83. padding: 7px 0 10px 10px;
  84. float: right;
  85. }
  86. html>body #top .searchbox {
  87. bottom: 0px;
  88. }
  89. #top .searchbox {
  90. position: absolute;
  91. right: 10px;
  92. height: 42px;
  93. font-size: 70%;
  94. white-space: nowrap;
  95. text-align: right;
  96. color: white;
  97. background-color: #000000;
  98. z-index:0;
  99. background-image: url(images/rc-t-l-5-1header-2searchbox-3searchbox.png);
  100. background-repeat: no-repeat;
  101. background-position: top left;
  102. bottom: -1px; /* compensate for IE rendering issue */
  103. }
  104. #top .searchbox form {
  105. padding: 5px 10px;
  106. margin: 0;
  107. }
  108. #top .searchbox p {
  109. padding: 0 0 2px 0;
  110. margin: 0;
  111. }
  112. #top .searchbox input {
  113. font-size: 100%;
  114. }
  115. #tabs {
  116. clear: both;
  117. padding-left: 10px;
  118. margin: 0;
  119. list-style: none;
  120. }
  121. /* background: #CFDCED url("images/tab-right.gif") no-repeat right top;*/
  122. #tabs li {
  123. float: left;
  124. background-image: url(images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png);
  125. background-repeat: no-repeat;
  126. background-position: top right;
  127. background-color: #000000;
  128. margin: 0 3px 0 0;
  129. padding: 0;
  130. }
  131. /*background: url("images/tab-left.gif") no-repeat left top;*/
  132. #tabs li a {
  133. float: left;
  134. display: block;
  135. font-family: verdana, arial, sans-serif;
  136. text-decoration: none;
  137. color: black;
  138. white-space: nowrap;
  139. background-image: url(images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png);
  140. background-repeat: no-repeat;
  141. background-position: top left;
  142. padding: 5px 15px 4px;
  143. width: .1em; /* IE/Win fix */
  144. }
  145. #tabs li a:hover {
  146. cursor: pointer;
  147. text-decoration:underline;
  148. }
  149. #tabs > li a { width: auto; } /* Rest of IE/Win fix */
  150. /* Commented Backslash Hack hides rule from IE5-Mac \*/
  151. #tabs a { float: none; }
  152. /* End IE5-Mac hack */
  153. #top .header .current {
  154. background-color: #4C6C8F;
  155. background-image: url(images/rc-t-r-5-1header-2tab-selected-3tab-selected.png);
  156. background-repeat: no-repeat;
  157. background-position: top right;
  158. }
  159. #top .header .current a {
  160. font-weight: bold;
  161. padding-bottom: 5px;
  162. color: white;
  163. background-image: url(images/rc-t-l-5-1header-2tab-selected-3tab-selected.png);
  164. background-repeat: no-repeat;
  165. background-position: top left;
  166. }
  167. #publishedStrip {
  168. padding-right: 10px;
  169. padding-left: 20px;
  170. padding-top: 3px;
  171. padding-bottom:3px;
  172. color: #ffffff;
  173. font-size : 60%;
  174. font-weight: bold;
  175. background-color: #4C6C8F;
  176. text-align:right;
  177. }
  178. #level2tabs {
  179. margin: 0;
  180. float:left;
  181. position:relative;
  182. }
  183. #level2tabs a:hover {
  184. cursor: pointer;
  185. text-decoration:underline;
  186. }
  187. #level2tabs a{
  188. cursor: pointer;
  189. text-decoration:none;
  190. background-image: url('images/chapter.gif');
  191. background-repeat: no-repeat;
  192. background-position: center left;
  193. padding-left: 6px;
  194. margin-left: 6px;
  195. }
  196. /*
  197. * border-top: solid #4C6C8F 15px;
  198. */
  199. #main {
  200. position: relative;
  201. background: white;
  202. clear:both;
  203. }
  204. #main .breadtrail {
  205. clear:both;
  206. position: relative;
  207. background: #CFDCED;
  208. color: black;
  209. border-bottom: solid 1px black;
  210. border-top: solid 1px black;
  211. padding: 0px 180px;
  212. font-size: 75%;
  213. z-index:10;
  214. }
  215. /**
  216. * Round corner
  217. */
  218. #roundtop {
  219. background-image: url(images/rc-t-r-15-1body-2menu-3menu.png);
  220. background-repeat: no-repeat;
  221. background-position: top right;
  222. }
  223. #roundbottom {
  224. background-image: url(images/rc-b-r-15-1body-2menu-3menu.png);
  225. background-repeat: no-repeat;
  226. background-position: top right;
  227. }
  228. img.corner {
  229. width: 15px;
  230. height: 15px;
  231. border: none;
  232. display: block !important;
  233. }
  234. .roundtopsmall {
  235. background-image: url(images/rc-t-r-5-1header-2searchbox-3searchbox.png);
  236. background-repeat: no-repeat;
  237. background-position: top right;
  238. }
  239. #roundbottomsmall {
  240. background-image: url(images/rc-b-r-5-1header-2tab-selected-3tab-selected.png);
  241. background-repeat: no-repeat;
  242. background-position: top right;
  243. }
  244. img.cornersmall {
  245. width: 5px;
  246. height: 5px;
  247. border: none;
  248. display: block !important;
  249. }
  250. /**
  251. * Side menu
  252. */
  253. #menu a { font-weight: normal; text-decoration: none;}
  254. #menu a:visited { font-weight: normal; }
  255. #menu a:active { font-weight: normal; }
  256. #menu a:hover { font-weight: normal; text-decoration:underline;}
  257. #menuarea { width:10em;}
  258. #menu {
  259. position: relative;
  260. float: left;
  261. width: 160px;
  262. padding-top: 0px;
  263. top:-18px;
  264. left:10px;
  265. z-index: 20;
  266. background-color: #f90;
  267. font-size : 70%;
  268. }
  269. .menutitle {
  270. cursor:pointer;
  271. padding: 3px 12px;
  272. margin-left: 10px;
  273. background-image: url('images/chapter.gif');
  274. background-repeat: no-repeat;
  275. background-position: center left;
  276. font-weight : bold;
  277. }
  278. .menutitle:hover{text-decoration:underline;cursor: pointer;}
  279. #menu .menuitemgroup {
  280. margin: 0px 0px 6px 8px;
  281. padding: 0px;
  282. font-weight : bold; }
  283. #menu .selectedmenuitemgroup{
  284. margin: 0px 0px 0px 8px;
  285. padding: 0px;
  286. font-weight : normal;
  287. }
  288. #menu .menuitem {
  289. padding: 2px 0px 1px 13px;
  290. background-image: url('images/page.gif');
  291. background-repeat: no-repeat;
  292. background-position: center left;
  293. font-weight : normal;
  294. margin-left: 10px;
  295. }
  296. #menu .menupage {
  297. margin: 2px 0px 1px 10px;
  298. padding: 0px 3px 0px 12px;
  299. background-image: url('images/page.gif');
  300. background-repeat: no-repeat;
  301. background-position: center left;
  302. font-style : normal;
  303. }
  304. #menu .menupagetitle {
  305. padding: 0px 0px 0px 1px;
  306. font-style : normal;
  307. border-style: solid;
  308. border-width: 1px;
  309. margin-right: 10px;
  310. }
  311. #menu .menupageitemgroup {
  312. padding: 3px 0px 4px 6px;
  313. font-style : normal;
  314. border-bottom: 1px solid ;
  315. border-left: 1px solid ;
  316. border-right: 1px solid ;
  317. margin-right: 10px;
  318. }
  319. #menu .menupageitem {
  320. font-style : normal;
  321. font-weight : normal;
  322. border-width: 0px;
  323. font-size : 90%;
  324. }
  325. #menu #credit {
  326. text-align: center;
  327. }
  328. #menu #credit2 {
  329. text-align: center;
  330. padding: 3px 3px 3px 3px;
  331. background-color: #ffffff;
  332. }
  333. #menu .searchbox {
  334. text-align: center;
  335. }
  336. #menu .searchbox form {
  337. padding: 3px 3px;
  338. margin: 0;
  339. }
  340. #menu .searchbox input {
  341. font-size: 100%;
  342. }
  343. #content {
  344. padding: 20px 20px 20px 180px;
  345. margin: 0;
  346. font : small Verdana, Helvetica, sans-serif;
  347. font-size : 80%;
  348. }
  349. #content ul {
  350. margin: 0;
  351. padding: 0 25px;
  352. }
  353. #content li {
  354. padding: 0 5px;
  355. }
  356. #feedback {
  357. color: black;
  358. background: #CFDCED;
  359. text-align:center;
  360. margin-top: 5px;
  361. }
  362. #feedback #feedbackto {
  363. font-size: 90%;
  364. color: black;
  365. }
  366. #footer {
  367. clear: both;
  368. position: relative; /* IE bugfix (http://www.dracos.co.uk/web/css/ie6floatbug/) */
  369. width: 100%;
  370. background: #CFDCED;
  371. border-top: solid 1px #4C6C8F;
  372. color: black;
  373. }
  374. #footer .copyright {
  375. position: relative; /* IE bugfix cont'd */
  376. padding: 5px;
  377. margin: 0;
  378. width: 45%;
  379. }
  380. #footer .lastmodified {
  381. position: relative; /* IE bugfix cont'd */
  382. float: right;
  383. width: 45%;
  384. padding: 5px;
  385. margin: 0;
  386. text-align: right;
  387. }
  388. #footer a { color: white; }
  389. #footer #logos {
  390. text-align: left;
  391. }
  392. /**
  393. * Misc Styles
  394. */
  395. acronym { cursor: help; }
  396. .boxed { background-color: #a5b6c6;}
  397. .underlined_5 {border-bottom: solid 5px #4C6C8F;}
  398. .underlined_10 {border-bottom: solid 10px #4C6C8F;}
  399. /* ==================== snail trail ============================ */
  400. .trail {
  401. position: relative; /* IE bugfix cont'd */
  402. font-size: 70%;
  403. text-align: right;
  404. float: right;
  405. margin: -10px 5px 0px 5px;
  406. padding: 0;
  407. }
  408. #motd-area {
  409. position: relative; /* IE bugfix cont'd */
  410. float: right;
  411. width: 35%;
  412. background-color: #f0f0ff;
  413. border-top: solid 1px #4C6C8F;
  414. border-bottom: solid 1px #4C6C8F;
  415. margin-bottom: 15px;
  416. margin-left: 15px;
  417. margin-right: 10%;
  418. padding-bottom: 5px;
  419. padding-top: 5px;
  420. }
  421. #minitoc-area {
  422. border-top: solid 1px #4C6C8F;
  423. border-bottom: solid 1px #4C6C8F;
  424. margin: 15px 10% 5px 15px;
  425. /* margin-bottom: 15px;
  426. margin-left: 15px;
  427. margin-right: 10%;*/
  428. padding-bottom: 7px;
  429. padding-top: 5px;
  430. }
  431. .minitoc {
  432. list-style-image: url('images/current.gif');
  433. font-weight: normal;
  434. }
  435. li p {
  436. margin: 0;
  437. padding: 0;
  438. }
  439. .pdflink {
  440. position: relative; /* IE bugfix cont'd */
  441. float: right;
  442. margin: 0px 5px;
  443. padding: 0;
  444. }
  445. .pdflink br {
  446. margin-top: -10px;
  447. padding-left: 1px;
  448. }
  449. .pdflink a {
  450. display: block;
  451. font-size: 70%;
  452. text-align: center;
  453. margin: 0;
  454. padding: 0;
  455. }
  456. .pdflink img {
  457. display: block;
  458. height: 16px;
  459. width: 16px;
  460. }
  461. .xmllink {
  462. position: relative; /* IE bugfix cont'd */
  463. float: right;
  464. margin: 0px 5px;
  465. padding: 0;
  466. }
  467. .xmllink br {
  468. margin-top: -10px;
  469. padding-left: 1px;
  470. }
  471. .xmllink a {
  472. display: block;
  473. font-size: 70%;
  474. text-align: center;
  475. margin: 0;
  476. padding: 0;
  477. }
  478. .xmllink img {
  479. display: block;
  480. height: 16px;
  481. width: 16px;
  482. }
  483. .podlink {
  484. position: relative; /* IE bugfix cont'd */
  485. float: right;
  486. margin: 0px 5px;
  487. padding: 0;
  488. }
  489. .podlink br {
  490. margin-top: -10px;
  491. padding-left: 1px;
  492. }
  493. .podlink a {
  494. display: block;
  495. font-size: 70%;
  496. text-align: center;
  497. margin: 0;
  498. padding: 0;
  499. }
  500. .podlink img {
  501. display: block;
  502. height: 16px;
  503. width: 16px;
  504. }
  505. .printlink {
  506. position: relative; /* IE bugfix cont'd */
  507. float: right;
  508. }
  509. .printlink br {
  510. margin-top: -10px;
  511. padding-left: 1px;
  512. }
  513. .printlink a {
  514. display: block;
  515. font-size: 70%;
  516. text-align: center;
  517. margin: 0;
  518. padding: 0;
  519. }
  520. .printlink img {
  521. display: block;
  522. height: 16px;
  523. width: 16px;
  524. }
  525. p.instruction {
  526. display: list-item;
  527. list-style-image: url('../images/instruction_arrow.png');
  528. list-style-position: outside;
  529. margin-left: 2em;
  530. }