positioning.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. tr th .added { color: #E6E6FA; }
  2. tr th .changed {color: #99ff99; }
  3. div.added tr, div.added { background-color: #E6E6FA; }
  4. div.deleted tr, div.deleted { text-decoration: line-through;
  5. background-color: #FF7F7F; }
  6. div.changed tr, div.changed { background-color: #99ff99; }
  7. div.off { }
  8. span.added { background-color: #E6E6FA; }
  9. span.deleted { text-decoration: line-through;
  10. background-color: #FF7F7F; }
  11. span.changed { background-color: #99ff99; }
  12. span.off { }
  13. body { font: 12px Verdana, Geneva, sans-serif; }
  14. p, ul, ol, li { font: 10pt Verdana, Geneva, sans-serif; }
  15. h1 { font: 15pt Arial, Helvetica, geneva;
  16. color: black!important;
  17. }
  18. h2 { font: normal 12pt Arial, Helvetica, geneva; }
  19. #header {
  20. background: url("../images/header-bg.png") scroll top left repeat-x #4d8c83;
  21. position: fixed;
  22. width: 100%;
  23. height: 99px;
  24. top: 0;
  25. right: 0;
  26. bottom: auto;
  27. left: 0;
  28. border-bottom: 1px solid #bbc4c5;
  29. z-index: 2000;
  30. }
  31. #header h1 {
  32. margin-left: 310px;
  33. position: fixed;
  34. top: 20px;
  35. left: -15px;
  36. color: #404040 !important;
  37. }
  38. #header h1 {
  39. margin-top: 2px;
  40. }
  41. p.breadcrumbs {
  42. margin-top: 30px;
  43. margin-left: 310px;
  44. }
  45. #header img {
  46. float: left;
  47. margin-left: 20px;
  48. margin-top: 12px;
  49. }
  50. #header p.breadcrumbs a {
  51. color: #bbb;
  52. }
  53. #leftnavigation {
  54. overflow: auto;
  55. position: fixed;
  56. height: auto;
  57. top:100px;
  58. /*right:10px;*/
  59. /*left:10px;*/
  60. bottom: 0;
  61. left: 0;
  62. width:inherit;
  63. z-index: 1500;
  64. border-right:2px solid #bbc4c5;
  65. padding:1px;
  66. background-color: #ededed!important;
  67. }
  68. #treeDiv {
  69. overflow: auto;
  70. /* position: fixed;*/
  71. height: auto;
  72. top: 136px;
  73. bottom: 0;
  74. left: 0;
  75. /* width: 18%;*/
  76. z-index: 1500;
  77. /* border-right:2px solid #CCCCCC;
  78. background-color: #f0f0f0!important;*/
  79. }
  80. /*#searchDiv {
  81. overflow: auto;
  82. position: fixed;
  83. height: auto;
  84. top: 138px;
  85. bottom: 0;
  86. left: 0;
  87. width: 243px;
  88. z-index: 1500;
  89. border-right:2px solid #CCCCCC;
  90. background-color: #f0f0f0!important;
  91. }*/
  92. #content {
  93. position: relative;
  94. top: 90px; /*left: 240px;*/
  95. right: auto; bottom: 20px;
  96. /*margin: 0px 0px 0px 280px;*/
  97. width: auto;
  98. height: inherit;
  99. padding-left: 5px;
  100. padding-right: 30px;
  101. border-left: 1px solid #cccccc;
  102. overflow :scroll;
  103. overflow-x:hidden;
  104. z-index: 1000;
  105. }
  106. #navheader {
  107. position: fixed;
  108. background: #DCDCDC;
  109. padding-left: 10px;
  110. right: 0px;
  111. top: 10px;
  112. text-align: right;
  113. }
  114. #content h1, #content h2 {
  115. color: #404040 !important;
  116. font-size: 170%;
  117. font-weight: normal;
  118. }
  119. .navfooter { bottom: 2%; }
  120. .highlight { background-color: #c5d3c3; }
  121. .highlightButton{ font-size: 0; }
  122. /* Show Hide TOC tree */
  123. .pointLeft {
  124. padding-right: 15px;
  125. display: block;
  126. cursor: pointer;
  127. }
  128. .pointRight {
  129. padding-right: 15px;
  130. display: block;
  131. cursor: pointer;
  132. }
  133. /* Search results Styling */
  134. .searchExpression {
  135. color: #0050A0;
  136. background-color: #EBEFF8;
  137. font-size: 12pt;
  138. }
  139. .searchresult li a {
  140. text-decoration: none;
  141. color: #0050A0;
  142. }
  143. .searchresult li { color: #0050A0; }
  144. .shortdesclink { color: gray; font-size: 9pt; }
  145. .searchText { float:left;width:150px; }
  146. .searchButton {
  147. padding: 2px 12px 2px 12px;
  148. background-color:#bbb;
  149. border:#bbb solid 1pt;
  150. font-weight: bold;
  151. font-size: 10pt
  152. }
  153. .searchButton:hover{
  154. background-color: #cccccc;
  155. }
  156. .searchFieldSet {}
  157. .title, div.toc>p{ font-weight: bold; }
  158. p.breadcrumbs {
  159. display: inline;
  160. margin-bottom: 0px;
  161. margin-top: 33px;
  162. }
  163. p.breadcrumbs a {
  164. padding-right: 12px;
  165. margin-right: 5px;
  166. text-decoration: none;
  167. color: #575757;
  168. text-transform: uppercase;
  169. font-size: 10px;
  170. }
  171. p.breadcrumbs a:first-child {background: url(../images/breadcrumb-arrow-white.png) no-repeat right center;}
  172. p.breadcrumbs a:hover {text-decoration: underline;}
  173. #star ul.star {
  174. LIST-STYLE: none;
  175. MARGIN: 0;
  176. PADDING: 0;
  177. WIDTH: 85px;
  178. /* was 100 */
  179. HEIGHT: 20px;
  180. LEFT: 1px;
  181. TOP: -5px;
  182. POSITION: relative;
  183. FLOAT: right;
  184. BACKGROUND: url('../images/starsSmall.png') repeat-x 0 -25px;
  185. }
  186. #star li {
  187. PADDING: 0;
  188. MARGIN: 0;
  189. FLOAT: right;
  190. DISPLAY: block;
  191. WIDTH: 85px;
  192. /* was 100 */
  193. HEIGHT: 20px;
  194. TEXT-DECORATION: none;
  195. text-indent: -9000px;
  196. Z-INDEX: 20;
  197. POSITION: absolute;
  198. PADDING: 0;
  199. }
  200. #star li.curr {
  201. BACKGROUND: url('../images/starsSmall.png') left 25px;
  202. FONT-SIZE: 1px;
  203. }
  204. table.navLinks {margin-right: 20px;}
  205. table.navLinks td a {
  206. text-decoration: none;
  207. text-transform: uppercase;
  208. color: black;
  209. font-size: 11px;
  210. }
  211. a.navLinkPrevious {
  212. padding-left: 12px;
  213. background: url(../images/previous-arrow.png) no-repeat left center;
  214. }
  215. a.navLinkNext {
  216. padding-right: 12px;
  217. background: url(../images/next-arrow.png) no-repeat right center;
  218. }
  219. a#showHideButton {
  220. padding-left: 20px;
  221. background: url(../images/sidebar.png) no-repeat left center;
  222. }
  223. .filetree li span a { color: #777; }
  224. #treediv { -webkit-box-shadow: #CCC 0px 1px 2px 0px inset; }
  225. .legal, .legal *{
  226. color: #555;
  227. text-align: center;
  228. padding-bottom: 10px;
  229. }
  230. .internal { color : #0000CC;}
  231. .writeronly {color : red;}
  232. .remark, .remark .added, .remark .changed, .remark .deleted{ background: yellow;}
  233. tr th, tr th .internal, tr th .added, tr th .changed {
  234. background: #00589E;
  235. color: white;
  236. font-weight: bold;
  237. text-align: left;
  238. }
  239. .statustext{
  240. position:fixed;
  241. top:105px;
  242. width: 0%;
  243. height: 0%;
  244. opacity: .3;
  245. -webkit-transform: rotate(90deg);
  246. -moz-transform: rotate(90deg);
  247. -o-transform: rotate(90deg);
  248. white-space: nowrap;
  249. color: red;
  250. font-weight: bold;
  251. font-size: 2em;
  252. margin-top: 30px;
  253. }
  254. #toolbar {
  255. width: 100%;
  256. height: 33px;
  257. position: fixed;
  258. top: 93px;
  259. z-index: 99;
  260. left: 280px;
  261. color: #333;
  262. line-height: 28px;
  263. padding-left: 10px;
  264. }
  265. #toolbar-left {
  266. position: relative;
  267. left: 0px;
  268. }
  269. body p.breadcrumbs {
  270. margin: 0px;
  271. padding: 0px;
  272. line-height: 28px;
  273. }
  274. /*body #content {
  275. position: static;
  276. margin-top: 126px;
  277. top: 0px;
  278. }*/
  279. body.sidebar #toolbar{left: 0px;}
  280. body.sidebar #toolbar-left{left: 0px;}
  281. div#toolbar-left img {vertical-align: text-top;}
  282. div.note *, div.caution *, div.important *, div.tip *, div.warning * {
  283. background: inherit !important;
  284. color: inherit !important;
  285. border: inherit !important;
  286. }
  287. #content table thead, #content table th{
  288. background: gray;
  289. color: white;
  290. font-weight: bold;
  291. }
  292. #content table caption{font-weight: bold;}
  293. #content table td, #content table {border: 1px solid black;}
  294. #content table td, #content table th { padding: 5px;}
  295. #content table {margin-bottom: 20px;}
  296. *[align = 'center']{ text-align: center;}
  297. #content .qandaset>table, #content .qandaset>table td, #content .calloutlist table, #content .calloutlist table td, #content .navfooter table, #content .navfooter table td {
  298. border: 0px solid;
  299. }
  300. #sidebar { display: none }
  301. @media print {
  302. body * {
  303. visibility: hidden;
  304. }
  305. #content, #content * {
  306. visibility: visible;
  307. }
  308. #sidebar, .navfooter {
  309. display: none;
  310. }
  311. #content {
  312. margin: 0 0 0 0;
  313. }
  314. }