screen.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. /*
  2. * Copyright 2002-2004 The Apache Software Foundation or its licensors,
  3. * as applicable.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * 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: 0.9em 0px 0px 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 { width: auto; } /* Rest of IE/Win fix */
  146. /* Commented Backslash Hack hides rule from IE5-Mac \*/
  147. #tabs a { float: none; }
  148. /* End IE5-Mac hack */
  149. #top .header .current {
  150. background-color: #4C6C8F;
  151. background-image: url(images/rc-t-r-5-1header-2tab-selected-3tab-selected.png);
  152. background-repeat: no-repeat;
  153. background-position: top right;
  154. }
  155. #top .header .current a {
  156. font-weight: bold;
  157. padding-bottom: 5px;
  158. color: white;
  159. background-image: url(images/rc-t-l-5-1header-2tab-selected-3tab-selected.png);
  160. background-repeat: no-repeat;
  161. background-position: top left;
  162. }
  163. #publishedStrip {
  164. padding-right: 10px;
  165. padding-left: 20px;
  166. padding-top: 3px;
  167. padding-bottom:3px;
  168. color: #ffffff;
  169. font-size : 60%;
  170. font-weight: bold;
  171. background-color: #4C6C8F;
  172. text-align:right;
  173. }
  174. #level2tabs {
  175. margin: 0;
  176. float:left;
  177. position:relative;
  178. }
  179. /*
  180. * border-top: solid #4C6C8F 15px;
  181. */
  182. #main {
  183. position: relative;
  184. background: white;
  185. clear:both;
  186. }
  187. #main .breadtrail {
  188. clear:both;
  189. position: relative;
  190. background: #CFDCED;
  191. color: black;
  192. border-bottom: solid 1px black;
  193. border-top: solid 1px black;
  194. padding: 0px 180px;
  195. font-size: 75%;
  196. z-index:10;
  197. }
  198. /**
  199. * Round corner
  200. */
  201. #roundtop {
  202. background-image: url(images/rc-t-r-15-1body-2menu-3menu.png);
  203. background-repeat: no-repeat;
  204. background-position: top right;
  205. }
  206. #roundbottom {
  207. background-image: url(images/rc-b-r-15-1body-2menu-3menu.png);
  208. background-repeat: no-repeat;
  209. background-position: top right;
  210. }
  211. img.corner {
  212. width: 15px;
  213. height: 15px;
  214. border: none;
  215. display: block !important;
  216. }
  217. .roundtopsmall {
  218. background-image: url(images/rc-t-r-5-1header-2searchbox-3searchbox.png);
  219. background-repeat: no-repeat;
  220. background-position: top right;
  221. }
  222. #roundbottomsmall {
  223. background-image: url(images/rc-b-r-5-1header-2tab-selected-3tab-selected.png);
  224. background-repeat: no-repeat;
  225. background-position: top right;
  226. }
  227. img.cornersmall {
  228. width: 5px;
  229. height: 5px;
  230. border: none;
  231. display: block !important;
  232. }
  233. /**
  234. * Side menu
  235. */
  236. #menu a { font-weight: normal;}
  237. #menu a:visited { font-weight: normal; }
  238. #menu a:active { font-weight: normal; }
  239. #menu a:hover { font-weight: normal; }
  240. #menuarea { width:10em;}
  241. #menu {
  242. position: relative;
  243. float: left;
  244. width: 160px;
  245. padding-top: 0px;
  246. top:-18px;
  247. left:10px;
  248. z-index: 20;
  249. background-color: #f90;
  250. font-size : 70%;
  251. }
  252. .menutitle {
  253. cursor:pointer;
  254. padding: 3px 12px;
  255. margin-left: 10px;
  256. background-image: url('images/chapter.gif');
  257. background-repeat: no-repeat;
  258. background-position: center left;
  259. font-weight : bold;
  260. }
  261. #menu .menuitemgroup {
  262. margin: 0px 0px 6px 8px;
  263. padding: 0px;
  264. font-weight : bold; }
  265. #menu .selectedmenuitemgroup{
  266. margin: 0px 0px 6px 8px;
  267. padding: 0px;
  268. font-weight : bold; }
  269. #menu .menuitem {
  270. padding: 0px 0px 2px 12px;
  271. background-image: url('images/page.gif');
  272. background-repeat: no-repeat;
  273. background-position: center left;
  274. font-weight : normal;
  275. margin-left: 10px;
  276. }
  277. #menu .menupage {
  278. margin: 5px 0px 5px 10px;
  279. padding: 0px 3px 0px 12px;
  280. background-image: url('images/current.gif');
  281. background-repeat: no-repeat;
  282. background-position: top left;
  283. font-style : normal;
  284. }
  285. #menu .menupagetitle {
  286. padding: 0px 0px 0px 6px;
  287. font-style : normal;
  288. border-style: solid;
  289. border-width: 1px;
  290. margin-right: 10px;
  291. }
  292. #menu .menupageitemgroup {
  293. padding: 3px 0px 4px 6px;
  294. font-style : normal;
  295. border-bottom: 1px solid ;
  296. border-left: 1px solid ;
  297. border-right: 1px solid ;
  298. margin-right: 10px;
  299. }
  300. #menu .menupageitem {
  301. font-style : normal;
  302. font-weight : normal;
  303. border-width: 0px;
  304. font-size : 90%;
  305. }
  306. #menu #credit {
  307. text-align: center;
  308. }
  309. #menu #credit2 {
  310. text-align: center;
  311. padding: 3px 3px 3px 3px;
  312. background-color: #ffffff;
  313. }
  314. #menu .searchbox {
  315. text-align: center;
  316. }
  317. #menu .searchbox form {
  318. padding: 3px 3px;
  319. margin: 0;
  320. }
  321. #menu .searchbox input {
  322. font-size: 100%;
  323. }
  324. #content {
  325. padding: 20px 20px 20px 180px;
  326. margin: 0;
  327. font : small Verdana, Helvetica, sans-serif;
  328. font-size : 80%;
  329. }
  330. #content ul {
  331. margin: 0;
  332. padding: 0 25px;
  333. }
  334. #content li {
  335. padding: 0 5px;
  336. }
  337. #feedback {
  338. color: black;
  339. background: #CFDCED;
  340. text-align:center;
  341. margin-top: 5px;
  342. }
  343. #feedback #feedbackto {
  344. font-size: 90%;
  345. color: black;
  346. }
  347. #footer {
  348. clear: both;
  349. position: relative; /* IE bugfix (http://www.dracos.co.uk/web/css/ie6floatbug/) */
  350. width: 100%;
  351. background: #CFDCED;
  352. border-top: solid 1px #4C6C8F;
  353. color: black;
  354. }
  355. #footer .copyright {
  356. position: relative; /* IE bugfix cont'd */
  357. padding: 5px;
  358. margin: 0;
  359. width: 45%;
  360. }
  361. #footer .lastmodified {
  362. position: relative; /* IE bugfix cont'd */
  363. float: right;
  364. width: 45%;
  365. padding: 5px;
  366. margin: 0;
  367. text-align: right;
  368. }
  369. #footer a { color: white; }
  370. #footer #logos {
  371. text-align: left;
  372. }
  373. /**
  374. * Misc Styles
  375. */
  376. acronym { cursor: help; }
  377. .boxed { background-color: #a5b6c6;}
  378. .underlined_5 {border-bottom: solid 5px #4C6C8F;}
  379. .underlined_10 {border-bottom: solid 10px #4C6C8F;}
  380. /* ==================== snail trail ============================ */
  381. .trail {
  382. position: relative; /* IE bugfix cont'd */
  383. font-size: 70%;
  384. text-align: right;
  385. float: right;
  386. margin: -10px 5px 0px 5px;
  387. padding: 0;
  388. }
  389. #motd-area {
  390. position: relative; /* IE bugfix cont'd */
  391. float: right;
  392. width: 35%;
  393. background-color: #f0f0ff;
  394. border-top: solid 1px #4C6C8F;
  395. border-bottom: solid 1px #4C6C8F;
  396. margin-bottom: 15px;
  397. margin-left: 15px;
  398. margin-right: 10%;
  399. padding-bottom: 5px;
  400. padding-top: 5px;
  401. }
  402. #minitoc-area {
  403. border-top: solid 1px #4C6C8F;
  404. border-bottom: solid 1px #4C6C8F;
  405. margin-bottom: 15px;
  406. margin-left: 15px;
  407. margin-right: 10%;
  408. padding-bottom: 5px;
  409. padding-top: 5px;
  410. }
  411. .minitoc {
  412. list-style-image: url('images/current.gif');
  413. font-weight: normal;
  414. }
  415. li p {
  416. margin: 0;
  417. padding: 0;
  418. }
  419. .pdflink {
  420. position: relative; /* IE bugfix cont'd */
  421. float: right;
  422. margin: 0px 5px;
  423. padding: 0;
  424. }
  425. .pdflink br {
  426. margin-top: -10px;
  427. padding-left: 1px;
  428. }
  429. .pdflink a {
  430. display: block;
  431. font-size: 70%;
  432. text-align: center;
  433. margin: 0;
  434. padding: 0;
  435. }
  436. .pdflink img {
  437. display: block;
  438. height: 16px;
  439. width: 16px;
  440. }
  441. .xmllink {
  442. position: relative; /* IE bugfix cont'd */
  443. float: right;
  444. margin: 0px 5px;
  445. padding: 0;
  446. }
  447. .xmllink br {
  448. margin-top: -10px;
  449. padding-left: 1px;
  450. }
  451. .xmllink a {
  452. display: block;
  453. font-size: 70%;
  454. text-align: center;
  455. margin: 0;
  456. padding: 0;
  457. }
  458. .xmllink img {
  459. display: block;
  460. height: 16px;
  461. width: 16px;
  462. }
  463. .podlink {
  464. position: relative; /* IE bugfix cont'd */
  465. float: right;
  466. margin: 0px 5px;
  467. padding: 0;
  468. }
  469. .podlink br {
  470. margin-top: -10px;
  471. padding-left: 1px;
  472. }
  473. .podlink a {
  474. display: block;
  475. font-size: 70%;
  476. text-align: center;
  477. margin: 0;
  478. padding: 0;
  479. }
  480. .podlink img {
  481. display: block;
  482. height: 16px;
  483. width: 16px;
  484. }
  485. .printlink {
  486. float: right;
  487. }
  488. .printlink br {
  489. margin-top: -10px;
  490. padding-left: 1px;
  491. }
  492. .printlink a {
  493. display: block;
  494. font-size: 70%;
  495. text-align: center;
  496. margin: 0;
  497. padding: 0;
  498. }
  499. .printlink img {
  500. display: block;
  501. height: 16px;
  502. width: 16px;
  503. }
  504. p.instruction {
  505. display: list-item;
  506. list-style-image: url('../images/instruction_arrow.png');
  507. list-style-position: outside;
  508. margin-left: 2em;
  509. }